[
{"displayName":"Action Network","name":"actionNetwork","group":["transform"],"version":1,"subtitle":"={{$parameter[\"resource\"] + \": \" + $parameter[\"operation\"]}}","description":"Consume the Action Network API","defaults":{"name":"Action Network"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"actionNetworkApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Attendance","value":"attendance"},{"name":"Event","value":"event"},{"name":"Person","value":"person"},{"name":"Person Tag","value":"personTag"},{"name":"Petition","value":"petition"},{"name":"Signature","value":"signature"},{"name":"Tag","value":"tag"}],"default":"attendance"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["attendance"]}},"options":[{"name":"Create","value":"create","action":"Create an attendance"},{"name":"Get","value":"get","action":"Get an attendance"},{"name":"Get Many","value":"getAll","action":"Get many attendances"}],"default":"create"},{"displayName":"Person ID","name":"personId","description":"ID of the person to create an attendance for","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["attendance"],"operation":["create"]}}},{"displayName":"Event ID","name":"eventId","description":"ID of the event to create an attendance for","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["attendance"],"operation":["create"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["attendance"],"operation":["create"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Event ID","name":"eventId","description":"ID of the event whose attendance to retrieve","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["attendance"],"operation":["get"]}}},{"displayName":"Attendance ID","name":"attendanceId","description":"ID of the attendance to retrieve","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["attendance"],"operation":["get"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["attendance"],"operation":["get"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Event ID","name":"eventId","description":"ID of the event to create an attendance for","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["attendance"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["attendance"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["attendance"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["attendance"],"operation":["getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Create","value":"create","action":"Create an event"},{"name":"Get","value":"get","action":"Get an event"},{"name":"Get Many","value":"getAll","action":"Get many events"}],"default":"create"},{"displayName":"Origin System","name":"originSystem","description":"Source where the event originated","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Title","name":"title","description":"Title of the event to create","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["event"],"operation":["create"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["create"]}},"options":[{"displayName":"Browser URL","name":"browser_url","type":"string","default":"","description":"URL to this event’s page on the Action Network or a third party"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the event. HTML supported."},{"displayName":"End Date","name":"end_date","type":"dateTime","default":"","description":"End date and time of the event"},{"displayName":"Featured Image URL","name":"featured_image_url","type":"string","default":"","description":"URL to this event’s featured image on the Action Network"},{"displayName":"Instructions","name":"instructions","type":"string","default":"","description":"Event's instructions for activists, visible after they RSVP. HTML supported."},{"displayName":"Location","name":"location","type":"fixedCollection","default":{},"placeholder":"Add Location Field","typeOptions":{"multipleValues":false},"options":[{"displayName":"Postal Addresses Fields","name":"postal_addresses_fields","placeholder":"Add Postal Address Field","values":[{"displayName":"Primary","name":"primary","type":"boolean","default":false,"description":"Whether this is the person's primary address"},{"displayName":"Address Line","name":"address_lines","type":"string","default":"","description":"Line for a person's address"},{"displayName":"Locality","name":"locality","type":"string","default":"","description":"City or other local administrative area. If blank, this will be filled in based on Action Network's geocoding."},{"displayName":"Region","name":"region","type":"string","default":"","description":"State or subdivision code per ISO 3166-2"},{"displayName":"Postal Code","name":"postal_code","type":"string","default":"","description":"Region specific postal code, such as ZIP code"},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country code according to ISO 3166-1 Alpha-2. Defaults to US."},{"displayName":"Language","name":"language","type":"string","default":"","description":"Language in which the address is recorded, per ISO 639"},{"displayName":"Location","name":"location","type":"fixedCollection","default":{},"options":[{"displayName":"Location Fields","name":"location_fields","values":[{"displayName":"Latitude","name":"latitude","type":"string","default":"","description":"Latitude of the location of the address"},{"displayName":"Longitude","name":"longitude","type":"string","default":"","description":"Longitude of the location of the address"}]}]}]}]},{"displayName":"Name","name":"name","type":"string","default":"","description":"Internal (not public) title of the event"},{"displayName":"Start Date","name":"start_date","type":"dateTime","default":"","description":"Start date and time of the event"}]},{"displayName":"Event ID","name":"eventId","description":"ID of the event to retrieve","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["event"],"operation":["get"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["event"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["person"]}},"options":[{"name":"Create","value":"create","action":"Create a person"},{"name":"Get","value":"get","action":"Get a person"},{"name":"Get Many","value":"getAll","action":"Get many people"},{"name":"Update","value":"update","action":"Update a person"}],"default":"create"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["person"],"operation":["create"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Email Address","name":"email_addresses","type":"fixedCollection","default":{},"placeholder":"Add Email Address Field","description":"Person’s email addresses","displayOptions":{"show":{"resource":["person"],"operation":["create"]}},"options":[{"displayName":"Email Addresses Fields","name":"email_addresses_fields","values":[{"displayName":"Address","name":"address","type":"string","default":"","description":"Person's email address"},{"displayName":"Primary","name":"primary","type":"hidden","default":true,"description":"Whether this is the person's primary email address"},{"displayName":"Status","name":"status","type":"options","default":"subscribed","description":"Subscription status of this email address","options":[{"name":"Bouncing","value":"bouncing"},{"name":"Previous Bounce","value":"previous bounce"},{"name":"Previous Spam Complaint","value":"previous spam complaint"},{"name":"Spam Complaint","value":"spam complaint"},{"name":"Subscribed","value":"subscribed"},{"name":"Unsubscribed","value":"unsubscribed"}]}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["person"],"operation":["create"]}},"options":[{"displayName":"Family Name","name":"family_name","type":"string","default":"","description":"Person’s last name"},{"displayName":"Given Name","name":"given_name","type":"string","default":"","description":"Person’s first name"},{"displayName":"Language Spoken","name":"languages_spoken","type":"options","default":[],"description":"Language spoken by the person","options":[{"name":"Danish","value":"da"},{"name":"Dutch","value":"nl"},{"name":"English","value":"en"},{"name":"Finnish","value":"fi"},{"name":"French","value":"fr"},{"name":"German","value":"de"},{"name":"Hungarian","value":"hu"},{"name":"Indonesian","value":"id"},{"name":"Japanese","value":"ja"},{"name":"Portuguese - Portugal","value":"pt"},{"name":"Portuguese - Brazil","value":"br"},{"name":"Rumanian","value":"ru"},{"name":"Spanish","value":"es"},{"name":"Swedish","value":"sv"},{"name":"Turkish","value":"tr"},{"name":"Welsh","value":"cy"}]},{"displayName":"Phone Number","name":"phone_numbers","type":"fixedCollection","default":{},"placeholder":"Add Phone Numbers Field","options":[{"displayName":"Phone Numbers Fields","name":"phone_numbers_fields","placeholder":"Add Phone Number Field","values":[{"displayName":"Number","name":"number","type":"string","default":"","description":"Person's mobile number, in international format without the plus sign"},{"displayName":"Primary","name":"primary","type":"hidden","default":true,"description":"Whether this is the person's primary phone number"},{"displayName":"Status","name":"status","type":"options","default":"subscribed","description":"Subscription status of this number","options":[{"name":"Bouncing","value":"bouncing"},{"name":"Previous Bounce","value":"previous bounce"},{"name":"Subscribed","value":"subscribed"},{"name":"Unsubscribed","value":"unsubscribed"}]}]}]},{"displayName":"Postal Addresses","name":"postal_addresses","type":"fixedCollection","default":{},"placeholder":"Add Postal Addresses Field","typeOptions":{"multipleValues":true},"options":[{"displayName":"Postal Addresses Fields","name":"postal_addresses_fields","placeholder":"Add Postal Address Field","values":[{"displayName":"Primary","name":"primary","type":"boolean","default":false,"description":"Whether this is the person's primary address"},{"displayName":"Address Line","name":"address_lines","type":"string","default":"","description":"Line for a person's address"},{"displayName":"Locality","name":"locality","type":"string","default":"","description":"City or other local administrative area. If blank, this will be filled in based on Action Network's geocoding."},{"displayName":"Region","name":"region","type":"string","default":"","description":"State or subdivision code per ISO 3166-2"},{"displayName":"Postal Code","name":"postal_code","type":"string","default":"","description":"Region specific postal code, such as ZIP code"},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country code according to ISO 3166-1 Alpha-2. Defaults to US."},{"displayName":"Language","name":"language","type":"string","default":"","description":"Language in which the address is recorded, per ISO 639"},{"displayName":"Location","name":"location","type":"fixedCollection","default":{},"options":[{"displayName":"Location Fields","name":"location_fields","values":[{"displayName":"Latitude","name":"latitude","type":"string","default":"","description":"Latitude of the location of the address"},{"displayName":"Longitude","name":"longitude","type":"string","default":"","description":"Longitude of the location of the address"}]}]}]}]}]},{"displayName":"Person ID","name":"personId","description":"ID of the person to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["person"],"operation":["get"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["person"],"operation":["get"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"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":["person"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":25,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":25},"displayOptions":{"show":{"resource":["person"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["person"],"operation":["getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Person ID","name":"personId","description":"ID of the person to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["person"],"operation":["update"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["person"],"operation":["update"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["person"],"operation":["update"]}},"options":[{"displayName":"Family Name","name":"family_name","type":"string","default":"","description":"Person’s last name"},{"displayName":"Given Name","name":"given_name","type":"string","default":"","description":"Person’s first name"},{"displayName":"Language Spoken","name":"languages_spoken","type":"options","default":[],"description":"Language spoken by the person","options":[{"name":"Danish","value":"da"},{"name":"Dutch","value":"nl"},{"name":"English","value":"en"},{"name":"Finnish","value":"fi"},{"name":"French","value":"fr"},{"name":"German","value":"de"},{"name":"Hungarian","value":"hu"},{"name":"Indonesian","value":"id"},{"name":"Japanese","value":"ja"},{"name":"Portuguese - Portugal","value":"pt"},{"name":"Portuguese - Brazil","value":"br"},{"name":"Rumanian","value":"ru"},{"name":"Spanish","value":"es"},{"name":"Swedish","value":"sv"},{"name":"Turkish","value":"tr"},{"name":"Welsh","value":"cy"}]},{"displayName":"Phone Number","name":"phone_numbers","type":"fixedCollection","default":{},"placeholder":"Add Phone Numbers Field","options":[{"displayName":"Phone Numbers Fields","name":"phone_numbers_fields","placeholder":"Add Phone Number Field","values":[{"displayName":"Number","name":"number","type":"string","default":"","description":"Person's mobile number, in international format without the plus sign"},{"displayName":"Primary","name":"primary","type":"hidden","default":true,"description":"Whether this is the person's primary phone number"},{"displayName":"Status","name":"status","type":"options","default":"subscribed","description":"Subscription status of this number","options":[{"name":"Bouncing","value":"bouncing"},{"name":"Previous Bounce","value":"previous bounce"},{"name":"Subscribed","value":"subscribed"},{"name":"Unsubscribed","value":"unsubscribed"}]}]}]},{"displayName":"Postal Addresses","name":"postal_addresses","type":"fixedCollection","default":{},"placeholder":"Add Postal Addresses Field","typeOptions":{"multipleValues":true},"options":[{"displayName":"Postal Addresses Fields","name":"postal_addresses_fields","placeholder":"Add Postal Address Field","values":[{"displayName":"Primary","name":"primary","type":"boolean","default":false,"description":"Whether this is the person's primary address"},{"displayName":"Address Line","name":"address_lines","type":"string","default":"","description":"Line for a person's address"},{"displayName":"Locality","name":"locality","type":"string","default":"","description":"City or other local administrative area. If blank, this will be filled in based on Action Network's geocoding."},{"displayName":"Region","name":"region","type":"string","default":"","description":"State or subdivision code per ISO 3166-2"},{"displayName":"Postal Code","name":"postal_code","type":"string","default":"","description":"Region specific postal code, such as ZIP code"},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country code according to ISO 3166-1 Alpha-2. Defaults to US."},{"displayName":"Language","name":"language","type":"string","default":"","description":"Language in which the address is recorded, per ISO 639"},{"displayName":"Location","name":"location","type":"fixedCollection","default":{},"options":[{"displayName":"Location Fields","name":"location_fields","values":[{"displayName":"Latitude","name":"latitude","type":"string","default":"","description":"Latitude of the location of the address"},{"displayName":"Longitude","name":"longitude","type":"string","default":"","description":"Longitude of the location of the address"}]}]}]}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["petition"]}},"options":[{"name":"Create","value":"create","action":"Create a petition"},{"name":"Get","value":"get","action":"Get a petition"},{"name":"Get Many","value":"getAll","action":"Get many petitions"},{"name":"Update","value":"update","action":"Update a petition"}],"default":"create"},{"displayName":"Origin System","name":"originSystem","description":"Source where the petition originated","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["petition"],"operation":["create"]}}},{"displayName":"Title","name":"title","description":"Title of the petition to create","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["petition"],"operation":["create"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["petition"],"operation":["create"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["petition"],"operation":["create"]}},"options":[{"displayName":"Browser URL","name":"browser_url","type":"string","default":"","description":"URL to this petition’s page on the Action Network or a third party"},{"displayName":"Featured Image URL","name":"featured_image_url","type":"string","default":"","description":"URL to this action’s featured image on the Action Network"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Internal (not public) title of the petition"},{"displayName":"Petition Text","name":"petition_text","type":"string","default":"","description":"Text of the letter to the petition’s target"},{"displayName":"Targets","name":"target","type":"string","default":"","description":"Comma-separated names of targets for this petition"}]},{"displayName":"Petition ID","name":"petitionId","description":"ID of the petition to retrieve","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["petition"],"operation":["get"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["petition"],"operation":["get"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"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":["petition"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["petition"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["petition"],"operation":["getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Petition ID","name":"petitionId","description":"ID of the petition to update","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["petition"],"operation":["update"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["petition"],"operation":["update"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["petition"],"operation":["update"]}},"options":[{"displayName":"Browser URL","name":"browser_url","type":"string","default":"","description":"URL to this petition’s page on the Action Network or a third party"},{"displayName":"Featured Image URL","name":"featured_image_url","type":"string","default":"","description":"URL to this action’s featured image on the Action Network"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Internal (not public) title of the petition"},{"displayName":"Petition Text","name":"petition_text","type":"string","default":"","description":"Text of the letter to the petition’s target"},{"displayName":"Targets","name":"target","type":"string","default":"","description":"Comma-separated names of targets for this petition"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["signature"]}},"options":[{"name":"Create","value":"create","action":"Create a signature"},{"name":"Get","value":"get","action":"Get a signature"},{"name":"Get Many","value":"getAll","action":"Get many signatures"},{"name":"Update","value":"update","action":"Update a signature"}],"default":"create"},{"displayName":"Petition ID","name":"petitionId","description":"ID of the petition to sign","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["signature"],"operation":["create"]}}},{"displayName":"Person ID","name":"personId","description":"ID of the person whose signature to create","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["signature"],"operation":["create"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["signature"],"operation":["create"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["signature"],"operation":["create"]}},"options":[{"displayName":"Comments","name":"comments","type":"string","default":"","description":"Comments to leave when signing this petition"}]},{"displayName":"Petition ID","name":"petitionId","description":"ID of the petition whose signature to retrieve","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["signature"],"operation":["get"]}}},{"displayName":"Signature ID","name":"signatureId","description":"ID of the signature to retrieve","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["signature"],"operation":["get"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["signature"],"operation":["get"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Petition ID","name":"petitionId","description":"ID of the petition whose signatures to retrieve","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["signature"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["signature"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["signature"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["signature"],"operation":["getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Petition ID","name":"petitionId","description":"ID of the petition whose signature to update","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["signature"],"operation":["update"]}}},{"displayName":"Signature ID","name":"signatureId","description":"ID of the signature to update","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["signature"],"operation":["update"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["signature"],"operation":["update"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["signature"],"operation":["update"]}},"options":[{"displayName":"Comments","name":"comments","type":"string","default":"","description":"Comments to leave when signing this petition"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["tag"]}},"options":[{"name":"Create","value":"create","action":"Create a tag"},{"name":"Get","value":"get","action":"Get a tag"},{"name":"Get Many","value":"getAll","action":"Get many tags"}],"default":"create"},{"displayName":"Name","name":"name","description":"Name of the tag to create","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["tag"],"operation":["create"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["tag"],"operation":["create"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Tag ID","name":"tagId","description":"ID of the tag to retrieve","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["tag"],"operation":["get"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["tag"],"operation":["get"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"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":["tag"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["tag"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["tag"],"operation":["getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["personTag"]}},"options":[{"name":"Add","value":"add","action":"Add a person tag"},{"name":"Remove","value":"remove","action":"Remove a person tag"}],"default":"add"},{"displayName":"Tag Name or ID","name":"tagId","description":"ID of the tag to add. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getTags"},"required":true,"default":[],"displayOptions":{"show":{"resource":["personTag"],"operation":["add"]}}},{"displayName":"Person ID","name":"personId","description":"ID of the person to add the tag to","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["personTag"],"operation":["add"]}}},{"displayName":"Tag Name or ID","name":"tagId","description":"ID of the tag whose tagging to delete. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"required":true,"displayOptions":{"show":{"resource":["personTag"],"operation":["remove"]}}},{"displayName":"Tagging Name or ID","name":"taggingId","description":"ID of the tagging to remove. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["tagId"],"loadOptionsMethod":"getTaggings"},"required":true,"default":[],"displayOptions":{"show":{"resource":["personTag"],"operation":["remove"]}}}],"codex":{"categories":["Sales","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.actionnetwork/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/actionnetwork/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/ActionNetwork/actionNetwork.svg"},
{"displayName":"ActiveCampaign","name":"activeCampaign","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Create and edit data in ActiveCampaign","defaults":{"name":"ActiveCampaign"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"activeCampaignApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"},{"name":"Account Contact","value":"accountContact"},{"name":"Connection","value":"connection"},{"name":"Contact","value":"contact"},{"name":"Contact List","value":"contactList"},{"name":"Contact Tag","value":"contactTag"},{"name":"Deal","value":"deal"},{"name":"E-Commerce Customer","value":"ecommerceCustomer"},{"name":"E-Commerce Order","value":"ecommerceOrder"},{"name":"E-Commerce Order Product","value":"ecommerceOrderProducts"},{"name":"List","value":"list"},{"name":"Tag","value":"tag"}],"default":"contact"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["account"]}},"options":[{"name":"Create","value":"create","description":"Create an account","action":"Create an account"},{"name":"Delete","value":"delete","description":"Delete an account","action":"Delete an account"},{"name":"Get","value":"get","description":"Get data of an account","action":"Get an account"},{"name":"Get Many","value":"getAll","description":"Get data of many accounts","action":"Get many accounts"},{"name":"Update","value":"update","description":"Update an account","action":"Update an account"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Get data of a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get data of many contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["accountContact"]}},"options":[{"name":"Create","value":"create","description":"Create an association","action":"Create an account contact"},{"name":"Delete","value":"delete","description":"Delete an association","action":"Delete an account contact"},{"name":"Update","value":"update","description":"Update an association","action":"Update an account contact"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contactList"]}},"options":[{"name":"Add","value":"add","description":"Add contact to a list","action":"Add a contact to a list"},{"name":"Remove","value":"remove","description":"Remove contact from a list","action":"Remove a contact from a list"}],"default":"add"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contactTag"]}},"options":[{"name":"Add","value":"add","description":"Add a tag to a contact","action":"Add a contact tag"},{"name":"Remove","value":"remove","description":"Remove a tag from a contact","action":"Remove a contact tag"}],"default":"add"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["list"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many lists","action":"Get many lists"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["tag"]}},"options":[{"name":"Create","value":"create","description":"Create a tag","action":"Create a tag"},{"name":"Delete","value":"delete","description":"Delete a tag","action":"Delete a tag"},{"name":"Get","value":"get","description":"Get data of a tag","action":"Get a tag"},{"name":"Get Many","value":"getAll","description":"Get data of many tags","action":"Get many tags"},{"name":"Update","value":"update","description":"Update a tag","action":"Update a tag"}],"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":"Create Note","value":"createNote","description":"Create a deal note","action":"Create a deal note"},{"name":"Delete","value":"delete","description":"Delete a deal","action":"Delete a deal"},{"name":"Get","value":"get","description":"Get data of a deal","action":"Get a deal"},{"name":"Get Many","value":"getAll","description":"Get data of many deals","action":"Get many deals"},{"name":"Update","value":"update","description":"Update a deal","action":"Update a deal"},{"name":"Update Deal Note","value":"updateNote","description":"Update a deal note","action":"Update a deal note"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["connection"]}},"options":[{"name":"Create","value":"create","description":"Create a connection","action":"Create a connection"},{"name":"Delete","value":"delete","description":"Delete a connection","action":"Delete a connection"},{"name":"Get","value":"get","description":"Get data of a connection","action":"Get a connection"},{"name":"Get Many","value":"getAll","description":"Get data of many connections","action":"Get many connections"},{"name":"Update","value":"update","description":"Update a connection","action":"Update a connection"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ecommerceOrder"]}},"options":[{"name":"Create","value":"create","description":"Create a order","action":"Create an e-commerce order"},{"name":"Delete","value":"delete","description":"Delete a order","action":"Delete an e-commerce order"},{"name":"Get","value":"get","description":"Get data of a order","action":"Get an e-commerce order"},{"name":"Get Many","value":"getAll","description":"Get data of many orders","action":"Get many e-commerce orders"},{"name":"Update","value":"update","description":"Update a order","action":"Update an e-commerce order"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ecommerceCustomer"]}},"options":[{"name":"Create","value":"create","description":"Create a E-commerce Customer","action":"Create an e-commerce customer"},{"name":"Delete","value":"delete","description":"Delete a E-commerce Customer","action":"Delete an e-commerce customer"},{"name":"Get","value":"get","description":"Get data of a E-commerce Customer","action":"Get an e-commerce customer"},{"name":"Get Many","value":"getAll","description":"Get data of many E-commerce Customers","action":"Get many e-commerce customers"},{"name":"Update","value":"update","description":"Update a E-commerce Customer","action":"Update an e-commerce customer"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ecommerceOrderProducts"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get data of many order products","action":"Get many ecommerce orders"},{"name":"Get by Product ID","value":"getByProductId","description":"Get data of a ordered product","action":"Get an e-commerce order product by product ID"},{"name":"Get by Order ID","value":"getByOrderId","description":"Get data of an order's products","action":"Get an e-commerce order product by order ID"}],"default":"getAll"},{"displayName":"Type","name":"tagType","type":"options","default":"contact","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["tag"]}},"options":[{"name":"Contact","value":"contact","description":"Tag contact"},{"name":"Template","value":"template","description":"Tag template"}],"description":"Tag-type of the new tag"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["tag"]}},"description":"Name of the new tag"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["tag"]}},"default":{},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the new tag"}]},{"displayName":"Tag ID","name":"tagId","type":"number","displayOptions":{"show":{"operation":["update"],"resource":["tag"]}},"default":0,"required":true,"description":"ID of the tag to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","description":"The fields to update","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["tag"]}},"default":{},"options":[{"displayName":"Tag","name":"tag","type":"string","default":"","description":"Name of the contact"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the tag being updated"}]},{"displayName":"Tag ID","name":"tagId","type":"number","displayOptions":{"show":{"operation":["delete"],"resource":["tag"]}},"default":0,"required":true,"description":"ID of the tag to delete"},{"displayName":"Tag ID","name":"tagId","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["tag"]}},"default":0,"required":true,"description":"ID of the tag to get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["tag"]}},"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":["tag"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["tag"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["list"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["list"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["list"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Tag Name or ID","name":"tagId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTags"},"default":"","required":true,"displayOptions":{"show":{"operation":["add"],"resource":["contactTag"]}}},{"displayName":"Contact ID","name":"contactId","type":"number","default":"","required":true,"displayOptions":{"show":{"operation":["add"],"resource":["contactTag"]}}},{"displayName":"Contact Tag ID","name":"contactTagId","type":"number","displayOptions":{"show":{"operation":["remove"],"resource":["contactTag"]}},"default":0,"required":true,"description":"ID of the contact tag to delete"},{"displayName":"List ID","name":"listId","type":"number","default":"","required":true,"displayOptions":{"show":{"operation":["add"],"resource":["contactList"]}}},{"displayName":"Contact ID","name":"contactId","type":"number","default":"","required":true,"displayOptions":{"show":{"operation":["add"],"resource":["contactList"]}}},{"displayName":"List ID","name":"listId","type":"number","default":"","required":true,"displayOptions":{"show":{"operation":["remove"],"resource":["contactList"]}}},{"displayName":"Contact ID","name":"contactId","type":"number","default":"","required":true,"displayOptions":{"show":{"operation":["remove"],"resource":["contactList"]}}},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["account"]}},"description":"Account's name"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["account"]}},"default":{},"options":[{"displayName":"Account URL","name":"accountUrl","type":"string","default":"","description":"Account's website"},{"displayName":"Fields","name":"fields","placeholder":"Add Custom Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"customFieldId","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCustomFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value of the field to set"}]}]}]},{"displayName":"Account ID","name":"accountId","type":"number","displayOptions":{"show":{"operation":["update"],"resource":["account"]}},"default":0,"required":true,"description":"ID of the account to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","description":"The fields to update","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["account"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Account's name"},{"displayName":"Account URL","name":"accountUrl","type":"string","default":"","description":"Account's website"},{"displayName":"Fields","name":"fields","placeholder":"Add Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"customFieldId","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCustomFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value of the field to set"}]}]}]},{"displayName":"Account ID","name":"accountId","type":"number","displayOptions":{"show":{"operation":["delete"],"resource":["account"]}},"default":0,"required":true,"description":"ID of the account to delete"},{"displayName":"Account ID","name":"accountId","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["account"]}},"default":0,"required":true,"description":"ID of the account to get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["account"]}},"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":["account"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["account"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"operation":["getAll"],"resource":["account"]}},"default":{},"options":[{"displayName":"Search","name":"search","type":"string","default":"","description":"Search by name"}]},{"displayName":"Account ID","name":"account","type":"number","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["accountContact"]}}},{"displayName":"Contact ID","name":"contact","type":"number","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["accountContact"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["accountContact"]}},"default":{},"options":[{"displayName":"Job Title","name":"jobTitle","type":"string","default":"","description":"Job Title of the contact at the account"}]},{"displayName":"Account Contact ID","name":"accountContactId","type":"number","displayOptions":{"show":{"operation":["delete"],"resource":["accountContact"]}},"default":0,"required":true,"description":"ID of the account contact to delete"},{"displayName":"Account Contact ID","name":"accountContactId","type":"number","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["accountContact"]}},"description":"Account ID"},{"displayName":"Update Fields","name":"updateFields","type":"collection","description":"The fields to update","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["accountContact"]}},"default":{},"options":[{"displayName":"Job Title","name":"jobTitle","type":"string","default":"","description":"Job Title of the contact at the account"}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"description":"The email of the contact to create"},{"displayName":"Update if Exists","name":"updateIfExists","type":"boolean","displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"default":false,"description":"Whether to update user if it exists already. If not set and user exists it will error instead."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"default":{},"options":[{"displayName":"Custom Fields","name":"fieldValues","placeholder":"Add Custom Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getContactCustomFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"The first name of the contact to create"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"The last name of the contact to create"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number of the contact"}]},{"displayName":"Contact ID","name":"contactId","type":"number","displayOptions":{"show":{"operation":["update"],"resource":["contact"]}},"default":0,"required":true,"description":"ID of the contact to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","description":"The fields to update","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["contact"]}},"default":{},"options":[{"displayName":"Custom Fields","name":"fieldValues","placeholder":"Add Custom Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getContactCustomFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email of the contact"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of the contact"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of the contact"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number of the contact"}]},{"displayName":"Contact ID","name":"contactId","type":"number","displayOptions":{"show":{"operation":["delete"],"resource":["contact"]}},"default":0,"required":true,"description":"ID of the contact to delete"},{"displayName":"Contact ID","name":"contactId","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["contact"]}},"default":0,"required":true,"description":"ID of the contact to get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["contact"]}},"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":["contact"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["contact"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll"],"resource":["contact"]}},"default":{},"options":[{"displayName":"Datetime","name":"datetime","type":"dateTime","default":"","description":"Contacts created on the specified date"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address of the contact you want to get"},{"displayName":"Email Like","name":"email_like","type":"string","default":"","description":"Filter contacts that contain the given value in the email address"},{"displayName":"Exclude","name":"exclude","type":"string","default":"","description":"Exclude from the response the contact with the given ID"},{"displayName":"Form ID","name":"formid","type":"string","default":"","description":"Filter contacts associated with the given form"},{"displayName":"List ID","name":"listid","type":"string","default":"","description":"Filter contacts associated with the given list"},{"displayName":"Search","name":"search","type":"string","default":"","description":"Filter contacts that match the given value in the contact names, organization, phone or email"},{"displayName":"Segment ID","name":"segmentid","type":"string","default":"","description":"Return only contacts that match a list segment"},{"displayName":"Series ID","name":"seriesid","type":"string","default":"","description":"Filter contacts associated with the given automation"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Active","value":1},{"name":"Any","value":-1},{"name":"Bounced","value":3},{"name":"Unconfirmed","value":0},{"name":"Unsubscribed","value":2}],"default":""},{"displayName":"Tag ID","name":"tagid","type":"string","default":"","description":"Filter contacts associated with the given tag"},{"displayName":"Created Before","name":"filters[created_before]","type":"dateTime","default":"","description":"Filter contacts that were created prior to this date"},{"displayName":"Created After","name":"filters[created_after]","type":"dateTime","default":"","description":"Filter contacts that were created after this date"},{"displayName":"Updated Before","name":"filters[updated_before]","type":"dateTime","default":"","description":"Filter contacts that were updated before this date"},{"displayName":"Updated After","name":"filters[updated_after]","type":"dateTime","default":"","description":"Filter contacts that were updated after this date"},{"displayName":"Wait ID","name":"waitid","type":"string","default":"","description":"Filter by contacts in the wait queue of an automation block"},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Creation Date","value":"orders[cdate]","description":"Order contacts by creation date"},{"name":"Email","value":"orders[email]","description":"Order contacts by email"},{"name":"First Name","value":"orders[first_name]","description":"Order contacts by first name"},{"name":"Last Name","value":"orders[last_name]","description":"Order contacts by last name"},{"name":"Name","value":"orders[name]","description":"Order contacts by full name"},{"name":"Score","value":"orders[score]","description":"Order contacts by score"}],"default":""}]},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["deal"]}},"description":"The title of the deal"},{"displayName":"Deal's Contact ID","name":"contact","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["deal"]}},"description":"The ID of the deal's contact"},{"displayName":"Deal Value","name":"value","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["deal"]}},"description":"The value of the deal in cents"},{"displayName":"Currency","name":"currency","type":"options","default":"eur","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["deal"]}},"options":[{"name":"Euro","value":"eur"},{"name":"United States Dollar","value":"usd"},{"name":"British Pound Sterling","value":"gbp"},{"name":"Swiss Franc","value":"chf"},{"name":"Renminbi","value":"cny"},{"name":"--------","value":""},{"name":"United Arab Emirates Dirham","value":"aed"},{"name":"Afghan Afghani","value":"afn"},{"name":"Albanian Lek","value":"all"},{"name":"Armenian Dram","value":"amd"},{"name":"Netherlands Antillean Guilder","value":"ang"},{"name":"Angolan Kwanza","value":"aoa"},{"name":"Argentine Peso","value":"ars"},{"name":"Australian Dollar","value":"aud"},{"name":"Aruban Florin","value":"awg"},{"name":"Azerbaijani Manat","value":"azn"},{"name":"Bosnia-Herzegovina Convertible Mark","value":"bam"},{"name":"Barbadian Dollar","value":"bbd"},{"name":"Bangladeshi Taka","value":"bdt"},{"name":"Bulgarian Lev","value":"bgn"},{"name":"Bahraini Dinar","value":"bhd"},{"name":"Burundian Franc","value":"bif"},{"name":"Bermudan Dollar","value":"bmd"},{"name":"Brunei Dollar","value":"bnd"},{"name":"Bolivian Boliviano","value":"bob"},{"name":"Brazilian Real","value":"brl"},{"name":"Bahamian Dollar","value":"bsd"},{"name":"Bitcoin","value":"btc"},{"name":"Bhutanese Ngultrum","value":"btn"},{"name":"Botswanan Pula","value":"bwp"},{"name":"Belarusian Ruble","value":"byn"},{"name":"Belize Dollar","value":"bzd"},{"name":"Canadian Dollar","value":"cad"},{"name":"Congolese Franc","value":"cdf"},{"name":"Chilean Unit of Account (UF)","value":"clf"},{"name":"Chilean Peso","value":"clp"},{"name":"Chinese Yuan (Offshore)","value":"cnh"},{"name":"Colombian Peso","value":"cop"},{"name":"Costa Rican Colón","value":"crc"},{"name":"Cuban Convertible Peso","value":"cuc"},{"name":"Cuban Peso","value":"cup"},{"name":"Cape Verdean Escudo","value":"cve"},{"name":"Czech Republic Koruna","value":"czk"},{"name":"Djiboutian Franc","value":"djf"},{"name":"Danish Krone","value":"dkk"},{"name":"Dominican Peso","value":"dop"},{"name":"Algerian Dinar","value":"dzd"},{"name":"Egyptian Pound","value":"egp"},{"name":"Eritrean Nakfa","value":"ern"},{"name":"Ethiopian Birr","value":"etb"},{"name":"Fijian Dollar","value":"fjd"},{"name":"Falkland Islands Pound","value":"fkp"},{"name":"Georgian Lari","value":"gel"},{"name":"Guernsey Pound","value":"ggp"},{"name":"Ghanaian Cedi","value":"ghs"},{"name":"Gibraltar Pound","value":"gip"},{"name":"Gambian Dalasi","value":"gmd"},{"name":"Guinean Franc","value":"gnf"},{"name":"Guatemalan Quetzal","value":"gtq"},{"name":"Guyanaese Dollar","value":"gyd"},{"name":"Hong Kong Dollar","value":"hkd"},{"name":"Honduran Lempira","value":"hnl"},{"name":"Croatian Kuna","value":"hrk"},{"name":"Haitian Gourde","value":"htg"},{"name":"Hungarian Forint","value":"huf"},{"name":"Indonesian Rupiah","value":"idr"},{"name":"Israeli New Sheqel","value":"ils"},{"name":"Manx Pound","value":"imp"},{"name":"Indian Rupee","value":"inr"},{"name":"Iraqi Dinar","value":"iqd"},{"name":"Iranian Rial","value":"irr"},{"name":"Icelandic Króna","value":"isk"},{"name":"Jersey Pound","value":"jep"},{"name":"Jamaican Dollar","value":"jmd"},{"name":"Jordanian Dinar","value":"jod"},{"name":"Japanese Yen","value":"jpy"},{"name":"Kenyan Shilling","value":"kes"},{"name":"Kyrgystani Som","value":"kgs"},{"name":"Cambodian Riel","value":"khr"},{"name":"Comorian Franc","value":"kmf"},{"name":"North Korean Won","value":"kpw"},{"name":"South Korean Won","value":"krw"},{"name":"Kuwaiti Dinar","value":"kwd"},{"name":"Cayman Islands Dollar","value":"kyd"},{"name":"Kazakhstani Tenge","value":"kzt"},{"name":"Laotian Kip","value":"lak"},{"name":"Lebanese Pound","value":"lbp"},{"name":"Sri Lankan Rupee","value":"lkr"},{"name":"Liberian Dollar","value":"lrd"},{"name":"Lesotho Loti","value":"lsl"},{"name":"Libyan Dinar","value":"lyd"},{"name":"Moroccan Dirham","value":"mad"},{"name":"Moldovan Leu","value":"mdl"},{"name":"Malagasy Ariary","value":"mga"},{"name":"Macedonian Denar","value":"mkd"},{"name":"Myanma Kyat","value":"mmk"},{"name":"Mongolian Tugrik","value":"mnt"},{"name":"Macanese Pataca","value":"mop"},{"name":"Mauritanian Ouguiya (Pre-2018)","value":"mro"},{"name":"Mauritanian Ouguiya","value":"mru"},{"name":"Mauritian Rupee","value":"mur"},{"name":"Maldivian Rufiyaa","value":"mvr"},{"name":"Malawian Kwacha","value":"mwk"},{"name":"Mexican Peso","value":"mxn"},{"name":"Malaysian Ringgit","value":"myr"},{"name":"Mozambican Metical","value":"mzn"},{"name":"Namibian Dollar","value":"nad"},{"name":"Nigerian Naira","value":"ngn"},{"name":"Nicaraguan Córdoba","value":"nio"},{"name":"Norwegian Krone","value":"nok"},{"name":"Nepalese Rupee","value":"npr"},{"name":"New Zealand Dollar","value":"nzd"},{"name":"Omani Rial","value":"omr"},{"name":"Panamanian Balboa","value":"pab"},{"name":"Peruvian Nuevo Sol","value":"pen"},{"name":"Papua New Guinean Kina","value":"pgk"},{"name":"Philippine Peso","value":"php"},{"name":"Pakistani Rupee","value":"pkr"},{"name":"Polish Zloty","value":"pln"},{"name":"Paraguayan Guarani","value":"pyg"},{"name":"Qatari Rial","value":"qar"},{"name":"Romanian Leu","value":"ron"},{"name":"Serbian Dinar","value":"rsd"},{"name":"Russian Ruble","value":"rub"},{"name":"Rwandan Franc","value":"rwf"},{"name":"Saudi Riyal","value":"sar"},{"name":"Solomon Islands Dollar","value":"sbd"},{"name":"Seychellois Rupee","value":"scr"},{"name":"Sudanese Pound","value":"sdg"},{"name":"Swedish Krona","value":"sek"},{"name":"Singapore Dollar","value":"sgd"},{"name":"Saint Helena Pound","value":"shp"},{"name":"Sierra Leonean Leone","value":"sll"},{"name":"Somali Shilling","value":"sos"},{"name":"Surinamese Dollar","value":"srd"},{"name":"South Sudanese Pound","value":"ssp"},{"name":"São Tomé and Príncipe Dobra (Pre-2018)","value":"std"},{"name":"São Tomé and Príncipe Dobra","value":"stn"},{"name":"Salvadoran Colón","value":"svc"},{"name":"Syrian Pound","value":"syp"},{"name":"Swazi Lilangeni","value":"szl"},{"name":"Thai Baht","value":"thb"},{"name":"Tajikistani Somoni","value":"tjs"},{"name":"Turkmenistani Manat","value":"tmt"},{"name":"Tunisian Dinar","value":"tnd"},{"name":"Tongan Pa'anga","value":"top"},{"name":"Turkish Lira","value":"try"},{"name":"Trinidad and Tobago Dollar","value":"ttd"},{"name":"New Taiwan Dollar","value":"twd"},{"name":"Tanzanian Shilling","value":"tzs"},{"name":"Ukrainian Hryvnia","value":"uah"},{"name":"Ugandan Shilling","value":"ugx"},{"name":"Uruguayan Peso","value":"uyu"},{"name":"Uzbekistan Som","value":"uzs"},{"name":"Venezuelan Bolívar Fuerte","value":"vef"},{"name":"Vietnamese Dong","value":"vnd"},{"name":"Vanuatu Vatu","value":"vuv"},{"name":"Samoan Tala","value":"wst"},{"name":"CFA Franc BEAC","value":"xaf"},{"name":"Silver Ounce","value":"xag"},{"name":"Gold Ounce","value":"xau"},{"name":"East Caribbean Dollar","value":"xcd"},{"name":"Special Drawing Rights","value":"xdr"},{"name":"CFA Franc BCEAO","value":"xof"},{"name":"Palladium Ounce","value":"xpd"},{"name":"CFP Franc","value":"xpf"},{"name":"Platinum Ounce","value":"xpt"},{"name":"Yemeni Rial","value":"yer"},{"name":"South African Rand","value":"zar"},{"name":"Zambian Kwacha","value":"zmw"},{"name":"Zimbabwean Dollar","value":"zwl"}],"description":"The currency of the deal in 3-character ISO format"},{"displayName":"Deal Pipeline ID","name":"group","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["deal"]}},"description":"The pipeline ID of the deal"},{"displayName":"Deal Stage ID","name":"stage","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["deal"]}},"description":"The stage ID of the deal"},{"displayName":"Deal Owner ID","name":"owner","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["deal"]}},"description":"The owner ID of the deal"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["deal"]}},"default":{},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the deal"},{"displayName":"Deal Percentage","name":"percent","type":"number","default":0,"description":"The percentage of the deal"},{"displayName":"Deal Status","name":"status","type":"number","default":0,"description":"The status of the deal"}]},{"displayName":"Deal ID","name":"dealId","type":"number","displayOptions":{"show":{"operation":["update"],"resource":["deal"]}},"default":0,"required":true,"description":"ID of the deal to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","description":"The fields to update","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["deal"]}},"default":{},"options":[{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of the deal"},{"displayName":"Deal's Contact ID","name":"contact","type":"number","default":0,"description":"The ID of the deal's contact"},{"displayName":"Deal Value","name":"value","type":"number","default":0,"description":"The value of the deal in cents"},{"displayName":"Currency","name":"currency","type":"options","options":[{"name":"Euro","value":"eur"},{"name":"United States Dollar","value":"usd"},{"name":"British Pound Sterling","value":"gbp"},{"name":"Swiss Franc","value":"chf"},{"name":"Renminbi","value":"cny"},{"name":"--------","value":""},{"name":"United Arab Emirates Dirham","value":"aed"},{"name":"Afghan Afghani","value":"afn"},{"name":"Albanian Lek","value":"all"},{"name":"Armenian Dram","value":"amd"},{"name":"Netherlands Antillean Guilder","value":"ang"},{"name":"Angolan Kwanza","value":"aoa"},{"name":"Argentine Peso","value":"ars"},{"name":"Australian Dollar","value":"aud"},{"name":"Aruban Florin","value":"awg"},{"name":"Azerbaijani Manat","value":"azn"},{"name":"Bosnia-Herzegovina Convertible Mark","value":"bam"},{"name":"Barbadian Dollar","value":"bbd"},{"name":"Bangladeshi Taka","value":"bdt"},{"name":"Bulgarian Lev","value":"bgn"},{"name":"Bahraini Dinar","value":"bhd"},{"name":"Burundian Franc","value":"bif"},{"name":"Bermudan Dollar","value":"bmd"},{"name":"Brunei Dollar","value":"bnd"},{"name":"Bolivian Boliviano","value":"bob"},{"name":"Brazilian Real","value":"brl"},{"name":"Bahamian Dollar","value":"bsd"},{"name":"Bitcoin","value":"btc"},{"name":"Bhutanese Ngultrum","value":"btn"},{"name":"Botswanan Pula","value":"bwp"},{"name":"Belarusian Ruble","value":"byn"},{"name":"Belize Dollar","value":"bzd"},{"name":"Canadian Dollar","value":"cad"},{"name":"Congolese Franc","value":"cdf"},{"name":"Chilean Unit of Account (UF)","value":"clf"},{"name":"Chilean Peso","value":"clp"},{"name":"Chinese Yuan (Offshore)","value":"cnh"},{"name":"Colombian Peso","value":"cop"},{"name":"Costa Rican Colón","value":"crc"},{"name":"Cuban Convertible Peso","value":"cuc"},{"name":"Cuban Peso","value":"cup"},{"name":"Cape Verdean Escudo","value":"cve"},{"name":"Czech Republic Koruna","value":"czk"},{"name":"Djiboutian Franc","value":"djf"},{"name":"Danish Krone","value":"dkk"},{"name":"Dominican Peso","value":"dop"},{"name":"Algerian Dinar","value":"dzd"},{"name":"Egyptian Pound","value":"egp"},{"name":"Eritrean Nakfa","value":"ern"},{"name":"Ethiopian Birr","value":"etb"},{"name":"Fijian Dollar","value":"fjd"},{"name":"Falkland Islands Pound","value":"fkp"},{"name":"Georgian Lari","value":"gel"},{"name":"Guernsey Pound","value":"ggp"},{"name":"Ghanaian Cedi","value":"ghs"},{"name":"Gibraltar Pound","value":"gip"},{"name":"Gambian Dalasi","value":"gmd"},{"name":"Guinean Franc","value":"gnf"},{"name":"Guatemalan Quetzal","value":"gtq"},{"name":"Guyanaese Dollar","value":"gyd"},{"name":"Hong Kong Dollar","value":"hkd"},{"name":"Honduran Lempira","value":"hnl"},{"name":"Croatian Kuna","value":"hrk"},{"name":"Haitian Gourde","value":"htg"},{"name":"Hungarian Forint","value":"huf"},{"name":"Indonesian Rupiah","value":"idr"},{"name":"Israeli New Sheqel","value":"ils"},{"name":"Manx Pound","value":"imp"},{"name":"Indian Rupee","value":"inr"},{"name":"Iraqi Dinar","value":"iqd"},{"name":"Iranian Rial","value":"irr"},{"name":"Icelandic Króna","value":"isk"},{"name":"Jersey Pound","value":"jep"},{"name":"Jamaican Dollar","value":"jmd"},{"name":"Jordanian Dinar","value":"jod"},{"name":"Japanese Yen","value":"jpy"},{"name":"Kenyan Shilling","value":"kes"},{"name":"Kyrgystani Som","value":"kgs"},{"name":"Cambodian Riel","value":"khr"},{"name":"Comorian Franc","value":"kmf"},{"name":"North Korean Won","value":"kpw"},{"name":"South Korean Won","value":"krw"},{"name":"Kuwaiti Dinar","value":"kwd"},{"name":"Cayman Islands Dollar","value":"kyd"},{"name":"Kazakhstani Tenge","value":"kzt"},{"name":"Laotian Kip","value":"lak"},{"name":"Lebanese Pound","value":"lbp"},{"name":"Sri Lankan Rupee","value":"lkr"},{"name":"Liberian Dollar","value":"lrd"},{"name":"Lesotho Loti","value":"lsl"},{"name":"Libyan Dinar","value":"lyd"},{"name":"Moroccan Dirham","value":"mad"},{"name":"Moldovan Leu","value":"mdl"},{"name":"Malagasy Ariary","value":"mga"},{"name":"Macedonian Denar","value":"mkd"},{"name":"Myanma Kyat","value":"mmk"},{"name":"Mongolian Tugrik","value":"mnt"},{"name":"Macanese Pataca","value":"mop"},{"name":"Mauritanian Ouguiya (Pre-2018)","value":"mro"},{"name":"Mauritanian Ouguiya","value":"mru"},{"name":"Mauritian Rupee","value":"mur"},{"name":"Maldivian Rufiyaa","value":"mvr"},{"name":"Malawian Kwacha","value":"mwk"},{"name":"Mexican Peso","value":"mxn"},{"name":"Malaysian Ringgit","value":"myr"},{"name":"Mozambican Metical","value":"mzn"},{"name":"Namibian Dollar","value":"nad"},{"name":"Nigerian Naira","value":"ngn"},{"name":"Nicaraguan Córdoba","value":"nio"},{"name":"Norwegian Krone","value":"nok"},{"name":"Nepalese Rupee","value":"npr"},{"name":"New Zealand Dollar","value":"nzd"},{"name":"Omani Rial","value":"omr"},{"name":"Panamanian Balboa","value":"pab"},{"name":"Peruvian Nuevo Sol","value":"pen"},{"name":"Papua New Guinean Kina","value":"pgk"},{"name":"Philippine Peso","value":"php"},{"name":"Pakistani Rupee","value":"pkr"},{"name":"Polish Zloty","value":"pln"},{"name":"Paraguayan Guarani","value":"pyg"},{"name":"Qatari Rial","value":"qar"},{"name":"Romanian Leu","value":"ron"},{"name":"Serbian Dinar","value":"rsd"},{"name":"Russian Ruble","value":"rub"},{"name":"Rwandan Franc","value":"rwf"},{"name":"Saudi Riyal","value":"sar"},{"name":"Solomon Islands Dollar","value":"sbd"},{"name":"Seychellois Rupee","value":"scr"},{"name":"Sudanese Pound","value":"sdg"},{"name":"Swedish Krona","value":"sek"},{"name":"Singapore Dollar","value":"sgd"},{"name":"Saint Helena Pound","value":"shp"},{"name":"Sierra Leonean Leone","value":"sll"},{"name":"Somali Shilling","value":"sos"},{"name":"Surinamese Dollar","value":"srd"},{"name":"South Sudanese Pound","value":"ssp"},{"name":"São Tomé and Príncipe Dobra (Pre-2018)","value":"std"},{"name":"São Tomé and Príncipe Dobra","value":"stn"},{"name":"Salvadoran Colón","value":"svc"},{"name":"Syrian Pound","value":"syp"},{"name":"Swazi Lilangeni","value":"szl"},{"name":"Thai Baht","value":"thb"},{"name":"Tajikistani Somoni","value":"tjs"},{"name":"Turkmenistani Manat","value":"tmt"},{"name":"Tunisian Dinar","value":"tnd"},{"name":"Tongan Pa'anga","value":"top"},{"name":"Turkish Lira","value":"try"},{"name":"Trinidad and Tobago Dollar","value":"ttd"},{"name":"New Taiwan Dollar","value":"twd"},{"name":"Tanzanian Shilling","value":"tzs"},{"name":"Ukrainian Hryvnia","value":"uah"},{"name":"Ugandan Shilling","value":"ugx"},{"name":"Uruguayan Peso","value":"uyu"},{"name":"Uzbekistan Som","value":"uzs"},{"name":"Venezuelan Bolívar Fuerte","value":"vef"},{"name":"Vietnamese Dong","value":"vnd"},{"name":"Vanuatu Vatu","value":"vuv"},{"name":"Samoan Tala","value":"wst"},{"name":"CFA Franc BEAC","value":"xaf"},{"name":"Silver Ounce","value":"xag"},{"name":"Gold Ounce","value":"xau"},{"name":"East Caribbean Dollar","value":"xcd"},{"name":"Special Drawing Rights","value":"xdr"},{"name":"CFA Franc BCEAO","value":"xof"},{"name":"Palladium Ounce","value":"xpd"},{"name":"CFP Franc","value":"xpf"},{"name":"Platinum Ounce","value":"xpt"},{"name":"Yemeni Rial","value":"yer"},{"name":"South African Rand","value":"zar"},{"name":"Zambian Kwacha","value":"zmw"},{"name":"Zimbabwean Dollar","value":"zwl"}],"default":"eur","description":"The currency of the deal in 3-character ISO format"},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the deal"},{"displayName":"Deal Pipeline ID","name":"group","type":"string","default":"","description":"The pipeline ID of the deal"},{"displayName":"Deal Stage ID","name":"stage","type":"string","default":"","description":"The stage ID of the deal"},{"displayName":"Deal Owner ID","name":"owner","type":"string","default":"","description":"The owner ID of the deal"},{"displayName":"Deal Percentage","name":"percent","type":"number","default":0,"description":"The percentage of the deal"},{"displayName":"Deal Status","name":"status","type":"number","default":0,"description":"The status of the deal"}]},{"displayName":"Deal ID","name":"dealId","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["deal"]}},"description":"The ID of the deal to delete"},{"displayName":"Deal ID","name":"dealId","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["deal"]}},"description":"The ID of the deal to get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["deal"]}},"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":["deal"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["deal"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Deal ID","name":"dealId","type":"number","default":"","required":true,"displayOptions":{"show":{"operation":["createNote"],"resource":["deal"]}},"description":"The ID of the deal note"},{"displayName":"Deal Note","name":"dealNote","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["createNote"],"resource":["deal"]}},"description":"The content of the deal note"},{"displayName":"Deal ID","name":"dealId","type":"number","default":"","required":true,"displayOptions":{"show":{"operation":["updateNote"],"resource":["deal"]}},"description":"The ID of the deal note"},{"displayName":"Deal Note ID","name":"dealNoteId","type":"number","default":"","required":true,"displayOptions":{"show":{"operation":["updateNote"],"resource":["deal"]}},"description":"The ID of the deal note"},{"displayName":"Deal Note","name":"dealNote","type":"string","default":"","displayOptions":{"show":{"operation":["updateNote"],"resource":["deal"]}},"description":"The content of the deal note"},{"displayName":"Service","name":"service","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["connection"]}},"description":"The name of the service"},{"displayName":"External Account ID","name":"externalid","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["connection"]}},"description":"The ID of the account in the external service"},{"displayName":"Account Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["connection"]}},"description":"The name associated with the account in the external service. Often this will be a company name (e.g., \"My Toystore, Inc.\")."},{"displayName":"Logo URL","name":"logoUrl","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["connection"]}},"description":"The URL to a logo image for the external service"},{"displayName":"Link URL","name":"linkUrl","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["connection"]}},"description":"The URL to a page where the integration with the external service can be managed in the third-party's website"},{"displayName":"Connection ID","name":"connectionId","type":"number","displayOptions":{"show":{"operation":["update"],"resource":["connection"]}},"default":0,"required":true,"description":"ID of the connection to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","description":"The fields to update","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["connection"]}},"default":{},"options":[{"displayName":"Service","name":"service","type":"string","default":"","description":"The name of the service"},{"displayName":"External Account ID","name":"externalid","type":"string","default":"","description":"The ID of the account in the external service"},{"displayName":"Account Name","name":"name","type":"string","default":"","description":"The name associated with the account in the external service. Often this will be a company name (e.g., \"My Toystore, Inc.\")."},{"displayName":"Logo URL","name":"logoUrl","type":"string","default":"","description":"The URL to a logo image for the external service"},{"displayName":"Link URL","name":"linkUrl","type":"string","default":"","description":"The URL to a page where the integration with the external service can be managed in the third-party's website"},{"displayName":"Status","name":"status","type":"number","default":1,"description":"The status of the connection (0 = error; 1 = connected)"},{"displayName":"Syncronisation Status","name":"syncStatus","type":"number","default":1,"description":"The status of a sync triggered on the connection (0 = sync stopped; 1 = sync running)"}]},{"displayName":"Connection ID","name":"connectionId","type":"number","displayOptions":{"show":{"operation":["delete"],"resource":["connection"]}},"default":0,"required":true,"description":"ID of the connection to delete"},{"displayName":"Connection ID","name":"connectionId","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["connection"]}},"default":0,"required":true,"description":"ID of the connection to get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["connection"]}},"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":["connection"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["connection"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"External ID","name":"externalid","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["ecommerceOrder"]}},"description":"The ID of the order in the external service. ONLY REQUIRED IF EXTERNALCHECKOUTID NOT INCLUDED."},{"displayName":"External Checkout ID","name":"externalcheckoutid","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["ecommerceOrder"]}},"description":"The ID of the cart in the external service. ONLY REQUIRED IF EXTERNALID IS NOT INCLUDED."},{"displayName":"Order Source","name":"source","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["ecommerceOrder"]}},"description":"The order source code (0 - will not trigger automations, 1 - will trigger automations)"},{"displayName":"Customer Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["ecommerceOrder"]}},"description":"The email address of the customer who placed the order"},{"displayName":"Total Price","name":"totalPrice","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["ecommerceOrder"]}},"description":"The total price of the order in cents, including tax and shipping charges. (i.e. $456.78 => 45678). Must be greater than or equal to zero."},{"displayName":"Order Currency","name":"currency","type":"options","default":"eur","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["ecommerceOrder"]}},"options":[{"name":"Euro","value":"eur"},{"name":"United States Dollar","value":"usd"},{"name":"British Pound Sterling","value":"gbp"},{"name":"Swiss Franc","value":"chf"},{"name":"Renminbi","value":"cny"},{"name":"--------","value":""},{"name":"United Arab Emirates Dirham","value":"aed"},{"name":"Afghan Afghani","value":"afn"},{"name":"Albanian Lek","value":"all"},{"name":"Armenian Dram","value":"amd"},{"name":"Netherlands Antillean Guilder","value":"ang"},{"name":"Angolan Kwanza","value":"aoa"},{"name":"Argentine Peso","value":"ars"},{"name":"Australian Dollar","value":"aud"},{"name":"Aruban Florin","value":"awg"},{"name":"Azerbaijani Manat","value":"azn"},{"name":"Bosnia-Herzegovina Convertible Mark","value":"bam"},{"name":"Barbadian Dollar","value":"bbd"},{"name":"Bangladeshi Taka","value":"bdt"},{"name":"Bulgarian Lev","value":"bgn"},{"name":"Bahraini Dinar","value":"bhd"},{"name":"Burundian Franc","value":"bif"},{"name":"Bermudan Dollar","value":"bmd"},{"name":"Brunei Dollar","value":"bnd"},{"name":"Bolivian Boliviano","value":"bob"},{"name":"Brazilian Real","value":"brl"},{"name":"Bahamian Dollar","value":"bsd"},{"name":"Bitcoin","value":"btc"},{"name":"Bhutanese Ngultrum","value":"btn"},{"name":"Botswanan Pula","value":"bwp"},{"name":"Belarusian Ruble","value":"byn"},{"name":"Belize Dollar","value":"bzd"},{"name":"Canadian Dollar","value":"cad"},{"name":"Congolese Franc","value":"cdf"},{"name":"Chilean Unit of Account (UF)","value":"clf"},{"name":"Chilean Peso","value":"clp"},{"name":"Chinese Yuan (Offshore)","value":"cnh"},{"name":"Colombian Peso","value":"cop"},{"name":"Costa Rican Colón","value":"crc"},{"name":"Cuban Convertible Peso","value":"cuc"},{"name":"Cuban Peso","value":"cup"},{"name":"Cape Verdean Escudo","value":"cve"},{"name":"Czech Republic Koruna","value":"czk"},{"name":"Djiboutian Franc","value":"djf"},{"name":"Danish Krone","value":"dkk"},{"name":"Dominican Peso","value":"dop"},{"name":"Algerian Dinar","value":"dzd"},{"name":"Egyptian Pound","value":"egp"},{"name":"Eritrean Nakfa","value":"ern"},{"name":"Ethiopian Birr","value":"etb"},{"name":"Fijian Dollar","value":"fjd"},{"name":"Falkland Islands Pound","value":"fkp"},{"name":"Georgian Lari","value":"gel"},{"name":"Guernsey Pound","value":"ggp"},{"name":"Ghanaian Cedi","value":"ghs"},{"name":"Gibraltar Pound","value":"gip"},{"name":"Gambian Dalasi","value":"gmd"},{"name":"Guinean Franc","value":"gnf"},{"name":"Guatemalan Quetzal","value":"gtq"},{"name":"Guyanaese Dollar","value":"gyd"},{"name":"Hong Kong Dollar","value":"hkd"},{"name":"Honduran Lempira","value":"hnl"},{"name":"Croatian Kuna","value":"hrk"},{"name":"Haitian Gourde","value":"htg"},{"name":"Hungarian Forint","value":"huf"},{"name":"Indonesian Rupiah","value":"idr"},{"name":"Israeli New Sheqel","value":"ils"},{"name":"Manx Pound","value":"imp"},{"name":"Indian Rupee","value":"inr"},{"name":"Iraqi Dinar","value":"iqd"},{"name":"Iranian Rial","value":"irr"},{"name":"Icelandic Króna","value":"isk"},{"name":"Jersey Pound","value":"jep"},{"name":"Jamaican Dollar","value":"jmd"},{"name":"Jordanian Dinar","value":"jod"},{"name":"Japanese Yen","value":"jpy"},{"name":"Kenyan Shilling","value":"kes"},{"name":"Kyrgystani Som","value":"kgs"},{"name":"Cambodian Riel","value":"khr"},{"name":"Comorian Franc","value":"kmf"},{"name":"North Korean Won","value":"kpw"},{"name":"South Korean Won","value":"krw"},{"name":"Kuwaiti Dinar","value":"kwd"},{"name":"Cayman Islands Dollar","value":"kyd"},{"name":"Kazakhstani Tenge","value":"kzt"},{"name":"Laotian Kip","value":"lak"},{"name":"Lebanese Pound","value":"lbp"},{"name":"Sri Lankan Rupee","value":"lkr"},{"name":"Liberian Dollar","value":"lrd"},{"name":"Lesotho Loti","value":"lsl"},{"name":"Libyan Dinar","value":"lyd"},{"name":"Moroccan Dirham","value":"mad"},{"name":"Moldovan Leu","value":"mdl"},{"name":"Malagasy Ariary","value":"mga"},{"name":"Macedonian Denar","value":"mkd"},{"name":"Myanma Kyat","value":"mmk"},{"name":"Mongolian Tugrik","value":"mnt"},{"name":"Macanese Pataca","value":"mop"},{"name":"Mauritanian Ouguiya (Pre-2018)","value":"mro"},{"name":"Mauritanian Ouguiya","value":"mru"},{"name":"Mauritian Rupee","value":"mur"},{"name":"Maldivian Rufiyaa","value":"mvr"},{"name":"Malawian Kwacha","value":"mwk"},{"name":"Mexican Peso","value":"mxn"},{"name":"Malaysian Ringgit","value":"myr"},{"name":"Mozambican Metical","value":"mzn"},{"name":"Namibian Dollar","value":"nad"},{"name":"Nigerian Naira","value":"ngn"},{"name":"Nicaraguan Córdoba","value":"nio"},{"name":"Norwegian Krone","value":"nok"},{"name":"Nepalese Rupee","value":"npr"},{"name":"New Zealand Dollar","value":"nzd"},{"name":"Omani Rial","value":"omr"},{"name":"Panamanian Balboa","value":"pab"},{"name":"Peruvian Nuevo Sol","value":"pen"},{"name":"Papua New Guinean Kina","value":"pgk"},{"name":"Philippine Peso","value":"php"},{"name":"Pakistani Rupee","value":"pkr"},{"name":"Polish Zloty","value":"pln"},{"name":"Paraguayan Guarani","value":"pyg"},{"name":"Qatari Rial","value":"qar"},{"name":"Romanian Leu","value":"ron"},{"name":"Serbian Dinar","value":"rsd"},{"name":"Russian Ruble","value":"rub"},{"name":"Rwandan Franc","value":"rwf"},{"name":"Saudi Riyal","value":"sar"},{"name":"Solomon Islands Dollar","value":"sbd"},{"name":"Seychellois Rupee","value":"scr"},{"name":"Sudanese Pound","value":"sdg"},{"name":"Swedish Krona","value":"sek"},{"name":"Singapore Dollar","value":"sgd"},{"name":"Saint Helena Pound","value":"shp"},{"name":"Sierra Leonean Leone","value":"sll"},{"name":"Somali Shilling","value":"sos"},{"name":"Surinamese Dollar","value":"srd"},{"name":"South Sudanese Pound","value":"ssp"},{"name":"São Tomé and Príncipe Dobra (Pre-2018)","value":"std"},{"name":"São Tomé and Príncipe Dobra","value":"stn"},{"name":"Salvadoran Colón","value":"svc"},{"name":"Syrian Pound","value":"syp"},{"name":"Swazi Lilangeni","value":"szl"},{"name":"Thai Baht","value":"thb"},{"name":"Tajikistani Somoni","value":"tjs"},{"name":"Turkmenistani Manat","value":"tmt"},{"name":"Tunisian Dinar","value":"tnd"},{"name":"Tongan Pa'anga","value":"top"},{"name":"Turkish Lira","value":"try"},{"name":"Trinidad and Tobago Dollar","value":"ttd"},{"name":"New Taiwan Dollar","value":"twd"},{"name":"Tanzanian Shilling","value":"tzs"},{"name":"Ukrainian Hryvnia","value":"uah"},{"name":"Ugandan Shilling","value":"ugx"},{"name":"Uruguayan Peso","value":"uyu"},{"name":"Uzbekistan Som","value":"uzs"},{"name":"Venezuelan Bolívar Fuerte","value":"vef"},{"name":"Vietnamese Dong","value":"vnd"},{"name":"Vanuatu Vatu","value":"vuv"},{"name":"Samoan Tala","value":"wst"},{"name":"CFA Franc BEAC","value":"xaf"},{"name":"Silver Ounce","value":"xag"},{"name":"Gold Ounce","value":"xau"},{"name":"East Caribbean Dollar","value":"xcd"},{"name":"Special Drawing Rights","value":"xdr"},{"name":"CFA Franc BCEAO","value":"xof"},{"name":"Palladium Ounce","value":"xpd"},{"name":"CFP Franc","value":"xpf"},{"name":"Platinum Ounce","value":"xpt"},{"name":"Yemeni Rial","value":"yer"},{"name":"South African Rand","value":"zar"},{"name":"Zambian Kwacha","value":"zmw"},{"name":"Zimbabwean Dollar","value":"zwl"}],"description":"The currency of the order (3-digit ISO code, e.g., \"USD\")"},{"displayName":"Connection ID","name":"connectionid","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["ecommerceOrder"]}},"description":"The ID of the connection from which this order originated"},{"displayName":"Customer ID","name":"customerid","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["ecommerceOrder"]}},"description":"The ID of the customer associated with this order"},{"displayName":"Creation Date","name":"externalCreatedDate","type":"dateTime","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["ecommerceOrder"]}},"description":"The date the order was placed"},{"displayName":"Abandoning Date","name":"abandonedDate","type":"dateTime","default":"","displayOptions":{"show":{"operation":["create"],"resource":["ecommerceOrder"]}},"description":"The date the cart was abandoned. REQUIRED ONLY IF INCLUDING EXTERNALCHECKOUTID."},{"displayName":"Products","name":"orderProducts","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add product"},"displayOptions":{"show":{"operation":["create"],"resource":["ecommerceOrder"]}},"default":{},"description":"All ordered products","placeholder":"Add product field","options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the product"},{"displayName":"Price","name":"price","type":"number","default":0,"description":"The price of the product, in cents. (i.e. $456.78 => 45678). Must be greater than or equal to zero."},{"displayName":"Product Quantity","name":"quantity","type":"number","default":0,"description":"The quantity ordered"},{"displayName":"Product External ID","name":"externalid","type":"string","default":"","description":"The ID of the product in the external service"},{"displayName":"Product Category","name":"category","type":"string","default":"","description":"The category of the product"},{"displayName":"SKU","name":"sku","type":"string","default":"","description":"The SKU for the product"},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the product"},{"displayName":"Image URL","name":"imageUrl","type":"string","default":"","description":"An Image URL that displays an image of the product"},{"displayName":"Product URL","name":"productUrl","type":"string","default":"","description":"A URL linking to the product in your store"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["ecommerceOrder"]}},"default":{},"options":[{"displayName":"Shipping Amount","name":"shippingAmount","type":"number","default":0,"description":"The total shipping amount for the order in cents"},{"displayName":"Tax Amount","name":"taxAmount","type":"number","default":0,"description":"The total tax amount for the order in cents"},{"displayName":"Discount Amount","name":"discountAmount","type":"number","default":0,"description":"The total discount amount for the order in cents"},{"displayName":"Order URL","name":"orderUrl","type":"string","default":"","description":"The URL for the order in the external service"},{"displayName":"External Updated Date","name":"externalUpdatedDate","type":"dateTime","default":"","description":"The date the order was updated"},{"displayName":"Shipping Method","name":"shippingMethod","type":"string","default":"","description":"The shipping method of the order"},{"displayName":"Order Number","name":"orderNumber","type":"string","default":"","description":"The order number. This can be different than the externalid."}]},{"displayName":"Order ID","name":"orderId","type":"number","default":0,"displayOptions":{"show":{"operation":["update"],"resource":["ecommerceOrder"]}},"description":"The ID of the e-commerce order"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["ecommerceOrder"]}},"default":{},"options":[{"displayName":"External ID","name":"externalid","type":"string","default":"","description":"The ID of the order in the external service. ONLY REQUIRED IF EXTERNALCHECKOUTID NOT INCLUDED."},{"displayName":"External Checkout ID","name":"externalcheckoutid","type":"string","default":"","description":"The ID of the cart in the external service. ONLY REQUIRED IF EXTERNALID IS NOT INCLUDED."},{"displayName":"Order Source","name":"source","type":"number","default":0,"description":"The order source code (0 - will not trigger automations, 1 - will trigger automations)"},{"displayName":"Customer Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email address of the customer who placed the order"},{"displayName":"Total Price","name":"totalPrice","type":"number","default":0,"description":"The total price of the order in cents, including tax and shipping charges. (i.e. $456.78 => 45678). Must be greater than or equal to zero."},{"displayName":"Order Currency","name":"currency","type":"options","default":"eur","options":[{"name":"Euro","value":"eur"},{"name":"United States Dollar","value":"usd"},{"name":"British Pound Sterling","value":"gbp"},{"name":"Swiss Franc","value":"chf"},{"name":"Renminbi","value":"cny"},{"name":"--------","value":""},{"name":"United Arab Emirates Dirham","value":"aed"},{"name":"Afghan Afghani","value":"afn"},{"name":"Albanian Lek","value":"all"},{"name":"Armenian Dram","value":"amd"},{"name":"Netherlands Antillean Guilder","value":"ang"},{"name":"Angolan Kwanza","value":"aoa"},{"name":"Argentine Peso","value":"ars"},{"name":"Australian Dollar","value":"aud"},{"name":"Aruban Florin","value":"awg"},{"name":"Azerbaijani Manat","value":"azn"},{"name":"Bosnia-Herzegovina Convertible Mark","value":"bam"},{"name":"Barbadian Dollar","value":"bbd"},{"name":"Bangladeshi Taka","value":"bdt"},{"name":"Bulgarian Lev","value":"bgn"},{"name":"Bahraini Dinar","value":"bhd"},{"name":"Burundian Franc","value":"bif"},{"name":"Bermudan Dollar","value":"bmd"},{"name":"Brunei Dollar","value":"bnd"},{"name":"Bolivian Boliviano","value":"bob"},{"name":"Brazilian Real","value":"brl"},{"name":"Bahamian Dollar","value":"bsd"},{"name":"Bitcoin","value":"btc"},{"name":"Bhutanese Ngultrum","value":"btn"},{"name":"Botswanan Pula","value":"bwp"},{"name":"Belarusian Ruble","value":"byn"},{"name":"Belize Dollar","value":"bzd"},{"name":"Canadian Dollar","value":"cad"},{"name":"Congolese Franc","value":"cdf"},{"name":"Chilean Unit of Account (UF)","value":"clf"},{"name":"Chilean Peso","value":"clp"},{"name":"Chinese Yuan (Offshore)","value":"cnh"},{"name":"Colombian Peso","value":"cop"},{"name":"Costa Rican Colón","value":"crc"},{"name":"Cuban Convertible Peso","value":"cuc"},{"name":"Cuban Peso","value":"cup"},{"name":"Cape Verdean Escudo","value":"cve"},{"name":"Czech Republic Koruna","value":"czk"},{"name":"Djiboutian Franc","value":"djf"},{"name":"Danish Krone","value":"dkk"},{"name":"Dominican Peso","value":"dop"},{"name":"Algerian Dinar","value":"dzd"},{"name":"Egyptian Pound","value":"egp"},{"name":"Eritrean Nakfa","value":"ern"},{"name":"Ethiopian Birr","value":"etb"},{"name":"Fijian Dollar","value":"fjd"},{"name":"Falkland Islands Pound","value":"fkp"},{"name":"Georgian Lari","value":"gel"},{"name":"Guernsey Pound","value":"ggp"},{"name":"Ghanaian Cedi","value":"ghs"},{"name":"Gibraltar Pound","value":"gip"},{"name":"Gambian Dalasi","value":"gmd"},{"name":"Guinean Franc","value":"gnf"},{"name":"Guatemalan Quetzal","value":"gtq"},{"name":"Guyanaese Dollar","value":"gyd"},{"name":"Hong Kong Dollar","value":"hkd"},{"name":"Honduran Lempira","value":"hnl"},{"name":"Croatian Kuna","value":"hrk"},{"name":"Haitian Gourde","value":"htg"},{"name":"Hungarian Forint","value":"huf"},{"name":"Indonesian Rupiah","value":"idr"},{"name":"Israeli New Sheqel","value":"ils"},{"name":"Manx Pound","value":"imp"},{"name":"Indian Rupee","value":"inr"},{"name":"Iraqi Dinar","value":"iqd"},{"name":"Iranian Rial","value":"irr"},{"name":"Icelandic Króna","value":"isk"},{"name":"Jersey Pound","value":"jep"},{"name":"Jamaican Dollar","value":"jmd"},{"name":"Jordanian Dinar","value":"jod"},{"name":"Japanese Yen","value":"jpy"},{"name":"Kenyan Shilling","value":"kes"},{"name":"Kyrgystani Som","value":"kgs"},{"name":"Cambodian Riel","value":"khr"},{"name":"Comorian Franc","value":"kmf"},{"name":"North Korean Won","value":"kpw"},{"name":"South Korean Won","value":"krw"},{"name":"Kuwaiti Dinar","value":"kwd"},{"name":"Cayman Islands Dollar","value":"kyd"},{"name":"Kazakhstani Tenge","value":"kzt"},{"name":"Laotian Kip","value":"lak"},{"name":"Lebanese Pound","value":"lbp"},{"name":"Sri Lankan Rupee","value":"lkr"},{"name":"Liberian Dollar","value":"lrd"},{"name":"Lesotho Loti","value":"lsl"},{"name":"Libyan Dinar","value":"lyd"},{"name":"Moroccan Dirham","value":"mad"},{"name":"Moldovan Leu","value":"mdl"},{"name":"Malagasy Ariary","value":"mga"},{"name":"Macedonian Denar","value":"mkd"},{"name":"Myanma Kyat","value":"mmk"},{"name":"Mongolian Tugrik","value":"mnt"},{"name":"Macanese Pataca","value":"mop"},{"name":"Mauritanian Ouguiya (Pre-2018)","value":"mro"},{"name":"Mauritanian Ouguiya","value":"mru"},{"name":"Mauritian Rupee","value":"mur"},{"name":"Maldivian Rufiyaa","value":"mvr"},{"name":"Malawian Kwacha","value":"mwk"},{"name":"Mexican Peso","value":"mxn"},{"name":"Malaysian Ringgit","value":"myr"},{"name":"Mozambican Metical","value":"mzn"},{"name":"Namibian Dollar","value":"nad"},{"name":"Nigerian Naira","value":"ngn"},{"name":"Nicaraguan Córdoba","value":"nio"},{"name":"Norwegian Krone","value":"nok"},{"name":"Nepalese Rupee","value":"npr"},{"name":"New Zealand Dollar","value":"nzd"},{"name":"Omani Rial","value":"omr"},{"name":"Panamanian Balboa","value":"pab"},{"name":"Peruvian Nuevo Sol","value":"pen"},{"name":"Papua New Guinean Kina","value":"pgk"},{"name":"Philippine Peso","value":"php"},{"name":"Pakistani Rupee","value":"pkr"},{"name":"Polish Zloty","value":"pln"},{"name":"Paraguayan Guarani","value":"pyg"},{"name":"Qatari Rial","value":"qar"},{"name":"Romanian Leu","value":"ron"},{"name":"Serbian Dinar","value":"rsd"},{"name":"Russian Ruble","value":"rub"},{"name":"Rwandan Franc","value":"rwf"},{"name":"Saudi Riyal","value":"sar"},{"name":"Solomon Islands Dollar","value":"sbd"},{"name":"Seychellois Rupee","value":"scr"},{"name":"Sudanese Pound","value":"sdg"},{"name":"Swedish Krona","value":"sek"},{"name":"Singapore Dollar","value":"sgd"},{"name":"Saint Helena Pound","value":"shp"},{"name":"Sierra Leonean Leone","value":"sll"},{"name":"Somali Shilling","value":"sos"},{"name":"Surinamese Dollar","value":"srd"},{"name":"South Sudanese Pound","value":"ssp"},{"name":"São Tomé and Príncipe Dobra (Pre-2018)","value":"std"},{"name":"São Tomé and Príncipe Dobra","value":"stn"},{"name":"Salvadoran Colón","value":"svc"},{"name":"Syrian Pound","value":"syp"},{"name":"Swazi Lilangeni","value":"szl"},{"name":"Thai Baht","value":"thb"},{"name":"Tajikistani Somoni","value":"tjs"},{"name":"Turkmenistani Manat","value":"tmt"},{"name":"Tunisian Dinar","value":"tnd"},{"name":"Tongan Pa'anga","value":"top"},{"name":"Turkish Lira","value":"try"},{"name":"Trinidad and Tobago Dollar","value":"ttd"},{"name":"New Taiwan Dollar","value":"twd"},{"name":"Tanzanian Shilling","value":"tzs"},{"name":"Ukrainian Hryvnia","value":"uah"},{"name":"Ugandan Shilling","value":"ugx"},{"name":"Uruguayan Peso","value":"uyu"},{"name":"Uzbekistan Som","value":"uzs"},{"name":"Venezuelan Bolívar Fuerte","value":"vef"},{"name":"Vietnamese Dong","value":"vnd"},{"name":"Vanuatu Vatu","value":"vuv"},{"name":"Samoan Tala","value":"wst"},{"name":"CFA Franc BEAC","value":"xaf"},{"name":"Silver Ounce","value":"xag"},{"name":"Gold Ounce","value":"xau"},{"name":"East Caribbean Dollar","value":"xcd"},{"name":"Special Drawing Rights","value":"xdr"},{"name":"CFA Franc BCEAO","value":"xof"},{"name":"Palladium Ounce","value":"xpd"},{"name":"CFP Franc","value":"xpf"},{"name":"Platinum Ounce","value":"xpt"},{"name":"Yemeni Rial","value":"yer"},{"name":"South African Rand","value":"zar"},{"name":"Zambian Kwacha","value":"zmw"},{"name":"Zimbabwean Dollar","value":"zwl"}],"description":"The currency of the order (3-digit ISO code, e.g., \"USD\")"},{"displayName":"Connection ID","name":"connectionid","type":"number","default":0,"description":"The ID of the connection from which this order originated"},{"displayName":"Customer ID","name":"customerid","type":"number","default":0,"description":"The ID of the customer associated with this order"},{"displayName":"Creation Date","name":"externalupdatedDate","type":"dateTime","default":"","description":"The date the order was placed"},{"displayName":"Abandoning Date","name":"abandonedDate","type":"dateTime","default":"","description":"The date the cart was abandoned. REQUIRED ONLY IF INCLUDING EXTERNALCHECKOUTID."},{"displayName":"Shipping Amount","name":"shippingAmount","type":"number","default":0,"description":"The total shipping amount for the order in cents"},{"displayName":"Tax Amount","name":"taxAmount","type":"number","default":0,"description":"The total tax amount for the order in cents"},{"displayName":"Discount Amount","name":"discountAmount","type":"number","default":0,"description":"The total discount amount for the order in cents"},{"displayName":"Order URL","name":"orderUrl","type":"string","default":"","description":"The URL for the order in the external service"},{"displayName":"External Updated Date","name":"externalUpdatedDate","type":"dateTime","default":"","description":"The date the order was updated"},{"displayName":"Shipping Method","name":"shippingMethod","type":"string","default":"","description":"The shipping method of the order"},{"displayName":"Order Number","name":"orderNumber","type":"string","default":"","description":"The order number. This can be different than the externalid."},{"displayName":"Products","name":"orderProducts","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add product"},"default":{},"description":"All ordered products","placeholder":"Add product field","options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the product"},{"displayName":"Price","name":"price","type":"number","default":0,"description":"The price of the product, in cents. (i.e. $456.78 => 45678). Must be greater than or equal to zero."},{"displayName":"Product Quantity","name":"quantity","type":"number","default":0,"description":"The quantity ordered"},{"displayName":"Product External ID","name":"externalid","type":"string","default":"","description":"The ID of the product in the external service"},{"displayName":"Product Category","name":"category","type":"string","default":"","description":"The category of the product"},{"displayName":"SKU","name":"sku","type":"string","default":"","description":"The SKU for the product"},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the product"},{"displayName":"Image URL","name":"imageUrl","type":"string","default":"","description":"An Image URL that displays an image of the product"},{"displayName":"Product URL","name":"productUrl","type":"string","default":"","description":"A URL linking to the product in your store"}]}]},{"displayName":"Order ID","name":"orderId","type":"number","default":0,"displayOptions":{"show":{"operation":["delete"],"resource":["ecommerceOrder"]}},"description":"The ID of the e-commerce order"},{"displayName":"Order ID","name":"orderId","type":"number","default":0,"displayOptions":{"show":{"operation":["get"],"resource":["ecommerceOrder"]}},"description":"The ID of the e-commerce order"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["ecommerceOrder"]}},"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":["ecommerceOrder"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["ecommerceOrder"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Service ID","name":"connectionid","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["ecommerceCustomer"]}},"description":"The ID of the connection object for the service where the customer originates"},{"displayName":"Customer ID","name":"externalid","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["ecommerceCustomer"]}},"description":"The ID of the customer in the external service"},{"displayName":"Customer Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["ecommerceCustomer"]}},"description":"The email address of the customer"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["ecommerceCustomer"]}},"default":{},"options":[{"displayName":"Accepts Marketing","name":"acceptsMarketing","type":"boolean","default":false,"description":"Whether customer has opt-ed in to marketing communications"}]},{"displayName":"Customer ID","name":"ecommerceCustomerId","type":"number","displayOptions":{"show":{"operation":["update"],"resource":["ecommerceCustomer"]}},"default":0,"required":true,"description":"ID of the E-commerce customer to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","description":"The fields to update","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["ecommerceCustomer"]}},"default":{},"options":[{"displayName":"Service ID","name":"connectionid","type":"string","default":"","description":"The ID of the connection object for the service where the customer originates"},{"displayName":"Customer ID","name":"externalid","type":"string","default":"","description":"The ID of the customer in the external service"},{"displayName":"Customer Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email address of the customer"},{"displayName":"Accepts Marketing","name":"acceptsMarketing","type":"boolean","default":false,"description":"Whether customer has opt-ed in to marketing communications"}]},{"displayName":"Customer ID","name":"ecommerceCustomerId","type":"number","displayOptions":{"show":{"operation":["delete"],"resource":["ecommerceCustomer"]}},"default":0,"required":true,"description":"ID of the E-commerce customer to delete"},{"displayName":"Customer ID","name":"ecommerceCustomerId","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["ecommerceCustomer"]}},"default":0,"required":true,"description":"ID of the E-commerce customer to get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["ecommerceCustomer"]}},"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":["ecommerceCustomer"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["ecommerceCustomer"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Order ID","name":"orderId","type":"number","default":0,"displayOptions":{"show":{"operation":["getByOrderId"],"resource":["ecommerceOrderProducts"]}},"description":"The ID of the order whose products you'd like returned"},{"displayName":"Product ID","name":"procuctId","type":"number","default":0,"displayOptions":{"show":{"operation":["getByProductId"],"resource":["ecommerceOrderProducts"]}},"description":"The ID of the product you'd like returned"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["ecommerceOrderProducts"]}},"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":["ecommerceOrderProducts"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["ecommerceOrderProducts"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.activecampaign/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/activecampaign/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/ActiveCampaign/activeCampaign.svg","dark":"icons/n8n-nodes-base/dist/nodes/ActiveCampaign/activeCampaign.dark.svg"}},
{"displayName":"ActiveCampaign Trigger","name":"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/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"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.activecampaigntrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/activecampaign/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/ActiveCampaign/activeCampaign.svg","dark":"icons/n8n-nodes-base/dist/nodes/ActiveCampaign/activeCampaign.dark.svg"}},
{"displayName":"Acuity Scheduling Trigger","name":"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/integrations/builtin/credentials/acuityscheduling/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/AcuityScheduling/acuityScheduling.png"},
{"displayName":"Adalo","name":"adalo","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"collectionId\"]}}","description":"Consume Adalo API","defaults":{"name":"Adalo"},"usableAsTool":true,"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"},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.adalo/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/adalo/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Adalo/adalo.svg"},
{"displayName":"Affinity","name":"affinity","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Affinity API","defaults":{"name":"Affinity"},"usableAsTool":true,"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/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/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/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/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/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/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/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/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/integrations/builtin/credentials/affinity/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Affinity/affinity.svg","dark":"icons/n8n-nodes-base/dist/nodes/Affinity/affinity.dark.svg"}},
{"displayName":"Affinity Trigger","name":"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/integrations/builtin/credentials/affinity/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Affinity/affinity.svg","dark":"icons/n8n-nodes-base/dist/nodes/Affinity/affinity.dark.svg"}},
{"displayName":"Agile CRM","name":"agileCrm","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","group":["transform"],"version":1,"description":"Consume Agile CRM API","defaults":{"name":"Agile CRM"},"usableAsTool":true,"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":"addressOptions","type":"fixedCollection","default":{},"description":"Company 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":"Postal","value":"postal"},{"name":"Office","value":"office"}]},{"displayName":"Address","name":"address","type":"string","required":true,"default":"","description":"Full 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":"addressOptions","type":"fixedCollection","default":{},"description":"Company 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":"Postal","value":"postal"},{"name":"Office","value":"office"}]},{"displayName":"Address","name":"address","type":"string","required":true,"default":"","description":"Full 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","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.agilecrm/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/agilecrm/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/AgileCrm/agilecrm.png"},
{"displayName":"Airtable","name":"airtable","group":["input"],"description":"Read, update, write and delete data from Airtable","defaultVersion":2.2,"version":[2,2.1,2.2],"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","defaults":{"name":"Airtable"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"airtableTokenApi","required":true,"displayOptions":{"show":{"authentication":["airtableTokenApi"]}}},{"name":"airtableOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["airtableOAuth2Api"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"airtableTokenApi"},{"name":"OAuth2","value":"airtableOAuth2Api"}],"default":"airtableTokenApi"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Base","value":"base"},{"name":"Record","value":"record"}],"default":"record"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Create","value":"create","description":"Create a new record in a table","action":"Create a record"},{"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 record"},{"name":"Delete","value":"deleteRecord","description":"Delete a record from a table","action":"Delete a record"},{"name":"Get","value":"get","description":"Retrieve a record from a table","action":"Get a record"},{"name":"Search","value":"search","description":"Search for specific records or list all","action":"Search records"},{"name":"Update","value":"update","description":"Update a record in a table","action":"Update record"}],"default":"get","displayOptions":{"show":{"resource":["record"]}}},{"displayName":"Base","name":"base","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"baseSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://airtable.com/app12DiScdfes/tbl9WvGeEPa6lZyVq/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":"e.g. appD3dfaeidke","url":"=https://airtable.com/{{$value}}"}],"displayOptions":{"show":{"resource":["record"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["base.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"tableSearch","searchable":true}},{"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"}],"displayOptions":{"show":{"resource":["record"]}}},{"displayName":"Columns","name":"columns","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"loadOptionsDependsOn":["table.value","base.value"],"resourceMapper":{"resourceMapperMethod":"getColumns","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"resource":["record"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Typecast","name":"typecast","type":"boolean","default":false,"description":"Whether the Airtable API should attempt mapping of string values for linked records & select options"},{"displayName":"Ignore Fields From Input","name":"ignoreFields","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"/columns.mappingMode":["autoMapInputData"]}},"default":"","description":"Comma-separated list of fields in input to ignore when updating"},{"displayName":"Update All Matches","name":"updateAllMatches","type":"boolean","default":false,"description":"Whether to update all records matching the value in the \"Column to Match On\". If not set, only the first matching record will be updated.","displayOptions":{"show":{"/operation":["update","upsert"]}}}],"displayOptions":{"show":{"resource":["record"],"operation":["create"]}}},{"displayName":"Record ID","name":"id","type":"string","default":"","placeholder":"e.g. recf7EaZp707CEc8g","required":true,"description":"ID of the record to delete. <a href=\"https://support.airtable.com/docs/record-id\" target=\"_blank\">More info</a>.","displayOptions":{"show":{"resource":["record"],"operation":["deleteRecord"]}}},{"displayName":"Record ID","name":"id","type":"string","default":"","placeholder":"e.g. recf7EaZp707CEc8g","required":true,"description":"ID of the record to get. <a href=\"https://support.airtable.com/docs/record-id\" target=\"_blank\">More info</a>.","displayOptions":{"show":{"resource":["record"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"description":"Additional options which decide which records should be returned","placeholder":"Add option","options":[{"displayName":"Download Attachments","name":"downloadFields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAttachmentColumns","loadOptionsDependsOn":["base.value","table.value"]},"default":[],"description":"The fields of type 'attachment' that should be downloaded"}],"displayOptions":{"show":{"resource":["record"],"operation":["get"]}}},{"displayName":"Filter By Formula","name":"filterByFormula","type":"string","default":"","placeholder":"e.g. NOT({Name} = 'Admin')","hint":"If empty, all the records will be returned","description":"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. <a href=\"https://support.airtable.com/docs/formula-field-reference\" target=\"_blank\">More info</a>.","displayOptions":{"show":{"resource":["record"],"operation":["search"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":true,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["record"],"operation":["search"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["record"],"operation":["search"]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","default":{},"description":"Additional options which decide which records should be returned","placeholder":"Add option","options":[{"displayName":"Download Attachments","name":"downloadFields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAttachmentColumns","loadOptionsDependsOn":["base.value","table.value"]},"default":[],"description":"The fields of type 'attachment' that should be downloaded"},{"displayName":"Output Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["base.value","table.value"]},"default":[],"description":"The fields you want to include in the output"},{"displayName":"View","name":"view","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"viewSearch","searchable":true}},{"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,}/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Airtable View URL"}}],"extractValue":{"type":"regex","regex":"https://airtable.com/[a-zA-Z0-9]{2,}/[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 View ID"}}],"placeholder":"viw3dirwqeidke"}]}],"displayOptions":{"show":{"resource":["record"],"operation":["search"]}}},{"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":"options","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["base.value","table.value"]},"default":"","description":"Name of the field to sort on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"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"}]}],"displayOptions":{"show":{"resource":["record"],"operation":["search"]}}},{"displayName":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["table.value","base.value"],"resourceMapper":{"resourceMapperMethod":"getColumnsWithRecordId","mode":"update","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"resource":["record"],"operation":["update"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Typecast","name":"typecast","type":"boolean","default":false,"description":"Whether the Airtable API should attempt mapping of string values for linked records & select options"},{"displayName":"Ignore Fields From Input","name":"ignoreFields","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"/columns.mappingMode":["autoMapInputData"]}},"default":"","description":"Comma-separated list of fields in input to ignore when updating"},{"displayName":"Update All Matches","name":"updateAllMatches","type":"boolean","default":false,"description":"Whether to update all records matching the value in the \"Column to Match On\". If not set, only the first matching record will be updated.","displayOptions":{"show":{"/operation":["update","upsert"]}}}],"displayOptions":{"show":{"resource":["record"],"operation":["update"]}}},{"displayName":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["table.value","base.value"],"resourceMapper":{"resourceMapperMethod":"getColumnsWithRecordId","mode":"update","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"resource":["record"],"operation":["upsert"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Typecast","name":"typecast","type":"boolean","default":false,"description":"Whether the Airtable API should attempt mapping of string values for linked records & select options"},{"displayName":"Ignore Fields From Input","name":"ignoreFields","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"/columns.mappingMode":["autoMapInputData"]}},"default":"","description":"Comma-separated list of fields in input to ignore when updating"},{"displayName":"Update All Matches","name":"updateAllMatches","type":"boolean","default":false,"description":"Whether to update all records matching the value in the \"Column to Match On\". If not set, only the first matching record will be updated.","displayOptions":{"show":{"/operation":["update","upsert"]}}}],"displayOptions":{"show":{"resource":["record"],"operation":["upsert"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Get Many","value":"getMany","description":"List all the bases","action":"Get many bases"},{"name":"Get Schema","value":"getSchema","description":"Get the schema of the tables in a base","action":"Get base schema"}],"default":"getMany","displayOptions":{"show":{"resource":["base"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":true,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["base"],"operation":["getMany"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["base"],"operation":["getMany"]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Permission Level","name":"permissionLevel","type":"multiOptions","options":[{"name":"Comment","value":"comment"},{"name":"Create","value":"create"},{"name":"Edit","value":"edit"},{"name":"None","value":"none"},{"name":"Read","value":"read"}],"default":[],"description":"Filter the returned bases by one or more permission levels"}],"displayOptions":{"show":{"resource":["base"],"operation":["getMany"]}}},{"displayName":"Base","name":"base","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"baseSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://airtable.com/app12DiScdfes/tbl9WvGeEPa6lZyVq/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":"e.g. appD3dfaeidke","url":"=https://airtable.com/{{$value}}"}],"description":"The Airtable Base to retrieve the schema from","displayOptions":{"show":{"resource":["base"],"operation":["getSchema"]}}}],"usableAsTool":true,"iconUrl":"icons/n8n-nodes-base/dist/nodes/Airtable/airtable.svg","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/integrations/builtin/credentials/airtable/"}]}}},
{"displayName":"Airtable","name":"airtable","group":["input"],"description":"Read, update, write and delete data from Airtable","defaultVersion":2.2,"version":1,"defaults":{"name":"Airtable"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"airtableApi","required":true,"displayOptions":{"show":{"authentication":["airtableApi"]}}},{"name":"airtableTokenApi","required":true,"displayOptions":{"show":{"authentication":["airtableTokenApi"]}}},{"name":"airtableOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["airtableOAuth2Api"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"airtableTokenApi"},{"name":"OAuth2","value":"airtableOAuth2Api"},{"name":"API Key (Deprecated)","value":"airtableApi"}],"default":"airtableApi"},{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"This type of connection (API Key) was deprecated and can't be used anymore. Please create a new credential of type 'Access Token' instead.","name":"deprecated","type":"notice","default":"","displayOptions":{"show":{"authentication":["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"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Airtable/airtable.svg","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/integrations/builtin/credentials/airtable/"}]}}},
{"displayName":"Airtable Trigger","name":"airtableTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when Airtable events occur","subtitle":"={{$parameter[\"event\"]}}","defaults":{"name":"Airtable Trigger"},"credentials":[{"name":"airtableApi","required":true,"displayOptions":{"show":{"authentication":["airtableApi"]}}},{"name":"airtableTokenApi","required":true,"displayOptions":{"show":{"authentication":["airtableTokenApi"]}}},{"name":"airtableOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["airtableOAuth2Api"]}}}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Key","value":"airtableApi"},{"name":"Access Token","value":"airtableTokenApi"},{"name":"OAuth2","value":"airtableOAuth2Api"}],"default":"airtableApi"},{"displayName":"Base","name":"baseId","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":"tableId","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":"Trigger Field","name":"triggerField","type":"string","default":"","description":"A Created Time or Last Modified Time field that will be used to sort records. If you do not have a Created Time or Last Modified Time field in your schema, please create one, because without this field trigger will not work correctly.","required":true},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the attachment fields define in 'Download Fields' will be downloaded"},{"displayName":"Download Fields","name":"downloadFieldNames","type":"string","required":true,"displayOptions":{"show":{"downloadAttachments":[true]}},"default":"","description":"Name of the fields of type 'attachment' that should be downloaded. Multiple ones can be defined separated by comma. Case sensitive."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","requiresDataPath":"multiple","default":"","description":"Fields to be included in the response. Multiple ones can be set separated by comma. Example: <code>name, id</code>. By default just the trigger field will be included."},{"displayName":"Formula","name":"formula","type":"string","default":"","description":"Formulas may involve functions, numeric operations, logical operations, and text operations that operate on fields. More info <a href=\"https://support.airtable.com/hc/en-us/articles/203255215-Formula-Field-Reference\">here</a>."},{"displayName":"View ID","name":"viewId","type":"string","default":"","description":"The name or ID of a view in the table. If set, only the records in that view will be returned."}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.airtabletrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/airtable/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Airtable/airtable.svg"},
{"displayName":"Airtop","name":"airtop","group":["transform"],"defaultVersion":1,"version":[1,1.1],"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Scrape and control any site with Airtop","usableAsTool":true,"defaults":{"name":"Airtop"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"airtopApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Agent","value":"agent"},{"name":"Extraction","value":"extraction"},{"name":"File","value":"file"},{"name":"Interaction","value":"interaction"},{"name":"Session","value":"session"},{"name":"Window","value":"window"}],"default":"session"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["agent"]}},"options":[{"name":"Run","value":"run","description":"Run an Airtop agent","action":"Run an agent"}],"default":"run"},{"displayName":"Agent","name":"agentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Airtop agent to run. Visit <a href=\"https://portal.airtop.ai/agents\" target=\"_blank\">Airtop Agents</a> for more information.","displayOptions":{"show":{"resource":["agent"],"operation":["run"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select an Agent...","typeOptions":{"searchListMethod":"listSearchAgents","searchFilterRequired":false,"searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. agent_abc123","validation":[{"type":"regex","properties":{"regex":".+","errorMessage":"Agent ID cannot be empty"}}]}]},{"displayName":"Agent Parameters","name":"agentParameters","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"typeOptions":{"loadOptionsDependsOn":["agentId.value"],"resourceMapper":{"resourceMapperMethod":"agentsResourceMapping","mode":"map","supportAutoMap":false,"addAllFields":true,"noFieldsError":"No input parameters found for the selected agent","multiKeyMatch":false,"allowEmptyValues":true,"fieldWords":{"singular":"parameter","plural":"parameters"}}},"displayOptions":{"show":{"resource":["agent"],"operation":["run"]},"hide":{"agentId":[""]}}},{"displayName":"Await Agent","name":"awaitExecution","type":"boolean","default":true,"description":"Whether to wait for the agent to complete its execution","displayOptions":{"show":{"resource":["agent"],"operation":["run"]}}},{"displayName":"Timeout","name":"timeout","type":"number","default":600,"description":"Timeout in seconds to wait for the agent to finish","displayOptions":{"show":{"resource":["agent"],"operation":["run"],"awaitExecution":[true]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["session"]}},"options":[{"name":"Create Session","value":"create","description":"Create an Airtop browser session","action":"Create a session"},{"name":"Save Profile on Termination","value":"save","description":"Save in a profile changes made in your browsing session such as cookies and local storage","action":"Save a profile on session termination"},{"name":"Terminate Session","value":"terminate","description":"Terminate a session","action":"Terminate a session"},{"name":"Wait for Download","value":"waitForDownload","description":"Wait for a file download to become available","action":"Wait for a download"}],"default":"create"},{"displayName":"Profile Name","name":"profileName","type":"string","default":"","description":"The name of the Airtop profile to load or create","hint":"<a href=\"https://docs.airtop.ai/guides/how-to/saving-a-profile\" target=\"_blank\">Learn more</a> about Airtop profiles","placeholder":"e.g. my-x-profile","displayOptions":{"show":{"resource":["session"],"operation":["create"]}}},{"displayName":"Save Profile","name":"saveProfileOnTermination","type":"boolean","default":false,"description":"Whether to automatically save the <a href=\"https://docs.airtop.ai/guides/how-to/saving-a-profile\" target=\"_blank\">Airtop profile</a> for this session upon termination","displayOptions":{"show":{"resource":["session"],"operation":["create"]}}},{"displayName":"Record Session","name":"record","type":"boolean","default":false,"description":"Whether to record the browser session. <a href=\"https://docs.airtop.ai/guides/how-to/recording-a-session\" target=\"_blank\">More details</a>.","displayOptions":{"show":{"resource":["session"],"operation":["create"]}}},{"displayName":"Idle Timeout","name":"timeoutMinutes","type":"number","default":10,"validateType":"number","description":"Minutes to wait before the session is terminated due to inactivity","displayOptions":{"show":{"resource":["session"],"operation":["create"]}}},{"displayName":"Proxy","name":"proxy","type":"options","default":"none","description":"Choose how to configure the proxy for this session","options":[{"name":"None","value":"none","description":"No proxy will be used"},{"name":"Integrated","value":"integrated","description":"Use Airtop-provided proxy"},{"name":"Proxy URL","value":"proxyUrl","description":"Use a proxy URL to configure the proxy"}],"displayOptions":{"show":{"resource":["session"],"operation":["create"]}}},{"displayName":"Proxy Configuration","name":"proxyConfig","type":"collection","default":{"country":"US","sticky":true},"description":"The Airtop-provided configuration to use for the proxy","placeholder":"Add Attribute","options":[{"displayName":"Country","name":"country","type":"options","default":"US","description":"The country to use for the proxy. Not all countries are guaranteed to provide a proxy. Learn more <a href=\"https://docs.airtop.ai/api-reference/airtop-api/sessions/create#request.body.configuration.proxy.Proxy.Airtop-Proxy-Configuration.country\" target=\"_blank\">here</a>.","options":[{"name":"Afghanistan","value":"AF"},{"name":"Aland Islands","value":"AX"},{"name":"Albania","value":"AL"},{"name":"Algeria","value":"DZ"},{"name":"American Samoa","value":"AS"},{"name":"Andorra","value":"AD"},{"name":"Angola","value":"AO"},{"name":"Anguilla","value":"AI"},{"name":"Antarctica","value":"AQ"},{"name":"Antigua and Barbuda","value":"AG"},{"name":"Argentina","value":"AR"},{"name":"Armenia","value":"AM"},{"name":"Aruba","value":"AW"},{"name":"Australia","value":"AU"},{"name":"Austria","value":"AT"},{"name":"Azerbaijan","value":"AZ"},{"name":"Bahamas","value":"BS"},{"name":"Bahrain","value":"BH"},{"name":"Bangladesh","value":"BD"},{"name":"Barbados","value":"BB"},{"name":"Belarus","value":"BY"},{"name":"Belgium","value":"BE"},{"name":"Belize","value":"BZ"},{"name":"Benin","value":"BJ"},{"name":"Bermuda","value":"BM"},{"name":"Bhutan","value":"BT"},{"name":"Bolivia, Plurinational State Of","value":"BO"},{"name":"Bonaire, Sint Eustatius and Saba","value":"BQ"},{"name":"Bosnia and Herzegovina","value":"BA"},{"name":"Botswana","value":"BW"},{"name":"Bouvet Island","value":"BV"},{"name":"Brazil","value":"BR"},{"name":"British Indian Ocean Territory","value":"IO"},{"name":"Brunei Darussalam","value":"BN"},{"name":"Bulgaria","value":"BG"},{"name":"Burkina Faso","value":"BF"},{"name":"Burundi","value":"BI"},{"name":"Cabo Verde","value":"CV"},{"name":"Cambodia","value":"KH"},{"name":"Cameroon","value":"CM"},{"name":"Canada","value":"CA"},{"name":"Cayman Islands","value":"KY"},{"name":"Central African Republic","value":"CF"},{"name":"Chad","value":"TD"},{"name":"Chile","value":"CL"},{"name":"China","value":"CN"},{"name":"Christmas Island","value":"CX"},{"name":"Cocos (Keeling) Islands","value":"CC"},{"name":"Colombia","value":"CO"},{"name":"Comoros","value":"KM"},{"name":"Congo","value":"CG"},{"name":"Congo, Democratic Republic of The","value":"CD"},{"name":"Cook Islands","value":"CK"},{"name":"Costa Rica","value":"CR"},{"name":"Cote d'Ivoire","value":"CI"},{"name":"Croatia","value":"HR"},{"name":"Cuba","value":"CU"},{"name":"Curaçao","value":"CW"},{"name":"Cyprus","value":"CY"},{"name":"Czechia","value":"CZ"},{"name":"Denmark","value":"DK"},{"name":"Djibouti","value":"DJ"},{"name":"Dominica","value":"DM"},{"name":"Dominican Republic","value":"DO"},{"name":"Ecuador","value":"EC"},{"name":"Egypt","value":"EG"},{"name":"El Salvador","value":"SV"},{"name":"Equatorial Guinea","value":"GQ"},{"name":"Eritrea","value":"ER"},{"name":"Estonia","value":"EE"},{"name":"Eswatini","value":"SZ"},{"name":"Ethiopia","value":"ET"},{"name":"Falkland Islands (Malvinas)","value":"FK"},{"name":"Faroe Islands","value":"FO"},{"name":"Fiji","value":"FJ"},{"name":"Finland","value":"FI"},{"name":"France","value":"FR"},{"name":"French Guiana","value":"GF"},{"name":"French Polynesia","value":"PF"},{"name":"French Southern Territories","value":"TF"},{"name":"Gabon","value":"GA"},{"name":"Gambia","value":"GM"},{"name":"Georgia","value":"GE"},{"name":"Germany","value":"DE"},{"name":"Ghana","value":"GH"},{"name":"Gibraltar","value":"GI"},{"name":"Greece","value":"GR"},{"name":"Greenland","value":"GL"},{"name":"Grenada","value":"GD"},{"name":"Guadeloupe","value":"GP"},{"name":"Guam","value":"GU"},{"name":"Guatemala","value":"GT"},{"name":"Guernsey","value":"GG"},{"name":"Guinea","value":"GN"},{"name":"Guinea-Bissau","value":"GW"},{"name":"Guyana","value":"GY"},{"name":"Haiti","value":"HT"},{"name":"Heard Island and McDonald Islands","value":"HM"},{"name":"Holy See","value":"VA"},{"name":"Honduras","value":"HN"},{"name":"Hong Kong","value":"HK"},{"name":"Hungary","value":"HU"},{"name":"Iceland","value":"IS"},{"name":"India","value":"IN"},{"name":"Indonesia","value":"ID"},{"name":"Iran, Islamic Republic Of","value":"IR"},{"name":"Iraq","value":"IQ"},{"name":"Ireland","value":"IE"},{"name":"Isle of Man","value":"IM"},{"name":"Israel","value":"IL"},{"name":"Italy","value":"IT"},{"name":"Jamaica","value":"JM"},{"name":"Japan","value":"JP"},{"name":"Jersey","value":"JE"},{"name":"Jordan","value":"JO"},{"name":"Kazakhstan","value":"KZ"},{"name":"Kenya","value":"KE"},{"name":"Kiribati","value":"KI"},{"name":"Korea, Democratic People's Republic Of","value":"KP"},{"name":"Korea, Republic Of","value":"KR"},{"name":"Kuwait","value":"KW"},{"name":"Kyrgyzstan","value":"KG"},{"name":"Lao People's Democratic Republic","value":"LA"},{"name":"Latvia","value":"LV"},{"name":"Lebanon","value":"LB"},{"name":"Lesotho","value":"LS"},{"name":"Liberia","value":"LR"},{"name":"Libya","value":"LY"},{"name":"Liechtenstein","value":"LI"},{"name":"Lithuania","value":"LT"},{"name":"Luxembourg","value":"LU"},{"name":"Macao","value":"MO"},{"name":"Madagascar","value":"MG"},{"name":"Malawi","value":"MW"},{"name":"Malaysia","value":"MY"},{"name":"Maldives","value":"MV"},{"name":"Mali","value":"ML"},{"name":"Malta","value":"MT"},{"name":"Marshall Islands","value":"MH"},{"name":"Martinique","value":"MQ"},{"name":"Mauritania","value":"MR"},{"name":"Mauritius","value":"MU"},{"name":"Mayotte","value":"YT"},{"name":"Mexico","value":"MX"},{"name":"Micronesia, Federated States Of","value":"FM"},{"name":"Moldova, Republic Of","value":"MD"},{"name":"Monaco","value":"MC"},{"name":"Mongolia","value":"MN"},{"name":"Montenegro","value":"ME"},{"name":"Montserrat","value":"MS"},{"name":"Morocco","value":"MA"},{"name":"Mozambique","value":"MZ"},{"name":"Myanmar","value":"MM"},{"name":"Namibia","value":"NA"},{"name":"Nauru","value":"NR"},{"name":"Nepal","value":"NP"},{"name":"Netherlands, Kingdom of The","value":"NL"},{"name":"New Caledonia","value":"NC"},{"name":"New Zealand","value":"NZ"},{"name":"Nicaragua","value":"NI"},{"name":"Niger","value":"NE"},{"name":"Nigeria","value":"NG"},{"name":"Niue","value":"NU"},{"name":"Norfolk Island","value":"NF"},{"name":"North Macedonia","value":"MK"},{"name":"Northern Mariana Islands","value":"MP"},{"name":"Norway","value":"NO"},{"name":"Oman","value":"OM"},{"name":"Pakistan","value":"PK"},{"name":"Palau","value":"PW"},{"name":"Palestine, State Of","value":"PS"},{"name":"Panama","value":"PA"},{"name":"Papua New Guinea","value":"PG"},{"name":"Paraguay","value":"PY"},{"name":"Peru","value":"PE"},{"name":"Philippines","value":"PH"},{"name":"Pitcairn","value":"PN"},{"name":"Poland","value":"PL"},{"name":"Portugal","value":"PT"},{"name":"Puerto Rico","value":"PR"},{"name":"Qatar","value":"QA"},{"name":"Réunion","value":"RE"},{"name":"Romania","value":"RO"},{"name":"Russian Federation","value":"RU"},{"name":"Rwanda","value":"RW"},{"name":"Saint Barthelemy","value":"BL"},{"name":"Saint Helena, Ascension and Tristan Da Cunha","value":"SH"},{"name":"Saint Kitts and Nevis","value":"KN"},{"name":"Saint Lucia","value":"LC"},{"name":"Saint Martin (French Part)","value":"MF"},{"name":"Saint Pierre and Miquelon","value":"PM"},{"name":"Saint Vincent and the Grenadines","value":"VC"},{"name":"Samoa","value":"WS"},{"name":"San Marino","value":"SM"},{"name":"Sao Tome and Principe","value":"ST"},{"name":"Saudi Arabia","value":"SA"},{"name":"Senegal","value":"SN"},{"name":"Serbia","value":"RS"},{"name":"Seychelles","value":"SC"},{"name":"Sierra Leone","value":"SL"},{"name":"Singapore","value":"SG"},{"name":"Sint Maarten (Dutch Part)","value":"SX"},{"name":"Slovakia","value":"SK"},{"name":"Slovenia","value":"SI"},{"name":"Solomon Islands","value":"SB"},{"name":"Somalia","value":"SO"},{"name":"South Africa","value":"ZA"},{"name":"South Georgia and the South Sandwich Islands","value":"GS"},{"name":"South Sudan","value":"SS"},{"name":"Spain","value":"ES"},{"name":"Sri Lanka","value":"LK"},{"name":"Sudan","value":"SD"},{"name":"Suriname","value":"SR"},{"name":"Svalbard and Jan Mayen","value":"SJ"},{"name":"Sweden","value":"SE"},{"name":"Switzerland","value":"CH"},{"name":"Syrian Arab Republic","value":"SY"},{"name":"Taiwan, Province of China","value":"TW"},{"name":"Tajikistan","value":"TJ"},{"name":"Tanzania, United Republic Of","value":"TZ"},{"name":"Thailand","value":"TH"},{"name":"Timor-Leste","value":"TL"},{"name":"Togo","value":"TG"},{"name":"Tokelau","value":"TK"},{"name":"Tonga","value":"TO"},{"name":"Trinidad and Tobago","value":"TT"},{"name":"Tunisia","value":"TN"},{"name":"Turkey","value":"TR"},{"name":"Turkmenistan","value":"TM"},{"name":"Turks and Caicos Islands","value":"TC"},{"name":"Tuvalu","value":"TV"},{"name":"Uganda","value":"UG"},{"name":"Ukraine","value":"UA"},{"name":"United Arab Emirates","value":"AE"},{"name":"United Kingdom of Great Britain and Northern Ireland","value":"GB"},{"name":"United States Minor Outlying Islands","value":"UM"},{"name":"United States of America","value":"US"},{"name":"Uruguay","value":"UY"},{"name":"Uzbekistan","value":"UZ"},{"name":"Vanuatu","value":"VU"},{"name":"Venezuela, Bolivarian Republic Of","value":"VE"},{"name":"Viet Nam","value":"VN"},{"name":"Virgin Islands (British)","value":"VG"},{"name":"Virgin Islands (U.S.)","value":"VI"},{"name":"Wallis and Futuna","value":"WF"},{"name":"Western Sahara","value":"EH"},{"name":"Yemen","value":"YE"},{"name":"Zambia","value":"ZM"},{"name":"Zimbabwe","value":"ZW"}]},{"displayName":"Keep Same IP","name":"sticky","type":"boolean","default":true,"description":"Whether to try to maintain the same IP address for the duration of the session. Airtop can guarantee that the same IP address will be available for up to a maximum of 30 minutes."}],"displayOptions":{"show":{"resource":["session"],"operation":["create"],"proxy":["integrated"]}}},{"displayName":"Proxy URL","name":"proxyUrl","type":"string","default":"","description":"The URL of the proxy to use","validateType":"string","displayOptions":{"show":{"resource":["session"],"operation":["create"],"proxy":["proxyUrl"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["session"],"operation":["create"]}},"options":[{"displayName":"Auto Solve Captchas","name":"solveCaptcha","type":"boolean","default":false,"description":"Whether to automatically solve <a href=\"https://docs.airtop.ai/guides/how-to/solving-captchas\" target=\"_blank\">captcha challenges</a>"},{"displayName":"Extension IDs","name":"extensionIds","type":"string","default":"","placeholder":"e.g. extId1, extId2, ...","description":"Comma-separated extension IDs from the Google Web Store to be loaded into the session. Learn more <a href=\"https://docs.airtop.ai/guides/how-to/using-chrome-extensions\" target=\"_blank\">here</a>."}]},{"displayName":"Note: This operation is not needed if you enabled 'Save Profile' in the 'Create Session' operation","name":"notice","type":"notice","displayOptions":{"show":{"resource":["session"],"operation":["save"]}},"default":"This operation will save the profile on session termination"},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session\" target=\"_blank\">Session</a> to use","displayOptions":{"show":{"resource":["session"],"operation":["save"]}}},{"displayName":"Profile Name","name":"profileName","type":"string","default":"","description":"The name of the <a href=\"https://docs.airtop.ai/guides/how-to/saving-a-profile\" target=\"_blank\">Profile</a> to save","hint":"Name of the profile you want to save. Must consist only of alphanumeric characters and hyphens \"-\"","placeholder":"e.g. my-x-profile","required":true,"displayOptions":{"show":{"resource":["session"],"operation":["save"]}}},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session\" target=\"_blank\">Session</a> to use","displayOptions":{"show":{"resource":["session"],"operation":["terminate"]}}},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session\" target=\"_blank\">Session</a> to use","displayOptions":{"show":{"resource":["session"],"operation":["waitForDownload"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["session"],"operation":["waitForDownload"]}},"options":[{"displayName":"Timeout","description":"Time in seconds to wait for the download to become available","name":"timeout","type":"number","default":30}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"typeOptions":{"sortable":false},"displayOptions":{"show":{"resource":["window"]}},"options":[{"name":"Close Window","value":"close","description":"Close a window inside a session","action":"Close a window"},{"name":"Create a New Browser Window","value":"create","description":"Create a new browser window inside a session. Can load a URL when created.","action":"Create a window"},{"name":"Get Live View","value":"getLiveView","description":"Get information about a browser window, including the live view URL","action":"Get live view"},{"name":"List Windows","value":"list","description":"List all browser windows in a session","action":"List windows"},{"name":"Load URL","value":"load","description":"Load a URL in an existing window","action":"Load a page"},{"name":"Take Screenshot","value":"takeScreenshot","description":"Take a screenshot of the current window","action":"Take screenshot"}],"default":"create"},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session\" target=\"_blank\">Session</a> to use","displayOptions":{"show":{"resource":["window"]}}},{"displayName":"Window ID","name":"windowId","type":"string","required":true,"default":"={{ $json[\"windowId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session#windows\" target=\"_blank\">Window</a> to use","displayOptions":{"show":{"resource":["window"],"operation":["close","takeScreenshot","load","getLiveView"]}}},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"e.g. https://google.com","description":"Initial URL to load in the window. Defaults to https://www.google.com.","displayOptions":{"show":{"resource":["window"],"operation":["create"]}}},{"displayName":"Get Live View","name":"getLiveView","type":"boolean","default":false,"description":"Whether to get the URL of the window's <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-live-view\" target=\"_blank\">Live View</a>","displayOptions":{"show":{"resource":["window"],"operation":["create"]}}},{"displayName":"Include Navigation Bar","name":"includeNavigationBar","type":"boolean","default":false,"description":"Whether to include the navigation bar in the Live View. When enabled, the navigation bar will be visible allowing you to navigate between pages.","displayOptions":{"show":{"resource":["window"],"operation":["create"],"getLiveView":[true]}}},{"displayName":"Screen Resolution","name":"screenResolution","type":"string","default":"","description":"The screen resolution of the Live View. Setting a resolution will force the window to open at that specific size.","placeholder":"e.g. 1280x720","displayOptions":{"show":{"resource":["window"],"operation":["create"],"getLiveView":[true]}}},{"displayName":"Disable Resize","name":"disableResize","type":"boolean","default":false,"description":"Whether to disable the window from being resized in the Live View","displayOptions":{"show":{"resource":["window"],"operation":["create"],"getLiveView":[true]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["window"],"operation":["create"]}},"options":[{"displayName":"Wait Until","name":"waitUntil","type":"options","description":"Wait until the specified loading event occurs","default":"load","options":[{"name":"Load","value":"load","description":"Wait until the page dom and its assets have loaded"},{"name":"DOM Content Loaded","value":"domContentLoaded","description":"Wait until the page DOM has loaded"},{"name":"Complete","value":"complete","description":"Wait until all iframes in the page have loaded"},{"name":"No Wait","value":"noWait","description":"Do not wait for any loading event and it will return immediately"}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["window"],"operation":["getLiveView"]}},"options":[{"displayName":"Include Navigation Bar","name":"includeNavigationBar","type":"boolean","default":false,"description":"Whether to include the navigation bar in the Live View. When enabled, the navigation bar will be visible allowing you to navigate between pages."},{"displayName":"Screen Resolution","name":"screenResolution","type":"string","default":"","description":"The screen resolution of the Live View. Setting a resolution will force the window to open at that specific size.","placeholder":"e.g. 1280x720"},{"displayName":"Disable Resize","name":"disableResize","type":"boolean","default":false,"description":"Whether to disable the window from being resized in the Live View"}]},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"e.g. https://google.com","description":"URL to load in the window","required":true,"displayOptions":{"show":{"resource":["window"],"operation":["load"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["window"],"operation":["load"]}},"options":[{"displayName":"Wait Until","name":"waitUntil","type":"options","default":"load","description":"Wait until the specified loading event occurs. Defaults to 'Fully Loaded'.","options":[{"name":"Complete","value":"complete","description":"Wait until the page and all it's iframes have loaded it's dom and assets"},{"name":"DOM Only Loaded","value":"domContentLoaded","description":"Wait until the dom has loaded"},{"name":"Fully Loaded","value":"load","description":"Wait until the page dom and it's assets have loaded"},{"name":"No Wait","value":"noWait","description":"Do not wait for any loading event and will return immediately"}]}]},{"displayName":"Output Binary Image","description":"Whether to output the image as a binary file instead of a base64 encoded string","name":"outputImageAsBinary","type":"boolean","default":false,"displayOptions":{"show":{"resource":["window"],"operation":["takeScreenshot"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Delete","value":"deleteFile","description":"Delete an uploaded file","action":"Delete a file"},{"name":"Get","value":"get","description":"Get a details of an uploaded file","action":"Get a file"},{"name":"Get Many","value":"getMany","description":"Get details of multiple uploaded files","action":"Get many files"},{"name":"Load","value":"load","description":"Load a file into a session","action":"Load a file"},{"name":"Upload","value":"upload","description":"Upload a file into a session","action":"Upload a file"}],"default":"getMany"},{"displayName":"File ID","name":"fileId","type":"string","default":"","required":true,"description":"ID of the file to delete","displayOptions":{"show":{"resource":["file"],"operation":["deleteFile"]}}},{"displayName":"File ID","name":"fileId","type":"string","default":"","required":true,"description":"ID of the file to retrieve","displayOptions":{"show":{"resource":["file"],"operation":["get"]}}},{"displayName":"Output Binary File","name":"outputBinaryFile","type":"boolean","default":false,"description":"Whether to output the file in binary format if the file is ready for download","displayOptions":{"show":{"resource":["file"],"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":["file"],"operation":["getMany"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["file"],"operation":["getMany"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":10,"description":"Max number of results to return"},{"displayName":"Session IDs","name":"sessionIds","type":"string","default":"","description":"Comma-separated list of <a href=\"https://docs.airtop.ai/api-reference/airtop-api/sessions/create\" target=\"_blank\">Session IDs</a> to filter files by. When empty, all files from all sessions will be returned.","placeholder":"e.g. 6aac6f73-bd89-4a76-ab32-5a6c422e8b0b, a13c6f73-bd89-4a76-ab32-5a6c422e8224","displayOptions":{"show":{"resource":["file"],"operation":["getMany"]}}},{"displayName":"Output Files in Single Item","name":"outputSingleItem","type":"boolean","default":true,"description":"Whether to output one item containing all files or output each file as a separate item","displayOptions":{"show":{"resource":["file"],"operation":["getMany"]}}},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The session ID to load the file into","displayOptions":{"show":{"resource":["file"],"operation":["load"]}}},{"displayName":"Window ID","name":"windowId","type":"string","required":true,"default":"={{ $json[\"windowId\"] }}","description":"The window ID to trigger the file input in","displayOptions":{"show":{"resource":["file"],"operation":["load"]}}},{"displayName":"File ID","name":"fileId","type":"string","default":"","required":true,"description":"ID of the file to load into the session","displayOptions":{"show":{"resource":["file"],"operation":["load"]}}},{"displayName":"Element Description","name":"elementDescription","type":"string","default":"","description":"Optional description of the file input to interact with","placeholder":"e.g. the file upload selection box","displayOptions":{"show":{"resource":["file"],"operation":["load"]}}},{"displayName":"Include Hidden Elements","name":"includeHiddenElements","type":"boolean","default":true,"description":"Whether to include hidden elements in the interaction","displayOptions":{"show":{"resource":["file"],"operation":["load"]}}},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The session ID to load the file into","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Window ID","name":"windowId","type":"string","required":true,"default":"={{ $json[\"windowId\"] }}","description":"The window ID to trigger the file input in","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Name","name":"fileName","type":"string","default":"","required":true,"description":"Name for the file to upload. For a session, all files loaded should have <b>unique names</b>.","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Type","name":"fileType","type":"options","options":[{"name":"Browser Download","value":"browser_download"},{"name":"Screenshot","value":"screenshot"},{"name":"Video","value":"video"},{"name":"Customer Upload","value":"customer_upload"}],"default":"customer_upload","description":"Choose the type of file to upload. Defaults to 'Customer Upload'.","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Source","name":"source","type":"options","options":[{"name":"URL","value":"url"},{"name":"Binary","value":"binary"}],"default":"url","description":"Source of the file to upload","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Binary Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"source":["binary"],"resource":["file"],"operation":["upload"]}},"description":"Name of the binary property containing the file data"},{"displayName":"URL","name":"url","type":"string","default":"","required":true,"displayOptions":{"show":{"source":["url"],"resource":["file"],"operation":["upload"]}},"description":"URL from where to fetch the file to upload"},{"displayName":"Trigger File Input","name":"triggerFileInputParameter","type":"boolean","default":true,"description":"Whether to automatically trigger the file input dialog in the current window. If disabled, the file will only be uploaded to the session without opening the file input dialog.","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Element Description","name":"elementDescription","type":"string","default":"","description":"Optional description of the file input to interact with","placeholder":"e.g. the file upload selection box","displayOptions":{"show":{"triggerFileInputParameter":[true],"resource":["file"],"operation":["upload"]}}},{"displayName":"Include Hidden Elements","name":"includeHiddenElements","type":"boolean","default":true,"description":"Whether to include hidden elements in the interaction","displayOptions":{"show":{"triggerFileInputParameter":[true],"resource":["file"],"operation":["upload"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["extraction"]}},"options":[{"name":"Query Page","value":"query","description":"Query a page to extract data or ask a question given the data on the page","action":"Query page"},{"name":"Query Page with Pagination","value":"getPaginated","description":"Extract content from paginated or dynamically loaded pages","action":"Query page with pagination"},{"name":"Smart Scrape","value":"scrape","description":"Scrape a page and return the data as markdown","action":"Smart scrape page"}],"default":"getPaginated"},{"displayName":"Session Mode","name":"sessionMode","type":"options","default":"existing","description":"Choose between creating a new session or using an existing one","options":[{"name":"Automatically Create Session","description":"Automatically create a new session and window for this operation","value":"new"},{"name":"Use Existing Session","description":"Use an existing session and window for this operation","value":"existing"}],"displayOptions":{"show":{"resource":["extraction"],"operation":["getPaginated","query","scrape"]}}},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session\" target=\"_blank\">Session</a> to use","displayOptions":{"show":{"resource":["extraction"],"sessionMode":["existing"]}}},{"displayName":"Window ID","name":"windowId","type":"string","required":true,"default":"={{ $json[\"windowId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session#windows\" target=\"_blank\">Window</a> to use","displayOptions":{"show":{"resource":["extraction"],"sessionMode":["existing"]}}},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"e.g. https://google.com","description":"URL to load in the window","required":true,"displayOptions":{"show":{"resource":["extraction"],"sessionMode":["new"]}}},{"displayName":"Profile Name","name":"profileName","type":"string","default":"","description":"The name of the Airtop profile to load or create","hint":"<a href=\"https://docs.airtop.ai/guides/how-to/saving-a-profile\" target=\"_blank\">Learn more</a> about Airtop profiles","placeholder":"e.g. my-x-profile","displayOptions":{"show":{"resource":["extraction"],"sessionMode":["new"]}}},{"displayName":"Auto-Terminate Session","name":"autoTerminateSession","type":"boolean","default":true,"description":"Whether to terminate the session after the operation is complete. When disabled, you must manually terminate the session. By default, idle sessions timeout after 10 minutes","displayOptions":{"show":{"resource":["extraction"],"sessionMode":["new"]}}},{"displayName":"Prompt","name":"prompt","type":"string","typeOptions":{"rows":4},"required":true,"default":"","displayOptions":{"show":{"resource":["extraction"],"operation":["getPaginated"]}},"description":"The prompt to extract data from the pages","placeholder":"e.g. Extract all the product names and prices"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["extraction"],"operation":["getPaginated"]}},"options":[{"displayName":"JSON Output Schema","name":"outputSchema","description":"JSON schema defining the structure of the output","hint":"If you want to force your output to be JSON, provide a valid JSON schema describing the output. You can generate one automatically in the <a href=\"https://portal.airtop.ai/\" target=\"_blank\">Airtop API Playground</a>.","type":"json","default":""},{"displayName":"Parse JSON Output","name":"parseJsonOutput","type":"boolean","default":true,"description":"Whether to parse the model's response to JSON in the output. Requires the 'JSON Output Schema' parameter to be set."},{"displayName":"Interaction Mode","name":"interactionMode","type":"options","default":"auto","description":"The strategy for interacting with the page","options":[{"name":"Auto","description":"Automatically choose the most cost-effective mode","value":"auto"},{"name":"Accurate","description":"Prioritize accuracy over cost","value":"accurate"},{"name":"Cost Efficient","description":"Minimize costs while ensuring effectiveness","value":"cost-efficient"}]},{"displayName":"Pagination Mode","name":"paginationMode","type":"options","default":"auto","description":"The pagination approach to use","options":[{"name":"Auto","description":"Look for pagination links first, then try infinite scrolling","value":"auto"},{"name":"Paginated","description":"Only use pagination links","value":"paginated"},{"name":"Infinite Scroll","description":"Scroll the page to load more content","value":"infinite-scroll"}]}]},{"displayName":"Prompt","name":"prompt","type":"string","typeOptions":{"rows":4},"required":true,"default":"","placeholder":"e.g. Is there a login form in this page?","displayOptions":{"show":{"resource":["extraction"],"operation":["query"]}},"description":"The prompt to query the page content"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["extraction"],"operation":["query"]}},"options":[{"displayName":"JSON Output Schema","name":"outputSchema","description":"JSON schema defining the structure of the output","hint":"If you want to force your output to be JSON, provide a valid JSON schema describing the output. You can generate one automatically in the <a href=\"https://portal.airtop.ai/\" target=\"_blank\">Airtop API Playground</a>.","type":"json","default":""},{"displayName":"Parse JSON Output","name":"parseJsonOutput","type":"boolean","default":true,"description":"Whether to parse the model's response to JSON in the output. Requires the 'JSON Output Schema' parameter to be set."},{"displayName":"Include Visual Analysis","name":"includeVisualAnalysis","type":"boolean","default":false,"description":"Whether to analyze the web page visually when fulfilling the request"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["interaction"]}},"options":[{"name":"Click an Element","value":"click","description":"Execute a click on an element given a description","action":"Click an element"},{"name":"Fill Form","value":"fill","description":"Fill a form with the provided information","action":"Fill form"},{"name":"Hover on an Element","value":"hover","description":"Execute a hover action on an element given a description","action":"Hover on an element"},{"name":"Scroll","value":"scroll","description":"Execute a scroll action on the page","action":"Scroll on page"},{"name":"Type","value":"type","description":"Execute a Type action on an element given a description","action":"Type text"}],"default":"click"},{"displayName":"Session ID","name":"sessionId","type":"string","required":true,"default":"={{ $json[\"sessionId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session\" target=\"_blank\">Session</a> to use","displayOptions":{"show":{"resource":["interaction"]}}},{"displayName":"Window ID","name":"windowId","type":"string","required":true,"default":"={{ $json[\"windowId\"] }}","description":"The ID of the <a href=\"https://docs.airtop.ai/guides/how-to/creating-a-session#windows\" target=\"_blank\">Window</a> to use","displayOptions":{"show":{"resource":["interaction"]}}},{"displayName":"Element Description","name":"elementDescription","type":"string","default":"","description":"A specific description of the element to execute the interaction on","placeholder":"e.g. the green \"save\" button at the top of the page","required":true,"displayOptions":{"show":{"resource":["interaction"],"operation":["click"]}}},{"displayName":"Click Type","name":"clickType","type":"options","default":"click","description":"The type of click to perform. Defaults to left click.","options":[{"name":"Left Click","value":"click"},{"name":"Double Click","value":"doubleClick"},{"name":"Right Click","value":"rightClick"}],"displayOptions":{"show":{"resource":["interaction"],"operation":["click"]}}},{"displayName":"Form Data","name":"formData","type":"string","typeOptions":{"rows":4},"required":true,"default":"","displayOptions":{"show":{"resource":["interaction"],"operation":["fill"]}},"description":"The information to fill into the form written in natural language","placeholder":"e.g. \"Name: John Doe, Email: john.doe@example.com\""},{"displayName":"Element Description","name":"elementDescription","type":"string","default":"","description":"A specific description of the element to execute the interaction on","placeholder":"e.g. the rounded user profile image at the top right of the page","required":true,"displayOptions":{"show":{"resource":["interaction"],"operation":["hover"]}}},{"displayName":"Scroll Mode","name":"scrollingMode","type":"options","description":"Choose the mode of scrolling","options":[{"name":"Automatic","value":"automatic","description":"Describe with natural language the element to scroll to"},{"name":"Manual","value":"manual","description":"Define the direction and amount to scroll by"}],"default":"automatic","required":true,"displayOptions":{"show":{"resource":["interaction"],"operation":["scroll"]}}},{"displayName":"Element Description","default":"","description":"A natural language description of the element to scroll to","name":"scrollToElement","type":"string","placeholder":"e.g. the page section titled \"Contact Us\"","required":true,"displayOptions":{"show":{"resource":["interaction"],"operation":["scroll"],"scrollingMode":["automatic"]}}},{"displayName":"Scroll To Edge","name":"scrollToEdge","type":"fixedCollection","default":{},"placeholder":"Add Edge Direction","description":"The direction to scroll to. When 'Scroll By' is defined, 'Scroll To Edge' action will be executed first, then 'Scroll By' action.","displayOptions":{"show":{"resource":["interaction"],"operation":["scroll"],"scrollingMode":["manual"]}},"options":[{"displayName":"Page Edges","name":"edgeValues","values":[{"displayName":"Vertically","name":"yAxis","type":"options","default":"","options":[{"name":"Empty","value":""},{"name":"Top","value":"top"},{"name":"Bottom","value":"bottom"}]},{"displayName":"Horizontally","name":"xAxis","type":"options","default":"","options":[{"name":"Empty","value":""},{"name":"Left","value":"left"},{"name":"Right","value":"right"}]}]}]},{"displayName":"Scroll By","name":"scrollBy","type":"fixedCollection","default":{},"description":"The amount to scroll by. When 'Scroll To Edge' is defined, 'Scroll By' action will be executed after 'Scroll To Edge'.","placeholder":"Add Scroll Amount","displayOptions":{"show":{"resource":["interaction"],"operation":["scroll"],"scrollingMode":["manual"]}},"options":[{"name":"scrollValues","displayName":"Scroll Values","description":"The amount in pixels or percentage to scroll by","values":[{"displayName":"Vertically","name":"yAxis","type":"string","default":"","placeholder":"e.g. 200px, 50%, -100px"},{"displayName":"Horizontally","name":"xAxis","type":"string","default":"","placeholder":"e.g. 50px, 10%, -200px"}]}]},{"displayName":"Scrollable Area","name":"scrollWithin","type":"string","default":"","description":"Scroll within an element on the page","placeholder":"e.g. the left sidebar","displayOptions":{"show":{"resource":["interaction"],"operation":["scroll"]}}},{"displayName":"Text","name":"text","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["interaction"],"operation":["type"]}},"description":"The text to type into the browser window","placeholder":"e.g. email@example.com"},{"displayName":"Press Enter Key","name":"pressEnterKey","type":"boolean","default":false,"description":"Whether to press the Enter key after typing the text","displayOptions":{"show":{"resource":["interaction"],"operation":["type"]}}},{"displayName":"Element Description","name":"elementDescription","type":"string","default":"","description":"A specific description of the element to execute the interaction on","placeholder":"e.g. the search box at the top of the page","displayOptions":{"show":{"resource":["interaction"],"operation":["type"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["interaction"],"operation":["click","hover","type","scroll"]}},"options":[{"displayName":"Visual Scope","name":"visualScope","type":"options","default":"auto","description":"Defines the strategy for visual analysis of the current window","options":[{"name":"Auto","description":"Provides the simplest out-of-the-box experience for most web pages","value":"auto"},{"name":"Viewport","description":"For analysis of the current browser view only","value":"viewport"},{"name":"Page","description":"For analysis of the entire page","value":"page"},{"name":"Scan","description":"For a full page analysis on sites that have compatibility issues with 'Page' mode","value":"scan"}]},{"displayName":"Wait Until Event After Navigation","name":"waitForNavigation","type":"options","default":"load","description":"The condition to wait for the navigation to complete after an interaction (click, type or hover). Defaults to 'Fully Loaded'.","options":[{"name":"Fully Loaded (Slower)","value":"load"},{"name":"DOM Only Loaded (Faster)","value":"domcontentloaded"},{"name":"All Network Activity Has Stopped","value":"networkidle0"},{"name":"Most Network Activity Has Stopped","value":"networkidle2"}]}]}],"codex":{"categories":["Productivity","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.airtop/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/airtop/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Airtop/airtop.svg"},
{"displayName":"AI Transform","name":"aiTransform","group":["transform"],"version":1,"description":"Modify data based on instructions written in plain english","defaults":{"name":"AI Transform"},"inputs":["main"],"outputs":["main"],"parameterPane":"wide","hints":[{"message":"This node doesn't have access to the contents of binary files. To use those contents here, use the 'Extract from File' node first.","displayCondition":"={{ $input.all().some(i => i.binary) }}","location":"outputPane"}],"properties":[{"displayName":"Instructions","name":"instructions","type":"button","default":"","description":"Provide instructions on how you want to transform the data, then click 'Generate code'. Use dot notation to refer to nested fields (e.g. address.street).","placeholder":"Example: Merge 'firstname' and 'lastname' into a field 'details.name' and sort by 'email'","typeOptions":{"buttonConfig":{"label":"Generate code","hasInputField":true,"inputFieldMaxLength":500,"action":{"type":"askAiCodeGeneration","target":"jsCode"}}}},{"displayName":"Code Generated For Prompt","name":"codeGeneratedForPrompt","type":"hidden","default":""},{"displayName":"Generated JavaScript","name":"jsCode","type":"string","typeOptions":{"editor":"jsEditor","editorIsReadOnly":true},"default":"","hint":"Read-only. To edit this code, adjust the instructions or copy and paste it into a Code node.","noDataExpression":true}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"alias":["code","Javascript","JS","Script","Custom Code","Function","AI","LLM"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.aitransform/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/AiTransform/aitransform.svg"},
{"displayName":"AMQP Sender","name":"amqp","group":["transform"],"version":1,"description":"Sends a raw-message via AMQP 1.0, executed once per item","defaults":{"name":"AMQP Sender"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"amqp","required":true,"testedBy":"amqpConnectionTest"}],"properties":[{"displayName":"Queue / Topic","name":"sink","type":"string","default":"","placeholder":"e.g. topic://sourcename.something","description":"Name of the queue of topic to publish to"},{"displayName":"Headers","name":"headerParametersJson","type":"json","default":"","description":"Header parameters as JSON (flat object). Sent as application_properties in amqp-message meta info."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Container ID","name":"containerId","type":"string","default":"","description":"Will be used to pass to the RHEA Backend as container_id"},{"displayName":"Data as Object","name":"dataAsObject","type":"boolean","default":false,"description":"Whether to send the data as an object"},{"displayName":"Reconnect","name":"reconnect","type":"boolean","default":true,"description":"Whether to automatically reconnect if disconnected"},{"displayName":"Reconnect Limit","name":"reconnectLimit","type":"number","default":50,"description":"Maximum number of reconnect attempts"},{"displayName":"Send Property","name":"sendOnlyProperty","type":"string","default":"","description":"The only property to send. If empty the whole item will be sent."}]}],"codex":{"categories":["Development","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.amqp/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/amqp/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Amqp/amqp.svg"},
{"displayName":"AMQP Trigger","name":"amqpTrigger","group":["trigger"],"version":1,"description":"Listens to AMQP 1.0 Messages","defaults":{"name":"AMQP Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"amqp","required":true}],"properties":[{"displayName":"Queue / Topic","name":"sink","type":"string","default":"","placeholder":"topic://sourcename.something","description":"Name of the queue of topic to listen to"},{"displayName":"Clientname","name":"clientname","type":"string","default":"","placeholder":"e.g. n8n","description":"Leave empty for non-durable topic subscriptions or queues","hint":"for durable/persistent topic subscriptions"},{"displayName":"Subscription","name":"subscription","type":"string","default":"","placeholder":"e.g. order-worker","description":"Leave empty for non-durable topic subscriptions or queues","hint":"for durable/persistent topic subscriptions"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Container ID","name":"containerId","type":"string","default":"","description":"Will be used to pass to the RHEA Backend as container_id"},{"displayName":"Convert Body To String","name":"jsonConvertByteArrayToString","type":"boolean","default":false,"description":"Whether to convert JSON Body content ([\"body\"][\"content\"]) from Byte Array to string. Needed for Azure Service Bus."},{"displayName":"JSON Parse Body","name":"jsonParseBody","type":"boolean","default":false,"description":"Whether to parse the body to an object"},{"displayName":"Messages per Cicle","name":"pullMessagesNumber","type":"number","default":100,"description":"Number of messages to pull from the bus for every cicle"},{"displayName":"Only Body","name":"onlyBody","type":"boolean","default":false,"description":"Whether to return only the body property"},{"displayName":"Parallel Processing","name":"parallelProcessing","type":"boolean","default":true,"description":"Whether to process messages in parallel"},{"displayName":"Reconnect","name":"reconnect","type":"boolean","default":true,"description":"Whether to automatically reconnect if disconnected"},{"displayName":"Reconnect Limit","name":"reconnectLimit","type":"number","default":50,"description":"Maximum number of reconnect attempts"},{"displayName":"Sleep Time","name":"sleepTime","type":"number","default":10,"description":"Milliseconds to sleep after every cicle"}]}],"codex":{"categories":["Development","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.amqptrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/amqp/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Amqp/amqp.svg"},
{"displayName":"APITemplate.io","name":"apiTemplateIo","group":["transform"],"version":1,"description":"Consume the APITemplate.io API","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"APITemplate.io"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"apiTemplateIoApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"},{"name":"Image","value":"image"},{"name":"PDF","value":"pdf"}],"default":"image"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"create","required":true,"options":[{"name":"Create","value":"create","action":"Create an image"}],"displayOptions":{"show":{"resource":["image"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"create","required":true,"options":[{"name":"Create","value":"create","action":"Create a pdf"}],"displayOptions":{"show":{"resource":["pdf"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","required":true,"options":[{"name":"Get","value":"get","action":"Get an account"}],"displayOptions":{"show":{"resource":["account"]}}},{"displayName":"Template Name or ID","name":"imageTemplateId","type":"options","required":true,"default":"","description":"ID of the image template to use. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getImageTemplates"},"displayOptions":{"show":{"resource":["image"],"operation":["create"]}}},{"displayName":"Template Name or ID","name":"pdfTemplateId","type":"options","required":true,"default":"","description":"ID of the PDF template to use. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getPdfTemplates"},"displayOptions":{"show":{"resource":["pdf"],"operation":["create"]}}},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["pdf","image"],"operation":["create"]}}},{"displayName":"Download","name":"download","type":"boolean","default":false,"displayOptions":{"show":{"resource":["pdf","image"],"operation":["create"]}},"description":"Name of the binary property to which to write the data of the read file"},{"displayName":"Put Output File in Field","name":"binaryProperty","type":"string","required":true,"default":"data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"resource":["pdf","image"],"operation":["create"],"download":[true]}}},{"displayName":"Overrides (JSON)","name":"overridesJson","type":"json","default":"","displayOptions":{"show":{"resource":["image"],"operation":["create"],"jsonParameters":[true]}},"placeholder":"[ {\"name\": \"text_1\", \"text\": \"hello world\", \"textBackgroundColor\": \"rgba(246, 243, 243, 0)\" } ]"},{"displayName":"Properties (JSON)","name":"propertiesJson","type":"json","default":"","displayOptions":{"show":{"resource":["pdf"],"operation":["create"],"jsonParameters":[true]}},"placeholder":"{ \"name\": \"text_1\" }"},{"displayName":"Overrides","name":"overridesUi","placeholder":"Add Override","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["image"],"operation":["create"],"jsonParameters":[false]}},"default":{},"options":[{"name":"overrideValues","displayName":"Override","values":[{"displayName":"Properties","name":"propertiesUi","placeholder":"Add Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"propertyValues","displayName":"Property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the property"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to the property"}]}]}]}]},{"displayName":"Properties","name":"propertiesUi","placeholder":"Add Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["pdf"],"operation":["create"],"jsonParameters":[false]}},"options":[{"name":"propertyValues","displayName":"Property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the property"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to the property"}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["pdf","image"],"download":[true]}},"default":{},"options":[{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"The name of the downloaded image/pdf. It has to include the extension. For example: report.pdf"}]}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.apitemplateio/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/apitemplateio/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/ApiTemplateIo/apiTemplateIo.svg"},
{"displayName":"Asana","name":"asana","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Asana REST API","defaults":{"name":"Asana"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"asanaApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}},"testedBy":{"request":{"method":"GET","url":"/users/me"}}},{"name":"asanaOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"requestDefaults":{"baseURL":"https://app.asana.com/api/1.0","url":""},"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Project","value":"project"},{"name":"Subtask","value":"subtask"},{"name":"Task","value":"task"},{"name":"Task Comment","value":"taskComment"},{"name":"Task Project","value":"taskProject"},{"name":"Task Tag","value":"taskTag"},{"name":"User","value":"user"}],"default":"task"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["subtask"]}},"options":[{"name":"Create","value":"create","description":"Create a subtask","action":"Create a subtask"},{"name":"Get Many","value":"getAll","description":"Get many subtasks","action":"Get many subtasks"}],"default":"create"},{"displayName":"Parent Task ID","name":"taskId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["subtask"]}},"description":"The task to operate on"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["subtask"]}},"description":"The name of the subtask to create"},{"displayName":"Additional Fields","name":"otherProperties","type":"collection","displayOptions":{"show":{"resource":["subtask"],"operation":["create"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Assignee Name or ID","name":"assignee","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"Set Assignee on the subtask. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Assignee Status","name":"assignee_status","type":"options","options":[{"name":"Inbox","value":"inbox"},{"name":"Today","value":"today"},{"name":"Upcoming","value":"upcoming"},{"name":"Later","value":"later"}],"default":"inbox","description":"Set Assignee status on the subtask (requires Assignee)"},{"displayName":"Completed","name":"completed","type":"boolean","default":false,"description":"Whether the subtask should be marked completed"},{"displayName":"Due On","name":"due_on","type":"dateTime","default":"","description":"Date on which the time is due"},{"displayName":"Liked","name":"liked","type":"boolean","default":false,"description":"Whether the task is liked by the authorized user"},{"displayName":"Notes","name":"notes","type":"string","typeOptions":{"rows":5},"default":"","description":"The task notes"},{"displayName":"Workspace Name or ID","name":"workspace","type":"options","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"","description":"The workspace to create the subtask in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Parent Task ID","name":"taskId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["subtask"]}},"description":"The task to operate on"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["subtask"]}},"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":["subtask"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["getAll"],"resource":["subtask"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Field Names or IDs","name":"opt_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTaskFields"},"default":["gid","name","resource_type"],"description":"Defines fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Pretty","name":"opt_pretty","type":"boolean","default":false,"description":"Whether to provide “pretty” output"}]},{"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":"Move","value":"move","description":"Move a task","action":"Move a task"},{"name":"Search","value":"search","description":"Search for tasks","action":"Search a task"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Workspace Name or ID","name":"workspace","type":"options","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"options":[],"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"description":"The workspace to create the task in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"description":"The name of the task to create"},{"displayName":"Task ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["task"]}},"description":"The ID of the task to delete"},{"displayName":"Task ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["task"]}},"description":"The ID of the task to get the data of"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["task"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"default":{},"description":"Properties to search for","placeholder":"Add Filter","options":[{"displayName":"Assignee Name or ID","name":"assignee","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The assignee to filter tasks on. Note: If you specify assignee, you must also specify the workspace to filter on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Names or IDs","name":"opt_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTaskFields"},"default":["gid","name","resource_type"],"description":"Defines fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Pretty","name":"opt_pretty","type":"boolean","default":false,"description":"Whether to provide “pretty” output"},{"displayName":"Project Name or ID","name":"project","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"default":"","description":"The project to filter tasks on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Section Name or ID","name":"section","type":"options","typeOptions":{"loadOptionsMethod":"getSections"},"default":"","description":"The section to filter tasks on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Workspace Name or ID","name":"workspace","type":"options","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"","description":"The workspace to filter tasks on. Note: If you specify workspace, you must also specify the assignee to filter on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Completed Since","name":"completed_since","type":"dateTime","default":"","description":"Only return tasks that are either incomplete or that have been completed since this time"},{"displayName":"Modified Since","name":"modified_since","type":"dateTime","default":"","description":"Only return tasks that have been modified since the given time"}]},{"displayName":"Task ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["move"],"resource":["task"]}},"description":"The ID of the task to be moved"},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"options":[],"default":"","required":true,"displayOptions":{"show":{"operation":["move"],"resource":["task"]}},"description":"Project to show the sections of. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Section Name or ID","name":"section","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getSections"},"options":[],"default":"","required":true,"displayOptions":{"show":{"operation":["move"],"resource":["task"]}},"description":"The Section to move the task to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Task ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"description":"The ID of the task to update the data of"},{"displayName":"Workspace Name or ID","name":"workspace","type":"options","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"options":[],"default":"","required":true,"displayOptions":{"show":{"operation":["search"],"resource":["task"]}},"description":"The workspace in which the task is searched. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Filters","name":"searchTaskProperties","type":"collection","displayOptions":{"show":{"operation":["search"],"resource":["task"]}},"default":{},"description":"Properties to search for","placeholder":"Add Filter","options":[{"displayName":"Completed","name":"completed","type":"boolean","default":false,"description":"Whether the task is marked completed"},{"displayName":"Text","name":"text","type":"string","typeOptions":{"rows":5},"default":"","description":"Text to search for in name or notes"}]},{"displayName":"Additional Fields","name":"otherProperties","type":"collection","displayOptions":{"show":{"resource":["task"],"operation":["create","update"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Assignee Name or ID","name":"assignee","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"Set Assignee on the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Assignee Status","name":"assignee_status","type":"options","options":[{"name":"Inbox","value":"inbox"},{"name":"Today","value":"today"},{"name":"Upcoming","value":"upcoming"},{"name":"Later","value":"later"}],"default":"inbox","description":"Set Assignee status on the task (requires Assignee)"},{"displayName":"Completed","name":"completed","type":"boolean","default":false,"description":"Whether the task should be marked completed"},{"displayName":"Due On","name":"due_on","type":"dateTime","default":"","description":"Date on which the time is due"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}},"description":"The new name of the task"},{"displayName":"Liked","name":"liked","type":"boolean","default":false,"description":"Whether the task is liked by the authorized user"},{"displayName":"Notes","name":"notes","type":"string","typeOptions":{"rows":5},"default":"","description":"The task notes"},{"displayName":"Project Names or IDs","name":"projects","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getProjects"},"default":[],"description":"The project to filter tasks on. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["taskComment"]}},"options":[{"name":"Add","value":"add","description":"Add a comment to a task","action":"Add a task comment"},{"name":"Remove","value":"remove","description":"Remove a comment from a task","action":"Remove a task comment"}],"default":"add"},{"displayName":"Task ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["add"],"resource":["taskComment"]}},"description":"The ID of the task to add the comment to"},{"displayName":"Is Text HTML","name":"isTextHtml","type":"boolean","displayOptions":{"show":{"operation":["add"],"resource":["taskComment"]}},"default":false,"description":"Whether body is HTML or simple text"},{"displayName":"Text","name":"text","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["add"],"resource":["taskComment"],"isTextHtml":[false]}},"description":"The plain text of the comment to add"},{"displayName":"HTML Text","name":"text","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["add"],"resource":["taskComment"],"isTextHtml":[true]}},"description":"Comment as HTML string. Do not use together with plain text."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["add"],"resource":["taskComment"]}},"default":{},"description":"Properties of the task comment","placeholder":"Add Field","options":[{"displayName":"Pinned","name":"is_pinned","type":"boolean","default":false,"description":"Whether to pin the comment"}]},{"displayName":"Comment ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["remove"],"resource":["taskComment"]}},"description":"The ID of the comment to be removed"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["taskProject"]}},"options":[{"name":"Add","value":"add","description":"Add a task to a project","action":"Add a task project"},{"name":"Remove","value":"remove","description":"Remove a task from a project","action":"Remove a task project"}],"default":"add"},{"displayName":"Task ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["add"],"resource":["taskProject"]}},"description":"The ID of the task to add the project to"},{"displayName":"Project Name or ID","name":"project","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"default":"","required":true,"displayOptions":{"show":{"operation":["add"],"resource":["taskProject"]}},"description":"The project where the task will be added. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["taskProject"],"operation":["add"]}},"default":{},"description":"Other properties to set","placeholder":"Add Field","options":[{"displayName":"Insert After","name":"insert_after","type":"string","default":"","description":"A task in the project to insert the task after, or null to insert at the beginning of the list"},{"displayName":"Insert Before","name":"insert_before","type":"string","default":"","description":"A task in the project to insert the task before, or null to insert at the end of the list"},{"displayName":"Section","name":"section","type":"string","default":"","description":"A section in the project to insert the task into. The task will be inserted at the bottom of the section."}]},{"displayName":"Task ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["remove"],"resource":["taskProject"]}},"description":"The ID of the task to add the project to"},{"displayName":"Project Name or ID","name":"project","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"default":"","required":true,"displayOptions":{"show":{"operation":["remove"],"resource":["taskProject"]}},"description":"The project where the task will be removed from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["taskTag"]}},"options":[{"name":"Add","value":"add","description":"Add a tag to a task","action":"Add a task tag"},{"name":"Remove","value":"remove","description":"Remove a tag from a task","action":"Remove a task tag"}],"default":"add"},{"displayName":"Task ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["add"],"resource":["taskTag"]}},"description":"The ID of the task to add the tag to"},{"displayName":"Tags Name or ID","name":"tag","type":"options","typeOptions":{"loadOptionsDependsOn":["id"],"loadOptionsMethod":"getTags"},"default":"","required":true,"displayOptions":{"show":{"operation":["add"],"resource":["taskTag"]}},"description":"The tag that should be added. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Task ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["remove"],"resource":["taskTag"]}},"description":"The ID of the task to add the tag to"},{"displayName":"Tags Name or ID","name":"tag","type":"options","typeOptions":{"loadOptionsDependsOn":["id"],"loadOptionsMethod":"getTags"},"default":"","required":true,"displayOptions":{"show":{"operation":["remove"],"resource":["taskTag"]}},"description":"The tag that should be added. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"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","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["user"]}},"description":"An identifier for the user to get data of. Can be one of an email address,the globally unique identifier for the user, or the keyword me to indicate the current user making the request."},{"displayName":"Workspace Name or ID","name":"workspace","type":"options","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"options":[],"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["user"]}},"description":"The workspace in which to get users. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["project"]}},"options":[{"name":"Create","value":"create","description":"Create a new project","action":"Create a project"},{"name":"Delete","value":"delete","description":"Delete a project","action":"Delete a project"},{"name":"Get","value":"get","description":"Get a project","action":"Get a project"},{"name":"Get Many","value":"getAll","description":"Get many projects","action":"Get many projects"},{"name":"Update","value":"update","description":"Update a project","action":"Update a project"}],"default":"get"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["project"]}},"description":"The name of the project to create"},{"displayName":"Workspace Name or ID","name":"workspace","type":"options","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["project"]}},"description":"The workspace to create the project in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Team Name or ID","name":"team","type":"options","typeOptions":{"loadOptionsDependsOn":["workspace"],"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["create"],"resource":["project"]}},"default":"","description":"The team this project will be assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["project"],"operation":["create"]}},"default":{},"description":"Other properties to set","placeholder":"Add Property","options":[{"displayName":"Color","name":"color","type":"options","options":[{"name":"dark-blue","value":"dark-blue"},{"name":"dark-brown","value":"dark-brown"},{"name":"dark-green","value":"dark-green"},{"name":"dark-orange","value":"dark-orange"},{"name":"dark-pink","value":"dark-pink"},{"name":"dark-purple","value":"dark-purple"},{"name":"dark-red","value":"dark-red"},{"name":"dark-teal","value":"dark-teal"},{"name":"dark-warm-gray","value":"dark-warm-gray"},{"name":"light-blue","value":"light-blue"},{"name":"light-green","value":"light-green"},{"name":"light-orange","value":"light-orange"},{"name":"light-pink","value":"light-pink"},{"name":"light-purple","value":"light-purple"},{"name":"light-red","value":"light-red"},{"name":"light-teal","value":"light-teal"},{"name":"light-warm-gray","value":"light-warm-gray"},{"name":"light-yellow","value":"light-yellow"},{"name":"none","value":"none"}],"default":"none","description":"Color of the project"},{"displayName":"Due On","name":"due_on","type":"dateTime","default":"","description":"The day on which this project is due. This takes a date with format YYYY-MM-DD."},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Basic description or notes for the project"},{"displayName":"Privacy Setting","name":"privacy_setting","type":"options","options":[{"name":"Private","value":"private"},{"name":"Private to Team","value":"private_to_team"},{"name":"Public to Workspace","value":"public_to_workspace"}],"default":"private","description":"The privacy setting of the project"}]},{"displayName":"Project ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["project"]}}},{"displayName":"Project ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["project"]}}},{"displayName":"Workspace Name or ID","name":"workspace","type":"options","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"options":[],"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["project"]}},"description":"The workspace in which to get users. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["project"]}},"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":["project"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["project"],"operation":["getAll"]}},"default":{},"description":"Other properties to set","placeholder":"Add Property","options":[{"displayName":"Archived","name":"archived","type":"boolean","default":false,"description":"Whether to only return projects whose archived field takes on the value of this parameter"},{"displayName":"Teams Name or ID","name":"team","type":"options","typeOptions":{"loadOptionsDependsOn":["workspace"],"loadOptionsMethod":"getTeams"},"default":"","description":"The new name of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Workspace Name or ID","name":"workspace","type":"options","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"options":[],"default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["project"]}},"description":"The workspace in which to get users. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Project ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["project"]}},"description":"The ID of the project to update the data of"},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"resource":["project"],"operation":["update"]}},"default":{},"description":"Other properties to set","placeholder":"Add Property","options":[{"displayName":"Color","name":"color","type":"options","options":[{"name":"dark-blue","value":"dark-blue"},{"name":"dark-brown","value":"dark-brown"},{"name":"dark-green","value":"dark-green"},{"name":"dark-orange","value":"dark-orange"},{"name":"dark-pink","value":"dark-pink"},{"name":"dark-purple","value":"dark-purple"},{"name":"dark-red","value":"dark-red"},{"name":"dark-teal","value":"dark-teal"},{"name":"dark-warm-gray","value":"dark-warm-gray"},{"name":"light-blue","value":"light-blue"},{"name":"light-green","value":"light-green"},{"name":"light-orange","value":"light-orange"},{"name":"light-pink","value":"light-pink"},{"name":"light-purple","value":"light-purple"},{"name":"light-red","value":"light-red"},{"name":"light-teal","value":"light-teal"},{"name":"light-warm-gray","value":"light-warm-gray"},{"name":"light-yellow","value":"light-yellow"},{"name":"none","value":"none"}],"default":"none","description":"Color of the project"},{"displayName":"Due On","name":"due_on","type":"dateTime","default":"","description":"The day on which this project is due. This takes a date with format YYYY-MM-DD."},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the project"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Basic description or notes for the project"},{"displayName":"Owner","name":"owner","type":"string","default":"","description":"The new assignee/cardinal for this project"},{"displayName":"Privacy Setting","name":"privacy_setting","type":"options","options":[{"name":"Private","value":"private"},{"name":"Private to Team","value":"private_to_team"},{"name":"Public to Workspace","value":"public_to_workspace"}],"default":"private","description":"The privacy setting of the project"},{"displayName":"Team Name or ID","name":"team","type":"options","typeOptions":{"loadOptionsDependsOn":["workspace"],"loadOptionsMethod":"getTeams"},"default":"","description":"The team this project will be assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.asana/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/asana/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Asana/asana.svg"},
{"displayName":"Asana Trigger","name":"asanaTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when Asana events occur.","defaults":{"name":"Asana Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"asanaApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"asanaOAuth2Api","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":"Resource","name":"resource","type":"string","default":"","required":true,"description":"The resource ID to subscribe to. The resource can be a task or project."},{"displayName":"Workspace Name or ID","name":"workspace","type":"options","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"options":[],"default":"","description":"The workspace ID the resource is registered under. This is only required if you want to allow overriding existing webhooks. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.asanatrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/asana/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Asana/asana.svg"},
{"displayName":"Autopilot","name":"autopilot","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Autopilot API","defaults":{"name":"Autopilot"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"autopilotApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Contact","value":"contact"},{"name":"Contact Journey","value":"contactJourney"},{"name":"Contact List","value":"contactList"},{"name":"List","value":"list"}],"default":"contact"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create or Update","value":"upsert","description":"Create a new contact, or update the current one if it already exists (upsert)","action":"Create or Update a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many contacts"}],"default":"upsert"},{"displayName":"Email","name":"email","required":true,"type":"string","placeholder":"name@email.com","displayOptions":{"show":{"operation":["upsert"],"resource":["contact"]}},"default":"","description":"Email address of the contact"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["upsert"],"resource":["contact"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Company","name":"Company","type":"string","default":""},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true,"loadOptionsMethod":"getCustomFields"},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Key Name or ID","name":"key","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"description":"User-specified key of user-defined data. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":""},{"displayName":"Value","name":"value","type":"string","description":"User-specified value of user-defined data","default":""}]}]},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"First Name","name":"FirstName","type":"string","default":""},{"displayName":"Industry","name":"Industry","type":"string","default":""},{"displayName":"Last Name","name":"LastName","type":"string","default":""},{"displayName":"Lead Source","name":"LeadSource","type":"string","default":""},{"displayName":"LinkedIn URL","name":"LinkedIn","type":"string","default":""},{"displayName":"List Name or ID","name":"autopilotList","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"default":"","description":"List to which this contact will be added on creation. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Mailing Country","name":"MailingCountry","type":"string","default":""},{"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":""},{"displayName":"Mailing City","name":"MailingCity","type":"string","default":""},{"displayName":"Mobile Phone","name":"MobilePhone","type":"string","default":""},{"displayName":"New Email","name":"newEmail","type":"string","default":"","description":"If provided, will change the email address of the contact identified by the Email field"},{"displayName":"Notify","name":"notify","type":"boolean","default":true,"description":"By default Autopilot notifies registered REST hook endpoints for contact_added/contact_updated events when a new contact is added or an existing contact is updated via API. Disable to skip notifications."},{"displayName":"Number of Employees","name":"NumberOfEmployees","type":"number","default":0},{"displayName":"Owner Name","name":"owner_name","type":"string","default":""},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Salutation","name":"Salutation","type":"string","default":""},{"displayName":"Session ID","name":"autopilotSessionId","type":"string","default":"","description":"Used to associate a contact with a session"},{"displayName":"Status","name":"Status","type":"string","default":""},{"displayName":"Title","name":"Title","type":"string","default":""},{"displayName":"Subscribe","name":"unsubscribed","type":"boolean","default":false,"description":"Whether to subscribe or un-subscribe a contact"},{"displayName":"Website URL","name":"Website","type":"string","default":""}]},{"displayName":"Contact ID","name":"contactId","required":true,"type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["contact"]}},"default":"","description":"Can be ID or email"},{"displayName":"Contact ID","name":"contactId","required":true,"type":"string","displayOptions":{"show":{"operation":["get"],"resource":["contact"]}},"default":"","description":"Can be ID or email"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["contact"]}},"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":["contact"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contactJourney"]}},"options":[{"name":"Add","value":"add","description":"Add contact to list","action":"Add a contact journey"}],"default":"add"},{"displayName":"Trigger Name or ID","name":"triggerId","required":true,"typeOptions":{"loadOptionsMethod":"getTriggers"},"type":"options","displayOptions":{"show":{"operation":["add"],"resource":["contactJourney"]}},"default":"","description":"List ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Contact ID","name":"contactId","required":true,"type":"string","displayOptions":{"show":{"operation":["add"],"resource":["contactJourney"]}},"default":"","description":"Can be ID or email"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contactList"]}},"options":[{"name":"Add","value":"add","description":"Add contact to list","action":"Add a contact to a list"},{"name":"Exist","value":"exist","description":"Check if contact is on list","action":"Check if a contact list exists"},{"name":"Get Many","value":"getAll","description":"Get many contacts from a list","action":"Get many contact lists"},{"name":"Remove","value":"remove","description":"Remove a contact from a list","action":"Remove a contact from a list"}],"default":"add"},{"displayName":"List Name or ID","name":"listId","required":true,"typeOptions":{"loadOptionsMethod":"getLists"},"type":"options","displayOptions":{"show":{"operation":["add","remove","exist","getAll"],"resource":["contactList"]}},"default":"","description":"ID of the list to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Contact ID","name":"contactId","required":true,"type":"string","displayOptions":{"show":{"operation":["add","remove","exist"],"resource":["contactList"]}},"default":"","description":"Can be ID or email"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["contactList"]}},"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":["contactList"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["list"]}},"options":[{"name":"Create","value":"create","description":"Create a list","action":"Create a list"},{"name":"Get Many","value":"getAll","description":"Get many lists","action":"Get many lists"}],"default":"create"},{"displayName":"Name","name":"name","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["list"]}},"default":"","description":"Name of the list to create"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["list"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["list"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.autopilot/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/autopilot/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Autopilot/autopilot.svg"},
{"displayName":"Autopilot Trigger","name":"autopilotTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"event\"]}}","description":"Handle Autopilot events via webhooks","defaults":{"name":"Autopilot Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"autopilotApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Event","name":"event","type":"options","required":true,"default":"","options":[{"name":"Contact Added","value":"contactAdded"},{"name":"Contact Added To List","value":"contactAddedToList"},{"name":"Contact Entered Segment","value":"contactEnteredSegment"},{"name":"Contact Left Segment","value":"contactLeftSegment"},{"name":"Contact Removed From List","value":"contactRemovedFromList"},{"name":"Contact Unsubscribed","value":"contactUnsubscribed"},{"name":"Contact Updated","value":"contactUpdated"}]}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.autopilottrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/autopilot/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Autopilot/autopilot.svg"},
{"displayName":"AWS Lambda","name":"awsLambda","group":["output"],"version":1,"subtitle":"={{$parameter[\"function\"]}}","description":"Invoke functions on AWS Lambda","defaults":{"name":"AWS Lambda"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true,"displayOptions":{"show":{"authentication":["iam"]}}},{"name":"awsAssumeRole","required":true,"displayOptions":{"show":{"authentication":["assumeRole"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"AWS (IAM)","value":"iam"},{"name":"AWS (Assume Role)","value":"assumeRole"}],"default":"iam"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Invoke","value":"invoke","description":"Invoke a function","action":"Invoke a function"}],"default":"invoke"},{"displayName":"Function Name or ID","name":"function","type":"options","typeOptions":{"loadOptionsMethod":"getFunctions"},"displayOptions":{"show":{"operation":["invoke"]}},"options":[],"default":"","required":true,"description":"The function you want to invoke. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Qualifier","name":"qualifier","type":"string","displayOptions":{"show":{"operation":["invoke"]}},"required":true,"default":"$LATEST","description":"Specify a version or alias to invoke a published version of the function"},{"displayName":"Invocation Type","name":"invocationType","type":"options","options":[{"name":"Wait for Results","value":"RequestResponse","description":"Invoke the function synchronously and wait for the response"},{"name":"Continue Workflow","value":"Event","description":"Invoke the function and immediately continue the workflow"}],"displayOptions":{"show":{"operation":["invoke"]}},"default":"RequestResponse","description":"Specify if the workflow should wait for the function to return the results"},{"displayName":"JSON Input","name":"payload","type":"string","displayOptions":{"show":{"operation":["invoke"]}},"default":"","description":"The JSON that you want to provide to your Lambda function as input"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awslambda/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/lambda.svg"},
{"displayName":"AWS SNS","name":"awsSns","group":["output"],"version":1,"subtitle":"={{$parameter[\"topic\"]}}","description":"Sends data to AWS SNS","defaults":{"name":"AWS SNS"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true,"displayOptions":{"show":{"authentication":["iam"]}}},{"name":"awsAssumeRole","required":true,"displayOptions":{"show":{"authentication":["assumeRole"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"AWS (IAM)","value":"iam"},{"name":"AWS (Assume Role)","value":"assumeRole"}],"default":"iam"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Create","value":"create","description":"Create a topic","action":"Create a topic"},{"name":"Delete","value":"delete","description":"Delete a topic","action":"Delete a topic"},{"name":"Publish","value":"publish","description":"Publish a message to a topic","action":"Publish a message to a topic"}],"default":"publish"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Display Name","name":"displayName","type":"string","default":"","description":"The display name to use for a topic with SMS subscriptions"},{"displayName":"Fifo Topic","name":"fifoTopic","type":"boolean","default":false,"description":"Whether the topic you want to create is a FIFO (first-in-first-out) topic"}],"displayOptions":{"show":{"operation":["create"]}}},{"displayName":"Topic","name":"topic","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a topic...","typeOptions":{"searchListMethod":"listTopics","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://us-east-1.console.aws.amazon.com/sns/v3/home?region=us-east-1#/topic/arn:aws:sns:us-east-1:777777777777:your_topic","validation":[{"type":"regex","properties":{"regex":"https:\\/\\/[0-9a-zA-Z\\-_]+\\.console\\.aws\\.amazon\\.com\\/sns\\/v3\\/home\\?region\\=[0-9a-zA-Z\\-_]+\\#\\/topic\\/arn:aws:sns:[0-9a-zA-Z\\-_]+:[0-9]+:[0-9a-zA-Z\\-_]+(?:\\/.*|)","errorMessage":"Not a valid AWS SNS Topic URL"}}],"extractValue":{"type":"regex","regex":"https:\\/\\/[0-9a-zA-Z\\-_]+\\.console\\.aws\\.amazon\\.com\\/sns\\/v3\\/home\\?region\\=[0-9a-zA-Z\\-_]+\\#\\/topic\\/(arn:aws:sns:[0-9a-zA-Z\\-_]+:[0-9]+:[0-9a-zA-Z\\-_]+)(?:\\/.*|)"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"arn:aws:sns:[0-9a-zA-Z\\-_]+:[0-9]+:[0-9a-zA-Z\\-_]+","errorMessage":"Not a valid AWS SNS Topic ARN"}}],"placeholder":"arn:aws:sns:your-aws-region:777777777777:your_topic"}],"displayOptions":{"show":{"operation":["publish","delete"]}}},{"displayName":"Subject","name":"subject","type":"string","displayOptions":{"show":{"operation":["publish"]}},"default":"","required":true,"description":"Subject when the message is delivered to email endpoints"},{"displayName":"Message","name":"message","type":"string","displayOptions":{"show":{"operation":["publish"]}},"required":true,"default":"","description":"The message you want to send"}],"codex":{"categories":["Development","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awssns/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/sns.svg"},
{"displayName":"AWS SNS Trigger","subtitle":"={{$parameter[\"topic\"].split(':')[5]}}","name":"awsSnsTrigger","group":["trigger"],"version":1,"description":"Handle AWS SNS events via webhooks","defaults":{"name":"AWS SNS Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"aws","required":true,"displayOptions":{"show":{"authentication":["iam"]}}},{"name":"awsAssumeRole","required":true,"displayOptions":{"show":{"authentication":["assumeRole"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"AWS (IAM)","value":"iam"},{"name":"AWS (Assume Role)","value":"assumeRole"}],"default":"iam"},{"displayName":"Topic","name":"topic","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a topic...","typeOptions":{"searchListMethod":"listTopics","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://us-east-1.console.aws.amazon.com/sns/v3/home?region=us-east-1#/topic/arn:aws:sns:us-east-1:777777777777:your_topic","validation":[{"type":"regex","properties":{"regex":"https:\\/\\/[0-9a-zA-Z\\-_]+\\.console\\.aws\\.amazon\\.com\\/sns\\/v3\\/home\\?region\\=[0-9a-zA-Z\\-_]+\\#\\/topic\\/arn:aws:sns:[0-9a-zA-Z\\-_]+:[0-9]+:[0-9a-zA-Z\\-_]+(?:\\/.*|)","errorMessage":"Not a valid AWS SNS Topic URL"}}],"extractValue":{"type":"regex","regex":"https:\\/\\/[0-9a-zA-Z\\-_]+\\.console\\.aws\\.amazon\\.com\\/sns\\/v3\\/home\\?region\\=[0-9a-zA-Z\\-_]+\\#\\/topic\\/(arn:aws:sns:[0-9a-zA-Z\\-_]+:[0-9]+:[0-9a-zA-Z\\-_]+)(?:\\/.*|)"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"arn:aws:sns:[0-9a-zA-Z\\-_]+:[0-9]+:[0-9a-zA-Z\\-_]+","errorMessage":"Not a valid AWS SNS Topic ARN"}}],"placeholder":"arn:aws:sns:your-aws-region:777777777777:your_topic"}]}],"codex":{"categories":["Development","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.awssnstrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/sns.svg"},
{"displayName":"AWS Certificate Manager","name":"awsCertificateManager","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to AWS Certificate Manager","defaults":{"name":"AWS Certificate Manager"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true,"displayOptions":{"show":{"authentication":["iam"]}}},{"name":"awsAssumeRole","required":true,"displayOptions":{"show":{"authentication":["assumeRole"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"AWS (IAM)","value":"iam"},{"name":"AWS (Assume Role)","value":"assumeRole"}],"default":"iam"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Certificate","value":"certificate"}],"default":"certificate"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["certificate"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a certificate","action":"Delete a certificate"},{"name":"Get","value":"get","description":"Get a certificate","action":"Get a certificate"},{"name":"Get Many","value":"getMany","description":"Get many certificates","action":"Get many certificates"},{"name":"Get Metadata","value":"getMetadata","description":"Get certificate metadata","action":"Get certificate metadata"},{"name":"Renew","value":"renew","description":"Renew a certificate","action":"Renew a certificate"}],"default":"renew"},{"displayName":"Certificate ARN","name":"certificateArn","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["certificate"],"operation":["renew","get","delete","getMetadata"]}},"description":"String that contains the ARN of the ACM certificate to be renewed. This must be of the form: arn:aws:acm:region:123456789012:certificate/12345678-1234-1234-1234-123456789012."},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["certificate"],"operation":["delete"]}}},{"displayName":"Certificate Key","name":"certificateKey","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["certificate"],"operation":["delete"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getMany"],"resource":["certificate"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getMany"],"resource":["certificate"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["certificate"],"operation":["getMany"]}},"options":[{"displayName":"Certificate Statuses","name":"certificateStatuses","type":"multiOptions","options":[{"name":"Expired","value":"EXPIRED"},{"name":"Failed","value":"FAILED"},{"name":"Inactive","value":"INACTIVE"},{"name":"Issued","value":"ISSUED"},{"name":"Pending Validation","value":"PENDING_VALIDATION"},{"name":"Revoked","value":"REVOKED"},{"name":"Validation Timed Out","value":"VALIDATION_TIMED_OUT"}],"default":[],"description":"Filter the certificate list by status value"},{"displayName":"Extended Key Usage","name":"extendedKeyUsage","type":"multiOptions","options":[{"name":"Any","value":"ANY"},{"name":"Code Signing","value":"CODE_SIGNING"},{"name":"Custom","value":"CUSTOM"},{"name":"Email Protection","value":"EMAIL_PROTECTION"},{"name":"IPSEC End System","value":"IPSEC_END_SYSTEM"},{"name":"IPSEC Tunnel","value":"IPSEC_TUNNEL"},{"name":"IPSEC User","value":"IPSEC_USER"},{"name":"None","value":"NONE"},{"name":"OCSP Signing","value":"OCSP_SIGNING"},{"name":"Time Stamping","value":"TIME_STAMPING"},{"name":"TLS Web Client Authentication","value":"TLS_WEB_CLIENT_AUTHENTICATION"},{"name":"TLS Web Server Authentication","value":"TLS_WEB_SERVER_AUTHENTICATION"}],"default":[],"description":"Specify one or more ExtendedKeyUsage extension values"},{"displayName":"Key Types","name":"keyTypes","type":"multiOptions","options":[{"name":"EC Prime256v1","value":"EC_prime256v1"},{"name":"EC Secp384r1","value":"EC_secp384r1"},{"name":"EC Secp521r1","value":"EC_secp521r1"},{"name":"RSA 1024","value":"RSA_1024"},{"name":"RSA 2048","value":"RSA_2048"},{"name":"RSA 4096","value":"RSA_4096"}],"default":["RSA_2048"],"description":"Specify one or more algorithms that can be used to generate key pairs"},{"displayName":"Key Usage","name":"keyUsage","type":"multiOptions","options":[{"name":"Any","value":"ANY"},{"name":"Certificate Signing","value":"CERTIFICATE_SIGNING"},{"name":"CRL Signing","value":"CRL_SIGNING"},{"name":"Custom","value":"CUSTOM"},{"name":"Data Encipherment","value":"DATA_ENCIPHERMENT"},{"name":"Decipher Only","value":"DECIPHER_ONLY"},{"name":"Digital Signature","value":"DIGITAL_SIGNATURE"},{"name":"Encipher Only","value":"ENCIPHER_ONLY"},{"name":"Key Agreement","value":"KEY_AGREEMENT"},{"name":"Key Encipherment","value":"KEY_ENCIPHERMENT"},{"name":"Non Repudiation","value":"NON_REPUDIATION"}],"default":[],"description":"Specify one or more KeyUsage extension values"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awscertificatemanager/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/CertificateManager/acm.svg"},
{"displayName":"AWS Cognito","name":"awsCognito","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to AWS Cognito","defaults":{"name":"AWS Cognito"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true}],"requestDefaults":{"headers":{"Content-Type":"application/x-amz-json-1.1"},"qs":{"service":"cognito-idp","_region":"={{$credentials.region}}"}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"user","routing":{"send":{"preSend":[null]}},"options":[{"name":"Group","value":"group"},{"name":"User","value":"user"},{"name":"User Pool","value":"userPool"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getAll","displayOptions":{"show":{"resource":["group"]}},"options":[{"name":"Create","value":"create","description":"Create a new group","routing":{"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.CreateGroup"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"Group"}}]}},"action":"Create group"},{"name":"Delete","value":"delete","description":"Delete an existing group","routing":{"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.DeleteGroup"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete group"},{"name":"Get","value":"get","description":"Retrieve details of an existing group","routing":{"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.GetGroup"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,null]}},"action":"Get group"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of groups","routing":{"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.ListGroups"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,null,{"type":"rootProperty","properties":{"property":"Groups"}}]}},"action":"Get many groups"},{"name":"Update","value":"update","description":"Update an existing group","routing":{"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.UpdateGroup"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"updated\": true } }}"}}]}},"action":"Update group"}]},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["group"],"operation":["create"]}}},{"displayName":"Group Name","name":"newGroupName","default":"","placeholder":"e.g. MyNewGroup","description":"The name of the new group to create","required":true,"type":"string","validateType":"string","routing":{"send":{"property":"GroupName","type":"body","preSend":[null]}},"displayOptions":{"show":{"resource":["group"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","default":{},"options":[{"displayName":"Description","name":"description","default":"","placeholder":"e.g. New group description","description":"A description for the new group","type":"string","routing":{"send":{"type":"body","property":"Description"}}},{"displayName":"Precedence","name":"precedence","default":"","placeholder":"e.g. 10","description":"Precedence value for the group. Lower values indicate higher priority.","type":"number","routing":{"send":{"type":"body","property":"Precedence"}},"validateType":"number"},{"displayName":"Role ARN","name":"arn","default":"","placeholder":"e.g. arn:aws:iam::123456789012:role/GroupRole","description":"The role ARN for the group, used for setting claims in tokens","type":"string","routing":{"send":{"type":"body","property":"Arn","preSend":[null]}}}],"placeholder":"Add Option","type":"collection","displayOptions":{"show":{"resource":["group"],"operation":["create"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["group"],"operation":["delete"]}}},{"displayName":"Group","name":"group","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"GroupName"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchGroups","searchable":true}},{"displayName":"By Name","name":"groupName","type":"string","hint":"Enter the group name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The group name must follow the allowed pattern."}}],"placeholder":"e.g. Admins"}],"required":true,"type":"resourceLocator","description":"Select the group you want to delete","displayOptions":{"show":{"resource":["group"],"operation":["delete"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["group"],"operation":["get"]}}},{"displayName":"Group","name":"group","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"GroupName"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchGroups","searchable":true}},{"displayName":"By Name","name":"groupName","type":"string","hint":"Enter the group name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The group name must follow the allowed pattern."}}],"placeholder":"e.g. Admins"}],"required":true,"type":"resourceLocator","description":"Select the group you want to retrieve","displayOptions":{"show":{"resource":["group"],"operation":["get"]}}},{"displayName":"Include Users","name":"includeUsers","type":"boolean","default":false,"description":"Whether to include a list of users in the group","displayOptions":{"show":{"resource":["group"],"operation":["get"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["group"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","type":"boolean","routing":{"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.body?.NextToken }}","request":{"body":{"NextToken":"={{ $response.body?.NextToken }}"}}}}}},"displayOptions":{"show":{"resource":["group"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","required":true,"type":"number","typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["group"],"operation":["getAll"]}},"routing":{"send":{"type":"body","property":"Limit"}}},{"displayName":"Include Users","name":"includeUsers","type":"boolean","default":false,"description":"Whether to include a list of users in the group","displayOptions":{"show":{"resource":["group"],"operation":["getAll"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["group"],"operation":["update"]}}},{"displayName":"Group","name":"group","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"GroupName"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchGroups","searchable":true}},{"displayName":"By Name","name":"groupName","type":"string","hint":"Enter the group name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The group name must follow the allowed pattern."}}],"placeholder":"e.g. Admins"}],"required":true,"type":"resourceLocator","description":"Select the group you want to update","displayOptions":{"show":{"resource":["group"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFields","placeholder":"Add Option","type":"collection","default":{},"routing":{"send":{"preSend":[null]}},"options":[{"displayName":"Description","name":"description","default":"","placeholder":"e.g. Updated group description","description":"A new description for the group","type":"string","routing":{"send":{"type":"body","property":"Description"}}},{"displayName":"Precedence","name":"precedence","default":"","placeholder":"e.g. 10","description":"The new precedence value for the group. Lower values indicate higher priority.","type":"number","routing":{"send":{"type":"body","property":"Precedence"}},"validateType":"number"},{"displayName":"Role ARN","name":"arn","default":"","placeholder":"e.g. arn:aws:iam::123456789012:role/GroupRole","description":"A new role Amazon Resource Name (ARN) for the group. Used for setting claims in tokens.","type":"string","routing":{"send":{"type":"body","property":"Arn","preSend":[null]}}}],"displayOptions":{"show":{"resource":["group"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getAll","displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Add to Group","value":"addToGroup","description":"Add an existing user to a group","action":"Add user to group","routing":{"send":{"preSend":[null]},"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.AdminAddUserToGroup"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"addedToGroup\": true } }}"}}]}}},{"name":"Create","value":"create","description":"Create a new user","action":"Create user","routing":{"send":{"preSend":[null]},"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.AdminCreateUser"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"User"}}]}}},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete user","routing":{"send":{"preSend":[null]},"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.AdminDeleteUser"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}}},{"name":"Get","value":"get","description":"Retrieve information of an existing user","action":"Get user","routing":{"send":{"preSend":[null]},"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.AdminGetUser"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,null]}}},{"name":"Get Many","value":"getAll","description":"Retrieve a list of users","routing":{"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.ListUsers"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,null,{"type":"rootProperty","properties":{"property":"Users"}}]}},"action":"Get many users"},{"name":"Remove From Group","value":"removeFromGroup","description":"Remove a user from a group","action":"Remove user from group","routing":{"send":{"preSend":[null]},"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.AdminRemoveUserFromGroup"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"removedFromGroup\": true } }}"}}]}}},{"name":"Update","value":"update","description":"Update an existing user","action":"Update user","routing":{"send":{"preSend":[null]},"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.AdminUpdateUserAttributes"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"updated\": true } }}"}}]}}}]},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to retrieve","displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"User Name","name":"newUserName","default":"","description":"Depending on the user pool settings, this parameter requires the username, the email, or the phone number. No whitespace is allowed.","placeholder":"e.g. JohnSmith","required":true,"routing":{"send":{"property":"Username","type":"body"}},"type":"string","validateType":"string","displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Message Action","name":"messageAction","default":"RESEND","type":"options","options":[{"name":"Resend","value":"RESEND","description":"Resend the invitation message to a user that already exists and reset the expiration limit on the user's account"},{"name":"Suppress","value":"SUPPRESS","description":"Suppress sending the message"}],"routing":{"send":{"property":"MessageAction","type":"body"}}},{"displayName":"Force Alias Creation","name":"forceAliasCreation","type":"boolean","validateType":"boolean","default":false,"description":"Whether this parameter is used only if the phone_number_verified or email_verified attribute is set to true. Otherwise, it is ignored. If set to true, and the phone number or email address specified in the UserAttributes parameter already exists as an alias with a different user, the alias will be migrated. If set to false, an AliasExistsException error is thrown if the alias already exists.","routing":{"send":{"type":"body","property":"ForceAliasCreation"}}},{"displayName":"User Attributes","name":"userAttributes","type":"fixedCollection","placeholder":"Add Attribute","default":{"attributes":[]},"required":true,"description":"Attributes to update for the user","typeOptions":{"multipleValues":true},"routing":{"send":{"preSend":[null]}},"options":[{"displayName":"Attributes","name":"attributes","values":[{"displayName":"Attribute Type","name":"attributeType","type":"options","default":"standard","options":[{"name":"Standard Attribute","value":"standard"},{"name":"Custom Attribute","value":"custom"}]},{"displayName":"Standard Attribute","name":"standardName","type":"options","default":"address","options":[{"name":"Address","value":"address"},{"name":"Birthdate","value":"birthdate"},{"name":"Email","value":"email"},{"name":"Email Verified","value":"email_verified"},{"name":"Family Name","value":"family_name"},{"name":"Gender","value":"gender"},{"name":"Given Name","value":"given_name"},{"name":"Locale","value":"locale"},{"name":"Middle Name","value":"middle_name"},{"name":"Name","value":"name"},{"name":"Nickname","value":"nickname"},{"name":"Phone Number","value":"phone_number"},{"name":"Phone Number Verified","value":"phone_number_verified"},{"name":"Preferred Username","value":"preferred_username"},{"name":"Profile Picture","value":"profilepicture"},{"name":"Updated At","value":"updated_at"},{"name":"User Sub","value":"sub"},{"name":"Website","value":"website"},{"name":"Zone Info","value":"zoneinfo"}],"displayOptions":{"show":{"attributeType":["standard"]}}},{"displayName":"Custom Attribute Name","name":"customName","type":"string","default":"","placeholder":"custom:myAttribute","description":"The name of the custom attribute (must start with \"custom:\")","displayOptions":{"show":{"attributeType":["custom"]}}},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value of the attribute"}]}]},{"displayName":"Desired Delivery Mediums","name":"desiredDeliveryMediums","default":["SMS"],"description":"Specify how to send the welcome message","type":"multiOptions","options":[{"name":"SMS","value":"SMS"},{"name":"Email","value":"EMAIL"}],"routing":{"send":{"preSend":[null],"property":"DesiredDeliveryMediums","type":"body"}}},{"displayName":"Temporary Password","name":"temporaryPasswordOptions","type":"string","typeOptions":{"password":true},"default":"","description":"The user's temporary password that will be valid only once. If not set, Amazon Cognito will automatically generate one for you.","routing":{"send":{"property":"TemporaryPassword","type":"body"}}}],"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"User","name":"user","default":{"mode":"list","value":""},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","hint":"Enter the user ID","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+-[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx-xxxxxxxxxxx\""}}]}],"routing":{"send":{"type":"body","property":"Username"}},"required":true,"type":"resourceLocator","description":"Select the user you want to delete","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"User","name":"user","default":{"mode":"list","value":""},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","hint":"Enter the user ID","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+-[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx-xxxxxxxxxxx\""}}]}],"routing":{"send":{"type":"body","property":"Username"}},"required":true,"type":"resourceLocator","description":"Select the user you want to retrieve","displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","type":"boolean","routing":{"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.body?.PaginationToken }}","request":{"body":{"PaginationToken":"={{ $response.body?.PaginationToken }}"}}}}}},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","required":true,"type":"number","typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["user"],"operation":["getAll"]}},"routing":{"send":{"type":"body","property":"Limit"}}},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filters","type":"fixedCollection","placeholder":"Add Filter","default":{},"routing":{"send":{"preSend":[null]}},"options":[{"displayName":"Filter","name":"filter","values":[{"displayName":"Attribute","name":"attribute","type":"options","default":"email","description":"The attribute to search for","options":[{"name":"Cognito User Status","value":"cognito:user_status"},{"name":"Email","value":"email"},{"name":"Family Name","value":"family_name"},{"name":"Given Name","value":"given_name"},{"name":"Name","value":"name"},{"name":"Phone Number","value":"phone_number"},{"name":"Preferred Username","value":"preferred_username"},{"name":"Status (Enabled)","value":"status"},{"name":"Sub","value":"sub"},{"name":"Username","value":"username"}]},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value of the attribute to search for"}]}],"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"User","name":"user","default":{"mode":"list","value":""},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","hint":"Enter the user ID","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+-[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx-xxxxxxxxxxx\""}}]}],"routing":{"send":{"type":"body","property":"Username"}},"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"User Attributes","name":"userAttributes","type":"fixedCollection","placeholder":"Add Attribute","default":{"attributes":[]},"required":true,"description":"Attributes to update for the user","typeOptions":{"multipleValues":true},"routing":{"send":{"preSend":[null]}},"options":[{"displayName":"Attributes","name":"attributes","values":[{"displayName":"Attribute Type","name":"attributeType","type":"options","default":"standard","options":[{"name":"Standard Attribute","value":"standard"},{"name":"Custom Attribute","value":"custom"}]},{"displayName":"Standard Attribute","name":"standardName","type":"options","default":"address","options":[{"name":"Address","value":"address"},{"name":"Birthdate","value":"birthdate"},{"name":"Email","value":"email"},{"name":"Family Name","value":"family_name"},{"name":"Gender","value":"gender"},{"name":"Given Name","value":"given_name"},{"name":"Locale","value":"locale"},{"name":"Middle Name","value":"middle_name"},{"name":"Name","value":"name"},{"name":"Nickname","value":"nickname"},{"name":"Phone Number","value":"phone_number"},{"name":"Preferred Username","value":"preferred_username"},{"name":"Profile Picture","value":"profilepicture"},{"name":"Updated At","value":"updated_at"},{"name":"User Sub","value":"sub"},{"name":"Website","value":"website"},{"name":"Zone Info","value":"zoneinfo"}],"displayOptions":{"show":{"attributeType":["standard"]}}},{"displayName":"Custom Attribute Name","name":"customName","type":"string","default":"","placeholder":"custom:myAttribute","description":"The name of the custom attribute (must start with \"custom:\")","displayOptions":{"show":{"attributeType":["custom"]}}},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value of the attribute"}]}],"displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["user"],"operation":["addToGroup"]}}},{"displayName":"User","name":"user","default":{"mode":"list","value":""},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","hint":"Enter the user ID","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+-[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx-xxxxxxxxxxx\""}}]}],"routing":{"send":{"type":"body","property":"Username"}},"required":true,"type":"resourceLocator","description":"Select the user you want to add to the group","displayOptions":{"show":{"resource":["user"],"operation":["addToGroup"]}}},{"displayName":"Group","name":"group","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"GroupName"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchGroups","searchable":true}},{"displayName":"By Name","name":"groupName","type":"string","hint":"Enter the group name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The group name must follow the allowed pattern."}}],"placeholder":"e.g. Admins"}],"required":true,"type":"resourceLocator","description":"Select the group you want to add the user to","displayOptions":{"show":{"resource":["user"],"operation":["addToGroup"]}}},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to use","displayOptions":{"show":{"resource":["user"],"operation":["removeFromGroup"]}}},{"displayName":"User","name":"user","default":{"mode":"list","value":""},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","hint":"Enter the user ID","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+-[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx-xxxxxxxxxxx\""}}]}],"routing":{"send":{"type":"body","property":"Username"}},"required":true,"type":"resourceLocator","description":"Select the user you want to remove from the group","displayOptions":{"show":{"resource":["user"],"operation":["removeFromGroup"]}}},{"displayName":"Group","name":"group","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"GroupName"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchGroupsForUser","searchable":true}},{"displayName":"By Name","name":"groupName","type":"string","hint":"Enter the group name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The group name must follow the allowed pattern."}}],"placeholder":"e.g. Admins"}],"required":true,"type":"resourceLocator","description":"Select the group you want to remove the user from","displayOptions":{"show":{"resource":["user"],"operation":["removeFromGroup"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userPool"]}},"options":[{"name":"Get","value":"get","action":"Get user pool","routing":{"request":{"method":"POST","headers":{"X-Amz-Target":"AWSCognitoIdentityProviderService.DescribeUserPool"}},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"UserPool"}}]}}}],"default":"get"},{"displayName":"User Pool","name":"userPool","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"routing":{"send":{"type":"body","property":"UserPoolId"}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUserPools","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w-]+_[0-9a-zA-Z]+$","errorMessage":"The ID must follow the pattern \"xxxxxx_xxxxxxxxxxx\""}}],"placeholder":"e.g. eu-central-1_ab12cdefgh"}],"description":"Select the user pool to retrieve","displayOptions":{"show":{"resource":["userPool"],"operation":["get"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["userPool"],"operation":["get"]}}},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awscognito/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Aws/Cognito/cognito.svg","dark":"icons/n8n-nodes-base/dist/nodes/Aws/Cognito/cognito.svg"}},
{"displayName":"AWS Comprehend","name":"awsComprehend","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to Amazon Comprehend","schemaPath":"Aws/Comprehend","defaults":{"name":"AWS Comprehend"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true,"displayOptions":{"show":{"authentication":["iam"]}}},{"name":"awsAssumeRole","required":true,"displayOptions":{"show":{"authentication":["assumeRole"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"AWS (IAM)","value":"iam"},{"name":"AWS (Assume Role)","value":"assumeRole"}],"default":"iam"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Text","value":"text"}],"default":"text","description":"The resource to perform"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Detect Dominant Language","value":"detectDominantLanguage","description":"Identify the dominant language","action":"Identify the dominant language"},{"name":"Detect Entities","value":"detectEntities","description":"Inspects text for named entities, and returns information about them","action":"Inspect text for named entities, and returns information about them"},{"name":"Detect Sentiment","value":"detectSentiment","description":"Analyse the sentiment of the text","action":"Analyze the sentiment of the text"}],"default":"detectDominantLanguage"},{"displayName":"Language Code","name":"languageCode","type":"options","options":[{"name":"Arabic","value":"ar"},{"name":"Chinese","value":"zh"},{"name":"Chinese (T)","value":"zh-TW"},{"name":"English","value":"en"},{"name":"French","value":"fr"},{"name":"German","value":"de"},{"name":"Hindi","value":"hi"},{"name":"Italian","value":"it"},{"name":"Japanese","value":"ja"},{"name":"Korean","value":"ko"},{"name":"Portuguese","value":"pt"},{"name":"Spanish","value":"es"}],"default":"en","displayOptions":{"show":{"resource":["text"],"operation":["detectSentiment","detectEntities"]}},"description":"The language code for text"},{"displayName":"Text","name":"text","type":"string","default":"","displayOptions":{"show":{"resource":["text"]}},"description":"The text to send"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["text"],"operation":["detectDominantLanguage"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["text"],"operation":["detectEntities"]}},"default":{},"options":[{"displayName":"Endpoint Arn","name":"endpointArn","type":"string","default":"","description":"The Amazon Resource Name of an endpoint that is associated with a custom entity recognition model"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awscomprehend/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/Comprehend/comprehend.svg"},
{"displayName":"AWS DynamoDB","name":"awsDynamoDb","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the AWS DynamoDB API","schemaPath":"Aws/DynamoDB","defaults":{"name":"AWS DynamoDB"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true,"displayOptions":{"show":{"authentication":["iam"]}}},{"name":"awsAssumeRole","required":true,"displayOptions":{"show":{"authentication":["assumeRole"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"AWS (IAM)","value":"iam"},{"name":"AWS (Assume Role)","value":"assumeRole"}],"default":"iam"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Item","value":"item"}],"default":"item"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["item"]}},"options":[{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update an item"},{"name":"Delete","value":"delete","description":"Delete an item","action":"Delete an item"},{"name":"Get","value":"get","description":"Get an item","action":"Get an item"},{"name":"Get Many","value":"getAll","description":"Get many items","action":"Get many items"}],"default":"upsert"},{"displayName":"Table Name or ID","name":"tableName","description":"Table to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","required":true,"displayOptions":{"show":{"resource":["item"]}},"default":[],"typeOptions":{"loadOptionsMethod":"getTables"}},{"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":["upsert"]}},"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":["upsert"],"dataToSend":["autoMapInputData"]}},"default":"","description":"List of input properties to avoid sending, separated by commas. Leave empty to send all properties.","placeholder":"Enter properties..."},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field to Send","multipleValues":true},"displayOptions":{"show":{"operation":["upsert"],"dataToSend":["defineBelow"]}},"default":{},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field ID","name":"fieldId","type":"string","default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["item"],"operation":["upsert"]}},"options":[{"displayName":"Expression Attribute Values","name":"eavUi","description":"Substitution tokens for attribute names in an expression. Only needed when the parameter \"condition expression\" is set.","placeholder":"Add Attribute Value","type":"fixedCollection","default":{},"required":true,"typeOptions":{"multipleValues":true,"minValue":1},"options":[{"name":"eavValues","displayName":"Expression Attribute Vaue","values":[{"displayName":"Attribute","name":"attribute","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Number","value":"N"},{"name":"String","value":"S"}],"default":"S"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Condition Expression","name":"conditionExpression","type":"string","default":"","description":"A condition that must be satisfied in order for a conditional upsert to succeed. <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html\">View details</a>."},{"displayName":"Expression Attribute Names","name":"eanUi","placeholder":"Add Expression","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"eanValues","displayName":"Expression","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"One or more substitution tokens for attribute names in an expression. <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html\">View details</a>."}]},{"displayName":"Return","name":"returnValues","type":"options","displayOptions":{"show":{"resource":["item"],"operation":["delete"]}},"options":[{"name":"Attribute Values","value":"ALL_OLD","description":"The content of the old item is returned"},{"name":"Nothing","value":"NONE","description":"Nothing is returned"}],"default":"NONE","description":"Use ReturnValues if you want to get the item attributes as they appeared before they were deleted"},{"displayName":"Keys","name":"keysUi","type":"fixedCollection","placeholder":"Add Key","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["item"],"operation":["delete"]}},"options":[{"displayName":"Key","name":"keyValues","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Binary","value":"B"},{"name":"Number","value":"N"},{"name":"String","value":"S"}],"default":"S"},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"Item's primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key."},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["delete"],"returnValues":["ALL_OLD"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["item"],"operation":["delete"]}},"options":[{"displayName":"Condition Expression","name":"conditionExpression","type":"string","default":"","description":"A condition that must be satisfied in order for a conditional delete to succeed"},{"displayName":"Expression Attribute Names","name":"eanUi","placeholder":"Add Expression","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"eanValues","displayName":"Expression","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"One or more substitution tokens for attribute names in an expression. Check <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html\">Info</a>."},{"displayName":"Expression Attribute Values","name":"expressionAttributeUi","description":"Substitution tokens for attribute names in an expression. Only needed when the parameter \"condition expression\" is set.","placeholder":"Add Attribute Value","type":"fixedCollection","default":{},"required":true,"typeOptions":{"multipleValues":true,"minValue":1},"options":[{"name":"expressionAttributeValues","displayName":"Expression Attribute Value","values":[{"displayName":"Attribute","name":"attribute","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Number","value":"N"},{"name":"String","value":"S"}],"default":"S"},{"displayName":"Value","name":"value","type":"string","default":""}]}]}]},{"displayName":"Select","name":"select","type":"options","displayOptions":{"show":{"resource":["item"],"operation":["get"]}},"options":[{"name":"All Attributes","value":"ALL_ATTRIBUTES"},{"name":"All Projected Attributes","value":"ALL_PROJECTED_ATTRIBUTES"},{"name":"Specific Attributes","value":"SPECIFIC_ATTRIBUTES","description":"Select them in Attributes to Select under Additional Fields"}],"default":"ALL_ATTRIBUTES"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["get"],"select":["ALL_PROJECTED_ATTRIBUTES","ALL_ATTRIBUTES"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Keys","name":"keysUi","type":"fixedCollection","placeholder":"Add Key","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["item"],"operation":["get"]}},"options":[{"displayName":"Key","name":"keyValues","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Binary","value":"B"},{"name":"Number","value":"N"},{"name":"String","value":"S"}],"default":"S"},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"Item's primary key. For example, with a simple primary key, you only need to provide a value for the partition key. For a composite primary key, you must provide values for both the partition key and the sort key."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["item"],"operation":["get"]}},"options":[{"displayName":"Attributes to Select","name":"projectionExpression","type":"string","placeholder":"id, name","default":""},{"displayName":"Expression Attribute Names","name":"eanUi","placeholder":"Add Expression","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"eanValues","displayName":"Expression","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"One or more substitution tokens for attribute names in an expression. <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html\">View details</a>."},{"displayName":"Read Type","name":"readType","type":"options","options":[{"name":"Strongly Consistent Read","value":"stronglyConsistentRead"},{"name":"Eventually Consistent Read","value":"eventuallyConsistentRead"}],"default":"eventuallyConsistentRead","description":"Type of read to perform on the table. <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/HowItWorks.ReadConsistency.html\">View details</a>."}]},{"displayName":"Scan","name":"scan","type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}},"default":false,"description":"Whether to do an scan or query. Check <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-query-scan.html\" >differences</a>."},{"displayName":"Filter Expression","name":"filterExpression","type":"string","displayOptions":{"show":{"scan":[true]}},"default":"","description":"A filter expression determines which items within the Scan results should be returned to you. All of the other results are discarded. Empty value will return all Scan results."},{"displayName":"Key Condition Expression","name":"keyConditionExpression","description":"Condition to determine the items to be retrieved. The condition must perform an equality test on a single partition key value, in this format: <code>partitionKeyName = :partitionkeyval</code>","placeholder":"id = :id","default":"","type":"string","required":true,"displayOptions":{"show":{"resource":["item"],"operation":["getAll"],"scan":[false]}}},{"displayName":"Expression Attribute Values","name":"eavUi","description":"Substitution tokens for attribute names in an expression","placeholder":"Add Attribute Value","type":"fixedCollection","default":{},"required":true,"typeOptions":{"multipleValues":true,"minValue":1},"displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}},"options":[{"name":"eavValues","displayName":"Expression Attribute Vaue","values":[{"displayName":"Attribute","name":"attribute","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Number","value":"N"},{"name":"String","value":"S"}],"default":"S"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Select","name":"select","type":"options","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}},"options":[{"name":"All Attributes","value":"ALL_ATTRIBUTES"},{"name":"All Projected Attributes","value":"ALL_PROJECTED_ATTRIBUTES"},{"name":"Count","value":"COUNT"},{"name":"Specific Attributes","value":"SPECIFIC_ATTRIBUTES","description":"Select them in Attributes to Select under Additional Fields"}],"default":"ALL_ATTRIBUTES"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"],"select":["ALL_PROJECTED_ATTRIBUTES","ALL_ATTRIBUTES","SPECIFIC_ATTRIBUTES"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}},"options":[{"displayName":"Index Name","name":"indexName","description":"Name of the index to query. It can be any secondary local or global index on the table.","type":"string","default":""},{"displayName":"Attributes to Select","name":"projectionExpression","type":"string","default":"","description":"Text that identifies one or more attributes to retrieve from the table. These attributes can include scalars, sets, or elements of a JSON document. The attributes in the expression must be separated by commas."},{"displayName":"Filter Expression","name":"filterExpression","type":"string","displayOptions":{"show":{"/scan":[false]}},"default":"","description":"Text that contains conditions that DynamoDB applies after the Query operation, but before the data is returned. Items that do not satisfy the FilterExpression criteria are not returned."},{"displayName":"Expression Attribute Names","name":"eanUi","placeholder":"Add Expression","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"eanValues","displayName":"Expression","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"One or more substitution tokens for attribute names in an expression. Check <a href=\"https://docs.aws.amazon.com/amazondynamodb/latest/APIReference/API_PutItem.html\">Info</a>."}]}],"codex":{"categories":["Data & Storage","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awsdynamodb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/DynamoDB/dynamodb.svg"},
{"displayName":"AWS ELB","name":"awsElb","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to AWS ELB API","defaults":{"name":"AWS ELB"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true,"displayOptions":{"show":{"authentication":["iam"]}}},{"name":"awsAssumeRole","required":true,"displayOptions":{"show":{"authentication":["assumeRole"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"AWS (IAM)","value":"iam"},{"name":"AWS (Assume Role)","value":"assumeRole"}],"default":"iam"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Listener Certificate","value":"listenerCertificate"},{"name":"Load Balancer","value":"loadBalancer"}],"default":"loadBalancer"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["loadBalancer"]}},"options":[{"name":"Create","value":"create","description":"Create a load balancer","action":"Create a load balancer"},{"name":"Delete","value":"delete","description":"Delete a load balancer","action":"Delete a load balancer"},{"name":"Get","value":"get","description":"Get a load balancer","action":"Get a load balancer"},{"name":"Get Many","value":"getMany","description":"Get many load balancers","action":"Get many load balancers"}],"default":"create"},{"displayName":"IP Address Type","name":"ipAddressType","type":"options","required":true,"displayOptions":{"show":{"resource":["loadBalancer"],"operation":["create"]}},"options":[{"name":"Ipv4","value":"ipv4"},{"name":"Dualstack","value":"dualstack"}],"default":"ipv4","description":"The type of IP addresses used by the subnets for your load balancer"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["loadBalancer"],"operation":["create"]}},"default":"","description":"This name must be unique per region per account, can have a maximum of 32 characters"},{"displayName":"Schema","name":"schema","type":"options","required":true,"displayOptions":{"show":{"resource":["loadBalancer"],"operation":["create"]}},"options":[{"name":"Internal","value":"internal"},{"name":"Internet Facing","value":"internet-facing"}],"default":"internet-facing"},{"displayName":"Type","name":"type","type":"options","required":true,"displayOptions":{"show":{"resource":["loadBalancer"],"operation":["create"]}},"options":[{"name":"Application","value":"application"},{"name":"Network","value":"network"}],"default":"application"},{"displayName":"Subnet ID Names or IDs","name":"subnets","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"resource":["loadBalancer"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getSubnets"},"required":true,"default":[]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["loadBalancer"]}},"default":{},"options":[{"displayName":"Security Group IDs","name":"securityGroups","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getSecurityGroups"},"default":[]},{"displayName":"Tags","name":"tagsUi","placeholder":"Add Tag","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"tagValues","displayName":"Tag","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"The key of the tag"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value of the tag"}]}]}]},{"displayName":"Load Balancer ARN","name":"loadBalancerId","type":"string","required":true,"displayOptions":{"show":{"resource":["loadBalancer"],"operation":["get"]}},"default":"","description":"Unique identifier for a particular loadBalancer"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["loadBalancer"],"operation":["getMany"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","description":"Max number of results to return","default":100,"typeOptions":{"maxValue":400,"minValue":1},"displayOptions":{"show":{"resource":["loadBalancer"],"operation":["getMany"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"operation":["getMany"],"resource":["loadBalancer"],"returnAll":[true]}},"default":{},"options":[{"displayName":"Names","name":"names","type":"string","default":"","description":"The names of the load balancers. Multiples can be defined separated by comma."}]},{"displayName":"Load Balancer ARN","name":"loadBalancerId","type":"string","required":true,"displayOptions":{"show":{"resource":["loadBalancer"],"operation":["delete"]}},"default":"","description":"ID of loadBalancer to delete"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["listenerCertificate"]}},"options":[{"name":"Add","value":"add","description":"Add the specified SSL server certificate to the certificate list for the specified HTTPS or TLS listener","action":"Add a listener certificate"},{"name":"Get Many","value":"getMany","description":"Get many listener certificates","action":"Get many listener certificates"},{"name":"Remove","value":"remove","description":"Remove the specified certificate from the certificate list for the specified HTTPS or TLS listener","action":"Remove a listener certificate"}],"default":"add"},{"displayName":"Load Balancer ARN Name or ID","name":"loadBalancerId","type":"options","typeOptions":{"loadOptionsMethod":"getLoadBalancers"},"required":true,"displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["add"]}},"default":"","description":"Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Listener ARN Name or ID","name":"listenerId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getLoadBalancerListeners","loadOptionsDependsOn":["loadBalancerId"]},"displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["add"]}},"default":"","description":"Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Certificate ARN","name":"certificateId","type":"string","required":true,"displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["add"]}},"default":"","description":"Unique identifier for a particular loadBalancer"},{"displayName":"Load Balancer ARN Name or ID","name":"loadBalancerId","type":"options","typeOptions":{"loadOptionsMethod":"getLoadBalancers"},"required":true,"displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["getMany"]}},"default":"","description":"Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Listener ARN Name or ID","name":"listenerId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getLoadBalancerListeners","loadOptionsDependsOn":["loadBalancerId"]},"displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["getMany"]}},"default":"","description":"Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["getMany"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","description":"Max number of results to return","default":100,"typeOptions":{"maxValue":400,"minValue":1},"displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["getMany"],"returnAll":[false]}}},{"displayName":"Load Balancer ARN Name or ID","name":"loadBalancerId","type":"options","typeOptions":{"loadOptionsMethod":"getLoadBalancers"},"required":true,"displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["remove"]}},"default":"","description":"Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Listener ARN Name or ID","name":"listenerId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getLoadBalancerListeners","loadOptionsDependsOn":["loadBalancerId"]},"displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["remove"]}},"default":"","description":"Unique identifier for a particular loadBalancer. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Certificate ARN","name":"certificateId","type":"string","required":true,"displayOptions":{"show":{"resource":["listenerCertificate"],"operation":["remove"]}},"default":"","description":"Unique identifier for a particular loadBalancer"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awselb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/ELB/elb.svg"},
{"displayName":"AWS IAM","name":"awsIam","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Interacts with Amazon IAM","schemaPath":"Aws/IAM","defaults":{"name":"AWS IAM"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true}],"requestDefaults":{"baseURL":"https://iam.amazonaws.com","json":true,"headers":{"Content-Type":"application/x-www-form-urlencoded"}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"user","options":[{"name":"User","value":"user"},{"name":"Group","value":"group"}],"routing":{"send":{"preSend":[null]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getAll","displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Add to Group","value":"addToGroup","description":"Add an existing user to a group","action":"Add user to group","routing":{"request":{"method":"POST","url":"","body":{"Action":"AddUserToGroup","Version":"2010-05-08","UserName":"={{ $parameter[\"user\"] }}","GroupName":"={{ $parameter[\"group\"] }}"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}},{"name":"Create","value":"create","description":"Create a new user","action":"Create user","routing":{"request":{"method":"POST","url":"","body":{"Action":"CreateUser","Version":"2010-05-08","UserName":"={{ $parameter[\"userName\"] }}"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete user","routing":{"send":{"preSend":[null]},"request":{"method":"POST","url":"","body":{"Action":"DeleteUser","Version":"2010-05-08","UserName":"={{ $parameter[\"user\"] }}"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}},{"name":"Get","value":"get","description":"Retrieve a user","action":"Get user","routing":{"request":{"method":"POST","url":"","body":{"Action":"GetUser","Version":"2010-05-08","UserName":"={{ $parameter[\"user\"] }}"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"GetUserResponse.GetUserResult.User"}},null]}}},{"name":"Get Many","value":"getAll","description":"Retrieve a list of users","routing":{"request":{"method":"POST","url":"","body":{"Action":"ListUsers","Version":"2010-05-08"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,null]}},"action":"Get many users"},{"name":"Remove From Group","value":"removeFromGroup","description":"Remove a user from a group","action":"Remove user from group","routing":{"request":{"method":"POST","url":"","body":{"Action":"RemoveUserFromGroup","Version":"2010-05-08","UserName":"={{ $parameter[\"user\"] }}","GroupName":"={{ $parameter[\"group\"] }}"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}},{"name":"Update","value":"update","description":"Update a user","action":"Update user","routing":{"request":{"method":"POST","url":"","body":{"Action":"UpdateUser","Version":"2010-05-08","NewUserName":"={{ $parameter[\"userName\"] }}","UserName":"={{ $parameter[\"user\"] }}"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}}]},{"displayName":"User","name":"user","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUsers","searchable":true}},{"displayName":"By Name","name":"userName","type":"string","placeholder":"e.g. Admins","hint":"Enter the user name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The user name must follow the allowed pattern"}}]}],"description":"Select the user you want to add to the group","displayOptions":{"show":{"resource":["user"],"operation":["addToGroup"]}}},{"displayName":"Group","name":"group","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchGroups","searchable":true}},{"displayName":"By Name","name":"groupName","type":"string","placeholder":"e.g. Admins","hint":"Enter the group name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The group name must follow the allowed pattern."}}]}],"description":"Select the group you want to add the user to","displayOptions":{"show":{"resource":["user"],"operation":["addToGroup"]}}},{"displayName":"User Name","name":"userName","required":true,"type":"string","validateType":"string","default":"","placeholder":"e.g. UserName","typeOptions":{"maxLength":64,"regex":"^[A-Za-z0-9+=,\\.@_-]+$"},"routing":{"send":{"preSend":[null]}},"description":"The username of the new user to create","displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Path","name":"path","type":"string","validateType":"string","default":"/","description":"The path for the user name","placeholder":"e.g. /division_abc/subdivision_xyz/","routing":{"send":{"preSend":[null],"property":"Path","type":"query"}}},{"displayName":"Permissions Boundary","name":"permissionsBoundary","default":"","description":"The ARN of the managed policy that is used to set the permissions boundary for the user","placeholder":"e.g. arn:aws:iam::123456789012:policy/ExampleBoundaryPolicy","type":"string","validateType":"string","routing":{"send":{"preSend":[null]}}},{"displayName":"Tags","name":"tags","type":"fixedCollection","description":"A list of tags that you want to attach to the new user","default":[],"placeholder":"Add Tag","typeOptions":{"multipleValues":true},"options":[{"name":"tags","displayName":"Tag","values":[{"displayName":"Key","name":"key","type":"string","default":"","placeholder":"e.g., Department"},{"displayName":"Value","name":"value","type":"string","default":"","placeholder":"e.g., Engineering"}]}],"routing":{"send":{"preSend":[null]}}}],"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"User","name":"user","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUsers","searchable":true}},{"displayName":"By Name","name":"userName","type":"string","placeholder":"e.g. Admins","hint":"Enter the user name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The user name must follow the allowed pattern"}}]}],"description":"Select the user you want to delete","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"User","name":"user","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUsers","searchable":true}},{"displayName":"By Name","name":"userName","type":"string","placeholder":"e.g. Admins","hint":"Enter the user name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The user name must follow the allowed pattern"}}]}],"description":"Select the user you want to retrieve","displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","default":100,"type":"number","validateType":"number","typeOptions":{"minValue":1},"description":"Max number of results to return","displayOptions":{"hide":{"returnAll":[true]},"show":{"resource":["user"],"operation":["getAll"]}},"routing":{"send":{"property":"MaxItems","type":"body","value":"={{ $value }}"}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Path Prefix","name":"pathPrefix","type":"string","validateType":"string","default":"/","description":"The path prefix for filtering the results","placeholder":"e.g. /division_abc/subdivision_xyz/","routing":{"send":{"preSend":[null],"property":"PathPrefix","value":"={{ $value }}"}}}],"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"User","name":"user","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUsers","searchable":true}},{"displayName":"By Name","name":"userName","type":"string","placeholder":"e.g. Admins","hint":"Enter the user name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The user name must follow the allowed pattern"}}]}],"description":"Select the user you want to update","displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"User Name","name":"userName","required":true,"type":"string","validateType":"string","default":"","placeholder":"e.g. JohnSmith","typeOptions":{"maxLength":64,"regex":"^[A-Za-z0-9+=,\\.@_-]+$"},"routing":{"send":{"preSend":[null]}},"description":"The new name of the user","displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Path","name":"path","type":"string","validateType":"string","default":"/","placeholder":"e.g. /division_abc/subdivision_xyz/","routing":{"send":{"preSend":[null],"property":"NewPath","type":"query"}}}],"displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"User","name":"user","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUsers","searchable":true}},{"displayName":"By Name","name":"userName","type":"string","placeholder":"e.g. Admins","hint":"Enter the user name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The user name must follow the allowed pattern"}}]}],"description":"Select the user you want to remove from the group","displayOptions":{"show":{"resource":["user"],"operation":["removeFromGroup"]}}},{"displayName":"Group","name":"group","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchGroupsForUser","searchable":true}},{"displayName":"By Name","name":"groupName","type":"string","hint":"Enter the group name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The group name must follow the allowed pattern"}}],"placeholder":"e.g. Admins"}],"description":"Select the group you want to remove the user from","displayOptions":{"show":{"resource":["user"],"operation":["removeFromGroup"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getAll","displayOptions":{"show":{"resource":["group"]}},"options":[{"name":"Create","value":"create","action":"Create group","description":"Create a new group","routing":{"request":{"method":"POST","url":"","body":{"Action":"CreateGroup","Version":"2010-05-08","GroupName":"={{ $parameter[\"groupName\"] }}"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}},{"name":"Delete","value":"delete","action":"Delete group","description":"Delete an existing group","routing":{"send":{"preSend":[null]},"request":{"method":"POST","url":"","body":{"Action":"DeleteGroup","Version":"2010-05-08","GroupName":"={{ $parameter[\"group\"] }}"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}},{"name":"Get","value":"get","action":"Get group","description":"Retrieve details of an existing group","routing":{"request":{"method":"POST","url":"","body":{"Action":"GetGroup","Version":"2010-05-08","GroupName":"={{ $parameter[\"group\"] }}"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,null]}}},{"name":"Get Many","value":"getAll","action":"Get many groups","description":"Retrieve a list of groups","routing":{"request":{"method":"POST","url":"","body":{"Action":"ListGroups","Version":"2010-05-08"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null,null]}}},{"name":"Update","value":"update","action":"Update group","description":"Update an existing group","routing":{"request":{"method":"POST","url":"","body":{"Action":"UpdateGroup","Version":"2010-05-08","GroupName":"={{ $parameter[\"group\"] }}","NewGroupName":"={{ $parameter[\"groupName\"] }}"},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}}]},{"displayName":"Group Name","name":"groupName","required":true,"type":"string","validateType":"string","typeOptions":{"maxLength":128,"regex":"^[+=,.@\\-_A-Za-z0-9]+$"},"default":"","placeholder":"e.g. GroupName","routing":{"send":{"preSend":[null]}},"description":"The name of the new group to create","displayOptions":{"show":{"resource":["group"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","default":{},"options":[{"displayName":"Path","name":"path","type":"string","validateType":"string","default":"/","placeholder":"e.g. /division_abc/engineering/","description":"The path to the group, if it is not included, it defaults to a slash (/)","routing":{"send":{"preSend":[null],"property":"Path","type":"query"}}}],"placeholder":"Add Option","type":"collection","displayOptions":{"show":{"resource":["group"],"operation":["create"]}}},{"displayName":"Group","name":"group","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchGroups","searchable":true}},{"displayName":"By Name","name":"groupName","type":"string","placeholder":"e.g. Admins","hint":"Enter the group name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The group name must follow the allowed pattern."}}]}],"description":"Select the group you want to delete","displayOptions":{"show":{"resource":["group"],"operation":["delete"]}}},{"displayName":"Group","name":"group","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchGroups","searchable":true}},{"displayName":"By Name","name":"groupName","type":"string","placeholder":"e.g. Admins","hint":"Enter the group name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The group name must follow the allowed pattern."}}]}],"description":"Select the group you want to retrieve","displayOptions":{"show":{"resource":["group"],"operation":["get"]}}},{"displayName":"Include Users","name":"includeUsers","type":"boolean","default":false,"description":"Whether to include a list of users in the group","displayOptions":{"show":{"resource":["group"],"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":["group"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","default":100,"type":"number","validateType":"number","typeOptions":{"minValue":1},"description":"Max number of results to return","displayOptions":{"hide":{"returnAll":[true]},"show":{"resource":["group"],"operation":["getAll"]}},"routing":{"send":{"property":"MaxItems","type":"body","value":"={{ $value }}"}}},{"displayName":"Include Users","name":"includeUsers","type":"boolean","default":false,"description":"Whether to include a list of users in the group","displayOptions":{"show":{"resource":["group"],"operation":["getAll"]}}},{"displayName":"Group","name":"group","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchGroups","searchable":true}},{"displayName":"By Name","name":"groupName","type":"string","placeholder":"e.g. Admins","hint":"Enter the group name","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The group name must follow the allowed pattern."}}]}],"description":"Select the group you want to update","displayOptions":{"show":{"resource":["group"],"operation":["update"]}}},{"displayName":"Group Name","name":"groupName","required":true,"type":"string","validateType":"string","typeOptions":{"maxLength":128,"regex":"^[+=,.@\\-_A-Za-z0-9]+$"},"default":"","placeholder":"e.g. GroupName","routing":{"send":{"preSend":[null]}},"description":"The new name of the group","displayOptions":{"show":{"resource":["group"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Path","name":"path","type":"string","validateType":"string","default":"/","placeholder":"e.g. /division_abc/engineering/","description":"The new path to the group, if it is not included, it defaults to a slash (/)","routing":{"send":{"preSend":[null],"property":"NewPath","type":"query"}}}],"displayOptions":{"show":{"resource":["group"],"operation":["update"]}}},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awsiam/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/IAM/AwsIam.svg"},
{"displayName":"AWS Rekognition","name":"awsRekognition","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to AWS Rekognition","schemaPath":"Aws/Rekognition","defaults":{"name":"AWS Rekognition"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true,"displayOptions":{"show":{"authentication":["iam"]}}},{"name":"awsAssumeRole","required":true,"displayOptions":{"show":{"authentication":["assumeRole"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"AWS (IAM)","value":"iam"},{"name":"AWS (Assume Role)","value":"assumeRole"}],"default":"iam"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Image","value":"image"}],"default":"image"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Analyze","value":"analyze"}],"default":"analyze"},{"displayName":"Type","name":"type","type":"options","displayOptions":{"show":{"operation":["analyze"],"resource":["image"]}},"options":[{"name":"Detect Faces","value":"detectFaces"},{"name":"Detect Labels","value":"detectLabels"},{"name":"Detect Moderation Labels","value":"detectModerationLabels"},{"name":"Detect Text","value":"detectText"},{"name":"Recognize Celebrity","value":"recognizeCelebrity"}],"default":"detectFaces"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["analyze"],"resource":["image"]}},"description":"Whether the image to analyze should be taken from binary field"},{"displayName":"Input Binary Field","displayOptions":{"show":{"operation":["analyze"],"resource":["image"],"binaryData":[true]}},"name":"binaryPropertyName","type":"string","default":"data","hint":"The name of the input binary field containing the file to be written","required":true},{"displayName":"Bucket","name":"bucket","displayOptions":{"show":{"operation":["analyze"],"resource":["image"],"binaryData":[false]}},"type":"string","default":"","required":true,"description":"Name of the S3 bucket"},{"displayName":"Name","name":"name","displayOptions":{"show":{"operation":["analyze"],"resource":["image"],"binaryData":[false]}},"type":"string","default":"","required":true,"description":"S3 object key name"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["analyze"],"resource":["image"]}},"default":{},"options":[{"displayName":"Regions of Interest","name":"regionsOfInterestUi","type":"fixedCollection","default":{},"placeholder":"Add Region of Interest","displayOptions":{"show":{"/type":["detectText"]}},"typeOptions":{"multipleValues":true},"options":[{"name":"regionsOfInterestValues","displayName":"Region of Interest","values":[{"displayName":"Height","name":"height","type":"number","description":"Height of the bounding box as a ratio of the overall image height","default":0},{"displayName":"Left","name":"left","type":"number","description":"Left coordinate of the bounding box as a ratio of overall image width","default":0},{"displayName":"Top","name":"top","type":"number","description":"Top coordinate of the bounding box as a ratio of overall image height","default":0},{"displayName":"Width","name":"Width","type":"number","description":"Width of the bounding box as a ratio of the overall image width","default":0}]}]},{"displayName":"Version","name":"version","displayOptions":{"show":{"/binaryData":[false]}},"type":"string","default":"","description":"If the bucket is versioning enabled, you can specify the object version"},{"displayName":"Word Filter","name":"wordFilterUi","type":"collection","default":{},"placeholder":"Add Word Filter","displayOptions":{"show":{"/type":["detectText"]}},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Min Bounding Box Height","name":"MinBoundingBoxHeight","type":"number","description":"Sets the minimum height of the word bounding box. Words with bounding box heights lesser than this value will be excluded from the result. Value is relative to the video frame height.","default":0},{"displayName":"Min Bounding Box Width","name":"MinBoundingBoxWidth","type":"number","description":"Sets the minimum width of the word bounding box. Words with bounding boxes widths lesser than this value will be excluded from the result. Value is relative to the video frame width.","default":0},{"displayName":"Min Confidence","name":"MinConfidence","type":"number","description":"Sets the confidence of word detection. Words with detection confidence below this will be excluded from the result. Values should be between 50 and 100 as Text in Video will not return any result below 50.","default":0}]},{"displayName":"Max Labels","name":"maxLabels","type":"number","displayOptions":{"show":{"/type":["detectModerationLabels","detectLabels"]}},"default":0,"typeOptions":{"minValue":0},"description":"Maximum number of labels you want the service to return in the response. The service returns the specified number of highest confidence labels."},{"displayName":"Min Confidence","name":"minConfidence","type":"number","displayOptions":{"show":{"/type":["detectModerationLabels","detectLabels"]}},"default":0,"typeOptions":{"minValue":0,"maxValue":100},"description":"Specifies the minimum confidence level for the labels to return. Amazon Rekognition doesn't return any labels with a confidence level lower than this specified value."},{"displayName":"Attributes","name":"attributes","type":"multiOptions","displayOptions":{"show":{"/type":["detectFaces"]}},"options":[{"name":"All","value":"all"},{"name":"Default","value":"default"}],"default":[],"description":"An array of facial attributes you want to be returned"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awsrekognition/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/Rekognition/rekognition.svg"},
{"displayName":"AWS S3","name":"awsS3","group":["output"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to AWS S3","defaultVersion":2,"schemaPath":"Aws/S3","version":2,"defaults":{"name":"AWS S3"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true,"displayOptions":{"show":{"authentication":["iam"]}}},{"name":"awsAssumeRole","required":true,"displayOptions":{"show":{"authentication":["assumeRole"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"AWS (IAM)","value":"iam"},{"name":"AWS (Assume Role)","value":"assumeRole"}],"default":"iam"},{"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 should start with (/) and key name of the source object, separated by a slash (/)"},{"displayName":"Destination Path","name":"destinationPath","type":"string","required":true,"default":"","placeholder":"/bucket/my-second-image.jpg","displayOptions":{"show":{"resource":["file"],"operation":["copy"]}},"description":"The name of the destination bucket and key name of the destination object, separated by a slash (/)"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["file"],"operation":["copy"]}},"default":{},"options":[{"displayName":"ACL","name":"acl","type":"options","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"AWS Exec Read","value":"awsExecRead"},{"name":"Bucket Owner Full Control","value":"bucketOwnerFullControl"},{"name":"Bucket Owner Read","value":"bucketOwnerRead"},{"name":"Private","value":"private"},{"name":"Public Read","value":"publicRead"},{"name":"Public Read Write","value":"publicReadWrite"}],"default":"private","description":"The canned ACL to apply to the object"},{"displayName":"Grant Full Control","name":"grantFullControl","type":"boolean","default":false,"description":"Whether to give the grantee READ, READ_ACP, and WRITE_ACP permissions on the object"},{"displayName":"Grant Read","name":"grantRead","type":"boolean","default":false,"description":"Whether to allow grantee to read the object data and its metadata"},{"displayName":"Grant Read ACP","name":"grantReadAcp","type":"boolean","default":false,"description":"Whether to allow grantee to read the object ACL"},{"displayName":"Grant Write ACP","name":"grantWriteAcp","type":"boolean","default":false,"description":"Whether to allow grantee to write the ACL for the applicable object"},{"displayName":"Lock Legal Hold","name":"lockLegalHold","type":"boolean","default":false,"description":"Whether a legal hold will be applied to this object"},{"displayName":"Lock Mode","name":"lockMode","type":"options","options":[{"name":"Governance","value":"governance"},{"name":"Compliance","value":"compliance"}],"default":"","description":"The Object Lock mode that you want to apply to this object"},{"displayName":"Lock Retain Until Date","name":"lockRetainUntilDate","type":"dateTime","default":"","description":"The date and time when you want this object's Object Lock to expire"},{"displayName":"Metadata Directive","name":"metadataDirective","type":"options","options":[{"name":"Copy","value":"copy"},{"name":"Replace","value":"replace"}],"default":"","description":"Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request"},{"displayName":"Requester Pays","name":"requesterPays","type":"boolean","default":false,"description":"Whether the requester will pay for requests and data transfer. While Requester Pays is enabled, anonymous access to this bucket is disabled."},{"displayName":"Server Side Encryption","name":"serverSideEncryption","type":"options","options":[{"name":"AES256","value":"AES256"},{"name":"AWS:KMS","value":"aws:kms"}],"default":"","description":"The server-side encryption algorithm used when storing this object in Amazon S3"},{"displayName":"Server Side Encryption Context","name":"serverSideEncryptionContext","type":"string","default":"","description":"Specifies the AWS KMS Encryption Context to use for object encryption"},{"displayName":"Server Side Encryption AWS KMS Key ID","name":"encryptionAwsKmsKeyId","type":"string","default":"","description":"If x-amz-server-side-encryption is present and has the value of aws:kms"},{"displayName":"Server Side Encryption Customer Algorithm","name":"serversideEncryptionCustomerAlgorithm","type":"string","default":"","description":"Specifies the algorithm to use to when encrypting the object (for example, AES256)"},{"displayName":"Server Side Encryption Customer Key","name":"serversideEncryptionCustomerKey","type":"string","default":"","description":"Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data"},{"displayName":"Server Side Encryption Customer Key MD5","name":"serversideEncryptionCustomerKeyMD5","type":"string","default":"","description":"Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321"},{"displayName":"Storage Class","name":"storageClass","type":"options","options":[{"name":"Deep Archive","value":"deepArchive"},{"name":"Glacier","value":"glacier"},{"name":"Intelligent Tiering","value":"intelligentTiering"},{"name":"One Zone IA","value":"onezoneIA"},{"name":"Standard","value":"standard"},{"name":"Standard IA","value":"standardIA"}],"default":"standard","description":"Amazon S3 storage classes"},{"displayName":"Tagging Directive","name":"taggingDirective","type":"options","options":[{"name":"Copy","value":"copy"},{"name":"Replace","value":"replace"}],"default":"","description":"Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request"}]},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Name","name":"fileName","type":"string","default":"","placeholder":"hello.txt","required":true,"displayOptions":{"show":{"resource":["file"],"operation":["upload"],"binaryData":[false]}}},{"displayName":"File Name","name":"fileName","type":"string","default":"","displayOptions":{"show":{"resource":["file"],"operation":["upload"],"binaryData":[true]}},"description":"If not set the binary data filename will be used"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[false]}},"placeholder":"","description":"The text content of the file to upload"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[true]}},"placeholder":"","hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}},"default":{},"options":[{"displayName":"ACL","name":"acl","type":"options","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"AWS Exec Read","value":"awsExecRead"},{"name":"Bucket Owner Full Control","value":"bucketOwnerFullControl"},{"name":"Bucket Owner Read","value":"bucketOwnerRead"},{"name":"Private","value":"private"},{"name":"Public Read","value":"publicRead"},{"name":"Public Read Write","value":"publicReadWrite"}],"default":"private","description":"The canned ACL to apply to the object"},{"displayName":"Grant Full Control","name":"grantFullControl","type":"boolean","default":false,"description":"Whether to give the grantee READ, READ_ACP, and WRITE_ACP permissions on the object"},{"displayName":"Grant Read","name":"grantRead","type":"boolean","default":false,"description":"Whether to allow grantee to read the object data and its metadata"},{"displayName":"Grant Read ACP","name":"grantReadAcp","type":"boolean","default":false,"description":"Whether to allow grantee to read the object ACL"},{"displayName":"Grant Write ACP","name":"grantWriteAcp","type":"boolean","default":false,"description":"Whether to allow grantee to write the ACL for the applicable object"},{"displayName":"Lock Legal Hold","name":"lockLegalHold","type":"boolean","default":false,"description":"Whether a legal hold will be applied to this object"},{"displayName":"Lock Mode","name":"lockMode","type":"options","options":[{"name":"Governance","value":"governance"},{"name":"Compliance","value":"compliance"}],"default":"","description":"The Object Lock mode that you want to apply to this object"},{"displayName":"Lock Retain Until Date","name":"lockRetainUntilDate","type":"dateTime","default":"","description":"The date and time when you want this object's Object Lock to expire"},{"displayName":"Parent Folder Key","name":"parentFolderKey","type":"string","default":"","description":"Parent folder you want to create the file in"},{"displayName":"Requester Pays","name":"requesterPays","type":"boolean","default":false,"description":"Whether the requester will pay for requests and data transfer. While Requester Pays is enabled, anonymous access to this bucket is disabled."},{"displayName":"Server Side Encryption","name":"serverSideEncryption","type":"options","options":[{"name":"AES256","value":"AES256"},{"name":"AWS:KMS","value":"aws:kms"}],"default":"","description":"The server-side encryption algorithm used when storing this object in Amazon S3"},{"displayName":"Server Side Encryption Context","name":"serverSideEncryptionContext","type":"string","default":"","description":"Specifies the AWS KMS Encryption Context to use for object encryption"},{"displayName":"Server Side Encryption AWS KMS Key ID","name":"encryptionAwsKmsKeyId","type":"string","default":"","description":"If x-amz-server-side-encryption is present and has the value of aws:kms"},{"displayName":"Server Side Encryption Customer Algorithm","name":"serversideEncryptionCustomerAlgorithm","type":"string","default":"","description":"Specifies the algorithm to use to when encrypting the object (for example, AES256)"},{"displayName":"Server Side Encryption Customer Key","name":"serversideEncryptionCustomerKey","type":"string","default":"","description":"Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data"},{"displayName":"Server Side Encryption Customer Key MD5","name":"serversideEncryptionCustomerKeyMD5","type":"string","default":"","description":"Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321"},{"displayName":"Storage Class","name":"storageClass","type":"options","options":[{"name":"Deep Archive","value":"deepArchive"},{"name":"Glacier","value":"glacier"},{"name":"Intelligent Tiering","value":"intelligentTiering"},{"name":"One Zone IA","value":"onezoneIA"},{"name":"Standard","value":"standard"},{"name":"Standard IA","value":"standardIA"}],"default":"standard","description":"Amazon S3 storage classes"}]},{"displayName":"Tags","name":"tagsUi","placeholder":"Add Tag","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["file"],"operation":["upload"]}},"options":[{"name":"tagsValues","displayName":"Tag","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"Optional extra headers to add to the message (most headers are allowed)"},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"File Key","name":"fileKey","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["delete"]}}},{"displayName":"File Key","name":"fileKey","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["delete"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["file"],"operation":["delete"]}},"options":[{"displayName":"Version ID","name":"versionId","type":"string","default":""}]},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["file"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["file"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["file"],"operation":["getAll"]}},"options":[{"displayName":"Fetch Owner","name":"fetchOwner","type":"boolean","default":false,"description":"The owner field is not present in listV2 by default, if you want to return owner field with each key in the result then set the fetch owner field to true"},{"displayName":"Folder Key","name":"folderKey","type":"string","default":""}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/S3/s3.svg","codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awss3/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}}},
{"displayName":"AWS S3","name":"awsS3","group":["output"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to AWS S3","defaultVersion":2,"schemaPath":"Aws/S3","version":1,"defaults":{"name":"AWS S3"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","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 should start with (/) and key name of the source object, separated by a slash (/)"},{"displayName":"Destination Path","name":"destinationPath","type":"string","required":true,"default":"","placeholder":"/bucket/my-second-image.jpg","displayOptions":{"show":{"resource":["file"],"operation":["copy"]}},"description":"The name of the destination bucket and key name of the destination object, separated by a slash (/)"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["file"],"operation":["copy"]}},"default":{},"options":[{"displayName":"ACL","name":"acl","type":"options","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"AWS Exec Read","value":"awsExecRead"},{"name":"Bucket Owner Full Control","value":"bucketOwnerFullControl"},{"name":"Bucket Owner Read","value":"bucketOwnerRead"},{"name":"Private","value":"private"},{"name":"Public Read","value":"publicRead"},{"name":"Public Read Write","value":"publicReadWrite"}],"default":"private","description":"The canned ACL to apply to the object"},{"displayName":"Grant Full Control","name":"grantFullControl","type":"boolean","default":false,"description":"Whether to give the grantee READ, READ_ACP, and WRITE_ACP permissions on the object"},{"displayName":"Grant Read","name":"grantRead","type":"boolean","default":false,"description":"Whether to allow grantee to read the object data and its metadata"},{"displayName":"Grant Read ACP","name":"grantReadAcp","type":"boolean","default":false,"description":"Whether to allow grantee to read the object ACL"},{"displayName":"Grant Write ACP","name":"grantWriteAcp","type":"boolean","default":false,"description":"Whether to allow grantee to write the ACL for the applicable object"},{"displayName":"Lock Legal Hold","name":"lockLegalHold","type":"boolean","default":false,"description":"Whether a legal hold will be applied to this object"},{"displayName":"Lock Mode","name":"lockMode","type":"options","options":[{"name":"Governance","value":"governance"},{"name":"Compliance","value":"compliance"}],"default":"","description":"The Object Lock mode that you want to apply to this object"},{"displayName":"Lock Retain Until Date","name":"lockRetainUntilDate","type":"dateTime","default":"","description":"The date and time when you want this object's Object Lock to expire"},{"displayName":"Metadata Directive","name":"metadataDirective","type":"options","options":[{"name":"Copy","value":"copy"},{"name":"Replace","value":"replace"}],"default":"","description":"Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request"},{"displayName":"Requester Pays","name":"requesterPays","type":"boolean","default":false,"description":"Whether the requester will pay for requests and data transfer. While Requester Pays is enabled, anonymous access to this bucket is disabled."},{"displayName":"Server Side Encryption","name":"serverSideEncryption","type":"options","options":[{"name":"AES256","value":"AES256"},{"name":"AWS:KMS","value":"aws:kms"}],"default":"","description":"The server-side encryption algorithm used when storing this object in Amazon S3"},{"displayName":"Server Side Encryption Context","name":"serverSideEncryptionContext","type":"string","default":"","description":"Specifies the AWS KMS Encryption Context to use for object encryption"},{"displayName":"Server Side Encryption AWS KMS Key ID","name":"encryptionAwsKmsKeyId","type":"string","default":"","description":"If x-amz-server-side-encryption is present and has the value of aws:kms"},{"displayName":"Server Side Encryption Customer Algorithm","name":"serversideEncryptionCustomerAlgorithm","type":"string","default":"","description":"Specifies the algorithm to use to when encrypting the object (for example, AES256)"},{"displayName":"Server Side Encryption Customer Key","name":"serversideEncryptionCustomerKey","type":"string","default":"","description":"Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data"},{"displayName":"Server Side Encryption Customer Key MD5","name":"serversideEncryptionCustomerKeyMD5","type":"string","default":"","description":"Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321"},{"displayName":"Storage Class","name":"storageClass","type":"options","options":[{"name":"Deep Archive","value":"deepArchive"},{"name":"Glacier","value":"glacier"},{"name":"Intelligent Tiering","value":"intelligentTiering"},{"name":"One Zone IA","value":"onezoneIA"},{"name":"Standard","value":"standard"},{"name":"Standard IA","value":"standardIA"}],"default":"standard","description":"Amazon S3 storage classes"},{"displayName":"Tagging Directive","name":"taggingDirective","type":"options","options":[{"name":"Copy","value":"copy"},{"name":"Replace","value":"replace"}],"default":"","description":"Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request"}]},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Name","name":"fileName","type":"string","default":"","placeholder":"hello.txt","required":true,"displayOptions":{"show":{"resource":["file"],"operation":["upload"],"binaryData":[false]}}},{"displayName":"File Name","name":"fileName","type":"string","default":"","displayOptions":{"show":{"resource":["file"],"operation":["upload"],"binaryData":[true]}},"description":"If not set the binary data filename will be used"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[false]}},"placeholder":"","description":"The text content of the file to upload"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[true]}},"placeholder":"","hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}},"default":{},"options":[{"displayName":"ACL","name":"acl","type":"options","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"AWS Exec Read","value":"awsExecRead"},{"name":"Bucket Owner Full Control","value":"bucketOwnerFullControl"},{"name":"Bucket Owner Read","value":"bucketOwnerRead"},{"name":"Private","value":"private"},{"name":"Public Read","value":"publicRead"},{"name":"Public Read Write","value":"publicReadWrite"}],"default":"private","description":"The canned ACL to apply to the object"},{"displayName":"Grant Full Control","name":"grantFullControl","type":"boolean","default":false,"description":"Whether to give the grantee READ, READ_ACP, and WRITE_ACP permissions on the object"},{"displayName":"Grant Read","name":"grantRead","type":"boolean","default":false,"description":"Whether to allow grantee to read the object data and its metadata"},{"displayName":"Grant Read ACP","name":"grantReadAcp","type":"boolean","default":false,"description":"Whether to allow grantee to read the object ACL"},{"displayName":"Grant Write ACP","name":"grantWriteAcp","type":"boolean","default":false,"description":"Whether to allow grantee to write the ACL for the applicable object"},{"displayName":"Lock Legal Hold","name":"lockLegalHold","type":"boolean","default":false,"description":"Whether a legal hold will be applied to this object"},{"displayName":"Lock Mode","name":"lockMode","type":"options","options":[{"name":"Governance","value":"governance"},{"name":"Compliance","value":"compliance"}],"default":"","description":"The Object Lock mode that you want to apply to this object"},{"displayName":"Lock Retain Until Date","name":"lockRetainUntilDate","type":"dateTime","default":"","description":"The date and time when you want this object's Object Lock to expire"},{"displayName":"Parent Folder Key","name":"parentFolderKey","type":"string","default":"","description":"Parent folder you want to create the file in"},{"displayName":"Requester Pays","name":"requesterPays","type":"boolean","default":false,"description":"Whether the requester will pay for requests and data transfer. While Requester Pays is enabled, anonymous access to this bucket is disabled."},{"displayName":"Server Side Encryption","name":"serverSideEncryption","type":"options","options":[{"name":"AES256","value":"AES256"},{"name":"AWS:KMS","value":"aws:kms"}],"default":"","description":"The server-side encryption algorithm used when storing this object in Amazon S3"},{"displayName":"Server Side Encryption Context","name":"serverSideEncryptionContext","type":"string","default":"","description":"Specifies the AWS KMS Encryption Context to use for object encryption"},{"displayName":"Server Side Encryption AWS KMS Key ID","name":"encryptionAwsKmsKeyId","type":"string","default":"","description":"If x-amz-server-side-encryption is present and has the value of aws:kms"},{"displayName":"Server Side Encryption Customer Algorithm","name":"serversideEncryptionCustomerAlgorithm","type":"string","default":"","description":"Specifies the algorithm to use to when encrypting the object (for example, AES256)"},{"displayName":"Server Side Encryption Customer Key","name":"serversideEncryptionCustomerKey","type":"string","default":"","description":"Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data"},{"displayName":"Server Side Encryption Customer Key MD5","name":"serversideEncryptionCustomerKeyMD5","type":"string","default":"","description":"Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321"},{"displayName":"Storage Class","name":"storageClass","type":"options","options":[{"name":"Deep Archive","value":"deepArchive"},{"name":"Glacier","value":"glacier"},{"name":"Intelligent Tiering","value":"intelligentTiering"},{"name":"One Zone IA","value":"onezoneIA"},{"name":"Standard","value":"standard"},{"name":"Standard IA","value":"standardIA"}],"default":"standard","description":"Amazon S3 storage classes"}]},{"displayName":"Tags","name":"tagsUi","placeholder":"Add Tag","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["file"],"operation":["upload"]}},"options":[{"name":"tagsValues","displayName":"Tag","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"Optional extra headers to add to the message (most headers are allowed)"},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"File Key","name":"fileKey","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["delete"]}}},{"displayName":"File Key","name":"fileKey","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["delete"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["file"],"operation":["delete"]}},"options":[{"displayName":"Version ID","name":"versionId","type":"string","default":""}]},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["file"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["file"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["file"],"operation":["getAll"]}},"options":[{"displayName":"Fetch Owner","name":"fetchOwner","type":"boolean","default":false,"description":"The owner field is not present in listV2 by default, if you want to return owner field with each key in the result then set the fetch owner field to true"},{"displayName":"Folder Key","name":"folderKey","type":"string","default":""}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/S3/s3.svg","codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awss3/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}}},
{"displayName":"AWS SES","name":"awsSes","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to AWS SES","schemaPath":"Aws/SES","defaults":{"name":"AWS SES"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true,"displayOptions":{"show":{"authentication":["iam"]}}},{"name":"awsAssumeRole","required":true,"displayOptions":{"show":{"authentication":["assumeRole"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"AWS (IAM)","value":"iam"},{"name":"AWS (Assume Role)","value":"assumeRole"}],"default":"iam"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Custom Verification Email","value":"customVerificationEmail"},{"name":"Email","value":"email"},{"name":"Template","value":"template"}],"default":"email"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["customVerificationEmail"]}},"options":[{"name":"Create","value":"create","description":"Create a new custom verification email template","action":"Create a custom verification email"},{"name":"Delete","value":"delete","description":"Delete an existing custom verification email template","action":"Delete a custom verification email"},{"name":"Get","value":"get","description":"Get the custom email verification template","action":"Get a custom verification email"},{"name":"Get Many","value":"getAll","description":"Get many of the existing custom verification email templates for your account","action":"Get many custom verifications"},{"name":"Send","value":"send","description":"Add an email address to the list of identities","action":"Send a custom verification email"},{"name":"Update","value":"update","description":"Update an existing custom verification email template","action":"Update a custom verification email"}],"default":"create"},{"displayName":"From Email","name":"fromEmailAddress","type":"string","displayOptions":{"show":{"resource":["customVerificationEmail"],"operation":["create"]}},"required":true,"description":"The email address that the custom verification email is sent from","default":""},{"displayName":"Template Name","name":"templateName","type":"string","displayOptions":{"show":{"resource":["customVerificationEmail"],"operation":["create"]}},"default":"","description":"The name of the custom verification email template"},{"displayName":"Template Content","name":"templateContent","type":"string","displayOptions":{"show":{"resource":["customVerificationEmail"],"operation":["create"]}},"description":"The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML","default":""},{"displayName":"Template Subject","name":"templateSubject","type":"string","displayOptions":{"show":{"resource":["customVerificationEmail"],"operation":["create"]}},"default":"","required":true,"description":"The subject line of the custom verification email"},{"displayName":"Success Redirection URL","name":"successRedirectionURL","type":"string","displayOptions":{"show":{"resource":["customVerificationEmail"],"operation":["create"]}},"required":true,"description":"The URL that the recipient of the verification email is sent to if his or her address is successfully verified","default":""},{"displayName":"Failure Redirection URL","name":"failureRedirectionURL","type":"string","displayOptions":{"show":{"resource":["customVerificationEmail"],"operation":["create"]}},"required":true,"description":"The URL that the recipient of the verification email is sent to if his or her address is not successfully verified","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["customVerificationEmail"],"operation":["send"]}},"default":"","required":true,"description":"The email address to verify"},{"displayName":"Template Name","name":"templateName","type":"string","displayOptions":{"show":{"resource":["customVerificationEmail"],"operation":["send"]}},"default":"","required":true,"description":"The name of the custom verification email template to use when sending the verification email"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["customVerificationEmail"],"operation":["send"]}},"options":[{"displayName":"Configuration Set Name","name":"configurationSetName","type":"string","description":"Name of a configuration set to use when sending the verification email","default":""}]},{"displayName":"Template Name","name":"templateName","type":"string","displayOptions":{"show":{"resource":["customVerificationEmail"],"operation":["update","delete","get"]}},"default":"","description":"The name of the custom verification email template"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["customVerificationEmail"],"operation":["update"]}},"options":[{"displayName":"Failure Redirection URL","name":"failureRedirectionURL","type":"string","description":"The URL that the recipient of the verification email is sent to if his or her address is not successfully verified","default":""},{"displayName":"From Email","name":"fromEmailAddress","type":"string","description":"The email address that the custom verification email is sent from","default":""},{"displayName":"Success Redirection URL","name":"successRedirectionURL","type":"string","description":"The URL that the recipient of the verification email is sent to if his or her address is successfully verified","default":""},{"displayName":"Template Content","name":"templateContent","type":"string","description":"The content of the custom verification email. The total size of the email must be less than 10 MB. The message body may contain HTML","default":""},{"displayName":"Template Subject","name":"templateSubject","type":"string","default":"","description":"The subject line of the custom verification email"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["customVerificationEmail"],"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},"description":"Max number of results to return","default":20,"displayOptions":{"show":{"resource":["customVerificationEmail"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["email"]}},"options":[{"name":"Send","value":"send","action":"Send an email"},{"name":"Send Template","value":"sendTemplate","action":"Send an email based on a template"}],"default":"send"},{"displayName":"Is Body HTML","name":"isBodyHtml","type":"boolean","displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"default":false,"description":"Whether body is HTML or simple text"},{"displayName":"Subject","name":"subject","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"default":"","required":true},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"default":"","description":"The message to be sent","required":true},{"displayName":"From Email","name":"fromEmail","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"required":true,"description":"Email address of the sender","placeholder":"admin@example.com","default":""},{"displayName":"To Addresses","name":"toAddresses","type":"string","description":"Email addresses of the recipients","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add To Email"},"displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"placeholder":"info@example.com","default":[]},{"displayName":"Template Name or ID","name":"templateName","type":"options","typeOptions":{"loadOptionsMethod":"getTemplates"},"displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"]}},"default":"","description":"The ARN of the template to use when sending this email. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"From Email","name":"fromEmail","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"]}},"required":true,"description":"Email address of the sender","placeholder":"admin@example.com","default":""},{"displayName":"To Addresses","name":"toAddresses","type":"string","description":"Email addresses of the recipients","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add To Email"},"displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"]}},"placeholder":"info@example.com","default":[]},{"displayName":"Template Data","name":"templateDataUi","type":"fixedCollection","placeholder":"Add Data","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"]}},"default":{},"options":[{"displayName":"Data","name":"templateDataValues","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["email"],"operation":["send","sendTemplate"]}},"options":[{"displayName":"Bcc Addresses","name":"bccAddresses","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Bcc Email"},"description":"Bcc Recipients of the email","default":[]},{"displayName":"Cc Addresses","name":"ccAddresses","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Cc Email"},"description":"Cc recipients of the email","default":[]},{"displayName":"Configuration Set Name","name":"configurationSetName","type":"string","description":"Name of the configuration set to use when you send an email using send","default":""},{"displayName":"Reply To Addresses","name":"replyToAddresses","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Reply To Email"},"placeholder":"Add Reply Address","description":"Reply-to email address(es) for the message","default":[]},{"displayName":"Return Path","name":"returnPath","type":"string","description":"Email address that bounces and complaints will be forwarded to when feedback forwarding is enabled","default":""},{"displayName":"Return Path ARN","name":"returnPathArn","type":"string","default":"","description":"This parameter is used only for sending authorization"},{"displayName":"Source ARN","name":"sourceArn","type":"string","description":"This parameter is used only for sending authorization","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["template"]}},"options":[{"name":"Create","value":"create","description":"Create a template","action":"Create a template"},{"name":"Delete","value":"delete","description":"Delete a template","action":"Delete a template"},{"name":"Get","value":"get","description":"Get a template","action":"Get a template"},{"name":"Get Many","value":"getAll","description":"Get many templates","action":"Get many templates"},{"name":"Update","value":"update","description":"Update a template","action":"Update a template"}],"default":"create"},{"displayName":"Template Name","name":"templateName","type":"string","displayOptions":{"show":{"resource":["template"],"operation":["update","create","get","delete"]}},"required":true,"description":"The name of the template","default":""},{"displayName":"Subject Part","name":"subjectPart","type":"string","displayOptions":{"show":{"resource":["template"],"operation":["create"]}},"description":"The subject line of the email","default":""},{"displayName":"Html Part","name":"htmlPart","type":"string","displayOptions":{"show":{"resource":["template"],"operation":["create"]}},"description":"The HTML body of the email","default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["template"],"operation":["create"]}},"options":[{"displayName":"Text Part","name":"textPart","type":"string","description":"The email body that will be visible to recipients whose email clients do not display HTML","default":""}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["template"],"operation":["update"]}},"options":[{"displayName":"Text Part","name":"textPart","type":"string","description":"The email body that will be visible to recipients whose email clients do not display HTML","default":""},{"displayName":"Subject Part","name":"subjectPart","type":"string","description":"The subject line of the email","default":""},{"displayName":"Html Part","name":"htmlPart","type":"string","description":"The HTML body of the email","default":""}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["template"],"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},"description":"Max number of results to return","default":20,"displayOptions":{"show":{"resource":["template"],"operation":["getAll"],"returnAll":[false]}}}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awsses/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/SES/ses.svg"},
{"displayName":"AWS SQS","name":"awsSqs","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"]}}","description":"Sends messages to AWS SQS","defaults":{"name":"AWS SQS"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true,"displayOptions":{"show":{"authentication":["iam"]}}},{"name":"awsAssumeRole","required":true,"displayOptions":{"show":{"authentication":["assumeRole"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"AWS (IAM)","value":"iam"},{"name":"AWS (Assume Role)","value":"assumeRole"}],"default":"iam"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Send Message","value":"sendMessage","description":"Send a message to a queue","action":"Send a message to a queue"}],"default":"sendMessage"},{"displayName":"Queue Name or ID","name":"queue","type":"options","typeOptions":{"loadOptionsMethod":"getQueues"},"displayOptions":{"show":{"operation":["sendMessage"]}},"options":[],"default":"","required":true,"description":"Queue to send a message to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Queue Type","name":"queueType","type":"options","options":[{"name":"FIFO","value":"fifo","description":"FIFO SQS queue"},{"name":"Standard","value":"standard","description":"Standard SQS queue"}],"default":"standard"},{"displayName":"Send Input Data","name":"sendInputData","type":"boolean","default":true,"description":"Whether to send the data the node receives as JSON to SQS"},{"displayName":"Message","name":"message","type":"string","displayOptions":{"show":{"operation":["sendMessage"],"sendInputData":[false]}},"required":true,"default":"","description":"Message to send to the queue"},{"displayName":"Message Group ID","name":"messageGroupId","type":"string","default":"","description":"Tag that specifies that a message belongs to a specific message group. Applies only to FIFO (first-in-first-out) queues.","displayOptions":{"show":{"queueType":["fifo"]}},"required":true},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["sendMessage"]}},"default":{},"placeholder":"Add option","options":[{"displayName":"Delay Seconds","name":"delaySeconds","type":"number","displayOptions":{"show":{"/queueType":["standard"]}},"description":"How long, in seconds, to delay a message for","default":0,"typeOptions":{"minValue":0,"maxValue":900}},{"displayName":"Message Attributes","name":"messageAttributes","placeholder":"Add Attribute","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Attributes to set","default":{},"options":[{"name":"binary","displayName":"Binary","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the attribute"},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","description":"Name of the binary property which contains the data for the message attribute"}]},{"name":"number","displayName":"Number","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the attribute"},{"displayName":"Value","name":"value","type":"number","default":0,"description":"Number value of the attribute"}]},{"name":"string","displayName":"String","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the attribute"},{"displayName":"Value","name":"value","type":"string","default":"","description":"String value of attribute"}]}]},{"displayName":"Message Deduplication ID","name":"messageDeduplicationId","type":"string","default":"","description":"Token used for deduplication of sent messages. Applies only to FIFO (first-in-first-out) queues.","displayOptions":{"show":{"/queueType":["fifo"]}}}]}],"codex":{"categories":["Development","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awssqs/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/SQS/sqs.svg"},
{"displayName":"AWS Textract","name":"awsTextract","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"]}}","description":"Sends data to Amazon Textract","defaults":{"name":"AWS Textract"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true,"displayOptions":{"show":{"authentication":["iam"]}}},{"name":"awsAssumeRole","required":true,"displayOptions":{"show":{"authentication":["assumeRole"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"AWS (IAM)","value":"iam"},{"name":"AWS (Assume Role)","value":"assumeRole"}],"default":"iam"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Analyze Receipt or Invoice","value":"analyzeExpense"}],"default":"analyzeExpense"},{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"show":{"operation":["analyzeExpense"]}},"required":true,"description":"The name of the input field containing the binary file data to be uploaded. Supported file types: PNG, JPEG."},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["analyzeExpense"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"codex":{"categories":["Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awstextract/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/Textract/textract.svg"},
{"displayName":"AWS Transcribe","name":"awsTranscribe","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to AWS Transcribe","schemaPath":"Aws/Transcribe","defaults":{"name":"AWS Transcribe"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"aws","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Transcription Job","value":"transcriptionJob"}],"default":"transcriptionJob"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Create","value":"create","description":"Create a transcription job","action":"Create a transcription job"},{"name":"Delete","value":"delete","description":"Delete a transcription job","action":"Delete a transcription job"},{"name":"Get","value":"get","description":"Get a transcription job","action":"Get a transcription job"},{"name":"Get Many","value":"getAll","description":"Get many transcription jobs","action":"Get many transcription jobs"}],"default":"create"},{"displayName":"Job Name","name":"transcriptionJobName","type":"string","default":"","displayOptions":{"show":{"resource":["transcriptionJob"],"operation":["create","get","delete"]}},"description":"The name of the job"},{"displayName":"Media File URI","name":"mediaFileUri","type":"string","default":"","displayOptions":{"show":{"resource":["transcriptionJob"],"operation":["create"]}},"description":"The S3 object location of the input media file"},{"displayName":"Detect Language","name":"detectLanguage","type":"boolean","displayOptions":{"show":{"resource":["transcriptionJob"],"operation":["create"]}},"default":false,"description":"Whether to set this field to true to enable automatic language identification"},{"displayName":"Language","name":"languageCode","type":"options","options":[{"name":"American English","value":"en-US"},{"name":"British English","value":"en-GB"},{"name":"German","value":"de-DE"},{"name":"Indian English","value":"en-IN"},{"name":"Irish English","value":"en-IE"},{"name":"Russian","value":"ru-RU"},{"name":"Spanish","value":"es-ES"}],"displayOptions":{"show":{"resource":["transcriptionJob"],"operation":["create"],"detectLanguage":[false]}},"default":"en-US","description":"Language used in the input media file"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["create"]}},"default":{},"options":[{"displayName":"Channel Identification","name":"channelIdentification","type":"boolean","default":false,"description":"Instructs Amazon Transcribe to process each audiochannel separately and then merge the transcription output of each channel into a single transcription. You can't set both Max Speaker Labels and Channel Identification in the same request. If you set both, your request returns a BadRequestException."},{"displayName":"Max Alternatives","name":"maxAlternatives","type":"number","default":2,"typeOptions":{"minValue":2,"maxValue":10},"description":"The number of alternative transcriptions that the service should return"},{"displayName":"Max Speaker Labels","name":"maxSpeakerLabels","type":"number","default":2,"typeOptions":{"minValue":2,"maxValue":10},"description":"The maximum number of speakers to identify in the input audio. If there are more speakers in the audio than this number, multiple speakers are identified as a single speaker."},{"displayName":"Vocabulary Name","name":"vocabularyName","type":"string","default":"","description":"Name of vocabulary to use when processing the transcription job"},{"displayName":"Vocabulary Filter Name","name":"vocabularyFilterName","type":"string","default":"","description":"The name of the vocabulary filter to use when transcribing the audio. The filter that you specify must have the same language code as the transcription job."},{"displayName":"Vocabulary Filter Method","name":"vocabularyFilterMethod","type":"options","options":[{"name":"Remove","value":"remove"},{"name":"Mask","value":"mask"},{"name":"Tag","value":"tag"}],"default":"remove","description":"<p>Set to mask to remove filtered text from the transcript and replace it with three asterisks (\"***\") as placeholder text.</p><p>Set to remove to remove filtered text from the transcript without using placeholder text. Set to tag to mark the word in the transcription output that matches the vocabulary filter. When you set the filter method to tag, the words matching your vocabulary filter are not masked or removed.</p>"}]},{"displayName":"Return Transcript","name":"returnTranscript","type":"boolean","default":true,"displayOptions":{"show":{"resource":["transcriptionJob"],"operation":["get"]}},"description":"By default, the response only contains metadata about the transcript. Enable this option to retrieve the transcript instead."},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["transcriptionJob"],"operation":["get"],"returnTranscript":[true]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["transcriptionJob"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":20,"typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["transcriptionJob"],"operation":["getAll"],"returnAll":[false]}},"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["transcriptionJob"],"operation":["getAll"]}},"options":[{"displayName":"Job Name Contains","name":"jobNameContains","type":"string","description":"Return only transcription jobs whose name contains the specified string","default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Completed","value":"COMPLETED"},{"name":"Failed","value":"FAILED"},{"name":"In Progress","value":"IN_PROGRESS"},{"name":"Queued","value":"QUEUED"}],"description":"Return only transcription jobs with the specified status","default":"COMPLETED"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.awstranscribe/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/aws/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Aws/Transcribe/transcribe.svg"},
{"credentials":[{"name":"bambooHrApi","required":true,"testedBy":"bambooHrApiCredentialTest"}],"defaults":{"name":"BambooHR"},"description":"Consume BambooHR API","displayName":"BambooHR","group":["transform"],"inputs":["main"],"name":"bambooHr","outputs":["main"],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Company Report","value":"companyReport"},{"name":"Employee","value":"employee"},{"name":"Employee Document","value":"employeeDocument"},{"name":"File","value":"file"}],"default":"employee"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["employee"]}},"options":[{"name":"Create","value":"create","description":"Create an employee","action":"Create an employee"},{"name":"Get","value":"get","description":"Get an employee","action":"Get an employee"},{"name":"Get Many","value":"getAll","description":"Get many employees","action":"Get many employees"},{"name":"Update","value":"update","description":"Update an employee","action":"Update an employee"}],"default":"create"},{"displayName":"Synced with Trax Payroll","name":"synced","type":"boolean","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["employee"]}},"default":false,"description":"Whether the employee to create was added to a pay schedule synced with Trax Payroll"},{"displayName":"First Name","name":"firstName","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["employee"]}},"default":""},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["employee"]}},"default":""},{"displayName":"Address","name":"address","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"value","displayName":"Address","values":[{"displayName":"Line 1","name":"address1","type":"string","default":""},{"displayName":"Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":"","placeholder":"Florida","description":"The full name of the state/province"},{"displayName":"Country","name":"country","type":"string","default":"","placeholder":"United States","description":"The name of the country. Must exist in the BambooHr country list."}]}],"displayOptions":{"show":{"resource":["employee"],"operation":["create"],"synced":[true]}},"required":true},{"displayName":"Date of Birth","name":"dateOfBirth","type":"dateTime","default":"","displayOptions":{"show":{"resource":["employee"],"operation":["create"],"synced":[true]}},"required":true},{"displayName":"Department Name or ID","name":"department","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDepartments"},"default":"","displayOptions":{"show":{"resource":["employee"],"operation":["create"],"synced":[true]}},"required":true},{"displayName":"Division Name or ID","name":"division","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDivisions"},"default":"","displayOptions":{"show":{"resource":["employee"],"operation":["create"],"synced":[true]}},"required":true},{"displayName":"Employee Number","name":"employeeNumber","type":"string","default":"","displayOptions":{"show":{"resource":["employee"],"operation":["create"],"synced":[true]}},"required":true},{"displayName":"FLSA Overtime Status","name":"exempt","type":"options","options":[{"name":"Exempt","value":"exempt"},{"name":"Non-Exempt","value":"non-exempt"}],"default":"","displayOptions":{"show":{"resource":["employee"],"operation":["create"],"synced":[true]}},"required":true},{"displayName":"Gender","name":"gender","type":"options","options":[{"name":"Female","value":"female"},{"name":"Male","value":"male"}],"default":"","displayOptions":{"show":{"resource":["employee"],"operation":["create"],"synced":[true]}},"required":true},{"displayName":"Hire Date","name":"hireDate","type":"dateTime","default":"","displayOptions":{"show":{"resource":["employee"],"operation":["create"],"synced":[true]}},"required":true},{"displayName":"Location Name or ID","name":"location","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getEmployeeLocations"},"default":"","displayOptions":{"show":{"resource":["employee"],"operation":["create"],"synced":[true]}},"required":true},{"displayName":"Marital Status","name":"maritalStatus","type":"options","options":[{"name":"Single","value":"single"},{"name":"Married","value":"married"},{"name":"Domestic Partnership","value":"domesticPartnership"}],"default":"","displayOptions":{"show":{"resource":["employee"],"operation":["create"],"synced":[true]}},"required":true},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":"","displayOptions":{"show":{"resource":["employee"],"operation":["create"],"synced":[true]}},"required":true},{"displayName":"Pay Per","name":"paidPer","type":"options","options":[{"name":"Hour","value":"hour"},{"name":"Day","value":"day"},{"name":"Week","value":"week"},{"name":"Month","value":"month"},{"name":"Quater","value":"quater"},{"name":"Year","value":"year"}],"default":"","displayOptions":{"show":{"resource":["employee"],"operation":["create"],"synced":[true]}},"required":true},{"displayName":"Pay Rate","name":"payRate","placeholder":"Add Pay Rate","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"value","displayName":"Pay Rate","values":[{"displayName":"Value","name":"value","type":"string","default":"","placeholder":"20.00"},{"displayName":"Currency","name":"currency","type":"string","default":"","placeholder":"USD"}]}],"displayOptions":{"show":{"resource":["employee"],"operation":["create"],"synced":[true]}},"required":true},{"displayName":"Pay Type","name":"payType","type":"options","options":[{"name":"Commission","value":"commission"},{"name":"Contract","value":"contract"},{"name":"Daily","value":"daily"},{"name":"Exception Hourly","value":"exceptionHourly"},{"name":"Hourly","value":"hourly"},{"name":"Monthly","value":"monthly"},{"name":"Piece Rate","value":"pieceRate"},{"name":"Pro Rata","value":"proRata"},{"name":"Salary","value":"salary"},{"name":"Weekly","value":"weekly"}],"default":"","displayOptions":{"show":{"resource":["employee"],"operation":["create"],"synced":[true]}},"required":true},{"displayName":"Preferred Name","name":"preferredName","type":"string","default":"","displayOptions":{"show":{"resource":["employee"],"operation":["create"],"synced":[true]}},"required":true},{"displayName":"Social Security Number","name":"ssn","type":"string","default":"","placeholder":"123-45-6789","description":"A standard United States Social Security number, with dashes","displayOptions":{"show":{"resource":["employee"],"operation":["create"],"synced":[true]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["employee"]}},"options":[{"displayName":"Address","name":"address","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"value","displayName":"Address","values":[{"displayName":"Line 1","name":"address1","type":"string","default":""},{"displayName":"Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":"","placeholder":"Florida","description":"The full name of the state/province"},{"displayName":"Country","name":"country","type":"string","default":"","placeholder":"United States","description":"The name of the country. Must exist in the BambooHr country list."}]}],"displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Date of Birth","name":"dateOfBirth","type":"dateTime","default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Department Name or ID","name":"department","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDepartments"},"default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Division Name or ID","name":"division","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDivisions"},"default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Employee Number","name":"employeeNumber","type":"string","default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"FLSA Overtime Status","name":"exempt","type":"options","options":[{"name":"Exempt","value":"exempt"},{"name":"Non-Exempt","value":"non-exempt"}],"default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Gender","name":"gender","type":"options","options":[{"name":"Female","value":"female"},{"name":"Male","value":"male"}],"default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Hire Date","name":"hireDate","type":"dateTime","default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Location Name or ID","name":"location","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getEmployeeLocations"},"default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Marital Status","name":"maritalStatus","type":"options","options":[{"name":"Single","value":"single"},{"name":"Married","value":"married"},{"name":"Domestic Partnership","value":"domesticPartnership"}],"default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Pay Per","name":"paidPer","type":"options","options":[{"name":"Hour","value":"hour"},{"name":"Day","value":"day"},{"name":"Week","value":"week"},{"name":"Month","value":"month"},{"name":"Quater","value":"quater"},{"name":"Year","value":"year"}],"default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Pay Rate","name":"payRate","placeholder":"Add Pay Rate","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"value","displayName":"Pay Rate","values":[{"displayName":"Value","name":"value","type":"string","default":"","placeholder":"20.00"},{"displayName":"Currency","name":"currency","type":"string","default":"","placeholder":"USD"}]}],"displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Pay Type","name":"payType","type":"options","options":[{"name":"Commission","value":"commission"},{"name":"Contract","value":"contract"},{"name":"Daily","value":"daily"},{"name":"Exception Hourly","value":"exceptionHourly"},{"name":"Hourly","value":"hourly"},{"name":"Monthly","value":"monthly"},{"name":"Piece Rate","value":"pieceRate"},{"name":"Pro Rata","value":"proRata"},{"name":"Salary","value":"salary"},{"name":"Weekly","value":"weekly"}],"default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Preferred Name","name":"preferredName","type":"string","default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Social Security Number","name":"ssn","type":"string","default":"","placeholder":"123-45-6789","description":"A standard United States Social Security number, with dashes","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Work Email","name":"workEmail","type":"string","default":""},{"displayName":"Work Phone","name":"workPhone","type":"string","default":""}]},{"displayName":"Employee ID","name":"employeeId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["employee"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["employee"]}},"options":[{"displayName":"Field Names or IDs","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getEmployeeFields"},"default":["all"],"description":"Set of fields to get from employee data. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"displayOptions":{"show":{"resource":["employee"],"operation":["getAll"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":5,"typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["employee"],"operation":["getAll"],"returnAll":[false]}},"description":"Max number of results to return"},{"displayName":"Employee ID","name":"employeeId","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["employee"]}},"default":""},{"displayName":"Synced with Trax Payroll","name":"synced","type":"boolean","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["employee"]}},"default":false,"description":"Whether the employee to create was added to a pay schedule synced with Trax Payroll"},{"displayName":"Address","name":"addasasress","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"value","displayName":"Address","values":[{"displayName":"Line 1","name":"address1","type":"string","default":""},{"displayName":"Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":"","placeholder":"Florida","description":"The full name of the state/province"},{"displayName":"Country","name":"country","type":"string","default":"","placeholder":"United States","description":"The name of the country. Must exist in the BambooHr country list."}]}],"displayOptions":{"show":{"resource":["employee"],"operation":["update"],"synced":[true]}},"required":true},{"displayName":"Date of Birth","name":"dateOfBirth","type":"dateTime","default":"","displayOptions":{"show":{"resource":["employee"],"operation":["update"],"synced":[true]}},"required":true},{"displayName":"Department Name or ID","name":"department","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDepartments"},"default":"","displayOptions":{"show":{"resource":["employee"],"operation":["update"],"synced":[true]}},"required":true},{"displayName":"Division Name or ID","name":"division","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDivisions"},"default":"","displayOptions":{"show":{"resource":["employee"],"operation":["update"],"synced":[true]}},"required":true},{"displayName":"Employee Number","name":"employeeNumber","type":"string","default":"","displayOptions":{"show":{"resource":["employee"],"operation":["update"],"synced":[true]}},"required":true},{"displayName":"First Name","name":"firstName","type":"string","displayOptions":{"show":{"resource":["employee"],"operation":["update"],"synced":[true]}},"default":"","required":true},{"displayName":"Last Name","name":"lastName","type":"string","displayOptions":{"show":{"resource":["employee"],"operation":["update"],"synced":[true]}},"default":"","required":true},{"displayName":"FLSA Overtime Status","name":"exempt","type":"options","options":[{"name":"Exempt","value":"exempt"},{"name":"Non-Exempt","value":"non-exempt"}],"default":"","displayOptions":{"show":{"resource":["employee"],"operation":["update"],"synced":[true]}},"required":true},{"displayName":"Gender","name":"gender","type":"options","options":[{"name":"Female","value":"female"},{"name":"Male","value":"male"}],"default":"","displayOptions":{"show":{"resource":["employee"],"operation":["update"],"synced":[true]}},"required":true},{"displayName":"Hire Date","name":"hireDate","type":"dateTime","default":"","displayOptions":{"show":{"resource":["employee"],"operation":["update"],"synced":[true]}},"required":true},{"displayName":"Location Name or ID","name":"location","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getEmployeeLocations"},"default":"","displayOptions":{"show":{"resource":["employee"],"operation":["update"],"synced":[true]}},"required":true},{"displayName":"Marital Status","name":"maritalStatus","type":"options","options":[{"name":"Single","value":"single"},{"name":"Married","value":"married"},{"name":"Domestic Partnership","value":"domesticPartnership"}],"default":"","displayOptions":{"show":{"resource":["employee"],"operation":["update"],"synced":[true]}},"required":true},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":"","displayOptions":{"show":{"resource":["employee"],"operation":["update"],"synced":[true]}},"required":true},{"displayName":"Pay Per","name":"paidPer","type":"options","options":[{"name":"Hour","value":"hour"},{"name":"Day","value":"day"},{"name":"Week","value":"week"},{"name":"Month","value":"month"},{"name":"Quater","value":"quater"},{"name":"Year","value":"year"}],"default":"","displayOptions":{"show":{"resource":["employee"],"operation":["update"],"synced":[true]}},"required":true},{"displayName":"Pay Rate","name":"payRate","placeholder":"Add Pay Rate","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"value","displayName":"Pay Rate","values":[{"displayName":"Value","name":"value","type":"string","default":"","placeholder":"20.00"},{"displayName":"Currency","name":"currency","type":"string","default":"","placeholder":"USD"}]}],"displayOptions":{"show":{"resource":["employee"],"operation":["update"],"synced":[true]}},"required":true},{"displayName":"Pay Type","name":"payType","type":"options","options":[{"name":"Commission","value":"commission"},{"name":"Contract","value":"contract"},{"name":"Daily","value":"daily"},{"name":"Exception Hourly","value":"exceptionHourly"},{"name":"Hourly","value":"hourly"},{"name":"Monthly","value":"monthly"},{"name":"Piece Rate","value":"pieceRate"},{"name":"Pro Rata","value":"proRata"},{"name":"Salary","value":"salary"},{"name":"Weekly","value":"weekly"}],"default":"","displayOptions":{"show":{"resource":["employee"],"operation":["update"],"synced":[true]}},"required":true},{"displayName":"Preferred Name","name":"preferredName","type":"string","default":"","displayOptions":{"show":{"resource":["employee"],"operation":["update"],"synced":[true]}},"required":true},{"displayName":"Social Security Number","name":"ssn","type":"string","default":"","placeholder":"123-45-6789","description":"A standard United States Social Security number, with dashes","displayOptions":{"show":{"resource":["employee"],"operation":["update"],"synced":[true]}},"required":true},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["employee"]}},"options":[{"displayName":"Address","name":"addasasress","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"value","displayName":"Address","values":[{"displayName":"Line 1","name":"address1","type":"string","default":""},{"displayName":"Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":"","placeholder":"Florida","description":"The full name of the state/province"},{"displayName":"Country","name":"country","type":"string","default":"","placeholder":"United States","description":"The name of the country. Must exist in the BambooHr country list."}]}],"displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Date of Birth","name":"dateOfBirth","type":"dateTime","default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Department Name or ID","name":"department","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDepartments"},"default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Division Name or ID","name":"division","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDivisions"},"default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Employee Number","name":"employeeNumber","type":"string","default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"First Name","name":"firstName","type":"string","displayOptions":{"show":{"/synced":[false]}},"default":""},{"displayName":"Last Name","name":"lastName","type":"string","displayOptions":{"show":{"/synced":[false]}},"default":""},{"displayName":"FLSA Overtime Status","name":"exempt","type":"options","options":[{"name":"Exempt","value":"exempt"},{"name":"Non-Exempt","value":"non-exempt"}],"default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Gender","name":"gender","type":"options","options":[{"name":"Female","value":"female"},{"name":"Male","value":"male"}],"default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Hire Date","name":"hireDate","type":"dateTime","default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Location Name or ID","name":"location","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getEmployeeLocations"},"default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Marital Status","name":"maritalStatus","type":"options","options":[{"name":"Single","value":"single"},{"name":"Married","value":"married"},{"name":"Domestic Partnership","value":"domesticPartnership"}],"default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Pay Per","name":"paidPer","type":"options","options":[{"name":"Hour","value":"hour"},{"name":"Day","value":"day"},{"name":"Week","value":"week"},{"name":"Month","value":"month"},{"name":"Quater","value":"quater"},{"name":"Year","value":"year"}],"default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Pay Rate","name":"payRate","placeholder":"Add Pay Rate","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"value","displayName":"Pay Rate","values":[{"displayName":"Value","name":"value","type":"string","default":"","placeholder":"20.00"},{"displayName":"Currency","name":"currency","type":"string","default":"","placeholder":"USD"}]}],"displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Pay Type","name":"payType","type":"options","options":[{"name":"Commission","value":"commission"},{"name":"Contract","value":"contract"},{"name":"Daily","value":"daily"},{"name":"Exception Hourly","value":"exceptionHourly"},{"name":"Hourly","value":"hourly"},{"name":"Monthly","value":"monthly"},{"name":"Piece Rate","value":"pieceRate"},{"name":"Pro Rata","value":"proRata"},{"name":"Salary","value":"salary"},{"name":"Weekly","value":"weekly"}],"default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Preferred Name","name":"preferredName","type":"string","default":"","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Social Security Number","name":"ssn","type":"string","default":"","placeholder":"123-45-6789","description":"A standard United States Social Security number, with dashes","displayOptions":{"show":{"/synced":[false]}}},{"displayName":"Work Email","name":"workEmail","type":"string","default":""},{"displayName":"Work Phone","name":"workPhone","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["employeeDocument"]}},"options":[{"name":"Delete","value":"delete","description":"Delete an employee document","action":"Delete an employee document"},{"name":"Download","value":"download","description":"Download an employee document","action":"Download an employee document"},{"name":"Get Many","value":"getAll","description":"Get many employee documents","action":"Get many employee documents"},{"name":"Update","value":"update","description":"Update an employee document","action":"Update an employee document"},{"name":"Upload","value":"upload","description":"Upload an employee document","action":"Upload an employee document"}],"default":"delete"},{"displayName":"Employee ID","name":"employeeId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["employeeDocument"]}},"default":"","description":"ID of the employee"},{"displayName":"File ID","name":"fileId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["employeeDocument"]}},"default":"","description":"ID of the employee file"},{"displayName":"Employee ID","name":"employeeId","type":"string","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["employeeDocument"]}},"default":"","description":"ID of the employee"},{"displayName":"File ID","name":"fileId","type":"string","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["employeeDocument"]}},"default":"","description":"ID of the employee file"},{"displayName":"Put Output In Field","name":"output","type":"string","default":"data","required":true,"description":"The name of the output field to put the binary file data in","displayOptions":{"show":{"operation":["download"],"resource":["employeeDocument"]}}},{"displayName":"Employee ID","name":"employeeId","type":"string","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["employeeDocument"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"displayOptions":{"show":{"operation":["getAll"],"resource":["employeeDocument"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"operation":["getAll"],"resource":["employeeDocument"],"returnAll":[false]}}},{"displayName":"Simplify","name":"simplifyOutput","type":"boolean","default":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["employeeDocument"]}},"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Employee ID","name":"employeeId","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["employeeDocument"]}},"default":""},{"displayName":"File ID","name":"fileId","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["employeeDocument"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["employeeDocument"]}},"options":[{"displayName":"Employee Document Category Name or ID","name":"categoryId","type":"options","typeOptions":{"loadOptionsMethod":"getEmployeeDocumentCategories","loadOptionsDependsOn":["employeeId"]},"default":"","description":"ID of the new category of the file. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","description":"New name of the file"},{"displayName":"Share with Employee","name":"shareWithEmployee","type":"boolean","default":true,"description":"Whether this file is shared or not"}]},{"displayName":"Employee ID","name":"employeeId","type":"string","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["employeeDocument"]}},"default":"","description":"ID of the employee"},{"displayName":"Employee Document Category ID","name":"categoryId","type":"string","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["employeeDocument"]}},"default":""},{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"show":{"operation":["upload"],"resource":["employeeDocument"]}},"required":true,"description":"The name of the input field containing the binary file data to be uploaded. Supported file types: PNG, JPEG."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["upload"],"resource":["employeeDocument"]}},"default":{},"options":[{"displayName":"Share with Employee","name":"share","type":"boolean","default":true,"description":"Whether this file is shared or not"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a company file","action":"Delete a file"},{"name":"Download","value":"download","description":"Download a company file","action":"Download a file"},{"name":"Get Many","value":"getAll","description":"Get many company files","action":"Get many files"},{"name":"Update","value":"update","description":"Update a company file","action":"Update a file"},{"name":"Upload","value":"upload","description":"Upload a company file","action":"Upload a file"}],"default":"delete"},{"displayName":"File ID","name":"fileId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["file"]}},"default":"","description":"ID of the file"},{"displayName":"File ID","name":"fileId","type":"string","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"default":"","description":"ID of the file"},{"displayName":"Put Output In Field","name":"output","type":"string","default":"data","required":true,"description":"The name of the output field to put the binary file data in","displayOptions":{"show":{"operation":["download"],"resource":["file"]}}},{"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":["file"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"operation":["getAll"],"resource":["file"],"returnAll":[false]}}},{"displayName":"Simplify","name":"simplifyOutput","type":"boolean","default":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["file"]}},"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"File ID","name":"fileId","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["file"]}},"default":"","description":"ID of the file"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["file"]}},"options":[{"displayName":"Category Name or ID","name":"categoryId","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyFileCategories"},"default":"","description":"Move the file to a different category. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","description":"New name of the file"},{"displayName":"Share with Employee","name":"shareWithEmployee","type":"boolean","default":true,"description":"Whether this file is shared or not"}]},{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"required":true,"description":"The name of the input field containing the binary file data to be uploaded. Supported file types: PNG, JPEG."},{"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/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCompanyFileCategories"},"required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":{},"options":[{"displayName":"Share with Employee","name":"share","type":"boolean","default":true,"description":"Whether this file is shared or not"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["companyReport"]}},"options":[{"name":"Get","value":"get","description":"Get a company report","action":"Get a company report"}],"default":"get"},{"displayName":"Report ID","name":"reportId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["companyReport"]}},"default":"","description":"ID of the report. You can get the report number by hovering over the report name on the reports page and grabbing the ID."},{"displayName":"Format","name":"format","type":"options","options":[{"name":"CSV","value":"CSV"},{"name":"JSON","value":"JSON"},{"name":"PDF","value":"PDF"},{"name":"XLS","value":"XLS"},{"name":"XML","value":"XML"}],"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["companyReport"]}},"default":"JSON","description":"The output format for the report"},{"displayName":"Put Output In Field","name":"output","type":"string","default":"data","required":true,"description":"The name of the output field to put the binary file data in","displayOptions":{"show":{"operation":["get"],"resource":["companyReport"]},"hide":{"format":["JSON"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["companyReport"]}},"options":[{"displayName":"Duplicate Field Filtering","name":"fd","type":"boolean","default":true,"description":"Whether to apply the standard duplicate field filtering or not"},{"displayName":"Only Current","name":"onlyCurrent","type":"boolean","default":true,"description":"Whether to hide future dated values from the history table fields or not"}]}],"subtitle":"={{$parameter[\"resource\"] + \": \" + $parameter[\"operation\"]}}","version":1,"usableAsTool":true,"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.bamboohr/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/bamboohr/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/BambooHr/bambooHr.png"},
{"displayName":"Bannerbear","name":"bannerbear","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Bannerbear API","defaults":{"name":"Bannerbear"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"bannerbearApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Image","value":"image"},{"name":"Template","value":"template"}],"default":"image"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["image"]}},"options":[{"name":"Create","value":"create","description":"Create an image","action":"Create an image"},{"name":"Get","value":"get","description":"Get an image","action":"Get an image"}],"default":"create"},{"displayName":"Template Name or ID","name":"templateId","type":"options","typeOptions":{"loadOptionsMethod":"getTemplates"},"required":true,"default":"","displayOptions":{"show":{"resource":["image"],"operation":["create"]}},"description":"The template ID you want to use. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["image"],"operation":["create"]}},"default":{},"options":[{"displayName":"Metadata","name":"metadata","type":"string","default":"","description":"Metadata that you need to store e.g. ID of a record in your DB"},{"displayName":"Wait for Image","name":"waitForImage","type":"boolean","default":false,"description":"Whether to wait for the image to be proccesed before returning. If after three tries the images is not ready, an error will be thrown. Number of tries can be increased by setting \"Wait Max Tries\"."},{"displayName":"Wait Max Tries","name":"waitForImageMaxTries","type":"number","typeOptions":{"minValue":1,"maxValue":10},"displayOptions":{"show":{"waitForImage":[true]}},"default":3,"description":"How often it should check if the image is available before it fails"},{"displayName":"Webhook URL","name":"webhookUrl","type":"string","default":"","description":"A URL to POST the Image object to upon rendering completed"}]},{"displayName":"Modifications","name":"modificationsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Modification","displayOptions":{"show":{"resource":["image"],"operation":["create"]}},"default":{},"options":[{"displayName":"Modification","name":"modificationsValues","values":[{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getModificationNames","loadOptionsDependsOn":["templateId"]},"default":"","description":"The name of the item you want to change. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Text","name":"text","type":"string","default":"","description":"Replacement text you want to use"},{"displayName":"Color","name":"color","type":"color","default":"","description":"Color hex of object"},{"displayName":"Background","name":"background","type":"color","default":"","description":"Color hex of text background"},{"displayName":"Image URL","name":"imageUrl","type":"string","default":"","description":"Replacement image URL you want to use (must be publicly viewable)"}]}]},{"displayName":"Image ID","name":"imageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["image"],"operation":["get"]}},"description":"Unique identifier for the image"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["template"]}},"options":[{"name":"Get","value":"get","description":"Get a template","action":"Get a template"},{"name":"Get Many","value":"getAll","description":"Get many templates","action":"Get many templates"}],"default":"get"},{"displayName":"Template ID","name":"templateId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["template"],"operation":["get"]}},"description":"Unique identifier for the template"}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.bannerbear/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/bannerbear/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Bannerbear/bannerbear.png"},
{"displayName":"Baserow","name":"baserow","group":["output"],"version":[1,1.1],"description":"Consume the Baserow API","subtitle":"={{$parameter[\"operation\"] + \":\" + $parameter[\"resource\"]}}","defaults":{"name":"Baserow"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"baserowApi","required":true,"displayOptions":{"show":{"authentication":["usernamePassword"]}}},{"name":"baserowTokenApi","required":true,"displayOptions":{"show":{"authentication":["databaseToken"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Username & Password","value":"usernamePassword"},{"name":"Database Token","value":"databaseToken"}],"default":"usernamePassword"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Row","value":"row"}],"default":"row"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["row"]}},"options":[{"name":"Batch Create","value":"batchCreate","description":"Create up to 200 rows in one request","action":"Create multiple rows"},{"name":"Batch Delete","value":"batchDelete","description":"Delete up to 200 rows in one request","action":"Delete multiple rows"},{"name":"Batch Update","value":"batchUpdate","description":"Update up to 200 rows in one request","action":"Update multiple rows"},{"name":"Create","value":"create","description":"Create a row","action":"Create a row"},{"name":"Delete","value":"delete","description":"Delete a row","action":"Delete a row"},{"name":"Get","value":"get","description":"Retrieve a row","action":"Get a row"},{"name":"Get Many","value":"getAll","description":"Retrieve many rows","action":"Get many rows"},{"name":"Update","value":"update","description":"Update a row","action":"Update a row"}],"default":"getAll"},{"displayName":"Database Name or ID","name":"databaseId","type":"options","default":"0","required":true,"description":"Database to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDatabaseIds"},"displayOptions":{"hide":{"authentication":["databaseToken"]}}},{"displayName":"Table Name or ID","name":"tableId","type":"options","default":"","required":true,"description":"Table to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsDependsOn":["databaseId"],"loadOptionsMethod":"getTableIds"}},{"displayName":"Row ID","name":"rowId","type":"string","displayOptions":{"show":{"operation":["get"]}},"default":"","required":true,"description":"ID of the row to return"},{"displayName":"Row ID","name":"rowId","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","required":true,"description":"ID of the row to update"},{"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","batchCreate","batchUpdate"]}},"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","batchCreate","batchUpdate"],"dataToSend":["autoMapInputData"]}},"default":"","description":"List of input properties to avoid sending, separated by commas. Leave empty to send all properties.","placeholder":"Enter properties..."},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field to Send","multipleValues":true},"displayOptions":{"show":{"operation":["create","update"],"dataToSend":["defineBelow"]}},"default":{},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["tableId"],"loadOptionsMethod":"getTableFields"},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Rows","name":"rowsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Row","displayOptions":{"show":{"operation":["batchCreate","batchUpdate"],"dataToSend":["defineBelow"]}},"default":[],"options":[{"name":"rowValues","displayName":"Row","values":[{"displayName":"Row ID","name":"id","type":"string","displayOptions":{"show":{"/operation":["batchUpdate"]}},"default":"","required":true,"description":"Row ID to update (required for batch update)"},{"displayName":"Fields","name":"fieldsUi","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Field"},"default":{},"options":[{"name":"fieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["tableId"],"loadOptionsMethod":"getTableFields"},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}]}]}]},{"displayName":"Data to Send","name":"dataToSend","type":"options","options":[{"name":"Auto-Map Input Data","value":"autoMapInputData","description":"Collect row IDs from input items automatically"},{"name":"Define Below","value":"defineBelow","description":"Manually specify row IDs"}],"displayOptions":{"show":{"operation":["batchDelete"]}},"default":"defineBelow","description":"Choose whether to manually enter row IDs or map them from input data"},{"displayName":"Row ID","name":"rowId","type":"string","displayOptions":{"show":{"operation":["delete"]}},"default":"","required":true,"description":"ID of the row to delete"},{"displayName":"Row IDs","name":"rowIds","type":"string","typeOptions":{"multipleValues":true},"default":[],"placeholder":"Add Row ID","displayOptions":{"show":{"operation":["batchDelete"],"dataToSend":["defineBelow"]}},"description":"IDs of the rows to delete"},{"displayName":"Property Containing Row ID","name":"rowIdProperty","type":"string","default":"id","displayOptions":{"show":{"operation":["batchDelete"],"dataToSend":["autoMapInputData"]}},"description":"Name of the property in each input item that contains the row ID"},{"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"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"additionalOptions","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"]}},"options":[{"displayName":"Filters","name":"filters","placeholder":"Add Filter","description":"Filter rows based on comparison operators","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"fields","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","default":"","description":"Field to compare. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsDependsOn":["tableId"],"loadOptionsMethod":"getTableFields"}},{"displayName":"Filter","name":"operator","description":"Operator to compare field and value with","type":"options","options":[{"name":"Equal","value":"equal","description":"Field value is exactly equal to the given value"},{"name":"Not Equal","value":"not_equal","description":"Field value is not equal to the given value"},{"name":"Contains","value":"contains","description":"Field value contains the given substring (case-insensitive)"},{"name":"Contains Not","value":"contains_not","description":"Field value does not contain the given substring (case-insensitive)"},{"name":"Contains Word","value":"contains_word","description":"Field contains the full word (case-insensitive match on word boundaries)"},{"name":"Does Not Contain Word","value":"doesnt_contain_word","description":"Field does not contain the full word (case-insensitive)"},{"name":"Length Is Lower Than","value":"length_is_lower_than","description":"Field value length is shorter than the given number"},{"name":"Higher Than","value":"higher_than","description":"Field value is greater than the given number"},{"name":"Higher Than or Equal","value":"higher_than_or_equal","description":"Field value is greater than or equal to the given number"},{"name":"Lower Than","value":"lower_than","description":"Field value is less than the given number"},{"name":"Lower Than or Equal","value":"lower_than_or_equal","description":"Field value is less than or equal to the given number"},{"name":"Is Even And Whole","value":"is_even_and_whole","description":"Field value is an even whole number (no decimals)"},{"name":"Date Is","value":"date_is","description":"Date matches the given day. Format: `Europe/Berlin??2024-09-17` (Timezone??YYYY-MM-DD)."},{"name":"Date Is Not","value":"date_is_not","description":"Date does not match the given day. Format: `UTC??2024-09-17`."},{"name":"Date Is Before","value":"date_is_before","description":"Date is strictly before the given day. Format: `UTC??2024-09-17`."},{"name":"Date Is On Or Before","value":"date_is_on_or_before","description":"Date is before or equal to the given day. Format: `UTC??2024-09-17`."},{"name":"Date Is After","value":"date_is_after","description":"Date is strictly after the given day. Format: `UTC??2024-09-17`."},{"name":"Date Is On Or After","value":"date_is_on_or_after","description":"Date is after or equal to the given day. Format: `UTC??2024-09-17`."},{"name":"Date Is Within","value":"date_is_within","description":"Date is within the next X days. Format: `UTC??30` (Timezone??NumberOfDays)."},{"name":"Date Equals Today","value":"date_equals_today","description":"Date is today. Format: `UTC??today`. (Deprecated but kept for compatibility)."},{"name":"Date Equals Month","value":"date_equals_month","description":"Date is in the given month. Format: `UTC??2024-09`. (Deprecated but kept for compatibility)."},{"name":"Date Equals Year","value":"date_equals_year","description":"Date is in the given year. Format: `UTC??2024`. (Deprecated but kept for compatibility)."},{"name":"Date Equals Day Of Month","value":"date_equals_day_of_month","description":"Day of month matches the given number. Format: `UTC??15` (1-31)."},{"name":"Date Equal (Deprecated)","value":"date_equal","description":"Field is date. Format: `UTC?YYYY-MM-DD`. Prefer using Date Is (date_is)."},{"name":"Date Not Equal (Deprecated)","value":"date_not_equal","description":"Field is not date. Format: `UTC?YYYY-MM-DD`. Prefer using Date Is Not (date_is_not)."},{"name":"Date Before (Deprecated)","value":"date_before","description":"Field before this date. Format: `UTC?YYYY-MM-DD`. Prefer using Date Is Before (date_is_before)."},{"name":"Date Before Or Equal (Deprecated)","value":"date_before_or_equal","description":"Field on or before this date. Format: `UTC?YYYY-MM-DD`. Prefer using Date Is On Or Before (date_is_on_or_before)."},{"name":"Date After (Deprecated)","value":"date_after","description":"Field after this date. Format: `UTC?YYYY-MM-DD`. Prefer using Date Is After (date_is_after)."},{"name":"Date After Or Equal (Deprecated)","value":"date_after_or_equal","description":"Field after or equal to this date. Format: `UTC?YYYY-MM-DD`. Prefer using Date Is On Or After (date_is_on_or_after)."},{"name":"Date After Days Ago (Deprecated)","value":"date_after_days_ago","description":"Date is after X days ago. Format: `UTC?10`. Prefer using Date Is On Or After with NR_DAYS_AGO."},{"name":"Date Within Days (Deprecated)","value":"date_within_days","description":"Date is within N days from today. Format: `UTC?30`. Prefer using Date Is Within (date_is_within)."},{"name":"Date Within Weeks (Deprecated)","value":"date_within_weeks","description":"Date is within N weeks from today. Format: `UTC?4`. Prefer using Date Is Within."},{"name":"Date Within Months (Deprecated)","value":"date_within_months","description":"Date is within N months from today. Format: `UTC?3`. Prefer using Date Is Within."},{"name":"Date Equals Days Ago (Deprecated)","value":"date_equals_days_ago","description":"Date is exactly N days ago. Format: `UTC?5`."},{"name":"Date Equals Months Ago (Deprecated)","value":"date_equals_months_ago","description":"Date is exactly N months ago. Format: `UTC?2`."},{"name":"Date Equals Years Ago (Deprecated)","value":"date_equals_years_ago","description":"Date is exactly N years ago. Format: `UTC?1`."},{"name":"Date Before Today (Deprecated)","value":"date_before_today","description":"Date is before today. Format: `UTC`. Prefer using Date Is Before with operator TODAY."},{"name":"Date After Today (Deprecated)","value":"date_after_today","description":"Date is after today. Format: `UTC`. Prefer using Date Is After with operator TODAY."},{"name":"Date Equals Current Week (Deprecated)","value":"date_equals_week","description":"Date is within current week. Format: `UTC`. Prefer using Date Is with THIS_WEEK."},{"name":"Filename Contains","value":"filename_contains","description":"Filename contains the given substring"},{"name":"Has File Type","value":"has_file_type","description":"File type is \"image\" or \"document\""},{"name":"Files Lower Than","value":"files_lower_than","description":"Number of attached files is less than the given number"},{"name":"Single Select Equal","value":"single_select_equal","description":"Single select option matches given option ID"},{"name":"Single Select Not Equal","value":"single_select_not_equal","description":"Single select option does not match given option ID"},{"name":"Single Select Is Any Of","value":"single_select_is_any_of","description":"Single select option is one of the given option IDs. Format: `1,2,3`."},{"name":"Single Select Is None Of","value":"single_select_is_none_of","description":"Single select option is none of the given option IDs. Format: `1,2,3`."},{"name":"Multiple Select Has","value":"multiple_select_has","description":"Multiple select has at least one of the given option IDs. Format: `1,2,3`."},{"name":"Multiple Select Has Not","value":"multiple_select_has_not","description":"Multiple select has none of the given option IDs. Format: `1,2,3`."},{"name":"Collaborators Has","value":"multiple_collaborators_has","description":"Field includes the given user ID"},{"name":"Collaborators Has Not","value":"multiple_collaborators_has_not","description":"Field excludes the given user ID"},{"name":"User Is","value":"user_is","description":"Row created by or last modified by the given user ID"},{"name":"User Is Not","value":"user_is_not","description":"Row was not created or modified by the given user ID"},{"name":"Link Row Has","value":"link_row_has","description":"Field links to the given row ID"},{"name":"Link Row Has Not","value":"link_row_has_not","description":"Field does not link to the given row ID"},{"name":"Link Row Contains","value":"link_row_contains","description":"Linked row value contains the given text (case-insensitive)"},{"name":"Link Row Not Contains","value":"link_row_not_contains","description":"Linked row value does not contain the given text"},{"name":"Is True","value":"boolean","description":"Boolean field is true (false if not set)"},{"name":"Is Empty","value":"empty","description":"Field is empty (null or blank)"},{"name":"Is Not Empty","value":"not_empty","description":"Field is not empty"}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to compare to"}]}]},{"displayName":"Filter Type","name":"filterType","type":"options","options":[{"name":"AND","value":"AND","description":"Indicates that the rows must match all the provided filters"},{"name":"OR","value":"OR","description":"Indicates that the rows only have to match one of the filters"}],"default":"AND","description":"This works only if two or more filters are provided. Defaults to <code>AND</code>"},{"displayName":"Search Term","name":"search","type":"string","default":"","description":"Text to match (can be in any column)"},{"displayName":"Sorting","name":"order","placeholder":"Add Sort Order","description":"Set the sort order of the result rows","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"fields","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","default":"","description":"Field name to sort by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsDependsOn":["tableId"],"loadOptionsMethod":"getTableFields"}},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"","description":"Sort in ascending order"},{"name":"DESC","value":"-","description":"Sort in descending order"}],"default":"","description":"Sort direction, either ascending or descending"}]}]}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.baserow/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/baserow/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Baserow/baserow.svg"},
{"displayName":"Beeminder","name":"beeminder","group":["output"],"version":1,"description":"Consume Beeminder API","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Beeminder"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"beeminderApi","required":true,"displayOptions":{"show":{"authentication":["apiToken"]}}},{"name":"beeminderOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Token","value":"apiToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"required":true,"options":[{"name":"Charge","value":"charge"},{"name":"Datapoint","value":"datapoint"},{"name":"Goal","value":"goal"},{"name":"User","value":"user"}],"default":"datapoint"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["charge"]}},"options":[{"name":"Create","value":"create","description":"Create a charge","action":"Create a charge"}],"default":"create","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["datapoint"]}},"options":[{"name":"Create","value":"create","description":"Create datapoint for goal","action":"Create datapoint for goal"},{"name":"Create All","value":"createAll","description":"Create multiple datapoints at once","action":"Create multiple datapoints at once"},{"name":"Delete","value":"delete","description":"Delete a datapoint","action":"Delete a datapoint"},{"name":"Get","value":"get","description":"Get a single datapoint","action":"Get a single datapoint"},{"name":"Get Many","value":"getAll","description":"Get many datapoints for a goal","action":"Get many datapoints for a goal"},{"name":"Update","value":"update","description":"Update a datapoint","action":"Update a datapoint"}],"default":"create","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["goal"]}},"options":[{"name":"Create","value":"create","description":"Create a new goal","action":"Create a new goal"},{"name":"Get","value":"get","description":"Get a specific goal","action":"Get a specific goal"},{"name":"Get Many","value":"getAll","description":"Get many goals","action":"Get many goals"},{"name":"Get Archived","value":"getArchived","description":"Get archived goals","action":"Get archived goals"},{"name":"Update","value":"update","description":"Update a goal","action":"Update a goal"},{"name":"Refresh","value":"refresh","description":"Refresh goal data","action":"Refresh goal data"},{"name":"Short Circuit","value":"shortCircuit","description":"Short circuit pledge","action":"Short circuit pledge"},{"name":"Step Down","value":"stepDown","description":"Step down pledge","action":"Step down pledge"},{"name":"Cancel Step Down","value":"cancelStepDown","action":"Cancel step down"},{"name":"Uncle","value":"uncle","description":"Derail a goal and charge the pledge amount","action":"Derail a goal and charge the pledge amount"}],"default":"get","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get","value":"get","description":"Get user information","action":"Get user information"}],"default":"get","required":true},{"displayName":"Goal Name or ID","name":"goalName","type":"options","typeOptions":{"loadOptionsMethod":"getGoals"},"displayOptions":{"show":{"resource":["datapoint"]}},"default":"","description":"The name of the goal. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true},{"displayName":"Goal Name or ID","name":"goalName","type":"options","typeOptions":{"loadOptionsMethod":"getGoals"},"displayOptions":{"show":{"resource":["goal"],"operation":["uncle"]}},"default":"","description":"The name of the goal to derail. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true},{"displayName":"Goal Name or ID","name":"goalName","type":"options","typeOptions":{"loadOptionsMethod":"getGoals"},"displayOptions":{"show":{"resource":["goal"],"operation":["get","update","refresh","shortCircuit","stepDown","cancelStepDown"]}},"default":"","description":"The name of the goal. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true},{"displayName":"Amount","name":"amount","type":"number","displayOptions":{"show":{"resource":["charge"],"operation":["create"]}},"default":0,"description":"Charge amount in USD","required":true},{"displayName":"Datapoints","name":"datapoints","type":"json","displayOptions":{"show":{"resource":["datapoint"],"operation":["createAll"]}},"default":"[]","description":"Array of datapoint objects to create. Each object should contain value and optionally timestamp, comment, etc.","placeholder":"[{\"value\": 1, \"comment\": \"First datapoint\"}, {\"value\": 2, \"comment\": \"Second datapoint\"}]","required":true},{"displayName":"Goal Slug","name":"slug","type":"string","displayOptions":{"show":{"resource":["goal"],"operation":["create"]}},"default":"","description":"Unique identifier for the goal","required":true},{"displayName":"Goal Title","name":"title","type":"string","displayOptions":{"show":{"resource":["goal"],"operation":["create"]}},"default":"","description":"Human-readable title for the goal","required":true},{"displayName":"Goal Type","name":"goal_type","type":"options","displayOptions":{"show":{"resource":["goal"],"operation":["create"]}},"options":[{"name":"Hustler","value":"hustler"},{"name":"Biker","value":"biker"},{"name":"Fatloser","value":"fatloser"},{"name":"Gainer","value":"gainer"},{"name":"Inboxer","value":"inboxer"},{"name":"Drinker","value":"drinker"},{"name":"Custom","value":"custom"}],"default":"hustler","description":"Type of goal. <a href=\"https://api.beeminder.com/#attributes-2\">More info here.</a>.","required":true},{"displayName":"Goal Units","name":"gunits","type":"string","displayOptions":{"show":{"resource":["goal"],"operation":["create"]}},"default":"","description":"Units for the goal (e.g., \"hours\", \"pages\", \"pounds\")","required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["datapoint"]}},"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":["datapoint"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":300},"default":30,"description":"Max number of results to return"},{"displayName":"Value","name":"value","type":"number","default":1,"placeholder":"","description":"Datapoint value to send","displayOptions":{"show":{"resource":["datapoint"],"operation":["create"]}},"required":true},{"displayName":"Datapoint ID","name":"datapointId","type":"string","default":"","displayOptions":{"show":{"resource":["datapoint"],"operation":["update","delete","get"]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["datapoint"],"operation":["create"]}},"options":[{"displayName":"Comment","name":"comment","type":"string","default":""},{"displayName":"Timestamp","name":"timestamp","type":"dateTime","default":"","placeholder":"","description":"Defaults to \"now\" if none is passed in, or the existing timestamp if the datapoint is being updated rather than created"},{"displayName":"Request ID","name":"requestid","type":"string","default":"","placeholder":"","description":"String to uniquely identify a datapoint"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["charge"],"operation":["create"]}},"options":[{"displayName":"Note","name":"note","type":"string","default":"","description":"Charge explanation"},{"displayName":"Dry Run","name":"dryrun","type":"boolean","default":false,"description":"Whether to test charge creation without actually charging"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["goal"],"operation":["create"]}},"options":[{"displayName":"Goal Date","name":"goaldate","type":"dateTime","default":null,"description":"Target date for the goal"},{"displayName":"Goal Value","name":"goalval","type":"number","default":null,"description":"Target value for the goal"},{"displayName":"Rate","name":"rate","type":"number","default":null,"description":"Rate of progress (units per day)"},{"displayName":"Initial Value","name":"initval","type":"number","default":0,"description":"Initial value for today's date"},{"displayName":"Secret","name":"secret","type":"boolean","default":false,"description":"Whether the goal is secret"},{"displayName":"Data Public","name":"datapublic","type":"boolean","default":false,"description":"Whether the data is public"},{"displayName":"Data Source","name":"datasource","type":"options","options":[{"name":"API","value":"api"},{"name":"IFTTT","value":"ifttt"},{"name":"Zapier","value":"zapier"},{"name":"Manual","value":"manual"}],"default":"manual","description":"Data source for the goal"},{"displayName":"Dry Run","name":"dryrun","type":"boolean","default":false,"description":"Whether to test the endpoint without actually creating a goal"},{"displayName":"Tags","name":"tags","type":"json","default":"[]","description":"Array of alphanumeric tags for the goal. Replaces existing tags.","placeholder":"[\"tag1\", \"tag2\"]"}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["goal"],"operation":["update"]}},"options":[{"displayName":"Title","name":"title","type":"string","default":"","description":"Human-readable title for the goal"},{"displayName":"Y-Axis","name":"yaxis","type":"string","default":"","description":"Y-axis label for the goal graph"},{"displayName":"Tmin","name":"tmin","type":"string","default":"","placeholder":"yyyy-mm-dd","description":"Minimum date for the goal in format yyyy-mm-dd"},{"displayName":"Tmax","name":"tmax","type":"string","default":"","placeholder":"yyyy-mm-dd","description":"Maximum date for the goal in format yyyy-mm-dd"},{"displayName":"Secret","name":"secret","type":"boolean","default":false,"description":"Whether the goal is secret"},{"displayName":"Data Public","name":"datapublic","type":"boolean","default":false,"description":"Whether the data is public"},{"displayName":"Road All","name":"roadall","type":"json","default":"[]","description":"Array of arrays defining the bright red line. Each sub-array contains [date, value, rate] with exactly one field null.","placeholder":"[[\"2023-01-01\", 0, null], [null, 100, 1]]"},{"displayName":"Data Source","name":"datasource","type":"options","options":[{"name":"API","value":"api"},{"name":"IFTTT","value":"ifttt"},{"name":"Zapier","value":"zapier"},{"name":"Manual","value":""}],"default":"","description":"Data source for the goal. Use empty string for manual entry."},{"displayName":"Tags","name":"tags","type":"json","default":"[]","description":"Array of alphanumeric tags for the goal. Replaces existing tags.","placeholder":"[\"tag1\", \"tag2\"]"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["goal"],"operation":["get"]}},"options":[{"displayName":"Include Datapoints","name":"datapoints","type":"boolean","default":false,"description":"Whether to include datapoints in the response"},{"displayName":"Emaciated","name":"emaciated","type":"boolean","default":false,"description":"Whether to include the goal attributes called road, roadall, and fullroad will be stripped from the goal object"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"options":[{"displayName":"Associations","name":"associations","type":"boolean","default":false,"description":"Whether to include associations in the response"},{"displayName":"Diff Since","name":"diff_since","type":"dateTime","default":null,"description":"Only goals and datapoints that have been created or updated since the timestamp will be returned"},{"displayName":"Skinny","name":"skinny","type":"boolean","default":false,"description":"Whether to return minimal user data"},{"displayName":"Emaciated","name":"emaciated","type":"boolean","default":false,"description":"Whether to include the goal attributes called road, roadall, and fullroad will be stripped from any goal objects returned with the user"},{"displayName":"Datapoints Count","name":"datapoints_count","type":"number","default":null,"description":"Number of datapoints to include"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["goal"],"operation":["getAll"]}},"options":[{"displayName":"Emaciated","name":"emaciated","type":"boolean","default":false,"description":"Whether to include the goal attributes called road, roadall, and fullroad will be stripped from the goal objects"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["goal"],"operation":["getArchived"]}},"options":[{"displayName":"Emaciated","name":"emaciated","type":"boolean","default":false,"description":"Whether to include the goal attributes called road, roadall, and fullroad will be stripped from the goal objects"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add field","default":{},"displayOptions":{"show":{"resource":["datapoint"],"operation":["getAll"]}},"options":[{"displayName":"Sort","name":"sort","type":"string","default":"id","placeholder":"","description":"Attribute to sort on"},{"displayName":"Page","name":"page","type":"number","displayOptions":{"show":{"/returnAll":[false]}},"default":1,"typeOptions":{"minValue":1},"description":"Used to paginate results, 1-indexed, meaning page 1 is the first page"},{"displayName":"Per Page","name":"per","type":"number","displayOptions":{"show":{"/returnAll":[false]}},"default":25,"typeOptions":{"minValue":0},"description":"Number of results per page. Default 25. Ignored without page parameter. Must be non-negative"}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["datapoint"],"operation":["update"]}},"options":[{"displayName":"Value","name":"value","type":"number","default":1,"placeholder":"","description":"Datapoint value to send"},{"displayName":"Comment","name":"comment","type":"string","default":""},{"displayName":"Timestamp","name":"timestamp","type":"dateTime","default":"","placeholder":"","description":"Defaults to \"now\" if none is passed in, or the existing timestamp if the datapoint is being updated rather than created"}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.beeminder/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/beeminder/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Beeminder/beeminder.png"},
{"displayName":"Bitbucket Trigger","name":"bitbucketTrigger","group":["trigger"],"version":[1,1.1],"defaultVersion":1.1,"description":"Handle Bitbucket events via webhooks","defaults":{"name":"Bitbucket Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"bitbucketApi","required":true,"testedBy":"bitbucketApiTest","displayOptions":{"show":{"authentication":["password"]}}},{"name":"bitbucketAccessTokenApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Password (Deprecated)","value":"password"},{"name":"Access Token","value":"accessToken"}],"default":"password","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Password (Deprecated)","value":"password"},{"name":"Access Token","value":"accessToken"}],"default":"accessToken","displayOptions":{"show":{"@version":[1.1]}}},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"required":true,"options":[{"name":"Repository","value":"repository"},{"name":"Workspace","value":"workspace"}],"default":"workspace"},{"displayName":"Workspace Name or ID","name":"workspace","type":"options","displayOptions":{"show":{"resource":["workspace","repository"]}},"typeOptions":{"loadOptionsMethod":"getWorkspaces"},"required":true,"default":"","description":"The repository of which to listen to the events. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Event Names or IDs","name":"events","type":"multiOptions","displayOptions":{"show":{"resource":["workspace"]}},"typeOptions":{"loadOptionsMethod":"getWorkspaceEvents"},"options":[],"required":true,"default":[],"description":"The events to listen to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Repository Name or ID","name":"repository","type":"options","displayOptions":{"show":{"resource":["repository"]}},"typeOptions":{"loadOptionsMethod":"getRepositories","loadOptionsDependsOn":["workspace"]},"required":true,"default":"","description":"The repository of which to listen to the events. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Event Names or IDs","name":"events","type":"multiOptions","displayOptions":{"show":{"resource":["repository"]}},"typeOptions":{"loadOptionsMethod":"getRepositoriesEvents"},"options":[],"required":true,"default":[],"description":"The events to listen to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}],"codex":{"categories":["Development","Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.bitbuckettrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/bitbucket/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Bitbucket/bitbucket.svg"},
{"displayName":"Bitly","name":"bitly","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Bitly API","defaults":{"name":"Bitly"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"bitlyApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"bitlyOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Link","value":"link"}],"default":"link"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["link"]}},"options":[{"name":"Create","value":"create","description":"Create a link","action":"Create a link"},{"name":"Get","value":"get","description":"Get a link","action":"Get a link"},{"name":"Update","value":"update","description":"Update a link","action":"Update a link"}],"default":"create"},{"displayName":"Long URL","name":"longUrl","type":"string","displayOptions":{"show":{"resource":["link"],"operation":["create"]}},"default":"","placeholder":"https://example.com","required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["link"],"operation":["create"]}},"options":[{"displayName":"Domain","name":"domain","type":"string","default":"bit.ly"},{"displayName":"Group Name or ID","name":"group","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getGroups"}},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getTags","loadOptionsDependsOn":["group"]}},{"displayName":"Title","name":"title","type":"string","default":""}]},{"displayName":"Deeplinks","name":"deeplink","placeholder":"Add Deep Link","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["link"],"operation":["create"]}},"default":{},"options":[{"name":"deeplinkUi","displayName":"Deep Link","values":[{"displayName":"App ID","name":"appId","type":"string","default":""},{"displayName":"App URI Path","name":"appUriPath","type":"string","default":""},{"displayName":"Install Type","name":"installType","type":"string","default":""},{"displayName":"Install URL","name":"installUrl","type":"string","default":""}]}]},{"displayName":"Bitlink","name":"id","type":"string","default":"","placeholder":"bit.ly/22u3ypK","required":true,"displayOptions":{"show":{"resource":["link"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["link"],"operation":["update"]}},"options":[{"displayName":"Archived","name":"archived","type":"boolean","default":false},{"displayName":"Group Name or ID","name":"group","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getGroups"}},{"displayName":"Long URL","name":"longUrl","type":"string","default":""},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getTags","loadOptionsDependsOn":["group"]}},{"displayName":"Title","name":"title","type":"string","default":""}]},{"displayName":"Deeplinks","name":"deeplink","placeholder":"Add Deep Link","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["link"],"operation":["update"]}},"default":{},"options":[{"name":"deeplinkUi","displayName":"Deep Link","values":[{"displayName":"App ID","name":"appId","type":"string","default":""},{"displayName":"App URI Path","name":"appUriPath","type":"string","default":""},{"displayName":"Install Type","name":"installType","type":"string","default":""},{"displayName":"Install URL","name":"installUrl","type":"string","default":""}]}]},{"displayName":"Bitlink","name":"id","type":"string","default":"","placeholder":"bit.ly/22u3ypK","required":true,"displayOptions":{"show":{"resource":["link"],"operation":["get"]}}}],"codex":{"categories":["Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.bitly/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/bitly/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Bitly/bitly.svg"},
{"displayName":"Bitwarden","name":"bitwarden","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Bitwarden API","defaults":{"name":"Bitwarden"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"bitwardenApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Collection","value":"collection"},{"name":"Event","value":"event"},{"name":"Group","value":"group"},{"name":"Member","value":"member"}],"default":"collection"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Delete","value":"delete","action":"Delete a collection"},{"name":"Get","value":"get","action":"Get a collection"},{"name":"Get Many","value":"getAll","action":"Get many collections"},{"name":"Update","value":"update","action":"Update a collection"}],"displayOptions":{"show":{"resource":["collection"]}}},{"displayName":"Collection ID","name":"collectionId","type":"string","required":true,"description":"The identifier of the collection","default":"","placeholder":"5e59c8c7-e05a-4d17-8e85-acc301343926","displayOptions":{"show":{"resource":["collection"],"operation":["delete","get","update"]}}},{"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":["collection"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":10,"description":"Max number of results to return","displayOptions":{"show":{"resource":["collection"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"options":[{"displayName":"Group Names or IDs","name":"groups","type":"multiOptions","description":"The group to assign this collection to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getGroups"}},{"displayName":"External ID","name":"externalId","type":"string","description":"The external identifier to set to this collection","default":""}],"displayOptions":{"show":{"resource":["collection"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get Many","value":"getAll","action":"Get many events"}],"displayOptions":{"show":{"resource":["event"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":10,"description":"Max number of results to return","displayOptions":{"show":{"resource":["event"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Acting User ID","name":"actingUserId","type":"string","default":"","description":"The unique identifier of the acting user","placeholder":"4a59c8c7-e05a-4d17-8e85-acc301343926"},{"displayName":"End Date","name":"end","type":"dateTime","default":"","description":"The end date for the search"},{"displayName":"Item ID","name":"itemID","type":"string","default":"","description":"The unique identifier of the item that the event describes","placeholder":"5e59c8c7-e05a-4d17-8e85-acc301343926"},{"displayName":"Start Date","name":"start","type":"dateTime","default":"","description":"The start date for the search"}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a group"},{"name":"Delete","value":"delete","action":"Delete a group"},{"name":"Get","value":"get","action":"Get a group"},{"name":"Get Many","value":"getAll","action":"Get many groups"},{"name":"Get Members","value":"getMembers","action":"Get group members"},{"name":"Update","value":"update","action":"Update a group"},{"name":"Update Members","value":"updateMembers","action":"Update group members"}],"displayOptions":{"show":{"resource":["group"]}}},{"displayName":"Group ID","name":"groupId","type":"string","required":true,"description":"The identifier of the group","default":"","placeholder":"5e59c8c7-e05a-4d17-8e85-acc301343926","displayOptions":{"show":{"resource":["group"],"operation":["delete","get","getMembers","update","updateMembers"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["group"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":10,"description":"Max number of results to return","displayOptions":{"show":{"resource":["group"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"description":"The name of the group to create","displayOptions":{"show":{"resource":["group"],"operation":["create"]}}},{"displayName":"Access All","name":"accessAll","type":"boolean","default":false,"description":"Whether to allow this group to access all collections within the organization, instead of only its associated collections. If set to true, this option overrides any collection assignments.","displayOptions":{"show":{"resource":["group"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Collection Names or IDs","name":"collections","type":"multiOptions","description":"The collections to assign to this group. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getCollections"}},{"displayName":"External ID","name":"externalId","type":"string","description":"The external identifier to set to this group","default":""}],"displayOptions":{"show":{"resource":["group"],"operation":["create"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Access All","name":"accessAll","type":"boolean","default":false,"description":"Whether to allow this group to access all collections within the organization, instead of only its associated collections. If set to true, this option overrides any collection assignments."},{"displayName":"Collection Names or IDs","name":"collections","type":"multiOptions","description":"The collections to assign to this group. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getCollections"}},{"displayName":"External ID","name":"externalId","type":"string","description":"The external identifier to set to this group","default":""},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the group to update"}],"displayOptions":{"show":{"resource":["group"],"operation":["update"]}}},{"displayName":"Member IDs","name":"memberIds","type":"string","default":"","description":"Comma-separated list of IDs of members to set in a group","displayOptions":{"show":{"resource":["group"],"operation":["updateMembers"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a member"},{"name":"Delete","value":"delete","action":"Delete a member"},{"name":"Get","value":"get","action":"Get a member"},{"name":"Get Groups","value":"getGroups","action":"Get groups for a member"},{"name":"Get Many","value":"getAll","action":"Get many members"},{"name":"Update","value":"update","action":"Update a member"},{"name":"Update Groups","value":"updateGroups","action":"Update groups for a member"}],"displayOptions":{"show":{"resource":["member"]}}},{"displayName":"Member ID","name":"memberId","type":"string","required":true,"description":"The identifier of the member","default":"","placeholder":"5e59c8c7-e05a-4d17-8e85-acc301343926","displayOptions":{"show":{"resource":["member"],"operation":["delete","get","getGroups","update","updateGroups"]}}},{"displayName":"Type","name":"type","type":"options","default":2,"required":true,"options":[{"name":"Owner","value":0},{"name":"Admin","value":1},{"name":"User","value":2},{"name":"Manager","value":3}],"displayOptions":{"show":{"resource":["member"],"operation":["create"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["member"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":10,"description":"Max number of results to return","displayOptions":{"show":{"resource":["member"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email of the member to update","displayOptions":{"show":{"resource":["member"],"operation":["create"]}}},{"displayName":"Access All","name":"accessAll","type":"boolean","default":false,"displayOptions":{"show":{"resource":["member"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Collection Names or IDs","name":"collections","type":"multiOptions","description":"The collections to assign to this member. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getCollections"}},{"displayName":"External ID","name":"externalId","type":"string","description":"The external identifier to set to this member","default":""}],"displayOptions":{"show":{"resource":["member"],"operation":["create"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Type","name":"type","type":"options","default":{},"options":[{"name":"Owner","value":0},{"name":"Admin","value":1},{"name":"User","value":2},{"name":"Manager","value":3}]},{"displayName":"Collection Names or IDs","name":"collections","type":"multiOptions","description":"The collections to assign to this member. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getCollections"}},{"displayName":"External ID","name":"externalId","type":"string","description":"The external identifier to set to this member","default":""},{"displayName":"Access All","name":"accessAll","type":"boolean","default":false}],"displayOptions":{"show":{"resource":["member"],"operation":["update"]}}},{"displayName":"Group IDs","name":"groupIds","type":"string","default":"","description":"Comma-separated list of IDs of groups to set for a member","displayOptions":{"show":{"resource":["member"],"operation":["updateGroups"]}}}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.bitwarden/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/bitwarden/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Bitwarden/bitwarden.svg"},
{"displayName":"Box","name":"box","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Box API","defaults":{"name":"Box"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"boxOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Folder","value":"folder"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Copy","value":"copy","description":"Copy a file","action":"Copy a file"},{"name":"Delete","value":"delete","description":"Delete a file","action":"Delete a file"},{"name":"Download","value":"download","description":"Download a file","action":"Download a file"},{"name":"Get","value":"get","description":"Get a file","action":"Get a file"},{"name":"Search","value":"search","description":"Search files","action":"Search a file"},{"name":"Share","value":"share","description":"Share a file","action":"Share a file"},{"name":"Upload","value":"upload","description":"Upload a file","action":"Upload a file"}],"default":"upload"},{"displayName":"File ID","name":"fileId","type":"string","required":true,"displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":""},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"description":"The ID of folder to copy the file to. If not defined will be copied to the root folder."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of attributes to include in the response. This can be used to request fields that are not normally returned in a standard response."},{"displayName":"Name","name":"name","type":"string","default":"","description":"An optional new name for the copied file"},{"displayName":"Version","name":"version","type":"string","default":"","description":"An optional ID of the specific file version to copy"}]},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["file"]}},"default":"","description":"Field ID"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"default":""},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"default":"","description":"Field ID"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of attributes to include in the response. This can be used to request fields that are not normally returned in a standard response."}]},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["search"],"resource":["file"]}},"default":"","description":"The string to search for. This query is matched against item names, descriptions, text content of files, and various other fields of the different item types."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"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":["search"],"resource":["file"],"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":{"operation":["search"],"resource":["file"]}},"default":{},"options":[{"displayName":"Content Types","name":"contet_types","type":"string","default":"","description":"Limits search results to items with the given content types. Content types are defined as a comma-separated lists of Box recognized content types."},{"displayName":"Created At Range","name":"createdRangeUi","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add Range","default":{},"options":[{"displayName":"Range","name":"createdRangeValuesUi","values":[{"displayName":"From","name":"from","type":"dateTime","default":""},{"displayName":"To","name":"to","type":"dateTime","default":""}]}]},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"ASC"},{"name":"DESC","value":"DESC"}],"default":"","description":"Defines the direction in which search results are ordered. Default value is DESC."},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of attributes to include in the response. This can be used to request fields that are not normally returned in a standard response."},{"displayName":"File Extensions","name":"file_extensions","type":"string","default":"","placeholder":"pdf,png,gif","description":"Limits search results to a comma-separated list of file extensions"},{"displayName":"Folder IDs","name":"ancestor_folder_ids","type":"string","default":"","description":"Limits search results to items within the given list of folders. Folders are defined as a comma-separated lists of folder IDs."},{"displayName":"Scope","name":"scope","type":"options","options":[{"name":"User Content","value":"user_content"},{"name":"Enterprise Content","value":"enterprise_content"}],"default":"","description":"Limits search results to a user scope"},{"displayName":"Size Range","name":"size_range","type":"string","default":"","placeholder":"1000000,5000000","description":"Limits search results to items within a given file size range. File size ranges are defined as comma-separated byte sizes."},{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"Relevance","value":"relevance"},{"name":"Modified At","value":"modified_at"}],"default":"relevance","description":"Returns the results ordered in descending order by date at which the item was last modified"},{"displayName":"Trash Content","name":"trash_content","type":"options","options":[{"name":"Non Trashed Only","value":"non_trashed_only"},{"name":"Trashed Only","value":"trashed_only"}],"default":"non_trashed_only","description":"Controls if search results include the trash"},{"displayName":"Update At Range","name":"updatedRangeUi","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add Range","default":{},"options":[{"displayName":"Range","name":"updatedRangeValuesUi","values":[{"displayName":"From","name":"from","type":"dateTime","default":""},{"displayName":"To","name":"to","type":"dateTime","default":""}]}]},{"displayName":"User IDs","name":"owner_user_ids","type":"string","default":"","description":"Limits search results to items owned by the given list of owners. Owners are defined as a comma-separated list of user IDs."}]},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":"","description":"The ID of the file to share"},{"displayName":"Accessible By","name":"accessibleBy","type":"options","options":[{"name":"Group","value":"group"},{"name":"User","value":"user"}],"displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":"","description":"The type of object the file will be shared with"},{"displayName":"Use Email","name":"useEmail","type":"boolean","displayOptions":{"show":{"operation":["share"],"resource":["file"],"accessibleBy":["user"]}},"default":true,"description":"Whether identify the user by email or ID"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"operation":["share"],"resource":["file"],"useEmail":[true],"accessibleBy":["user"]}},"default":"","description":"The user's email address to share the file with"},{"displayName":"User ID","name":"userId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["file"],"useEmail":[false],"accessibleBy":["user"]}},"default":"","description":"The user's ID to share the file with"},{"displayName":"Group ID","name":"groupId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["file"],"accessibleBy":["group"]}},"default":"","description":"The group's ID to share the file with"},{"displayName":"Role","name":"role","type":"options","options":[{"name":"Co-Owner","value":"coOwner","description":"A Co-owner has all of functional read/write access that an editor does"},{"name":"Editor","value":"editor","description":"An editor has full read/write access to a folder or file"},{"name":"Previewer","value":"previewer","description":"A previewer has limited read access"},{"name":"Previewer Uploader","value":"previewerUploader","description":"This access level is a combination of Previewer and Uploader"},{"name":"Uploader","value":"uploader","description":"An uploader has limited write access"},{"name":"Viewer","value":"viewer","description":"A viewer has read access to a folder or file"},{"name":"Viewer Uploader","value":"viewerUploader","description":"This access level is a combination of Viewer and Uploader"}],"displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":"editor","description":"The level of access granted"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":{},"options":[{"displayName":"Can View Path","name":"can_view_path","type":"boolean","default":false,"description":"Whether the invited users can see the entire parent path to the associated folder. The user will not gain privileges in any parent folder and therefore cannot see content the user is not collaborated on."},{"displayName":"Expires At","name":"expires_at","type":"dateTime","default":"","description":"Set the expiration date for the collaboration. At this date, the collaboration will be automatically removed from the item."},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of attributes to include in the response. This can be used to request fields that are not normally returned in a standard response."},{"displayName":"Notify","name":"notify","type":"boolean","default":false,"description":"Whether if users should receive email notification for the action performed"}]},{"displayName":"File Name","name":"fileName","type":"string","placeholder":"photo.png","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":"","description":"The name the file should be saved as"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","required":true,"displayOptions":{"show":{"binaryData":[false],"operation":["upload"],"resource":["file"]}},"description":"The text content of the file"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryData":[true],"operation":["upload"],"resource":["file"]}},"hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"Parent ID","name":"parentId","type":"string","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":"","description":"ID of the parent folder that will contain the file. If not it will be uploaded to the root folder."},{"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","value":"get","description":"Get a folder","action":"Get a folder"},{"name":"Search","value":"search","description":"Search files","action":"Search a folder"},{"name":"Share","value":"share","description":"Share a folder","action":"Share a folder"},{"name":"Update","value":"update","description":"Update folder","action":"Update a folder"}],"default":"create"},{"displayName":"Name","name":"name","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"default":"","description":"Folder's name"},{"displayName":"Parent ID","name":"parentId","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"default":"","description":"ID of the folder you want to create the new folder in. if not defined it will be created on the root folder."},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Access","name":"access","type":"options","options":[{"name":"Collaborators","value":"collaborators","description":"Only emails from registered email addresses for collaborators will be accepted"},{"name":"Open","value":"open","description":"It will accept emails from any email addres"}],"default":"","description":"ID of the folder you want to create the new folder in"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of attributes to include in the response. This can be used to request fields that are not normally returned in a standard response."}]},{"displayName":"Folder ID","name":"folderId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["folder"]}},"default":""},{"displayName":"Folder ID","name":"folderId","type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["folder"]}},"default":""},{"displayName":"Recursive","name":"recursive","type":"boolean","displayOptions":{"show":{"operation":["delete"],"resource":["folder"]}},"default":false,"description":"Whether to delete a folder that is not empty by recursively deleting the folder and all of its content"},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["search"],"resource":["folder"]}},"default":"","description":"The string to search for. This query is matched against item names, descriptions, text content of files, and various other fields of the different item types."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"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":["search"],"resource":["folder"],"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":{"operation":["search"],"resource":["folder"]}},"default":{},"options":[{"displayName":"Content Types","name":"contet_types","type":"string","default":"","description":"Limits search results to items with the given content types. Content types are defined as a comma-separated lists of Box recognized content types."},{"displayName":"Created At Range","name":"createdRangeUi","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add Range","default":{},"options":[{"displayName":"Range","name":"createdRangeValuesUi","values":[{"displayName":"From","name":"from","type":"dateTime","default":""},{"displayName":"To","name":"to","type":"dateTime","default":""}]}]},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"ASC"},{"name":"DESC","value":"DESC"}],"default":"","description":"Defines the direction in which search results are ordered. Default value is DESC."},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of attributes to include in the response. This can be used to request fields that are not normally returned in a standard response."},{"displayName":"File Extensions","name":"file_extensions","type":"string","default":"","placeholder":"pdf,png,gif","description":"Limits search results to a comma-separated list of file extensions"},{"displayName":"Folder IDs","name":"ancestor_folder_ids","type":"string","default":"","description":"Limits search results to items within the given list of folders. Folders are defined as a comma-separated lists of folder IDs."},{"displayName":"Scope","name":"scope","type":"options","options":[{"name":"User Content","value":"user_content"},{"name":"Enterprise Content","value":"enterprise_content"}],"default":"","description":"Limits search results to a user scope"},{"displayName":"Size Range","name":"size_range","type":"string","default":"","placeholder":"1000000,5000000","description":"Limits search results to items within a given file size range. File size ranges are defined as comma-separated byte sizes."},{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"Relevance","value":"relevance"},{"name":"Modified At","value":"modified_at"}],"default":"relevance","description":"Returns the results ordered in descending order by date at which the item was last modified"},{"displayName":"Trash Content","name":"trash_content","type":"options","options":[{"name":"Non Trashed Only","value":"non_trashed_only"},{"name":"Trashed Only","value":"trashed_only"}],"default":"non_trashed_only","description":"Controls if search results include the trash"},{"displayName":"Update At Range","name":"updatedRangeUi","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add Range","default":{},"options":[{"displayName":"Range","name":"updatedRangeValuesUi","values":[{"displayName":"From","name":"from","type":"dateTime","default":""},{"displayName":"To","name":"to","type":"dateTime","default":""}]}]},{"displayName":"User IDs","name":"owner_user_ids","type":"string","default":"","description":"Limits search results to items owned by the given list of owners. Owners are defined as a comma-separated list of user IDs."}]},{"displayName":"Folder ID","name":"folderId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"The ID of the folder to share"},{"displayName":"Accessible By","name":"accessibleBy","type":"options","options":[{"name":"User","value":"user"},{"name":"Group","value":"group"}],"displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"user","description":"The type of object the file will be shared with"},{"displayName":"Use Email","name":"useEmail","type":"boolean","displayOptions":{"show":{"operation":["share"],"resource":["folder"],"accessibleBy":["user"]}},"default":true,"description":"Whether identify the user by email or ID"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"operation":["share"],"resource":["folder"],"accessibleBy":["user"],"useEmail":[true]}},"default":"","description":"The user's email address to share the folder with"},{"displayName":"User ID","name":"userId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["folder"],"accessibleBy":["user"],"useEmail":[false]}},"default":"","description":"The user's ID to share the folder with"},{"displayName":"Group ID","name":"groupId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["folder"],"accessibleBy":["group"]}},"default":"","description":"The group's ID to share the folder with"},{"displayName":"Role","name":"role","type":"options","options":[{"name":"Co-Owner","value":"coOwner","description":"A Co-owner has all of functional read/write access that an editor does"},{"name":"Editor","value":"editor","description":"An editor has full read/write access to a folder or file"},{"name":"Previewer","value":"previewer","description":"A previewer has limited read access"},{"name":"Previewer Uploader","value":"previewerUploader","description":"This access level is a combination of Previewer and Uploader"},{"name":"Uploader","value":"uploader","description":"An uploader has limited write access"},{"name":"Viewer","value":"viewer","description":"A viewer has read access to a folder or file"},{"name":"Viewer Uploader","value":"viewerUploader","description":"This access level is a combination of Viewer and Uploader"}],"displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"editor","description":"The level of access granted"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":{},"options":[{"displayName":"Can View Path","name":"can_view_path","type":"boolean","default":false,"description":"Whether the invited users can see the entire parent path to the associated folder. The user will not gain privileges in any parent folder and therefore cannot see content the user is not collaborated on."},{"displayName":"Expires At","name":"expires_at","type":"dateTime","default":"","description":"Set the expiration date for the collaboration. At this date, the collaboration will be automatically removed from the item."},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of attributes to include in the response. This can be used to request fields that are not normally returned in a standard response."},{"displayName":"Notify","name":"notify","type":"boolean","default":false,"description":"Whether if users should receive email notification for the action performed"}]},{"displayName":"Folder ID","name":"folderId","required":true,"type":"string","displayOptions":{"show":{"operation":["update"],"resource":["folder"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["folder"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Can Non-Owners Invite","name":"can_non_owners_invite","type":"boolean","default":false,"description":"Whether users who are not the owner of the folder can invite new collaborators to the folder"},{"displayName":"Can Non-Owners View Colaborators","name":"can_non_owners_view_collaborators","type":"boolean","default":false,"description":"Whether to restrict collaborators who are not the owner of this folder from viewing other collaborations on this folder"},{"displayName":"Description","name":"description","type":"string","default":"","description":"The optional description of this folder"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of attributes to include in the response. This can be used to request fields that are not normally returned in a standard response."},{"displayName":"Is Collaboration Restricted To Enterprise","name":"is_collaboration_restricted_to_enterprise","type":"boolean","default":false,"description":"Whether new invites to this folder are restricted to users within the enterprise. This does not affect existing collaborations."},{"displayName":"Name","name":"name","type":"string","default":"","description":"The optional new name for this folder"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"The parent folder for this folder. Use this to move the folder or to restore it out of the trash."},{"displayName":"Shared Link","name":"shared_link","type":"collection","typeOptions":{"multipleValues":false},"description":"Share link information","placeholder":"Add Shared Link Config","default":{},"options":[{"displayName":"Access","name":"access","type":"options","options":[{"name":"Collaborators","value":"collaborators","description":"Only those who have been invited to the folder"},{"name":"Company","value":"company","description":"Only people within the company"},{"name":"Open","value":"open","description":"Anyone with the link"}],"default":"open"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"displayOptions":{"show":{"access":["open"]}},"default":"","description":"The password required to access the shared link. Set the password to null to remove it."},{"displayName":"Permissions","name":"permissions","type":"collection","placeholder":"Add Permition","default":{},"options":[{"displayName":"Can Download","name":"can_download","type":"boolean","default":false,"description":"Whether the shared link allows for downloading of files"},{"displayName":"Unshared At","name":"unshared_at","type":"dateTime","default":"","description":"The timestamp at which this shared link will expire"},{"displayName":"Vanity Name","name":"vanity_name","type":"string","default":"","description":"Defines a custom vanity name to use in the shared link URL, for example https://app.box.com/v/my-shared-link"}]},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"The tags for this item. These tags are shown in the Box web app and mobile apps next to an item."}]}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.box/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/box/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Box/box.png"},
{"displayName":"Box Trigger","name":"boxTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when Box events occur","defaults":{"name":"Box Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"boxOAuth2Api","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"Collaboration Accepted","value":"COLLABORATION.ACCEPTED","description":"A collaboration has been accepted"},{"name":"Collaboration Created","value":"COLLABORATION.CREATED","description":"A collaboration is created"},{"name":"Collaboration Rejected","value":"COLLABORATION.REJECTED","description":"A collaboration has been rejected"},{"name":"Collaboration Removed","value":"COLLABORATION.REMOVED","description":"A collaboration has been removed"},{"name":"Collaboration Updated","value":"COLLABORATION.UPDATED","description":"A collaboration has been updated"},{"name":"Comment Created","value":"COMMENT.CREATED","description":"A comment object is created"},{"name":"Comment Deleted","value":"COMMENT.DELETED","description":"A comment object is removed"},{"name":"Comment Updated","value":"COMMENT.UPDATED","description":"A comment object is edited"},{"name":"File Copied","value":"FILE.COPIED","description":"A file is copied"},{"name":"File Deleted","value":"FILE.DELETED","description":"A file is moved to the trash"},{"name":"File Downloaded","value":"FILE.DOWNLOADED","description":"A file is downloaded"},{"name":"File Locked","value":"FILE.LOCKED","description":"A file is locked"},{"name":"File Moved","value":"FILE.MOVED","description":"A file is moved from one folder to another"},{"name":"File Previewed","value":"FILE.PREVIEWED","description":"A file is previewed"},{"name":"File Renamed","value":"FILE.RENAMED","description":"A file was renamed"},{"name":"File Restored","value":"FILE.RESTORED","description":"A file is restored from the trash"},{"name":"File Trashed","value":"FILE.TRASHED","description":"A file is moved to the trash"},{"name":"File Unlocked","value":"FILE.UNLOCKED","description":"A file is unlocked"},{"name":"File Uploaded","value":"FILE.UPLOADED","description":"A file is uploaded to or moved to this folder"},{"name":"Folder Copied","value":"FOLDER.COPIED","description":"A copy of a folder is made"},{"name":"Folder Created","value":"FOLDER.CREATED","description":"A folder is created"},{"name":"Folder Deleted","value":"FOLDER.DELETED","description":"A folder is permanently removed"},{"name":"Folder Downloaded","value":"FOLDER.DOWNLOADED","description":"A folder is downloaded"},{"name":"Folder Moved","value":"FOLDER.MOVED","description":"A folder is moved to a different folder"},{"name":"Folder Renamed","value":"FOLDER.RENAMED","description":"A folder was renamed"},{"name":"Folder Restored","value":"FOLDER.RESTORED","description":"A folder is restored from the trash"},{"name":"Folder Trashed","value":"FOLDER.TRASHED","description":"A folder is moved to the trash"},{"name":"Metadata Instance Created","value":"METADATA_INSTANCE.CREATED","description":"A new metadata template instance is associated with a file or folder"},{"name":"Metadata Instance Deleted","value":"METADATA_INSTANCE.DELETED","description":"An existing metadata template instance associated with a file or folder is deleted"},{"name":"Metadata Instance Updated","value":"METADATA_INSTANCE.UPDATED","description":"An attribute (value) is updated/deleted for an existing metadata template instance associated with a file or folder"},{"name":"Sharedlink Created","value":"SHARED_LINK.CREATED","description":"A shared link was created"},{"name":"Sharedlink Deleted","value":"SHARED_LINK.DELETED","description":"A shared link was deleted"},{"name":"Sharedlink Updated","value":"SHARED_LINK.UPDATED","description":"A shared link was updated"},{"name":"Task Assignment Created","value":"TASK_ASSIGNMENT.CREATED","description":"A task is created"},{"name":"Task Assignment Updated","value":"TASK_ASSIGNMENT.UPDATED","description":"A task is updated"},{"name":"Webhook Deleted","value":"WEBHOOK.DELETED","description":"When a webhook is deleted"}],"required":true,"default":[],"description":"The events to listen to"},{"displayName":"Target Type","name":"targetType","type":"options","options":[{"name":"File","value":"file"},{"name":"Folder","value":"folder"}],"default":"","description":"The type of item to trigger a webhook"},{"displayName":"Target ID","name":"targetId","type":"string","default":"","description":"The ID of the item to trigger a webhook"}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.boxtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/box/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Box/box.png"},
{"displayName":"Brandfetch","name":"Brandfetch","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"]}}","description":"Consume Brandfetch API","defaults":{"name":"Brandfetch"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"brandfetchApi","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Color","value":"color","description":"Return a company's colors","action":"Return a company's colors"},{"name":"Company","value":"company","description":"Return a company's data","action":"Return a company's data"},{"name":"Font","value":"font","description":"Return a company's fonts","action":"Return a company's fonts"},{"name":"Industry","value":"industry","description":"Return a company's industry","action":"Return a company's industry"},{"name":"Logo","value":"logo","description":"Return a company's logo & icon","action":"Return a company's logo & icon"}],"default":"logo"},{"displayName":"Domain","name":"domain","type":"string","default":"","description":"The domain name of the company","required":true},{"displayName":"Download","name":"download","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["logo"]}},"description":"Name of the binary property to which to write the data of the read file"},{"displayName":"Image Type","name":"imageTypes","type":"multiOptions","displayOptions":{"show":{"operation":["logo"],"download":[true]}},"options":[{"name":"Icon","value":"icon"},{"name":"Logo","value":"logo"}],"default":["logo","icon"],"required":true},{"displayName":"Image Format","name":"imageFormats","type":"multiOptions","displayOptions":{"show":{"operation":["logo"],"download":[true]}},"options":[{"name":"PNG","value":"png"},{"name":"SVG","value":"svg"}],"default":["png"],"description":"The image format in which the logo should be returned as","required":true}],"codex":{"categories":["Utility","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.brandfetch/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/brandfetch/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Brandfetch/brandfetch.png"},
{"displayName":"Bubble","name":"bubble","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Bubble Data API","defaults":{"name":"Bubble"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"bubbleApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Object","value":"object"}],"default":"object"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create an object"},{"name":"Delete","value":"delete","action":"Delete an object"},{"name":"Get","value":"get","action":"Get an object"},{"name":"Get Many","value":"getAll","action":"Get many objects"},{"name":"Update","value":"update","action":"Update an object"}],"displayOptions":{"show":{"resource":["object"]}}},{"displayName":"Type Name","name":"typeName","type":"string","required":true,"description":"Name of data type of the object to create","default":"","displayOptions":{"show":{"resource":["object"],"operation":["create"]}}},{"displayName":"Properties","name":"properties","placeholder":"Add Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["object"],"operation":["create"]}},"options":[{"displayName":"Property","name":"property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Field to set for the object to create"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the object to create"}]}]},{"displayName":"Type Name","name":"typeName","type":"string","required":true,"description":"Name of data type of the object to retrieve","default":"","displayOptions":{"show":{"resource":["object"],"operation":["get","delete"]}}},{"displayName":"Object ID","name":"objectId","type":"string","required":true,"description":"ID of the object to retrieve","default":"","displayOptions":{"show":{"resource":["object"],"operation":["get","delete"]}}},{"displayName":"Type Name","name":"typeName","type":"string","required":true,"description":"Name of data type of the object to update","default":"","displayOptions":{"show":{"resource":["object"],"operation":["update"]}}},{"displayName":"Object ID","name":"objectId","type":"string","required":true,"description":"ID of the object to update","default":"","displayOptions":{"show":{"resource":["object"],"operation":["update"]}}},{"displayName":"Properties","name":"properties","placeholder":"Add Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["object"],"operation":["update"]}},"options":[{"displayName":"Property","name":"property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Field to set for the object to create"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the object to create"}]}]},{"displayName":"Type Name","name":"typeName","type":"string","required":true,"description":"Name of data type of the object to create","default":"","displayOptions":{"show":{"resource":["object"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["object"],"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":["object"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["object"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["getAll"],"resource":["object"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Filters","name":"filters","placeholder":"Add Filter","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"/jsonParameters":[false]}},"default":{},"options":[{"displayName":"Filter","name":"filter","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Field to set for the object to create"},{"displayName":"Constrain","name":"constraint_type","type":"options","options":[{"name":"Equals","value":"equals","description":"Use to test strict equality, for all field types"},{"name":"Not Equal","value":"not equal","description":"Use to test strict equality, for all field types"},{"name":"Is Empty","value":"is_empty","description":"Use to test whether a thing's given field is empty, for all field types"},{"name":"Is Not Empty","value":"is_not_empty","description":"Use to test whether a thing's given field is not empty, for all field types"},{"name":"Text Contains","value":"text contains","description":"Use to test if a text field contains a string, for text fields only"},{"name":"Not Text Contains","value":"not text contains","description":"Use to test if a text field does not contain a string, for text fields only"},{"name":"Greater Than","value":"greater than","description":"Use to compare a thing's field value relative to a string or number, for text, number, and date fields"},{"name":"Less Than","value":"less than","description":"Use to compare a thing's field value relative to a string or number, for text, number, and date fields"},{"name":"In","value":"in","description":"Use to test whether a thing's field is in a list, for all field types"},{"name":"Not In","value":"not in","description":"Use to test whether a thing's field is not in a list, for all field types"},{"name":"Contains","value":"contains","description":"Use to test whether a list field contains an entry, for list fields only"},{"name":"Not Contains","value":"not contains","description":"Use to test whether a list field does not contains an entry, for list fields only"},{"name":"Empty","value":"empty","description":"Use to test whether a list field is empty, for list fields only"},{"name":"Not Empty","value":"not empty","description":"Use to test whether a list field is not empty, for list fields only"},{"name":"Geographic Search","value":"geographic_search","description":"Use to test if the current thing is within a radius from a central address. To use this, the value sent with the constraint must have an address and a range. See <a href=\"https://manual.bubble.io/core-resources/api/data-api\">link</a>."}],"default":""},{"displayName":"Value","name":"value","type":"string","displayOptions":{"hide":{"constraint_type":["is_empty","is_not_empty","empty","not empty"]}},"default":"","description":"Value to set for the object to create"}]}]},{"displayName":"Filters (JSON)","name":"filtersJson","type":"json","default":"","displayOptions":{"show":{"/jsonParameters":[true]}},"placeholder":"[ { \"key\": \"name\", \"constraint_type\": \"text contains\", \"value\": \"cafe\" } , { \"key\": \"address\", \"constraint_type\": \"geographic_search\", \"value\": { \"range\":10, \"origin_address\":\"New York\" } } ]","description":"Refine the list that is returned by the Data API with search constraints, exactly as you define a search in Bubble. See <a href=\"https://manual.bubble.io/core-resources/api/data-api#search-constraints\">link</a>."},{"displayName":"Sort","name":"sort","placeholder":"Add Sort","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"displayName":"Sort","name":"sortValue","values":[{"displayName":"Sort Field","name":"sort_field","type":"string","default":"","description":"Specify the field to use for sorting. Either use a fielddefined for the current typeor use <code>_random_sorting</code> to get the entries in a random order."},{"displayName":"Descending","name":"descending","type":"boolean","default":false},{"displayName":"Geo Reference","name":"geo_reference","type":"string","default":"","description":"When the field's type is geographic address, you need to add another parameter geo_reference and provide an address as a string"}]}]}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.bubble/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/bubble/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Bubble/bubble.svg","dark":"icons/n8n-nodes-base/dist/nodes/Bubble/bubble.dark.svg"}},
{"displayName":"Cal.com Trigger","name":"calTrigger","group":["trigger"],"version":[1,2],"subtitle":"=Events: {{$parameter[\"events\"].join(\", \")}}","description":"Handle Cal.com events via webhooks","defaults":{"name":"Cal.com Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"calApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"Booking Cancelled","value":"BOOKING_CANCELLED","description":"Receive notifications when a Cal event is canceled"},{"name":"Booking Created","value":"BOOKING_CREATED","description":"Receive notifications when a new Cal event is created"},{"name":"Booking Rescheduled","value":"BOOKING_RESCHEDULED","description":"Receive notifications when a Cal event is rescheduled"},{"name":"Meeting Ended","value":"MEETING_ENDED","description":"Receive notifications when a Cal event or meeting has ended"}],"default":[],"required":true},{"displayName":"API Version","name":"version","type":"options","displayOptions":{"show":{"@version":[1]}},"isNodeSetting":true,"options":[{"name":"Before v2.0","value":1},{"name":"v2.0 Onwards","value":2}],"default":1},{"displayName":"API Version","name":"version","type":"options","displayOptions":{"show":{"@version":[2]}},"isNodeSetting":true,"options":[{"name":"Before v2.0","value":1},{"name":"v2.0 Onwards","value":2}],"default":2},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"App ID","name":"appId","type":"string","description":"The ID of the App to monitor","default":""},{"displayName":"EventType Name or ID","name":"eventTypeId","type":"options","typeOptions":{"loadOptionsMethod":"getEventTypes"},"description":"The EventType to monitor. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":""},{"displayName":"Payload Template","name":"payloadTemplate","type":"string","description":"Template to customize the webhook payload","default":"","typeOptions":{"rows":4}}]}],"codex":{"categories":["Productivity","Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.caltrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/cal/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Cal/cal.svg","dark":"icons/n8n-nodes-base/dist/nodes/Cal/cal.dark.svg"}},
{"displayName":"Calendly Trigger","name":"calendlyTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when Calendly events occur","defaults":{"name":"Calendly Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"calendlyApi","required":true,"displayOptions":{"show":{"authentication":["apiKey"]}}},{"name":"calendlyOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"API Key or Personal Access Token","value":"apiKey"}],"default":"apiKey"},{"displayName":"Action required: Calendly will discontinue API Key authentication on May 31, 2025. Update node to use OAuth2 authentication now to ensure your workflows continue to work.","name":"deprecationNotice","type":"notice","default":"","displayOptions":{"show":{"authentication":["apiKey"]}}},{"displayName":"Scope","name":"scope","type":"options","default":"user","required":true,"hint":"Ignored if you are using an API Key","options":[{"name":"Organization","value":"organization","description":"Triggers the webhook for all subscribed events within the organization"},{"name":"User","value":"user","description":"Triggers the webhook for subscribed events that belong to the current user"}]},{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"Event Created","value":"invitee.created","description":"Receive notifications when a new Calendly event is created"},{"name":"Event Canceled","value":"invitee.canceled","description":"Receive notifications when a Calendly event is canceled"}],"default":[],"required":true}],"codex":{"categories":["Productivity","Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.calendlytrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/calendly/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Calendly/calendly.svg"},
{"displayName":"Chargebee","name":"chargebee","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Retrieve data from Chargebee API","defaults":{"name":"Chargebee"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"chargebeeApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Customer","value":"customer"},{"name":"Invoice","value":"invoice"},{"name":"Subscription","value":"subscription"}],"default":"invoice"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["customer"]}},"options":[{"name":"Create","value":"create","description":"Create a customer","action":"Create a customer"}],"default":"create"},{"displayName":"Properties","name":"properties","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["customer"]}},"default":{},"description":"Properties to set on the new user","placeholder":"Add Property","options":[{"displayName":"User ID","name":"id","type":"string","default":"","description":"ID for the new customer. If not given, this will be auto-generated."},{"displayName":"First Name","name":"first_name","type":"string","default":"","description":"The first name of the customer"},{"displayName":"Last Name","name":"last_name","type":"string","default":"","description":"The last name of the customer"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email address of the customer"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The phone number of the customer"},{"displayName":"Company","name":"company","type":"string","default":"","description":"The company of the customer"},{"displayName":"Custom Properties","name":"customProperties","placeholder":"Add Custom Property","description":"Adds a custom property to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Property Name","name":"name","type":"string","default":"","description":"Name of the property to set"},{"displayName":"Property Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]}]},{"displayName":"Operation","name":"operation","default":"list","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["invoice"]}},"options":[{"name":"List","value":"list","description":"Return the invoices","action":"List an invoice"},{"name":"PDF Invoice URL","value":"pdfUrl","description":"Get URL for the invoice PDF","action":"Get URL for the invoice PDF"}]},{"displayName":"Max Results","name":"maxResults","type":"number","typeOptions":{"minValue":1,"maxValue":100},"default":10,"displayOptions":{"show":{"operation":["list"],"resource":["invoice"]}},"description":"Max. amount of results to return(< 100)."},{"displayName":"Filters","name":"filters","placeholder":"Add Filter","description":"Filter for invoices","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"operation":["list"],"resource":["invoice"]}},"options":[{"name":"date","displayName":"Invoice Date","values":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Is","value":"is"},{"name":"Is Not","value":"is_not"},{"name":"After","value":"after"},{"name":"Before","value":"before"}],"default":"after","description":"Operation to decide where the data should be mapped to"},{"displayName":"Date","name":"value","type":"dateTime","default":"","description":"Query date"}]},{"name":"total","displayName":"Invoice Amount","values":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Greater Equal Than","value":"gte"},{"name":"Greater Than","value":"gt"},{"name":"Is","value":"is"},{"name":"Is Not","value":"is_not"},{"name":"Less Equal Than","value":"lte"},{"name":"Less Than","value":"lt"}],"default":"gt","description":"Operation to decide where the data should be mapped to"},{"displayName":"Amount","name":"value","type":"number","typeOptions":{"numberPrecision":2},"default":0,"description":"Query amount"}]}]},{"displayName":"Invoice ID","name":"invoiceId","description":"The ID of the invoice to get","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["pdfUrl"],"resource":["invoice"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["subscription"]}},"options":[{"name":"Cancel","value":"cancel","description":"Cancel a subscription","action":"Cancel a subscription"},{"name":"Delete","value":"delete","description":"Delete a subscription","action":"Delete a subscription"}],"default":"delete"},{"displayName":"Subscription ID","name":"subscriptionId","description":"The ID of the subscription to cancel","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["cancel"],"resource":["subscription"]}}},{"displayName":"Schedule End of Term","name":"endOfTerm","type":"boolean","default":false,"displayOptions":{"show":{"operation":["cancel"],"resource":["subscription"]}},"description":"Whether it will not cancel it directly in will instead schedule the cancelation for the end of the term"},{"displayName":"Subscription ID","name":"subscriptionId","description":"The ID of the subscription to delete","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["subscription"]}}}],"codex":{"categories":["Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.chargebee/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/chargebee/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Chargebee/chargebee.png"},
{"displayName":"Chargebee Trigger","name":"chargebeeTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when Chargebee events occur","defaults":{"name":"Chargebee Trigger"},"inputs":[],"outputs":["main"],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Events","name":"events","type":"multiOptions","required":true,"default":[],"options":[{"name":"*","value":"*","description":"Any time any event is triggered (Wildcard Event)"},{"name":"Card Added","value":"card_added","description":"Triggered when a card is added for a customer"},{"name":"Card Deleted","value":"card_deleted","description":"Triggered when a card is deleted for a customer"},{"name":"Card Expired","value":"card_expired","description":"Triggered when the card for a customer has expired"},{"name":"Card Expiring","value":"card_expiring","description":"Triggered when the customer's credit card is expiring soon.Triggered 30 days before the expiry date"},{"name":"Card Updated","value":"card_updated","description":"Triggered when the card is updated for a customer"},{"name":"Customer Changed","value":"customer_changed","description":"Triggered when a customer is changed"},{"name":"Customer Created","value":"customer_created","description":"Triggered when a customer is created"},{"name":"Customer Deleted","value":"customer_deleted","description":"Triggered when a customer is deleted"},{"name":"Invoice Created","value":"invoice_created","description":"Event triggered (in the case of metered billing) when a 'Pending' invoice is created that has usage related charges or line items to be added, before being closed. This is triggered only when the “Notify for Pending Invoices” option is enabled."},{"name":"Invoice Deleted","value":"invoice_deleted","description":"Event triggered when an invoice is deleted"},{"name":"Invoice Generated","value":"invoice_generated","description":"Event triggered when a new invoice is generated. In case of metered billing, this event is triggered when a 'Pending' invoice is closed."},{"name":"Invoice Updated","value":"invoice_updated","description":"Triggered when the invoice’s shipping/billing address is updated, if the invoice is voided, or when the amount due is modified due to payments applied/removed"},{"name":"Payment Failed","value":"payment_failed","description":"Triggered when attempt to charge customer's credit card fails"},{"name":"Payment Initiated","value":"payment_initiated","description":"Triggered when a payment is initiated via direct debit"},{"name":"Payment Refunded","value":"payment_refunded","description":"Triggered when a payment refund is made"},{"name":"Payment Succeeded","value":"payment_succeeded","description":"Triggered when the payment is successfully collected"},{"name":"Refund Initiated","value":"refund_initiated","description":"Triggered when a refund is initiated via direct debit"},{"name":"Subscription Activated","value":"subscription_activated","description":"Triggered after the subscription has been moved from 'Trial' to 'Active' state"},{"name":"Subscription Cancellation Scheduled","value":"subscription_cancellation_scheduled","description":"Triggered when subscription is scheduled to cancel at end of current term"},{"name":"Subscription Cancelled","value":"subscription_cancelled","description":"Triggered when the subscription is cancelled. If it is cancelled due to non payment or because the card details are not present, the subscription will have the possible reason as 'cancel_reason'."},{"name":"Subscription Cancelling","value":"subscription_cancelling","description":"Triggered 6 days prior to the scheduled cancellation date"},{"name":"Subscription Changed","value":"subscription_changed","description":"Triggered when the subscription's recurring items are changed"},{"name":"Subscription Created","value":"subscription_created","description":"Triggered when a new subscription is created"},{"name":"Subscription Deleted","value":"subscription_deleted","description":"Triggered when a subscription is deleted"},{"name":"Subscription Reactivated","value":"subscription_reactivated","description":"Triggered when the subscription is moved from cancelled state to 'Active' or 'Trial' state"},{"name":"Subscription Renewal Reminder","value":"subscription_renewal_reminder","description":"Triggered 3 days before each subscription's renewal"},{"name":"Subscription Renewed","value":"subscription_renewed","description":"Triggered when the subscription is renewed from the current term"},{"name":"Subscription Scheduled Cancellation Removed","value":"subscription_scheduled_cancellation_removed","description":"Triggered when scheduled cancellation is removed for the subscription"},{"name":"Subscription Shipping Address Updated","value":"subscription_shipping_address_updated","description":"Triggered when shipping address is added or updated for a subscription"},{"name":"Subscription Started","value":"subscription_started","description":"Triggered when a 'future' subscription gets started"},{"name":"Subscription Trial Ending","value":"subscription_trial_ending","description":"Triggered 6 days prior to the trial period's end date"},{"name":"Transaction Created","value":"transaction_created","description":"Triggered when a transaction is recorded"},{"name":"Transaction Deleted","value":"transaction_deleted","description":"Triggered when a transaction is deleted"},{"name":"Transaction Updated","value":"transaction_updated","description":"Triggered when a transaction is updated. E.g. (1) When a transaction is removed, (2) or when an excess payment is applied on an invoice, (3) or when amount_capturable gets updated."}]}],"codex":{"categories":["Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.chargebeetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/chargebee/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Chargebee/chargebee.png"},
{"displayName":"CircleCI","name":"circleCi","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume CircleCI API","defaults":{"name":"CircleCI"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"circleCiApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Pipeline","value":"pipeline"}],"default":"pipeline"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["pipeline"]}},"options":[{"name":"Get","value":"get","description":"Get a pipeline","action":"Get a pipeline"},{"name":"Get Many","value":"getAll","description":"Get many pipelines","action":"Get many pipelines"},{"name":"Trigger","value":"trigger","description":"Trigger a pipeline","action":"Trigger a pipeline"}],"default":"get"},{"displayName":"Provider","name":"vcs","type":"options","options":[{"name":"Bitbucket","value":"bitbucket"},{"name":"GitHub","value":"github"}],"displayOptions":{"show":{"operation":["get","getAll","trigger"],"resource":["pipeline"]}},"default":"","description":"Source control system"},{"displayName":"Project Slug","name":"projectSlug","type":"string","displayOptions":{"show":{"operation":["get","getAll","trigger"],"resource":["pipeline"]}},"default":"","placeholder":"n8n-io/n8n","description":"Project slug in the form org-name/repo-name"},{"displayName":"Pipeline Number","name":"pipelineNumber","type":"number","typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["get"],"resource":["pipeline"]}},"default":1,"description":"The number of the pipeline"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["pipeline"]}},"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":["pipeline"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["pipeline"],"operation":["getAll"]}},"options":[{"displayName":"Branch","name":"branch","type":"string","default":"","description":"The name of a vcs branch"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["pipeline"],"operation":["trigger"]}},"options":[{"displayName":"Branch","name":"branch","type":"string","default":"","description":"The branch where the pipeline ran. The HEAD commit on this branch was used for the pipeline. Note that branch and tag are mutually exclusive."},{"displayName":"Tag","name":"tag","type":"string","default":"","description":"The tag used by the pipeline. The commit that this tag points to was used for the pipeline. Note that branch and tag are mutually exclusive"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.circleci/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/circleci/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/CircleCi/circleCi.svg","dark":"icons/n8n-nodes-base/dist/nodes/CircleCi/circleCi.dark.svg"}},
{"displayName":"Webex by Cisco","name":"ciscoWebex","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Cisco Webex API","schemaPath":"Cisco/Webex","defaults":{"name":"Webex by Cisco"},"usableAsTool":true,"credentials":[{"name":"ciscoWebexOAuth2Api","required":true}],"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Meeting","value":"meeting"},{"name":"Message","value":"message"}],"default":"message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["meeting"]}},"options":[{"name":"Create","value":"create","action":"Create a meeting"},{"name":"Delete","value":"delete","action":"Delete a meeting"},{"name":"Get","value":"get","action":"Get a meeting"},{"name":"Get Many","value":"getAll","action":"Get many meetings"},{"name":"Update","value":"update","action":"Update a meeting"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["meeting"],"operation":["create"]}},"description":"Meeting title. The title can be a maximum of 128 characters long."},{"displayName":"Start","name":"start","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["meeting"],"operation":["create"]}},"description":"Date and time for the start of the meeting. Acceptable <a href=\"https://datatracker.ietf.org/doc/html/rfc2445\"> format</a>."},{"displayName":"End","name":"end","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["meeting"],"operation":["create"]}},"description":"Date and time for the end of the meeting. Acceptable <a href=\"https://datatracker.ietf.org/doc/html/rfc2445\"> format</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["meeting"],"operation":["create"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Agenda","name":"agenda","type":"string","default":"","description":"Meeting agenda. The agenda can be a maximum of 1300 characters long."},{"displayName":"Allow Any User To Be Co-Host","name":"allowAnyUserToBeCoHost","type":"boolean","default":false,"description":"Whether or not to allow any attendee with a host account on the target site to become a co-host when joining the meeting"},{"displayName":"Allow Authenticated Devices","name":"allowAuthenticatedDevices","type":"boolean","default":false,"description":"Whether or not to allow authenticated video devices in the meeting's organization to start or join the meeting without a prompt"},{"displayName":"Allow First User To Be Co-Host","name":"allowFirstUserToBeCoHost","type":"boolean","default":false,"description":"Whether or not to allow the first attendee of the meeting with a host account on the target site to become a co-host"},{"displayName":"Auto Accept Request","name":"autoAcceptRequest","type":"boolean","default":false,"description":"Whether or not meeting registration request is accepted automatically"},{"displayName":"Enable Connect Audio Before Host","name":"enableConnectAudioBeforeHost","type":"boolean","default":false,"description":"Whether or not to allow any attendee to connect audio in the meeting before the host joins the meeting"},{"displayName":"Enabled Auto Record Meeting","name":"enabledAutoRecordMeeting","type":"boolean","default":false,"description":"Whether or not meeting is recorded automatically"},{"displayName":"Enabled Join Before Host","name":"enabledJoinBeforeHost","type":"boolean","default":false,"description":"Whether or not to allow any attendee to join the meeting before the host joins the meeting"},{"displayName":"Exclude Password","name":"excludePassword","type":"boolean","default":false,"description":"Whether or not to exclude password from the meeting email invitation"},{"displayName":"Host Email","name":"hostEmail","type":"string","default":"","description":"Email address for the meeting host. Can only be set if you're an admin."},{"displayName":"Integration Tags","name":"integrationTags","type":"string","default":"","description":"External keys created by an integration application in its own domain. They could be Zendesk ticket IDs, Jira IDs, Salesforce Opportunity IDs, etc."},{"displayName":"Invitees","name":"inviteesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Invitee","options":[{"displayName":"Invitee","name":"inviteeValues","values":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","description":"Email address of meeting invitee"},{"displayName":"Display Name","name":"displayName","type":"string","default":"","description":"Display name of meeting invitee"},{"displayName":"Co-Host","name":"coHost","type":"boolean","default":false,"description":"Whether or not invitee is allowed to be a co-host for the meeting"}]}]},{"displayName":"Join Before Host Minutes","name":"joinBeforeHostMinutes","type":"options","options":[{"name":"0","value":0},{"name":"5","value":5},{"name":"10","value":10},{"name":"15","value":15}],"default":0,"description":"The number of minutes an attendee can join the meeting before the meeting start time and the host joins"},{"displayName":"Public Meeting","name":"publicMeeting","type":"boolean","default":false,"description":"Whether or not to allow the meeting to be listed on the public calendar"},{"displayName":"Recurrence","name":"recurrence","type":"string","default":"","description":"Rule for how the meeting should recur. Acceptable <a href=\"https://datatracker.ietf.org/doc/html/rfc2445\"> format</a>."},{"displayName":"Required Registration Info","name":"requireRegistrationInfo","type":"multiOptions","options":[{"name":"Require First Name","value":"requireFirstName"},{"name":"Require Last Name","value":"requireLastName"},{"name":"Require Email","value":"requireEmail"},{"name":"Require Job Title","value":"requireJobTitle"},{"name":"Require Company Name","value":"requireCompanyName"},{"name":"Require Address 1","value":"requireAddress1"},{"name":"Require Address 2","value":"requireAddress2"},{"name":"Require City","value":"requireCity"},{"name":"Require State","value":"requireState"},{"name":"Require Zip Code","value":"requireZipCode"},{"name":"Require Country Region","value":"requireCountryRegion"},{"name":"Require Work Phone","value":"requireWorkPhone"},{"name":"Require Fax","value":"requireFax"}],"default":[],"description":"Data required for meeting registration"},{"displayName":"Reminder Time","name":"reminderTime","type":"number","default":1,"description":"The number of minutes before the meeting begins, for sending an email reminder to the host"},{"displayName":"Send Email","name":"sendEmail","type":"boolean","default":true,"description":"Whether or not to send emails to host and invitees"},{"displayName":"Site URL","name":"siteUrl","type":"options","typeOptions":{"loadOptionsMethod":"getSites"},"default":"","description":"URL of the Webex site which the meeting is created on. If not specified, the meeting is created on user's preferred site. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Meeting ID","name":"meetingId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["meeting"],"operation":["delete"]}},"description":"ID of the meeting"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["meeting"],"operation":["delete"]}},"options":[{"displayName":"Host Email","name":"hostEmail","type":"string","default":"","description":"Email address for the meeting host. This parameter is only used if the user or application calling the API has the admin-level scopes."},{"displayName":"Send Email","name":"sendEmail","type":"boolean","default":true,"description":"Whether or not to send emails to host and invitees"}]},{"displayName":"Meeting ID","name":"meetingId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["meeting"],"operation":["get"]}},"description":"ID of the meeting"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["meeting"],"operation":["get"]}},"options":[{"displayName":"Host Email","name":"hostEmail","type":"string","default":"","description":"Email address for the meeting host. This parameter is only used if the user or application calling the API has the admin-level scopes."},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"Meeting password. It's required when the meeting is protected by a password and the current user is not privileged to view it if they are not a host, co-host or invitee of the meeting."},{"displayName":"Send Email","name":"sendEmail","type":"boolean","default":true,"description":"Whether or not to send emails to host and invitees. It is an optional field and default value is true."}]},{"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":["meeting"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["meeting"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["meeting"],"operation":["getAll"]}},"options":[{"displayName":"From","name":"from","type":"dateTime","default":"","description":"Start date and time (inclusive) for the meeting. Acceptable <a href=\"https://datatracker.ietf.org/doc/html/rfc2445\"> format</a>."},{"displayName":"Host Email","name":"hostEmail","type":"string","default":"","description":"Email address for the meeting host"},{"displayName":"Integration Tag","name":"integrationTag","type":"string","default":"","description":"External tag created by another application, e.g. Zendesk ticket ID or Jira ID"},{"displayName":"Limit to Current Meetings","name":"current","type":"boolean","default":true,"description":"Whether to return just the current meeting or all meetings"},{"displayName":"Meeting Number","name":"meetingNumber","type":"string","default":"","description":"Meeting number for the meeting objects being requested"},{"displayName":"Meeting Type","name":"meetingType","type":"options","options":[{"name":"Meeting Series","value":"meetingSeries","description":"Master of a scheduled series of meetings which consists of one or more scheduled meeting based on a recurrence rule"},{"name":"Scheduled Meeting","value":"scheduledMeeting","description":"Instance from a master meeting series"},{"name":"Meeting","value":"meeting","description":"Meeting instance that is actually happening or has happened"}],"default":"meetingSeries"},{"displayName":"Participant Email","name":"participantEmail","type":"string","default":"","description":"Email of a person that must be a meeting participant"},{"displayName":"Site URL","name":"siteUrl","type":"options","typeOptions":{"loadOptionsMethod":"getSites"},"default":"","description":"URL of the Webex site which the API lists meetings from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"State","name":"state","type":"options","options":[{"name":"Active","value":"active"},{"name":"Ended","value":"ended"},{"name":"Expired","value":"expired"},{"name":"In Progress","value":"inProgress"},{"name":"Lobby","value":"lobby"},{"name":"Missed","value":"missed"},{"name":"Ready","value":"ready"},{"name":"Scheduled","value":"scheduled"}],"default":"","description":"Meeting state for the meeting objects being requested"},{"displayName":"To","name":"to","type":"dateTime","default":"","description":"End date and time (inclusive) for the meeting. Acceptable <a href=\"https://datatracker.ietf.org/doc/html/rfc2445\"> format</a>."},{"displayName":"Weblink","name":"webLink","type":"string","default":"","description":"URL encoded link to information page for the meeting objects being requested"}]},{"displayName":"Meeting ID","name":"meetingId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["meeting"],"operation":["update"]}},"description":"ID of the meeting"},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"resource":["meeting"],"operation":["update"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Agenda","name":"agenda","type":"string","default":"","description":"The meeting's agenda. Cannot be longer that 1300 characters."},{"displayName":"Allow Any User To Be Co-Host","name":"allowAnyUserToBeCoHost","type":"boolean","default":false,"description":"Whether or not to allow any attendee with a host account on the target site to become a co-host when joining the meeting"},{"displayName":"Allow Authenticated Devices","name":"allowAuthenticatedDevices","type":"boolean","default":false,"description":"Whether or not to allow authenticated video devices in the meeting's organization to start or join the meeting without a prompt"},{"displayName":"Allow First User To Be Co-Host","name":"allowFirstUserToBeCoHost","type":"boolean","default":false,"description":"Whether or not to allow the first attendee of the meeting with a host account on the target site to become a co-host"},{"displayName":"Enable Connect Audio Before Host","name":"enableConnectAudioBeforeHost","type":"boolean","default":false,"description":"Whether or not to allow any attendee to connect audio in the meeting before the host joins the meeting"},{"displayName":"Enabled Auto Record Meeting","name":"enabledAutoRecordMeeting","type":"boolean","default":false,"description":"Whether or not meeting is recorded automatically"},{"displayName":"Enabled Join Before Host","name":"enabledJoinBeforeHost","type":"boolean","default":false,"description":"Whether or not to allow any attendee to join the meeting before the host joins the meeting"},{"displayName":"End","name":"end","type":"dateTime","default":"","description":"Date and time for the end of the meeting. Acceptable <a href=\"https://datatracker.ietf.org/doc/html/rfc2445\"> format</a>."},{"displayName":"Exclude Password","name":"excludePassword","type":"boolean","default":false,"description":"Whether or not to exclude password from the meeting email invitation"},{"displayName":"Host Email","name":"hostEmail","type":"string","default":"","description":"Email address for the meeting host. This attribute should only be set if the user or application calling the API has the admin-level scopes."},{"displayName":"Invitees","name":"inviteesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Invitee","options":[{"displayName":"Invitee","name":"inviteeValues","values":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","description":"Email address of meeting invitee"},{"displayName":"Display Name","name":"displayName","type":"string","default":"","description":"Display name of meeting invitee"},{"displayName":"Co-Host","name":"coHost","type":"boolean","default":false,"description":"Whether or not invitee is allowed to be a co-host for the meeting"}]}]},{"displayName":"Join Before Host Minutes","name":"joinBeforeHostMinutes","type":"options","options":[{"name":"0","value":0},{"name":"5","value":5},{"name":"10","value":10},{"name":"15","value":15}],"default":0,"description":"The number of minutes an attendee can join the meeting before the meeting start time and the host joins"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"Meeting password. Must conform to the site's password complexity settings. If not specified, a random password conforming to the site's password rules will be generated automatically"},{"displayName":"Public Meeting","name":"publicMeeting","type":"boolean","default":false,"description":"Whether or not to allow the meeting to be listed on the public calendar"},{"displayName":"Recurrence","name":"recurrence","type":"string","default":"","description":"Meeting series recurrence rule (conforming with RFC 2445), applying only to meeting series"},{"displayName":"Required Registration Info","name":"requireRegistrationInfo","type":"multiOptions","options":[{"name":"Require First Name","value":"requireFirstName"},{"name":"Require Last Name","value":"requireLastName"},{"name":"Require Email","value":"requireEmail"},{"name":"Require Job Title","value":"requireJobTitle"},{"name":"Require Company Name","value":"requireCompanyName"},{"name":"Require Address 1","value":"requireAddress1"},{"name":"Require Address 2","value":"requireAddress2"},{"name":"Require City","value":"requireCity"},{"name":"Require State","value":"requireState"},{"name":"Require Zip Code","value":"requireZipCode"},{"name":"Require Country Region","value":"requireCountryRegion"},{"name":"Require Work Phone","value":"requireWorkPhone"},{"name":"Require Fax","value":"requireFax"}],"default":[],"description":"Data required for meeting registration"},{"displayName":"Reminder Time","name":"reminderTime","type":"number","default":1,"description":"The number of minutes before the meeting begins, for sending an email reminder to the host"},{"displayName":"Send Email","name":"sendEmail","type":"boolean","default":false,"description":"Whether or not to send emails to host and invitees. It is an optional field and default value is true."},{"displayName":"Site URL","name":"siteUrl","type":"options","typeOptions":{"loadOptionsMethod":"getSites"},"default":"","description":"URL of the Webex site which the meeting is created on. If not specified, the meeting is created on user's preferred site. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Start","name":"start","type":"dateTime","default":"","description":"Date and time for the start of the meeting. Acceptable <a href=\"https://datatracker.ietf.org/doc/html/rfc2445\"> format</a>."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Meeting title"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Create","value":"create","action":"Create a message"},{"name":"Delete","value":"delete","action":"Delete a message"},{"name":"Get","value":"get","action":"Get a message"},{"name":"Get Many","value":"getAll","action":"Get many messages"},{"name":"Update","value":"update","action":"Update a message"}],"default":"create"},{"displayName":"Destination","name":"destination","type":"options","options":[{"name":"Room","value":"room"},{"name":"Person","value":"person"}],"required":true,"default":"room","displayOptions":{"show":{"resource":["message"],"operation":["create"]}}},{"displayName":"Room Name or ID","name":"roomId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRooms"},"required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["create"],"destination":["room"]}}},{"displayName":"Specify Person By","name":"specifyPersonBy","type":"options","options":[{"name":"Email","value":"email"},{"name":"ID","value":"id"}],"required":true,"default":"email","displayOptions":{"show":{"resource":["message"],"operation":["create"],"destination":["person"]}}},{"displayName":"Person ID","name":"toPersonId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["create"],"specifyPersonBy":["id"]}}},{"displayName":"Person Email","name":"toPersonEmail","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["create"],"specifyPersonBy":["email"]}}},{"displayName":"Text","name":"text","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["create"]}},"description":"The message, in plain text"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["message"],"operation":["create"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Attachments","name":"attachmentsUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Attachment","options":[{"displayName":"Attachment","name":"attachmentValues","values":[{"displayName":"Elements","name":"elementsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Element","options":[{"displayName":"Element","name":"elementValues","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Text Block","value":"textBlock"},{"name":"Input Text","value":"inputText"}],"default":"textBlock"},{"displayName":"Text","name":"text","type":"string","default":"","displayOptions":{"show":{"type":["textBlock"]}},"required":true,"description":"Text to display. A subset of markdown is supported (https://aka.ms/ACTextFeatures)."},{"displayName":"Color","name":"color","type":"options","displayOptions":{"show":{"type":["textBlock"]}},"options":[{"name":"Accent","value":"accent"},{"name":"Attention","value":"attention"},{"name":"Dark","value":"dark"},{"name":"Default","value":"default"},{"name":"Good","value":"good"},{"name":"Light","value":"light"},{"name":"Warning","value":"warning"}],"default":"default","description":"Color of the TextBlock element"},{"displayName":"Font Type","name":"fontType","type":"options","displayOptions":{"show":{"type":["textBlock"]}},"options":[{"name":"Default","value":"default"},{"name":"Monospace","value":"monospace"}],"default":"default","description":"Type of font to use for rendering"},{"displayName":"Horizontal Alignment","name":"horizontalAlignment","type":"options","displayOptions":{"show":{"type":["textBlock"]}},"options":[{"name":"Left","value":"left"},{"name":"Center","value":"center"},{"name":"Right","value":"right"}],"default":"left","description":"Controls the horizontal text alignment"},{"displayName":"Is Subtle","name":"isSubtle","type":"boolean","displayOptions":{"show":{"type":["textBlock"]}},"default":false,"description":"Whether to display text slightly toned down to appear less prominent"},{"displayName":"Max Lines","name":"maxLines","type":"number","displayOptions":{"show":{"type":["textBlock"]}},"default":1,"description":"Specifies the maximum number of lines to display"},{"displayName":"Size","name":"size","type":"options","displayOptions":{"show":{"type":["textBlock"]}},"options":[{"name":"Default","value":"default"},{"name":"Extra Large","value":"extraLarge"},{"name":"Large","value":"large"},{"name":"Medium","value":"medium"},{"name":"Small","value":"small"}],"default":"default","description":"Controls size of text"},{"displayName":"Weight","name":"weight","type":"options","displayOptions":{"show":{"type":["textBlock"]}},"options":[{"name":"Default","value":"default"},{"name":"Lighter","value":"lighter"},{"name":"Bolder","value":"bolder"}],"default":"default","description":"Controls the weight of TextBlock elements"},{"displayName":"Wrap","name":"wrap","type":"boolean","displayOptions":{"show":{"type":["textBlock"]}},"default":true,"description":"Whether to allow text to wrap. Otherwise, text is clipped."},{"displayName":"Height","name":"height","type":"options","displayOptions":{"show":{"type":["textBlock"]}},"options":[{"name":"Auto","value":"auto"},{"name":"Stretch","value":"stretch"}],"default":"auto","description":"Specifies the height of the element"},{"displayName":"Separator","name":"separator","type":"boolean","default":false,"displayOptions":{"show":{"type":["textBlock"]}},"description":"Whether to draw a separating line at the top of the element"},{"displayName":"Spacing","name":"spacing","type":"options","displayOptions":{"show":{"type":["textBlock"]}},"options":[{"name":"Default","value":"default"},{"name":"Extra Large","value":"extraLarge"},{"name":"Large","value":"large"},{"name":"Medium","value":"medium"},{"name":"None","value":"none"},{"name":"Padding","value":"padding"},{"name":"Small","value":"small"}],"default":"default","description":"Controls the amount of spacing between this element and the preceding element"},{"displayName":"ID","name":"id","type":"string","displayOptions":{"show":{"type":["textBlock"]}},"default":"","description":"A unique identifier associated with the item"},{"displayName":"Is Visible","name":"isVisible","type":"boolean","displayOptions":{"show":{"type":["textBlock"]}},"default":true,"description":"Whether this item will be removed from the visual trees"},{"displayName":"ID","name":"id","type":"string","required":true,"displayOptions":{"show":{"type":["inputText"]}},"default":"","description":"Unique identifier for the value. Used to identify collected input when the Submit action is performed."},{"displayName":"Is Multiline","name":"isMultiline","type":"boolean","displayOptions":{"show":{"type":["inputText"]}},"default":false,"description":"Whether to allow multiple lines of input"},{"displayName":"Max Length","name":"maxLength","type":"number","displayOptions":{"show":{"type":["inputText"]}},"default":1,"description":"Hint of maximum length characters to collect (may be ignored by some clients)"},{"displayName":"Placeholder","name":"placeholder","type":"string","displayOptions":{"show":{"type":["inputText"]}},"default":"","description":"Description of the input desired. Displayed when no text has been input."},{"displayName":"Regex","name":"regex","type":"string","displayOptions":{"show":{"type":["inputText"]}},"default":"","description":"Regular expression indicating the required format of this text input"},{"displayName":"Style","name":"style","type":"options","displayOptions":{"show":{"type":["inputText"]}},"options":[{"name":"Text","value":"text"},{"name":"Tel","value":"tel"},{"name":"URL","value":"url"},{"name":"Email","value":"email"}],"default":"text","description":"Style hint for text input"},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"type":["inputText"]}},"default":"","description":"The initial value for this field"}]}]},{"displayName":"Actions","name":"actionsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Action","options":[{"displayName":"Action","name":"actionValues","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Execute","value":"execute"},{"name":"Open URL","value":"openUrl"},{"name":"Submit","value":"submit"}],"default":"openUrl"},{"displayName":"URL","name":"url","type":"string","default":"","displayOptions":{"show":{"type":["openUrl"]}},"description":"The URL to open"},{"displayName":"Data","name":"data","type":"string","displayOptions":{"show":{"type":["submit","execute"]}},"default":"","description":"Any extra data to pass along. These are essentially ‘hidden’ properties."},{"displayName":"Verb","name":"verb","type":"string","displayOptions":{"show":{"type":["execute"]}},"default":"","description":"The card author-defined verb associated with this action"},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"description":"Label for button or link that represents this action"},{"displayName":"Icon URL","name":"iconUrl","type":"string","default":"","description":"Optional icon to be shown on the action in conjunction with the title. Supports data URI in version 1.2+."},{"displayName":"Style","name":"style","type":"options","options":[{"name":"Default","value":"default"},{"name":"Positive","value":"positive"},{"name":"Destructive","value":"destructive"}],"default":"default","description":"Controls the style of an Action, which influences how the action is displayed, spoken, etc"}]}]}]}]},{"displayName":"File","name":"fileUi","placeholder":"Add File","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"fileValue","displayName":"File","values":[{"displayName":"File Location","name":"fileLocation","type":"options","options":[{"name":"URL","value":"url"},{"name":"Binary File","value":"binaryData"}],"default":"url"},{"displayName":"Input Field With File","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"fileLocation":["binaryData"]}},"description":"The field in the node input containing the binary file data"},{"displayName":"URL","name":"url","type":"string","default":"","displayOptions":{"show":{"fileLocation":["url"]}},"description":"The public URL of the file"}]}]},{"displayName":"Markdown","name":"markdown","type":"string","default":"","description":"The message in markdown format. When used the text parameter is used to provide alternate text for UI clients that do not support rich text."}]},{"displayName":"Message ID","name":"messageId","description":"ID of the message to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["delete"]}}},{"displayName":"Message ID","name":"messageId","description":"ID of the message to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Room Name or ID","name":"roomId","description":"List messages in a room, by ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getRooms"},"required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["message"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}},"options":[{"displayName":"Before","name":"before","description":"List messages sent before a date and time","type":"dateTime","default":""},{"displayName":"Before Message","name":"beforeMessage","description":"List messages sent before a message, by ID","type":"string","default":""},{"displayName":"Parent Message ID","name":"parentId","description":"List messages with a parent, by ID","type":"string","default":""},{"displayName":"Mentioned Person","name":"mentionedPeople","type":"string","default":"","description":"List only messages with certain person mentioned. Enter their ID. You can use 'me' as a shorthand for yourself"}]},{"displayName":"Message ID","name":"messageId","description":"ID of the message to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Is Markdown","name":"markdown","description":"Whether the message uses markdown","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Text","name":"text","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["update"],"markdown":[false]}},"description":"The message, in plain text"},{"displayName":"Markdown","name":"markdownText","description":"The message, in Markdown format. The maximum message length is 7439 bytes.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["update"],"markdown":[true]}}}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.ciscowebex/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/ciscowebex/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Cisco/Webex/ciscoWebex.png"},
{"displayName":"Webex by Cisco Trigger","name":"ciscoWebexTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"resource\"] + \":\" + $parameter[\"event\"]}}","description":"Starts the workflow when Cisco Webex events occur.","defaults":{"name":"Webex by Cisco Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"ciscoWebexOAuth2Api","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"[All]","value":"all"},{"name":"Attachment Action","value":"attachmentAction"},{"name":"Meeting","value":"meeting"},{"name":"Membership","value":"membership"},{"name":"Message","value":"message"},{"name":"Recording","value":"recording"},{"name":"Room","value":"room"}],"default":"meeting","required":true},{"displayName":"Event","name":"event","type":"options","displayOptions":{"show":{"resource":["attachmentAction"]}},"options":[{"value":"created","name":"Created"},{"value":"deleted","name":"Deleted"},{"value":"updated","name":"Updated"},{"value":"all","name":"*"}],"default":"","required":true},{"displayName":"Event","name":"event","type":"options","displayOptions":{"show":{"resource":["membership"]}},"options":[{"value":"created","name":"Created"},{"value":"deleted","name":"Deleted"},{"value":"updated","name":"Updated"},{"value":"all","name":"*"}],"default":"","required":true},{"displayName":"Event","name":"event","type":"options","displayOptions":{"show":{"resource":["message"]}},"options":[{"value":"created","name":"Created"},{"value":"deleted","name":"Deleted"},{"value":"updated","name":"Updated"},{"value":"all","name":"*"}],"default":"","required":true},{"displayName":"Event","name":"event","type":"options","displayOptions":{"show":{"resource":["room"]}},"options":[{"value":"created","name":"Created"},{"value":"deleted","name":"Deleted"},{"value":"updated","name":"Updated"},{"value":"all","name":"*"}],"default":"","required":true},{"displayName":"Event","name":"event","type":"options","displayOptions":{"show":{"resource":["meeting"]}},"options":[{"value":"created","name":"Created"},{"value":"deleted","name":"Deleted"},{"value":"updated","name":"Updated"},{"value":"started","name":"Started"},{"value":"ended","name":"Ended"},{"value":"all","name":"*"}],"default":"","required":true},{"displayName":"Event","name":"event","type":"options","displayOptions":{"show":{"resource":["recording"]}},"options":[{"value":"created","name":"Created"},{"value":"deleted","name":"Deleted"},{"value":"updated","name":"Updated"},{"value":"all","name":"*"}],"default":"","required":true},{"displayName":"Event","name":"event","type":"options","displayOptions":{"show":{"resource":["telephonyCall"]}},"options":[{"value":"created","name":"Created"},{"value":"deleted","name":"Deleted"},{"value":"updated","name":"Updated"}],"default":"","required":true},{"displayName":"Event","name":"event","type":"options","displayOptions":{"show":{"resource":["all"]}},"options":[{"value":"created","name":"Created"},{"value":"updated","name":"Updated"},{"value":"deleted","name":"Deleted"},{"value":"all","name":"*"}],"default":"","required":true},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","displayOptions":{"show":{"resource":["attachmentAction"]}},"default":true,"description":"By default the response only contain a reference to the data the user inputed. If this option gets activated, it will resolve the data automatically."},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Has Files","name":"hasFiles","type":"boolean","displayOptions":{"show":{"/resource":["message"],"/event":["created","deleted"]}},"default":false,"description":"Whether to limit to messages which contain file content attachments"},{"displayName":"Is Locked","name":"isLocked","type":"boolean","displayOptions":{"show":{"/resource":["room"],"/event":["created","updated"]}},"default":false,"description":"Whether to limit to rooms that are locked"},{"displayName":"Is Moderator","name":"isModerator","type":"boolean","displayOptions":{"show":{"/resource":["membership"],"/event":["created","updated","deleted"]}},"default":false,"description":"Whether to limit to moderators of a room"},{"displayName":"Mentioned People","name":"mentionedPeople","type":"string","displayOptions":{"show":{"/resource":["message"],"/event":["created","deleted"]}},"default":"","description":"Limit to messages which contain these mentioned people, by person ID; accepts me as a shorthand for your own person ID; separate multiple values with commas"},{"displayName":"Message ID","name":"messageId","type":"string","displayOptions":{"show":{"/resource":["attachmentAction"],"/event":["created"]}},"default":"","description":"Limit to a particular message, by ID"},{"displayName":"Owned By","name":"ownedBy","displayOptions":{"show":{"/resource":["meeting"]}},"type":"string","default":""},{"displayName":"Person Email","name":"personEmail","type":"string","displayOptions":{"show":{"/resource":["membership"],"/event":["created","updated","deleted"]}},"default":"","description":"Limit to a particular person, by email"},{"displayName":"Person Email","name":"personEmail","type":"string","displayOptions":{"show":{"/resource":["message"],"/event":["created","deleted"]}},"default":"","description":"Limit to a particular person, by email"},{"displayName":"Person ID","name":"personId","type":"string","displayOptions":{"show":{"/resource":["attachmentAction"],"/event":["created"]}},"default":"","description":"Limit to a particular person, by ID"},{"displayName":"Person ID","name":"personId","type":"string","displayOptions":{"show":{"/resource":["membership"],"/event":["created","updated","deleted"]}},"default":"","description":"Limit to a particular person, by ID"},{"displayName":"Person ID","name":"personId","type":"string","displayOptions":{"show":{"/resource":["message"],"/event":["created","deleted"]}},"default":"","description":"Limit to a particular person, by ID"},{"displayName":"Room ID","name":"roomId","type":"string","displayOptions":{"show":{"/resource":["attachmentAction"],"/event":["created"]}},"default":"","description":"Limit to a particular room, by ID"},{"displayName":"Room ID","name":"roomId","type":"string","displayOptions":{"show":{"/resource":["membership"],"/event":["created","updated","deleted"]}},"default":"","description":"Limit to a particular room, by ID"},{"displayName":"Room ID","name":"roomId","type":"string","displayOptions":{"show":{"/resource":["message"],"/event":["created","updated"]}},"default":"","description":"Limit to a particular room, by ID"},{"displayName":"Room Type","name":"roomType","type":"options","options":[{"name":"Direct","value":"direct"},{"name":"Group","value":"group"}],"displayOptions":{"show":{"/resource":["message"],"/event":["created","deleted"]}},"default":"","description":"Limit to a particular room type"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Direct","value":"direct"},{"name":"Group","value":"group"}],"displayOptions":{"show":{"/resource":["room"],"/event":["created","updated"]}},"default":"","description":"Limit to a particular room type"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.ciscowebextrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/ciscowebex/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Cisco/Webex/ciscoWebex.png"},
{"displayName":"Cloudflare","name":"cloudflare","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Cloudflare API","defaults":{"name":"Cloudflare"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"cloudflareApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Zone Certificate","value":"zoneCertificate"}],"default":"zoneCertificate"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["zoneCertificate"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a certificate","action":"Delete a certificate"},{"name":"Get","value":"get","description":"Get a certificate","action":"Get a certificate"},{"name":"Get Many","value":"getMany","description":"Get many certificates","action":"Get many certificates"},{"name":"Upload","value":"upload","description":"Upload a certificate","action":"Upload a certificate"}],"default":"upload"},{"displayName":"Zone Name or ID","name":"zoneId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getZones"},"required":true,"displayOptions":{"show":{"resource":["zoneCertificate"],"operation":["upload","getMany","get","delete"]}},"default":""},{"displayName":"Certificate Content","name":"certificate","type":"string","required":true,"displayOptions":{"show":{"resource":["zoneCertificate"],"operation":["upload"]}},"default":"","description":"The zone's leaf certificate"},{"displayName":"Private Key","name":"privateKey","type":"string","required":true,"displayOptions":{"show":{"resource":["zoneCertificate"],"operation":["upload"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","description":"Whether to return all results or only up to a given limit","default":false,"displayOptions":{"show":{"resource":["zoneCertificate"],"operation":["getMany"]}}},{"displayName":"Limit","name":"limit","type":"number","default":25,"typeOptions":{"minValue":1,"maxValue":50},"displayOptions":{"show":{"resource":["zoneCertificate"],"operation":["getMany"],"returnAll":[false]}},"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["zoneCertificate"],"operation":["getMany"]}},"options":[{"displayName":"Status","name":"status","type":"options","options":[{"name":"Active","value":"active"},{"name":"Expired","value":"expired"},{"name":"Deleted","value":"deleted"},{"name":"Pending","value":"pending"}],"default":"","description":"Status of the zone's custom SSL"}]},{"displayName":"Certificate ID","name":"certificateId","type":"string","required":true,"displayOptions":{"show":{"resource":["zoneCertificate"],"operation":["get","delete"]}},"default":""}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.cloudflare/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/cloudflare/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Cloudflare/cloudflare.svg"},
{"displayName":"Clearbit","name":"clearbit","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \":\" + $parameter[\"resource\"]}}","description":"Consume Clearbit API","defaults":{"name":"Clearbit"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"clearbitApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Company","value":"company","description":"The Company API allows you to look up a company by their domain"},{"name":"Person","value":"person","description":"The Person API lets you retrieve social information associated with an email address, such as a person’s name, location and Twitter handle"}],"default":"company"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["company"]}},"options":[{"name":"Autocomplete","value":"autocomplete","description":"Auto-complete company names and retrieve logo and domain","action":"Autocomplete a company"},{"name":"Enrich","value":"enrich","description":"Look up person and company data based on an email or domain","action":"Enrich a company"}],"default":"enrich"},{"displayName":"Domain","name":"domain","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["enrich"]}},"description":"The domain to look up"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["enrich"]}},"options":[{"displayName":"Company Name","name":"companyName","type":"string","default":"","description":"The name of the company"},{"displayName":"Facebook","name":"facebook","type":"string","default":"","description":"The Facebook URL for the company"},{"displayName":"Linkedin","name":"linkedin","type":"string","default":"","description":"The LinkedIn URL for the company"},{"displayName":"Twitter","name":"twitter","type":"string","default":"","description":"The Twitter handle for the company"}]},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["autocomplete"]}},"description":"Name is the partial name of the company"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["person"]}},"options":[{"name":"Enrich","value":"enrich","description":"Look up a person and company data based on an email or domain","action":"Enrich a person"}],"default":"enrich"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"resource":["person"],"operation":["enrich"]}},"description":"The email address to look up"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["person"],"operation":["enrich"]}},"options":[{"displayName":"Company","name":"company","type":"string","default":"","description":"The name of the person’s employer"},{"displayName":"Company Domain","name":"companyDomain","type":"string","default":"","description":"The domain for the person’s employer"},{"displayName":"Facebook","name":"facebook","type":"string","default":"","description":"The Facebook URL for the person"},{"displayName":"Family Name","name":"familyName","type":"string","default":"","description":"Last name of person. If you have this, passing this is strongly recommended to improve match rates."},{"displayName":"Given Name","name":"givenName","type":"string","default":"","description":"First name of person"},{"displayName":"IP Address","name":"ipAddress","type":"string","default":"","description":"IP address of the person. If you have this, passing this is strongly recommended to improve match rates."},{"displayName":"Location","name":"location","type":"string","default":"","description":"The city or country where the person resides"},{"displayName":"LinkedIn","name":"linkedIn","type":"string","default":"","description":"The LinkedIn URL for the person"},{"displayName":"Twitter","name":"twitter","type":"string","default":"","description":"The Twitter handle for the person"}]}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.clearbit/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/clearbit/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Clearbit/clearbit.svg"},
{"displayName":"ClickUp","name":"clickUp","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \":\" + $parameter[\"resource\"]}}","description":"Consume ClickUp API (Beta)","defaults":{"name":"ClickUp"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"clickUpApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"clickUpOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Checklist","value":"checklist"},{"name":"Checklist Item","value":"checklistItem"},{"name":"Comment","value":"comment"},{"name":"Folder","value":"folder"},{"name":"Goal","value":"goal"},{"name":"Goal Key Result","value":"goalKeyResult"},{"name":"List","value":"list"},{"name":"Space Tag","value":"spaceTag"},{"name":"Task","value":"task"},{"name":"Task Dependency","value":"taskDependency"},{"name":"Task List","value":"taskList"},{"name":"Task Tag","value":"taskTag"},{"name":"Time Entry","value":"timeEntry"},{"name":"Time Entry Tag","value":"timeEntryTag"}],"default":"task"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["checklist"]}},"options":[{"name":"Create","value":"create","description":"Create a checklist","action":"Create a checklist"},{"name":"Delete","value":"delete","description":"Delete a checklist","action":"Delete a checklist"},{"name":"Update","value":"update","description":"Update a checklist","action":"Update a checklist"}],"default":"create"},{"displayName":"Task ID","name":"task","type":"string","default":"","displayOptions":{"show":{"resource":["checklist"],"operation":["create"]}},"required":true},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["checklist"],"operation":["create"]}},"required":true},{"displayName":"Checklist ID","name":"checklist","type":"string","default":"","displayOptions":{"show":{"resource":["checklist"],"operation":["delete"]}},"required":true},{"displayName":"Checklist ID","name":"checklist","type":"string","default":"","displayOptions":{"show":{"resource":["checklist"],"operation":["update"]}},"required":true},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["checklist"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Position","name":"position","type":"number","typeOptions":{"minValue":0},"default":0}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["checklistItem"]}},"options":[{"name":"Create","value":"create","description":"Create a checklist item","action":"Create a checklist item"},{"name":"Delete","value":"delete","description":"Delete a checklist item","action":"Delete a checklist item"},{"name":"Update","value":"update","description":"Update a checklist item","action":"Update a checklist item"}],"default":"create"},{"displayName":"Checklist ID","name":"checklist","type":"string","default":"","displayOptions":{"show":{"resource":["checklistItem"],"operation":["create"]}},"required":true},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["checklistItem"],"operation":["create"]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["checklistItem"],"operation":["create"]}},"options":[{"displayName":"Assignee ID","name":"assignee","type":"string","default":""}]},{"displayName":"Checklist ID","name":"checklist","type":"string","default":"","displayOptions":{"show":{"resource":["checklistItem"],"operation":["delete"]}},"required":true},{"displayName":"Checklist Item ID","name":"checklistItem","type":"string","default":"","displayOptions":{"show":{"resource":["checklistItem"],"operation":["delete"]}},"required":true},{"displayName":"Checklist ID","name":"checklist","type":"string","default":"","displayOptions":{"show":{"resource":["checklistItem"],"operation":["update"]}},"required":true},{"displayName":"Checklist Item ID","name":"checklistItem","type":"string","default":"","displayOptions":{"show":{"resource":["checklistItem"],"operation":["update"]}},"required":true},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["checklistItem"],"operation":["update"]}},"options":[{"displayName":"Assignee ID","name":"assignee","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Parent Checklist Item ID","name":"parent","type":"string","default":"","description":"Checklist item that you want to nest the target checklist item underneath"},{"displayName":"Resolved","name":"resolved","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["comment"]}},"options":[{"name":"Create","value":"create","description":"Create a comment","action":"Create a comment"},{"name":"Delete","value":"delete","description":"Delete a comment","action":"Delete a comment"},{"name":"Get Many","value":"getAll","description":"Get many comments","action":"Get many comments"},{"name":"Update","value":"update","description":"Update a comment","action":"Update a comment"}],"default":"create"},{"displayName":"Comment On","name":"commentOn","type":"options","options":[{"name":"List","value":"list"},{"name":"Task","value":"task"},{"name":"View","value":"view"}],"default":"","displayOptions":{"show":{"resource":["comment"],"operation":["create"]}}},{"displayName":"ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["comment"],"operation":["create"]}},"required":true},{"displayName":"Comment Text","name":"commentText","type":"string","default":"","displayOptions":{"show":{"resource":["comment"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["comment"],"operation":["create"]}},"options":[{"displayName":"Assignee ID","name":"assignee","type":"string","default":""},{"displayName":"Notify All","name":"notifyAll","type":"boolean","default":false,"description":"Whether creation notifications will be sent to everyone including the creator of the comment"}]},{"displayName":"Comment ID","name":"comment","type":"string","default":"","displayOptions":{"show":{"resource":["comment"],"operation":["delete"]}},"required":true},{"displayName":"Comments On","name":"commentsOn","type":"options","options":[{"name":"List","value":"list"},{"name":"Task","value":"task"},{"name":"View","value":"view"}],"default":"","displayOptions":{"show":{"resource":["comment"],"operation":["getAll"]}}},{"displayName":"ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["comment"],"operation":["getAll"]}},"required":true},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["comment"],"operation":["getAll"]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Comment ID","name":"comment","type":"string","default":"","displayOptions":{"show":{"resource":["comment"],"operation":["update"]}},"required":true},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["comment"],"operation":["update"]}},"options":[{"displayName":"Assignee ID","name":"assignee","type":"string","default":""},{"displayName":"Comment Text","name":"commentText","type":"string","default":""},{"displayName":"Resolved","name":"resolved","type":"boolean","default":false}]},{"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","value":"get","description":"Get a folder","action":"Get a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders","action":"Get many folders"},{"name":"Update","value":"update","description":"Update a folder","action":"Update a folder"}],"default":"create"},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Space Name or ID","name":"space","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getSpaces","loadOptionsDependsOn":["team"]},"required":true},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}},"required":true},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Space Name or ID","name":"space","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}},"typeOptions":{"loadOptionsMethod":"getSpaces","loadOptionsDependsOn":["team"]},"required":true},{"displayName":"Folder Name or ID","name":"folder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}},"typeOptions":{"loadOptionsMethod":"getFolders","loadOptionsDependsOn":["space"]},"required":true},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["folder"],"operation":["get"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Space Name or ID","name":"space","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["folder"],"operation":["get"]}},"typeOptions":{"loadOptionsMethod":"getSpaces","loadOptionsDependsOn":["team"]},"required":true},{"displayName":"Folder Name or ID","name":"folder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["folder"],"operation":["get"]}},"typeOptions":{"loadOptionsMethod":"getFolders","loadOptionsDependsOn":["space"]},"required":true},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Space Name or ID","name":"space","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}},"typeOptions":{"loadOptionsMethod":"getSpaces","loadOptionsDependsOn":["team"]},"required":true},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}},"options":[{"displayName":"Archived","name":"archived","type":"boolean","default":false}]},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["folder"],"operation":["update"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Space Name or ID","name":"space","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["folder"],"operation":["update"]}},"typeOptions":{"loadOptionsMethod":"getSpaces","loadOptionsDependsOn":["team"]},"required":true},{"displayName":"Folder Name or ID","name":"folder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["folder"],"operation":["update"]}},"typeOptions":{"loadOptionsMethod":"getFolders","loadOptionsDependsOn":["space"]},"required":true},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["goal"]}},"options":[{"name":"Create","value":"create","description":"Create a goal","action":"Create a goal"},{"name":"Delete","value":"delete","description":"Delete a goal","action":"Delete a goal"},{"name":"Get","value":"get","description":"Get a goal","action":"Get a goal"},{"name":"Get Many","value":"getAll","description":"Get many goals","action":"Get many goals"},{"name":"Update","value":"update","description":"Update a goal","action":"Update a goal"}],"default":"create"},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["goal"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["goal"],"operation":["create"]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["goal"],"operation":["create"]}},"options":[{"displayName":"Color","name":"color","type":"color","default":""},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":""},{"displayName":"Multiple Owners","name":"multipleOwners","type":"boolean","default":false},{"displayName":"Owners","name":"owners","type":"string","default":""}]},{"displayName":"Goal ID","name":"goal","type":"string","default":"","displayOptions":{"show":{"resource":["goal"],"operation":["delete"]}},"required":true},{"displayName":"Goal ID","name":"goal","type":"string","default":"","displayOptions":{"show":{"resource":["goal"],"operation":["get"]}},"required":true},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["goal"],"operation":["getAll"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["goal"],"operation":["getAll"]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Goal ID","name":"goal","type":"string","default":"","displayOptions":{"show":{"resource":["goal"],"operation":["update"]}},"required":true},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["goal"],"operation":["update"]}},"options":[{"displayName":"Add Owners","name":"addOwners","type":"string","default":""},{"displayName":"Color","name":"color","type":"color","default":""},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Remove Owners","name":"removeOwners","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["goalKeyResult"]}},"options":[{"name":"Create","value":"create","description":"Create a key result","action":"Create a goal key result"},{"name":"Delete","value":"delete","description":"Delete a key result","action":"Delete a goal key result"},{"name":"Update","value":"update","description":"Update a key result","action":"Update a goal key result"}],"default":"create"},{"displayName":"Goal ID","name":"goal","type":"string","default":"","displayOptions":{"show":{"resource":["goalKeyResult"],"operation":["create"]}},"required":true},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["goalKeyResult"],"operation":["create"]}},"required":true},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Automatic","value":"automatic"},{"name":"Boolean","value":"boolean"},{"name":"Currency","value":"currency"},{"name":"Number","value":"number"},{"name":"Percentage","value":"percentage"}],"default":"","displayOptions":{"show":{"resource":["goalKeyResult"],"operation":["create"]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["goalKeyResult"],"operation":["create"]}},"options":[{"displayName":"List IDs","name":"listIds","type":"string","default":""},{"displayName":"Owners","name":"owners","type":"string","default":""},{"displayName":"Steps Start","name":"stepsStart","type":"number","typeOptions":{"minValue":0},"default":0,"description":"Required for Percentage, Automatic, Number and Currency"},{"displayName":"Steps End","name":"stepsEnd","type":"number","typeOptions":{"minValue":0},"default":0,"description":"Required for Percentage, Automatic, Number and Currency"},{"displayName":"Task IDs","name":"taskIds","type":"string","default":""},{"displayName":"Unit","name":"unit","type":"string","default":"","description":"Only matters for type Number and Currency. For Currency the unit must be a valid currency code."}]},{"displayName":"Key Result ID","name":"keyResult","type":"string","default":"","displayOptions":{"show":{"resource":["goalKeyResult"],"operation":["delete"]}},"required":true},{"displayName":"Key Result ID","name":"keyResult","type":"string","default":"","displayOptions":{"show":{"resource":["goalKeyResult"],"operation":["update"]}},"required":true},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["goalKeyResult"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Note","name":"note","type":"string","default":""},{"displayName":"Steps Current","name":"stepsCurrent","type":"number","typeOptions":{"minValue":0},"default":1},{"displayName":"Steps End","name":"stepsEnd","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Steps Start","name":"stepsStart","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Unit","name":"unit","type":"string","default":"","description":"Only matters for type Number and Currency. For Currency the unit must be a valid currency code."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["taskTag"]}},"options":[{"name":"Add","value":"add","description":"Add a tag to a task","action":"Add a task tag"},{"name":"Remove","value":"remove","description":"Remove a tag from a task","action":"Remove a task tag"}],"default":"add"},{"displayName":"Task ID","name":"taskId","type":"string","default":"","displayOptions":{"show":{"resource":["taskTag"],"operation":["remove","add"]}},"required":true},{"displayName":"Tag Name","name":"tagName","type":"string","default":"","displayOptions":{"show":{"resource":["taskTag"],"operation":["remove","add"]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["taskTag"],"operation":["remove","add"]}},"options":[{"displayName":"Custom Task IDs","name":"custom_task_ids","type":"boolean","default":false,"description":"Whether to reference a task by it's custom task ID"},{"displayName":"Team Name or ID","name":"team_id","type":"options","typeOptions":{"loadOptionsMethod":"getTeams"},"default":"","description":"Only used when the parameter is set to custom_task_ids=true. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["taskList"]}},"options":[{"name":"Add","value":"add","description":"Add a task to a list","action":"Add a task to a list"},{"name":"Remove","value":"remove","description":"Remove a task from a list","action":"Remove a task from a list"}],"default":"add"},{"displayName":"Task ID","name":"taskId","type":"string","default":"","displayOptions":{"show":{"resource":["taskList"],"operation":["remove","add"]}},"required":true},{"displayName":"List ID","name":"listId","type":"string","default":"","displayOptions":{"show":{"resource":["taskList"],"operation":["remove","add"]}},"required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["spaceTag"]}},"options":[{"name":"Create","value":"create","description":"Create a space tag","action":"Create a space tag"},{"name":"Delete","value":"delete","description":"Delete a space tag","action":"Delete a space tag"},{"name":"Get Many","value":"getAll","description":"Get many space tags","action":"Get many space tags"},{"name":"Update","value":"update","description":"Update a space tag","action":"Update a space tag"}],"default":"create"},{"displayName":"Space ID","name":"space","type":"string","default":"","displayOptions":{"show":{"resource":["spaceTag"],"operation":["create","delete","getAll","update"]}},"required":true},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["spaceTag"],"operation":["create"]}},"required":true},{"displayName":"Name or ID","name":"name","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["space"],"loadOptionsMethod":"getTags"},"default":"","displayOptions":{"show":{"resource":["spaceTag"],"operation":["delete","update"]}},"required":true},{"displayName":"New Name","name":"newName","type":"string","description":"New name to set for the tag","default":"","displayOptions":{"show":{"resource":["spaceTag"],"operation":["update"]}},"required":true},{"displayName":"Foreground Color","name":"foregroundColor","type":"color","default":"#000000","displayOptions":{"show":{"resource":["spaceTag"],"operation":["create","update"]}},"required":true},{"displayName":"Background Color","name":"backgroundColor","type":"color","default":"#000000","displayOptions":{"show":{"resource":["spaceTag"],"operation":["create","update"]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["spaceTag"],"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":{"resource":["spaceTag"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Get a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get many tasks","action":"Get many tasks"},{"name":"Member","value":"member","description":"Get task members","action":"Get task members"},{"name":"Set Custom Field","value":"setCustomField","description":"Set a custom field","action":"Set a custom Field on a task"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Space Name or ID","name":"space","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getSpaces","loadOptionsDependsOn":["team"]},"required":true},{"displayName":"Folderless List","name":"folderless","type":"boolean","default":false,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"required":true},{"displayName":"Folder Name or ID","name":"folder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"],"folderless":[false]}},"typeOptions":{"loadOptionsMethod":"getFolders","loadOptionsDependsOn":["space"]},"required":true},{"displayName":"List Name or ID","name":"list","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"],"folderless":[true]}},"typeOptions":{"loadOptionsMethod":"getFolderlessLists","loadOptionsDependsOn":["space"]},"required":true},{"displayName":"List Name or ID","name":"list","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"],"folderless":[false]}},"typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["folder"]},"required":true},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"required":true,"description":"The first name on the task"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Assignee Names or IDs","name":"assignees","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAssignees","loadOptionsDependsOn":["list"]},"default":[]},{"displayName":"Custom Fields JSON","name":"customFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Custom fields to set as JSON in the format: <code>[ {\"id\": \"\", \"value\": \"\"} ]</code>"},{"displayName":"Content","name":"content","type":"string","default":""},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":""},{"displayName":"Due Date Time","name":"dueDateTime","type":"boolean","default":false},{"displayName":"Is Markdown Content","name":"markdownContent","type":"boolean","default":false},{"displayName":"Notify All","name":"notifyAll","type":"boolean","default":false},{"displayName":"Parent ID","name":"parentId","type":"string","default":""},{"displayName":"Priority","name":"priority","type":"number","typeOptions":{"minValue":1,"maxValue":4},"description":"Integer mapping as 1 : Urgent, 2 : High, 3 : Normal, 4 : Low","default":3},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":""},{"displayName":"Start Date Time","name":"startDateTime","type":"boolean","default":false},{"displayName":"Status Name or ID","name":"status","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getStatuses","loadOptionsDependsOn":["list"]},"default":""},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags","loadOptionsDependsOn":["space"]},"default":[],"description":"The array of tags applied to this task. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Time Estimate","name":"timeEstimate","type":"number","description":"Time estimate in minutes","default":1}]},{"displayName":"Task ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Add Assignees","name":"addAssignees","type":"string","default":"","description":"Assignees IDs. Multiple ca be added separated by comma."},{"displayName":"Content","name":"content","type":"string","default":""},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":""},{"displayName":"Due Date Time","name":"dueDateTime","type":"boolean","default":false},{"displayName":"Is Markdown Content","name":"markdownContent","type":"boolean","default":false},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Notify All","name":"notifyAll","type":"boolean","default":false},{"displayName":"Parent ID","name":"parentId","type":"string","default":""},{"displayName":"Priority","name":"priority","type":"number","typeOptions":{"minValue":1,"maxValue":4},"description":"Integer mapping as 1 : Urgent, 2 : High, 3 : Normal, 4 : Low","default":3},{"displayName":"Remove Assignees","name":"removeAssignees","type":"string","default":"","description":"Assignees IDs. Multiple ca be added separated by comma."},{"displayName":"Status","name":"status","type":"string","default":""},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":""},{"displayName":"Start Date Time","name":"startDateTime","type":"boolean","default":false},{"displayName":"Time Estimate","name":"timeEstimate","type":"number","description":"Time estimate in minutes","default":1}]},{"displayName":"Task ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["get"]}}},{"displayName":"Include Subtasks","name":"includeSubtasks","type":"boolean","default":false,"description":"Whether to also fetch and include subtasks for this task","displayOptions":{"show":{"resource":["task"],"operation":["get"]}}},{"displayName":"Include Markdown Description","name":"includeMarkdownDescription","type":"boolean","default":false,"description":"Whether to include the markdown_description field in the response. This is important for preserving links in the description.","displayOptions":{"show":{"resource":["task"],"operation":["get"]}}},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Space Name or ID","name":"space","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"typeOptions":{"loadOptionsMethod":"getSpaces","loadOptionsDependsOn":["team"]},"required":true},{"displayName":"Folderless List","name":"folderless","type":"boolean","default":false,"displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"required":true},{"displayName":"Folder Name or ID","name":"folder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"folderless":[false]}},"typeOptions":{"loadOptionsMethod":"getFolders","loadOptionsDependsOn":["space"]},"required":true},{"displayName":"List Name or ID","name":"list","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"folderless":[true]}},"typeOptions":{"loadOptionsMethod":"getFolderlessLists","loadOptionsDependsOn":["space"]},"required":true},{"displayName":"List Name or ID","name":"list","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"folderless":[false]}},"typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["folder"]},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["task"],"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":{"resource":["task"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"options":[{"displayName":"Archived","name":"archived","type":"boolean","default":false},{"displayName":"Assignee Names or IDs","name":"assignees","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAssignees","loadOptionsDependsOn":["list"]},"default":[]},{"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/expressions/\">expression</a>."},{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"!=","value":"!="},{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":">","value":">"},{"name":">=","value":">="},{"name":"Equal","value":"equal"},{"name":"Is Not Null","value":"IS NOT NULL"},{"name":"Is Null","value":"IS NULL"}],"default":"equal","description":"The value to set on custom field"},{"displayName":"Value","name":"value","type":"string","displayOptions":{"hide":{"operator":["IS NULL","IS NOT NULL"]}},"default":"","description":"The value to set on custom field"}]}]},{"displayName":"Date Created Greater Than","name":"dateCreatedGt","type":"dateTime","default":"","description":"Filter date created greater"},{"displayName":"Date Created Less Than","name":"dateCreatedLt","type":"dateTime","default":"","description":"Filter date created less than posix time"},{"displayName":"Date Updated Greater Than","name":"dateUpdatedGt","type":"dateTime","default":"","description":"Filter date updated greater than"},{"displayName":"Date Update Less Than","name":"dateUpdatedLt","type":"dateTime","default":"","description":"Filter date updated less than"},{"displayName":"Due Date Greater Than","name":"dueDateGt","type":"dateTime","default":"","description":"Filter due date greater than"},{"displayName":"Due Date Less Than","name":"dueDateLt","type":"dateTime","default":"","description":"Filter due date less than"},{"displayName":"Include Closed","name":"includeClosed","type":"boolean","default":false,"description":"The response does by default not include closed tasks. Set this to true and dont send a status filter to include closed tasks."},{"displayName":"Order By","name":"orderBy","type":"options","default":"","options":[{"name":"ID","value":"id"},{"name":"Created","value":"created"},{"name":"Updated","value":"updated"},{"name":"Due Date","value":"dueDate"}]},{"displayName":"Status Names or IDs","name":"statuses","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getStatuses","loadOptionsDependsOn":["list"]},"default":[]},{"displayName":"Subtasks","name":"subtasks","type":"boolean","default":false,"description":"Whether to include subtasks, default false"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags","loadOptionsDependsOn":["space"]},"default":[],"description":"The array of tags applied to this task. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Task ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["delete"]}}},{"displayName":"Task ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["member"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["task"],"operation":["member"]}},"default":true,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["task"],"operation":["member"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Task ID","name":"task","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["setCustomField"]}},"description":"The ID of the task to add custom field to"},{"displayName":"Field ID","name":"field","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["setCustomField"]}},"description":"The ID of the field to add custom field to"},{"displayName":"Value Is JSON","name":"jsonParse","type":"boolean","displayOptions":{"show":{"resource":["task"],"operation":["setCustomField"]}},"default":false,"description":"The value is JSON and will be parsed as such. Is needed if for example needed for labels which expects the value to be an array."},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["setCustomField"]}},"description":"The value to set on custom field"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["taskDependency"]}},"options":[{"name":"Create","value":"create","description":"Create a task dependency","action":"Create a task dependency"},{"name":"Delete","value":"delete","description":"Delete a task dependency","action":"Delete a task dependency"}],"default":"create"},{"displayName":"Task ID","name":"task","type":"string","default":"","displayOptions":{"show":{"resource":["taskDependency"],"operation":["create"]}},"required":true},{"displayName":"Depends On Task ID","name":"dependsOnTask","type":"string","default":"","displayOptions":{"show":{"resource":["taskDependency"],"operation":["create"]}},"required":true},{"displayName":"Task ID","name":"task","type":"string","default":"","displayOptions":{"show":{"resource":["taskDependency"],"operation":["delete"]}},"required":true},{"displayName":"Depends On Task ID","name":"dependsOnTask","type":"string","default":"","displayOptions":{"show":{"resource":["taskDependency"],"operation":["delete"]}},"required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["timeEntry"]}},"options":[{"name":"Create","value":"create","description":"Create a time entry","action":"Create a time entry"},{"name":"Delete","value":"delete","description":"Delete a time entry","action":"Delete a time entry"},{"name":"Get","value":"get","description":"Get a time entry","action":"Get a time entry"},{"name":"Get Many","value":"getAll","description":"Get many time entries","action":"Get many time entries"},{"name":"Start","value":"start","description":"Start a time entry","action":"Start a time entry"},{"name":"Stop","value":"stop","description":"Stop the current running timer","action":"Stop a time entry"},{"name":"Update","value":"update","description":"Update a time Entry","action":"Update a time entry"}],"default":"create"},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["getAll"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["timeEntry"],"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":["timeEntry"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["timeEntry"],"operation":["getAll"]}},"options":[{"displayName":"End Date","name":"end_date","type":"dateTime","default":""},{"displayName":"Start Date","name":"start_date","type":"dateTime","default":""}]},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["get"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Running","name":"running","type":"boolean","displayOptions":{"show":{"resource":["timeEntry"],"operation":["get"]}},"default":false,"description":"Whether to return just the current running time entry"},{"displayName":"Time Entry ID","name":"timeEntry","type":"string","default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["get"],"running":[false]}},"required":true},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Space Name or ID","name":"space","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getSpaces","loadOptionsDependsOn":["team"]},"required":true},{"displayName":"Folderless List","name":"folderless","type":"boolean","default":false,"displayOptions":{"show":{"resource":["timeEntry"],"operation":["create"]}},"required":true},{"displayName":"Folder Name or ID","name":"folder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["create"],"folderless":[false]}},"typeOptions":{"loadOptionsMethod":"getFolders","loadOptionsDependsOn":["space"]},"required":true},{"displayName":"List Name or ID","name":"list","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["create"],"folderless":[true]}},"typeOptions":{"loadOptionsMethod":"getFolderlessLists","loadOptionsDependsOn":["space"]},"required":true},{"displayName":"List Name or ID","name":"list","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["create"],"folderless":[false]}},"typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["folder"]},"required":true},{"displayName":"Start","name":"start","type":"dateTime","displayOptions":{"show":{"resource":["timeEntry"],"operation":["create"]}},"required":true,"default":""},{"displayName":"Duration (Minutes)","name":"duration","type":"number","displayOptions":{"show":{"resource":["timeEntry"],"operation":["create"]}},"default":0,"required":true,"description":"Duration in minutes"},{"displayName":"Task Name or ID","name":"task","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"resource":["timeEntry"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getTasks","loadOptionsDependsOn":["list"]},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["timeEntry"],"operation":["create"]}},"options":[{"displayName":"Assignee Name or ID","name":"assignee","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAssignees","loadOptionsDependsOn":["list"]},"default":[]},{"displayName":"Billable","name":"billable","type":"boolean","default":true},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the time entry"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["team"],"loadOptionsMethod":"getTimeEntryTags"},"default":[]}]},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["start"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Task ID","name":"task","type":"string","default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["start"]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["timeEntry"],"operation":["start"]}},"options":[{"displayName":"Billable","name":"billable","type":"boolean","default":true},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the time entry"}]},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["stop"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["delete"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Time Entry ID","name":"timeEntry","type":"string","default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["delete"]}},"required":true},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["update"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Space Name or ID","name":"space","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["update"]}},"typeOptions":{"loadOptionsMethod":"getSpaces","loadOptionsDependsOn":["team"]},"required":true},{"displayName":"Folderless List","name":"folderless","type":"boolean","default":false,"displayOptions":{"show":{"resource":["timeEntry"],"operation":["update"]}},"required":true},{"displayName":"Folder Name or ID","name":"folder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["update"],"folderless":[false]}},"typeOptions":{"loadOptionsMethod":"getFolders","loadOptionsDependsOn":["space"]},"required":true},{"displayName":"List Name or ID","name":"list","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["update"],"folderless":[true]}},"typeOptions":{"loadOptionsMethod":"getFolderlessLists","loadOptionsDependsOn":["space"]},"required":true},{"displayName":"List Name or ID","name":"list","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["update"],"folderless":[false]}},"typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["folder"]},"required":true},{"displayName":"Archived","name":"archived","type":"boolean","default":false,"displayOptions":{"show":{"resource":["timeEntry"],"operation":["update"]}},"required":true},{"displayName":"Time Entry ID","name":"timeEntry","type":"string","default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["update"]}},"required":true},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["timeEntry"],"operation":["update"]}},"options":[{"displayName":"Assignee Name or ID","name":"assignee","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAssignees","loadOptionsDependsOn":["list"]},"default":[]},{"displayName":"Billable","name":"billable","type":"boolean","default":true},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the time entry"},{"displayName":"Duration (Minutes)","name":"duration","type":"number","default":0,"description":"Duration in minutes"},{"displayName":"Start","name":"start","type":"dateTime","default":""},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["spaceId"],"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Task Name or ID","name":"task","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTasks","loadOptionsDependsOn":["archived","list"]},"default":""}]},{"displayName":"Task ID","name":"task","type":"string","default":"","displayOptions":{"show":{"resource":["taskDependency"],"operation":["create"]}},"required":true},{"displayName":"Depends On Task ID","name":"dependsOnTask","type":"string","default":"","displayOptions":{"show":{"resource":["taskDependency"],"operation":["create"]}},"required":true},{"displayName":"Task ID","name":"task","type":"string","default":"","displayOptions":{"show":{"resource":["taskDependency"],"operation":["delete"]}},"required":true},{"displayName":"Depends On Task ID","name":"dependsOnTask","type":"string","default":"","displayOptions":{"show":{"resource":["taskDependency"],"operation":["delete"]}},"required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["timeEntryTag"]}},"options":[{"name":"Add","value":"add","description":"Add tag to time entry","action":"Add a time entry tag"},{"name":"Get Many","value":"getAll","description":"Get many time entry tags","action":"Get many time entry tags"},{"name":"Remove","value":"remove","description":"Remove tag from time entry","action":"Remove a time entry tag"}],"default":"add"},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["timeEntryTag"],"operation":["getAll"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["timeEntryTag"],"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":["timeEntryTag"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["timeEntryTag"],"operation":["add"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Time Entry IDs","name":"timeEntryIds","type":"string","default":"","displayOptions":{"show":{"resource":["timeEntryTag"],"operation":["add"]}},"required":true},{"displayName":"Tags","name":"tagsUi","type":"fixedCollection","placeholder":"Add Tag","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["timeEntryTag"],"operation":["add"]}},"options":[{"displayName":"Tag","name":"tagsValues","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Background Color","name":"tag_bg","type":"color","default":"#ff0000"},{"displayName":"Foreground Color","name":"tag_fg","type":"color","default":"#ff0000"}]}]},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["timeEntryTag"],"operation":["remove"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Time Entry IDs","name":"timeEntryIds","type":"string","default":"","displayOptions":{"show":{"resource":["timeEntryTag"],"operation":["remove"]}},"required":true},{"displayName":"Tag Names or IDs","name":"tagNames","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTimeEntryTags","loadOptionsDependsOn":["teamId"]},"default":[],"displayOptions":{"show":{"resource":["timeEntryTag"],"operation":["remove"]}},"required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["list"]}},"options":[{"name":"Create","value":"create","description":"Create a list","action":"Create a list"},{"name":"Custom Fields","value":"customFields","description":"Retrieve list's custom fields","action":"Get custom fields from a list"},{"name":"Delete","value":"delete","description":"Delete a list","action":"Delete a list"},{"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"},{"name":"Member","value":"member","description":"Get list members","action":"Get list members"},{"name":"Update","value":"update","description":"Update a list","action":"Update a list"}],"default":"customFields"},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Space Name or ID","name":"space","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getSpaces","loadOptionsDependsOn":["team"]},"required":true},{"displayName":"Folderless List","name":"folderless","type":"boolean","default":false,"displayOptions":{"show":{"resource":["list"],"operation":["create"]}},"required":true},{"displayName":"Folder Name or ID","name":"folder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["create"],"folderless":[false]}},"typeOptions":{"loadOptionsMethod":"getFolders","loadOptionsDependsOn":["space"]},"required":true},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["list"],"operation":["create"]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["list"],"operation":["create"]}},"options":[{"displayName":"Assignee","name":"assignee","type":"string","default":""},{"displayName":"Content","name":"content","type":"string","default":""},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":""},{"displayName":"Due Date Time","name":"dueDateTime","type":"boolean","default":false},{"displayName":"Priority","name":"priority","type":"number","typeOptions":{"minValue":1,"maxValue":4},"description":"Integer mapping as 1 : Urgent, 2 : High, 3 : Normal, 4 : Low","default":3},{"displayName":"Status Name or ID","name":"status","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getStatuses","loadOptionsDependsOn":["list"]},"default":""}]},{"displayName":"List ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["list"],"operation":["member"]}},"description":"Task ID"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["list"],"operation":["member"]}},"default":true,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["list"],"operation":["member"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["customFields"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Space Name or ID","name":"space","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["customFields"]}},"typeOptions":{"loadOptionsMethod":"getSpaces","loadOptionsDependsOn":["teamId"]},"required":true},{"displayName":"Folderless List","name":"folderless","type":"boolean","default":false,"displayOptions":{"show":{"resource":["list"],"operation":["customFields"]}},"required":true},{"displayName":"Folder Name or ID","name":"folder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["customFields"],"folderless":[false]}},"typeOptions":{"loadOptionsMethod":"getFolders","loadOptionsDependsOn":["space"]},"required":true},{"displayName":"List Name or ID","name":"list","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["customFields"],"folderless":[true]}},"typeOptions":{"loadOptionsMethod":"getFolderlessLists","loadOptionsDependsOn":["space"]},"required":true},{"displayName":"List Name or ID","name":"list","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["customFields"],"folderless":[false]}},"typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["folder"]},"required":true},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["delete"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Space Name or ID","name":"space","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["delete"]}},"typeOptions":{"loadOptionsMethod":"getSpaces","loadOptionsDependsOn":["team"]},"required":true},{"displayName":"Folderless List","name":"folderless","type":"boolean","default":false,"displayOptions":{"show":{"resource":["list"],"operation":["delete"]}},"required":true},{"displayName":"Folder Name or ID","name":"folder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["delete"],"folderless":[false]}},"typeOptions":{"loadOptionsMethod":"getFolders","loadOptionsDependsOn":["space"]},"required":true},{"displayName":"List ID","name":"list","type":"string","default":"","displayOptions":{"show":{"resource":["list"],"operation":["delete"]}},"required":true},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["get"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Space Name or ID","name":"space","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["get"]}},"typeOptions":{"loadOptionsMethod":"getSpaces","loadOptionsDependsOn":["team"]},"required":true},{"displayName":"Folderless List","name":"folderless","type":"boolean","default":false,"displayOptions":{"show":{"resource":["list"],"operation":["get"]}},"required":true},{"displayName":"Folder Name or ID","name":"folder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["get"],"folderless":[false]}},"typeOptions":{"loadOptionsMethod":"getFolders","loadOptionsDependsOn":["space"]},"required":true},{"displayName":"List ID","name":"list","type":"string","default":"","displayOptions":{"show":{"resource":["list"],"operation":["get"]}},"required":true},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["getAll"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Space Name or ID","name":"space","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["getAll"]}},"typeOptions":{"loadOptionsMethod":"getSpaces","loadOptionsDependsOn":["team"]},"required":true},{"displayName":"Folderless List","name":"folderless","type":"boolean","default":false,"displayOptions":{"show":{"resource":["list"],"operation":["getAll"]}},"required":true},{"displayName":"Folder Name or ID","name":"folder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["getAll"],"folderless":[false]}},"typeOptions":{"loadOptionsMethod":"getFolders","loadOptionsDependsOn":["space"]},"required":true},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["list"],"operation":["getAll"]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["list"],"operation":["getAll"]}},"options":[{"displayName":"Archived","name":"archived","type":"boolean","default":false}]},{"displayName":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["update"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"required":true},{"displayName":"Space Name or ID","name":"space","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["update"]}},"typeOptions":{"loadOptionsMethod":"getSpaces","loadOptionsDependsOn":["team"]},"required":true},{"displayName":"Folderless List","name":"folderless","type":"boolean","default":false,"displayOptions":{"show":{"resource":["list"],"operation":["update"]}},"required":true},{"displayName":"Folder Name or ID","name":"folder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","displayOptions":{"show":{"resource":["list"],"operation":["update"],"folderless":[false]}},"typeOptions":{"loadOptionsMethod":"getFolders","loadOptionsDependsOn":["space"]},"required":true},{"displayName":"List ID","name":"list","type":"string","default":"","displayOptions":{"show":{"resource":["list"],"operation":["update"]}},"required":true},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["list"],"operation":["update"]}},"options":[{"displayName":"Assignee Name or ID","name":"assignee","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAssignees","loadOptionsDependsOn":["list"]},"default":""},{"displayName":"Content","name":"content","type":"string","default":""},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":""},{"displayName":"Due Date Time","name":"dueDateTime","type":"boolean","default":false},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Priority","name":"priority","type":"number","typeOptions":{"minValue":1,"maxValue":4},"description":"Integer mapping as 1 : Urgent, 2 : High, 3 : Normal, 4 : Low","default":3},{"displayName":"Unset Status","name":"unsetStatus","type":"boolean","default":false}]}],"codex":{"categories":["Productivity","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.clickup/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/clickup/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/ClickUp/clickup.svg"},
{"displayName":"ClickUp Trigger","name":"clickUpTrigger","group":["trigger"],"version":1,"description":"Handle ClickUp events via webhooks (Beta)","defaults":{"name":"ClickUp Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"clickUpApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"clickUpOAuth2Api","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":"Team Name or ID","name":"team","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"required":true,"default":""},{"displayName":"Events","name":"events","type":"multiOptions","required":true,"default":[],"options":[{"name":"*","value":"*"},{"name":"folder.created","value":"folderCreated"},{"name":"folder.deleted","value":"folderDeleted"},{"name":"folder.updated","value":"folderUpdated"},{"name":"goal.created","value":"goalCreated"},{"name":"goal.deleted","value":"goalDeleted"},{"name":"goal.updated","value":"goalUpdated"},{"name":"keyResult.created","value":"keyResultCreated"},{"name":"keyResult.deleted","value":"keyResultDelete"},{"name":"keyResult.updated","value":"keyResultUpdated"},{"name":"list.created","value":"listCreated"},{"name":"list.deleted","value":"listDeleted"},{"name":"list.updated","value":"listUpdated"},{"name":"space.created","value":"spaceCreated"},{"name":"space.deleted","value":"spaceDeleted"},{"name":"space.updated","value":"spaceUpdated"},{"name":"task.assignee.updated","value":"taskAssigneeUpdated"},{"name":"task.comment.posted","value":"taskCommentPosted"},{"name":"task.comment.updated","value":"taskCommentUpdated"},{"name":"task.created","value":"taskCreated"},{"name":"task.deleted","value":"taskDeleted"},{"name":"task.dueDate.updated","value":"taskDueDateUpdated"},{"name":"task.moved","value":"taskMoved"},{"name":"task.status.updated","value":"taskStatusUpdated"},{"name":"task.tag.updated","value":"taskTagUpdated"},{"name":"task.timeEstimate.updated","value":"taskTimeEstimateUpdated"},{"name":"task.timeTracked.updated","value":"taskTimeTrackedUpdated"},{"name":"task.updated","value":"taskUpdated"}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Folder ID","name":"folderId","type":"string","default":""},{"displayName":"List ID","name":"listId","type":"string","default":""},{"displayName":"Space ID","name":"spaceId","type":"string","default":""},{"displayName":"Task ID","name":"taskId","type":"string","default":""}]}],"codex":{"categories":["Productivity","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.clickuptrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/clickup/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/ClickUp/clickup.svg"},
{"displayName":"Clockify","name":"clockify","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Clockify REST API","defaults":{"name":"Clockify"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"clockifyApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Client","value":"client"},{"name":"Project","value":"project"},{"name":"Tag","value":"tag"},{"name":"Task","value":"task"},{"name":"Time Entry","value":"timeEntry"},{"name":"User","value":"user"},{"name":"Workspace","value":"workspace"}],"default":"project"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["client"]}},"options":[{"name":"Create","value":"create","description":"Create a client","action":"Create a client"},{"name":"Delete","value":"delete","description":"Delete a client","action":"Delete a client"},{"name":"Get","value":"get","description":"Get a client","action":"Get a client"},{"name":"Get Many","value":"getAll","description":"Get many clients","action":"Get many clients"},{"name":"Update","value":"update","description":"Update a client","action":"Update a client"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["project"]}},"options":[{"name":"Create","value":"create","description":"Create a project","action":"Create a project"},{"name":"Delete","value":"delete","description":"Delete a project","action":"Delete a project"},{"name":"Get","value":"get","description":"Get a project","action":"Get a project"},{"name":"Get Many","value":"getAll","description":"Get many projects","action":"Get many projects"},{"name":"Update","value":"update","description":"Update a project","action":"Update a project"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["tag"]}},"options":[{"name":"Create","value":"create","description":"Create a tag","action":"Create a tag"},{"name":"Delete","value":"delete","description":"Delete a tag","action":"Delete a tag"},{"name":"Get Many","value":"getAll","description":"Get many tags","action":"Get many tags"},{"name":"Update","value":"update","description":"Update a tag","action":"Update a tag"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Get a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get many tasks","action":"Get many tasks"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["timeEntry"]}},"options":[{"name":"Create","value":"create","description":"Create a time entry","action":"Create a time entry"},{"name":"Delete","value":"delete","description":"Delete a time entry","action":"Delete a time entry"},{"name":"Get","value":"get","description":"Get time entrie","action":"Get a time entry"},{"name":"Update","value":"update","description":"Update a time entry","action":"Update a time entry"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many users","action":"Get many users"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["workspace"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many workspaces","action":"Get many workspaces"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["workspace"]}},"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":["workspace"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"listWorkspaces"},"required":true,"default":[],"displayOptions":{"hide":{"resource":["workspace"]}}},{"displayName":"Client Name","name":"name","type":"string","required":true,"default":"","description":"Name of client being created","displayOptions":{"show":{"resource":["client"],"operation":["create"]}}},{"displayName":"Client ID","name":"clientId","type":"string","default":"","displayOptions":{"show":{"resource":["client"],"operation":["delete"]}}},{"displayName":"Client ID","name":"clientId","type":"string","default":"","displayOptions":{"show":{"resource":["client"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["client"]}},"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":["client"],"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":["client"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Archived","name":"archived","type":"boolean","default":false},{"displayName":"Name","name":"name","type":"string","default":"","description":"If provided, clients will be filtered by name"},{"displayName":"Sort Order","name":"sort-order","type":"options","options":[{"name":"Ascending","value":"ASCENDING"},{"name":"Descending","value":"DESCENDING"}],"default":""}]},{"displayName":"Client ID","name":"clientId","type":"string","default":"","displayOptions":{"show":{"resource":["client"],"operation":["update"]}}},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["client"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["client"]}},"default":{},"options":[{"displayName":"Address","name":"address","type":"string","default":"","description":"Address of client being created/updated"},{"displayName":"Archived","name":"archived","type":"boolean","default":false}]},{"displayName":"Project Name","name":"name","type":"string","required":true,"default":"","description":"Name of project being created","displayOptions":{"show":{"resource":["project"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["project"]}},"default":{},"options":[{"displayName":"Billable","name":"billable","type":"boolean","default":true},{"displayName":"Color","name":"color","type":"color","default":"#0000FF"},{"displayName":"Client Name or ID","name":"clientId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["workspaceId"],"loadOptionsMethod":"loadClientsForWorkspace"},"default":""},{"displayName":"Estimate","name":"estimateUi","placeholder":"Add Estimate","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Estimate","name":"estimateValues","values":[{"displayName":"Estimate","name":"estimate","type":"number","default":0},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Auto","value":"AUTO"},{"name":"Manual","value":"MANUAL"}],"default":"AUTO"}]}]},{"displayName":"Is Public","name":"isPublic","type":"boolean","default":true},{"displayName":"Note","name":"note","type":"string","default":"","description":"Note about the project"}]},{"displayName":"Project ID","name":"projectId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["project"],"operation":["delete"]}}},{"displayName":"Project ID","name":"projectId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["project"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["project"]}},"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":["project"],"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":{"operation":["getAll"],"resource":["project"]}},"default":{},"options":[{"displayName":"Archived","name":"archived","type":"boolean","default":true},{"displayName":"Billable","name":"billable","type":"boolean","default":true},{"displayName":"Client Names or IDs","name":"clients","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["workspaceId"],"loadOptionsMethod":"loadClientsForWorkspace"},"default":[]},{"displayName":"Contains Client","name":"contains-client","type":"boolean","default":false,"description":"Whether to return only projects having a client"},{"displayName":"Client Status","name":"client-status","type":"options","options":[{"name":"Active","value":"ACTIVE"},{"name":"Archived","value":"ARCHIVED"}],"default":"","description":"If provided, projects will be filtered by whether they have a client"},{"displayName":"Contains User","name":"contains-user","type":"boolean","default":false,"description":"Whether to return only projects having users"},{"displayName":"Is Template","name":"is-template","type":"boolean","default":false,"description":"Whether to return only projects as templates"},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Sort Column","name":"sort-column","type":"options","options":[{"name":"Name","value":"NAME"},{"name":"Client Name","value":"CLIENT_NAME"},{"name":"Duration","value":"DURATION"}],"default":""},{"displayName":"Sort Order","name":"sort-order","type":"options","options":[{"name":"Ascending","value":"ASCENDING"},{"name":"Descending","value":"DESCENDING"}],"default":""},{"displayName":"User Name or ID","name":"users","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["workspaceId"],"loadOptionsMethod":"loadUsersForWorkspace"},"default":""},{"displayName":"User Status","name":"user-status","type":"options","options":[{"name":"Active","value":"ACTIVE"},{"name":"Archived","value":"ARCHIVED"}],"default":"","description":"If provided, projects will be filtered by whether they have a client"}]},{"displayName":"Project ID","name":"projectId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["project"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["project"]}},"default":{},"options":[{"displayName":"Billable","name":"billable","type":"boolean","default":true},{"displayName":"Color","name":"color","type":"color","default":"#0000FF"},{"displayName":"Client Name or ID","name":"clientId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["workspaceId"],"loadOptionsMethod":"loadClientsForWorkspace"},"default":""},{"displayName":"Estimate","name":"estimateUi","placeholder":"Add Estimate","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Estimate","name":"estimateValues","values":[{"displayName":"Estimate","name":"estimate","type":"number","default":0},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Auto","value":"AUTO"},{"name":"Manual","value":"MANUAL"}],"default":"AUTO"}]}]},{"displayName":"Is Public","name":"isPublic","type":"boolean","default":false},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Note","name":"note","type":"string","default":"","description":"Note about the project"}]},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","description":"Name of tag being created","displayOptions":{"show":{"resource":["tag"],"operation":["create"]}}},{"displayName":"Tag ID","name":"tagId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["tag"],"operation":["delete"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["tag"]}},"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":["tag"],"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":{"operation":["getAll"],"resource":["tag"]}},"default":{},"options":[{"displayName":"Archived","name":"archived","type":"boolean","default":true},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Sort Column","name":"sort-column","type":"options","options":[{"name":"Name","value":"NAME"}],"default":""},{"displayName":"Sort Order","name":"sort-order","type":"options","options":[{"name":"Ascending","value":"ASCENDING"},{"name":"Descending","value":"DESCENDING"}],"default":""}]},{"displayName":"Tag ID","name":"tagId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["tag"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["tag"]}},"default":{},"options":[{"displayName":"Archived","name":"archived","type":"boolean","default":false},{"displayName":"Name","name":"name","type":"string","default":""}]},{"displayName":"Project Name or ID","name":"projectId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["workspaceId"],"loadOptionsMethod":"loadProjectsForWorkspace"},"displayOptions":{"show":{"resource":["task"]}},"required":true,"default":""},{"displayName":"Task Name","name":"name","type":"string","required":true,"default":"","description":"Name of task to create","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":{},"options":[{"displayName":"Assignee Names or IDs","name":"assigneeIds","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"loadUsersForWorkspace"}},{"displayName":"Estimate","name":"estimate","type":"string","default":"","placeholder":"2:30","description":"Estimate time the task will take, e.x: 2:30 (2 hours and 30 minutes)"}]},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["delete"]}},"description":"ID of task to delete"},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["get"]}},"description":"ID of task to get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["task"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"default":{},"options":[{"displayName":"Is Active","name":"is-active","type":"boolean","default":false},{"displayName":"Name","name":"name","type":"string","default":"","description":"Text to match in the task name"},{"displayName":"Sort Column","name":"sort-column","type":"options","options":[{"name":"Name","value":"NAME"}],"default":"NAME"},{"displayName":"Sort Order","name":"sort-order","type":"options","options":[{"name":"Ascending","value":"ASCENDING"},{"name":"Descending","value":"DESCENDING"}],"default":"ASCENDING"}]},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"description":"ID of task to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"default":{},"options":[{"displayName":"Assignee Names or IDs","name":"assigneeIds","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"loadUsersForWorkspace"}},{"displayName":"Estimate","name":"estimate","type":"string","default":"","placeholder":"2:30","description":"Estimate time the task will take, e.x: 2:30 (2 hours and 30 minutes)"},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Active","value":"ACTIVE"},{"name":"Done","value":"DONE"}],"default":"ACTIVE"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["user"]}},"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":["user"],"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":["user"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"If provided, you'll get a filtered list of users that contain the provided string in their email address"},{"displayName":"Name","name":"name","type":"string","default":"","description":"If provided, you'll get a filtered list of users that contain the provided string in their name"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Active","value":"ACTIVE"},{"name":"Inactive","value":"INACTIVE"},{"name":"Pending","value":"PENDING"},{"name":"Declined","value":"DECLINED"}],"default":"","description":"If provided, you'll get a filtered list of users with the corresponding status"},{"displayName":"Sort Column","name":"sort-column","type":"options","options":[{"name":"Email","value":"EMAIL"},{"name":"Name","value":"NAME"},{"name":"Hourly Rate","value":"HOURLYRATE"}],"default":""},{"displayName":"Sort Order","name":"sort-order","type":"options","options":[{"name":"Ascending","value":"ASCENDING"},{"name":"Descending","value":"DESCENDING"}],"default":""}]},{"displayName":"Start","name":"start","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["timeEntry"]}},"default":{},"options":[{"displayName":"Billable","name":"billable","type":"boolean","default":false},{"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":"customFieldId","type":"options","typeOptions":{"loadOptionsDependsOn":["workspaceId"],"loadOptionsMethod":"loadCustomFieldsForWorkspace"},"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/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":""},{"displayName":"End","name":"end","type":"dateTime","default":""},{"displayName":"Project Name or ID","name":"projectId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["workspaceId"],"loadOptionsMethod":"loadProjectsForWorkspace"},"default":""},{"displayName":"Tag Names or IDs","name":"tagIds","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["workspaceId"],"loadOptionsMethod":"loadTagsForWorkspace"},"default":[]},{"displayName":"Task ID","name":"taskId","type":"string","default":""}]},{"displayName":"Time Entry ID","name":"timeEntryId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["delete"]}}},{"displayName":"Time Entry ID","name":"timeEntryId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["get"],"resource":["timeEntry"]}},"default":{},"options":[{"displayName":"Consider Duration Format","name":"consider-duration-format","type":"boolean","default":false,"description":"Whether to return the time entry's duration rounded to minutes or seconds based on duration format (hh:mm or hh:mm:ss) from workspace settings"},{"displayName":"Hydrated","name":"hydrated","type":"boolean","default":false,"description":"Whether to return the time entry's project, task and tags in full and not just their IDs"}]},{"displayName":"Time Entry ID","name":"timeEntryId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["timeEntry"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["timeEntry"]}},"default":{},"options":[{"displayName":"Billable","name":"billable","type":"boolean","default":false},{"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":"customFieldId","type":"options","typeOptions":{"loadOptionsDependsOn":["workspaceId"],"loadOptionsMethod":"loadCustomFieldsForWorkspace"},"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/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":""},{"displayName":"End","name":"end","type":"dateTime","default":""},{"displayName":"Project Name or ID","name":"projectId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["workspaceId"],"loadOptionsMethod":"loadProjectsForWorkspace"},"default":""},{"displayName":"Start","name":"start","type":"dateTime","default":""},{"displayName":"Tag Names or IDs","name":"tagIds","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["workspaceId"],"loadOptionsMethod":"loadTagsForWorkspace"},"default":[]},{"displayName":"Task ID","name":"taskId","type":"string","default":""}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.clockify/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/clockify/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Clockify/clockify.svg","dark":"icons/n8n-nodes-base/dist/nodes/Clockify/clockify.dark.svg"}},
{"displayName":"Clockify Trigger","name":"clockifyTrigger","group":["trigger"],"version":1,"description":"Listens to Clockify events","defaults":{"name":"Clockify Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"clockifyApi","required":true}],"polling":true,"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"listWorkspaces"},"required":true,"default":""},{"displayName":"Trigger","name":"watchField","type":"options","options":[{"name":"New Time Entry","value":0}],"required":true,"default":0}],"codex":{"categories":["Utility","Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.clockifytrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/clockify/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Clockify/clockify.svg","dark":"icons/n8n-nodes-base/dist/nodes/Clockify/clockify.dark.svg"}},
{"displayName":"Cockpit","name":"cockpit","group":["output"],"version":1,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Consume Cockpit API","defaults":{"name":"Cockpit"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"cockpitApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"collection","options":[{"name":"Collection","value":"collection"},{"name":"Form","value":"form"},{"name":"Singleton","value":"singleton"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["collection"]}},"options":[{"name":"Create an Entry","value":"create","description":"Create a collection entry","action":"Create a collection entry"},{"name":"Get Many Entries","value":"getAll","description":"Get many collection entries","action":"Get many collection entries"},{"name":"Update an Entry","value":"update","description":"Update a collection entry","action":"Update a collection entry"}],"default":"getAll"},{"displayName":"Collection Name or ID","name":"collection","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCollections"},"displayOptions":{"show":{"resource":["collection"]}},"required":true,"description":"Name of the collection to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["collection"]}},"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":["collection"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["collection"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","placeholder":"_id,name","description":"Comma-separated list of fields to get"},{"displayName":"Filter Query","name":"filter","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"placeholder":"{\"name\": \"Jim\"}","description":"Filter query in <a href=\"https://jeroen.github.io/mongolite/query-data.html\">Mongolite format</a>"},{"displayName":"Language","name":"language","type":"string","default":"","description":"Return normalized language fields"},{"displayName":"Populate","name":"populate","type":"boolean","default":true,"description":"Whether to resolve linked collection items"},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return the data exactly in the way it got received from the API"},{"displayName":"Skip","name":"skip","type":"number","default":"","description":"Skip number of entries"},{"displayName":"Sort Query","name":"sort","type":"json","default":"","placeholder":"{\"price\": -1}","description":"Sort query in <a href=\"https://jeroen.github.io/mongolite/query-data.html\">Mongolite format</a>"}]},{"displayName":"Entry ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["collection"],"operation":["update"]}}},{"displayName":"JSON Data Fields","name":"jsonDataFields","type":"boolean","default":false,"displayOptions":{"show":{"resource":["collection"],"operation":["create","update"]}},"description":"Whether new entry fields should be set via the value-key pair UI or JSON"},{"displayName":"Entry Data","name":"dataFieldsJson","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"jsonDataFields":[true],"resource":["collection"],"operation":["create","update"]}},"description":"Entry data to send as JSON"},{"displayName":"Entry Data","name":"dataFieldsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"jsonDataFields":[false],"resource":["collection"],"operation":["create","update"]}},"options":[{"displayName":"Field","name":"field","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field"}]}],"description":"Entry data to send"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["form"]}},"options":[{"name":"Submit a Form","value":"submit","description":"Store data from a form submission","action":"Submit a form"}],"default":"submit"},{"displayName":"Form","name":"form","type":"string","displayOptions":{"show":{"resource":["form"]}},"default":"","required":true,"description":"Name of the form to operate on"},{"displayName":"JSON Data Fields","name":"jsonDataFields","type":"boolean","default":false,"displayOptions":{"show":{"resource":["form"],"operation":["submit"]}},"description":"Whether form fields should be set via the value-key pair UI or JSON"},{"displayName":"Form Data","name":"dataFieldsJson","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"jsonDataFields":[true],"resource":["form"],"operation":["submit"]}},"description":"Form data to send as JSON"},{"displayName":"Form Data","name":"dataFieldsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"jsonDataFields":[false],"resource":["form"],"operation":["submit"]}},"options":[{"displayName":"Field","name":"field","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field"}]}],"description":"Form data to send"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["singleton"]}},"options":[{"name":"Get","value":"get","description":"Get a singleton","action":"Get a singleton"}],"default":"get"},{"displayName":"Singleton Name or ID","name":"singleton","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getSingletons"},"displayOptions":{"show":{"resource":["singleton"]}},"required":true,"description":"Name of the singleton to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}],"codex":{"categories":["Marketing","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.cockpit/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/cockpit/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Cockpit/cockpit.svg","dark":"icons/n8n-nodes-base/dist/nodes/Cockpit/cockpit.dark.svg"}},
{"displayName":"Coda","name":"coda","group":["output"],"version":[1,1.1],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Coda API","defaults":{"name":"Coda"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"codaApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Control","value":"control","description":"Controls provide a user-friendly way to input a value that can affect other parts of the doc"},{"name":"Formula","value":"formula","description":"Formulas can be great for performing one-off computations"},{"name":"Table","value":"table","description":"Access data of tables in documents"},{"name":"View","value":"view","description":"Access data of views in documents"}],"default":"table"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["table"]}},"options":[{"name":"Create Row","value":"createRow","description":"Create/Insert a row","action":"Create a row"},{"name":"Delete Row","value":"deleteRow","description":"Delete one or multiple rows","action":"Delete a row"},{"name":"Get All Columns","value":"getAllColumns","description":"Get all columns in a table","action":"Get all columns"},{"name":"Get All Rows","value":"getAllRows","description":"Get all rows in a table","action":"Get all rows"},{"name":"Get Column","value":"getColumn","description":"Get a column","action":"Get a column"},{"name":"Get Row","value":"getRow","description":"Get a row","action":"Get a row"},{"name":"Push Button","value":"pushButton","description":"Pushes a button","action":"Push a button"}],"default":"createRow"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["table"],"operation":["createRow"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsDependsOn":["docId"],"loadOptionsMethod":"getTables"},"required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["createRow"]}},"description":"The table to create the row in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["table"],"operation":["createRow"]}},"options":[{"displayName":"Disable Parsing","name":"disableParsing","type":"boolean","default":false,"description":"Whether the API will not attempt to parse the data in any way"},{"displayName":"Key Columns","name":"keyColumns","type":"string","default":"","description":"Optional column IDs, URLs, or names (fragile and discouraged), specifying columns to be used as upsert keys. If more than one separate by a comma (,)."}]},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getRow"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsDependsOn":["docId"],"loadOptionsMethod":"getTables"},"required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getRow"]}},"description":"The table to get the row from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Row ID","name":"rowId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getRow"]}},"description":"ID or name of the row. Names are discouraged because they're easily prone to being changed by users. If you're using a name, be sure to URI-encode it. If there are multiple rows with the same value in the identifying column, an arbitrary one will be selected"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["table"],"operation":["getRow"]}},"options":[{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return the data exactly in the way it got received from the API"},{"displayName":"Use Column Names","name":"useColumnNames","type":"boolean","default":false,"description":"Whether to use column names instead of column IDs in the returned output. This is generally discouraged as it is fragile. If columns are renamed, code using original names may throw errors."},{"displayName":"ValueFormat","name":"valueFormat","type":"options","default":"","options":[{"name":"Simple","value":"simple"},{"name":"Simple With Arrays","value":"simpleWithArrays"},{"name":"Rich","value":"rich"}],"description":"The format that cell values are returned as"}]},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getAllRows"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsDependsOn":["docId"],"loadOptionsMethod":"getTables"},"required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getAllRows"]}},"description":"The table to get the rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["table"],"operation":["getAllRows"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["table"],"operation":["getAllRows"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["table"],"operation":["getAllRows"]}},"options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"Query used to filter returned rows, specified as &lt;column_id_or_name&gt;:&lt;value&gt;. If you'd like to use a column name instead of an ID, you must quote it (e.g., \"My Column\":123). Also note that value is a JSON value; if you'd like to use a string, you must surround it in quotes (e.g., \"groceries\")."},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return the data exactly in the way it got received from the API"},{"displayName":"Sort By","name":"sortBy","type":"options","default":"","options":[{"name":"Created At","value":"createdAt"},{"name":"Natural","value":"natural"}],"description":"Specifies the sort order of the rows returned. If left unspecified, rows are returned by creation time ascending."},{"displayName":"Use Column Names","name":"useColumnNames","type":"boolean","default":false,"description":"Whether to use column names instead of column IDs in the returned output. This is generally discouraged as it is fragile. If columns are renamed, code using original names may throw errors."},{"displayName":"ValueFormat","name":"valueFormat","type":"options","default":"","options":[{"name":"Simple","value":"simple"},{"name":"Simple With Arrays","value":"simpleWithArrays"},{"name":"Rich","value":"rich"}],"description":"The format that cell values are returned as"},{"displayName":"Visible Only","name":"visibleOnly","type":"boolean","default":false,"description":"Whether to return only visible rows and columns for the table"}]},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["table"],"operation":["deleteRow"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsDependsOn":["docId"],"loadOptionsMethod":"getTables"},"required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["deleteRow"]}},"description":"The table to delete the row in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Row ID","name":"rowId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["deleteRow"]}},"description":"Row IDs to delete"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["table"],"operation":["pushButton"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsDependsOn":["docId"],"loadOptionsMethod":"getTables"},"required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["pushButton"]}},"description":"The table to get the row from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Row ID","name":"rowId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["pushButton"]}},"description":"ID or name of the row. Names are discouraged because they're easily prone to being changed by users. If you're using a name, be sure to URI-encode it. If there are multiple rows with the same value in the identifying column, an arbitrary one will be selected"},{"displayName":"Column Name or ID","name":"columnId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["docId","tableId"]},"default":"","displayOptions":{"show":{"resource":["table"],"operation":["pushButton"]}}},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getColumn"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsDependsOn":["docId"],"loadOptionsMethod":"getTables"},"required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getColumn"]}},"description":"The table to get the row from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Column ID","name":"columnId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getColumn"]}},"description":"The table to get the row from"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getAllColumns"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsDependsOn":["docId"],"loadOptionsMethod":"getTables"},"required":true,"default":"","displayOptions":{"show":{"resource":["table"],"operation":["getAllColumns"]}},"description":"The table to get the row from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["table"],"operation":["getAllColumns"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["table"],"operation":["getAllColumns"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["formula"]}},"options":[{"name":"Get","value":"get","description":"Get a formula","action":"Get a formula"},{"name":"Get Many","value":"getAll","description":"Get many formulas","action":"Get many formulas"}],"default":"get"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["formula"],"operation":["get"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Formula ID","name":"formulaId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["formula"],"operation":["get"]}},"description":"The formula to get the row from"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["formula"],"operation":["getAll"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["formula"],"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":["formula"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["control"]}},"options":[{"name":"Get","value":"get","description":"Get a control","action":"Get a control"},{"name":"Get Many","value":"getAll","description":"Get many controls","action":"Get many controls"}],"default":"get"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["control"],"operation":["get"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Control ID","name":"controlId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["control"],"operation":["get"]}},"description":"The control to get the row from"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["control"],"operation":["getAll"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["control"],"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":["control"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["view"]}},"options":[{"name":"Delete Row","value":"deleteViewRow","description":"Delete view row","action":"Delete a view row"},{"name":"Get","value":"get","description":"Get a view","action":"Get a view"},{"name":"Get Columns","value":"getAllViewColumns","description":"Get all views columns","action":"Get all view columns"},{"name":"Get Many","value":"getAll","description":"Get many views","action":"Get many views"},{"name":"Get Rows","value":"getAllViewRows","description":"Get all views rows","action":"Get a view row"},{"name":"Push Button","value":"pushViewButton","description":"Push view button","action":"Push a view button"},{"name":"Update Row","value":"updateViewRow","action":"Update a view row"}],"default":"get"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["view"],"operation":["get"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"View ID","name":"viewId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["view"],"operation":["get"]}},"description":"The view to get the row from"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["view"],"operation":["getAll"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["view"],"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":["view"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["view"],"operation":["getAllViewRows"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsDependsOn":["docId"],"loadOptionsMethod":"getViews"},"required":true,"default":"","displayOptions":{"show":{"resource":["view"],"operation":["getAllViewRows"]}},"description":"The table to get the rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["view"],"operation":["getAllViewRows"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["view"],"operation":["getAllViewRows"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["view"],"operation":["getAllViewRows"]}},"options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"Query used to filter returned rows, specified as &lt;column_id_or_name&gt;:&lt;value&gt;. If you'd like to use a column name instead of an ID, you must quote it (e.g., \"My Column\":123). Also note that value is a JSON value; if you'd like to use a string, you must surround it in quotes (e.g., \"groceries\")."},{"displayName":"Use Column Names","name":"useColumnNames","type":"boolean","default":false,"description":"Whether to use column names instead of column IDs in the returned output. This is generally discouraged as it is fragile. If columns are renamed, code using original names may throw errors."},{"displayName":"ValueFormat","name":"valueFormat","type":"options","default":"","options":[{"name":"Simple","value":"simple"},{"name":"Simple With Arrays","value":"simpleWithArrays"},{"name":"Rich","value":"rich"}],"description":"The format that cell values are returned as"},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return the data exactly in the way it got received from the API"},{"displayName":"Sort By","name":"sortBy","type":"options","default":"","options":[{"name":"Created At","value":"createdAt"},{"name":"Natural","value":"natural"}],"description":"Specifies the sort order of the rows returned. If left unspecified, rows are returned by creation time ascending."}]},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["view"],"operation":["getAllViewColumns"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsDependsOn":["docId"],"loadOptionsMethod":"getViews"},"required":true,"default":"","displayOptions":{"show":{"resource":["view"],"operation":["getAllViewColumns"]}},"description":"The table to get the rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["view"],"operation":["getAllViewColumns"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["view"],"operation":["getAllViewColumns"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["view"],"operation":["deleteViewRow"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"View Name or ID","name":"viewId","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getViews","loadOptionsDependsOn":["docId"]},"displayOptions":{"show":{"resource":["view"],"operation":["deleteViewRow"]}},"description":"The view to get the row from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Row Name or ID","name":"rowId","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getViewRows","loadOptionsDependsOn":["viewId"]},"displayOptions":{"show":{"resource":["view"],"operation":["deleteViewRow"]}},"description":"The view to get the row from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["view"],"operation":["pushViewButton"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"View Name or ID","name":"viewId","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getViews","loadOptionsDependsOn":["docId"]},"displayOptions":{"show":{"resource":["view"],"operation":["pushViewButton"]}},"description":"The view to get the row from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Row Name or ID","name":"rowId","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getViewRows","loadOptionsDependsOn":["viewId"]},"displayOptions":{"show":{"resource":["view"],"operation":["pushViewButton"]}},"description":"The view to get the row from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Column Name or ID","name":"columnId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getViewColumns","loadOptionsDependsOn":["docId","viewId"]},"default":"","displayOptions":{"show":{"resource":["view"],"operation":["pushViewButton"]}}},{"displayName":"Doc Name or ID","name":"docId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDocs"},"default":"","displayOptions":{"show":{"resource":["view"],"operation":["updateViewRow"]}},"description":"ID of the doc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"View Name or ID","name":"viewId","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getViews","loadOptionsDependsOn":["docId"]},"displayOptions":{"show":{"resource":["view"],"operation":["updateViewRow"]}},"description":"The view to get the row from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Row Name or ID","name":"rowId","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getViewRows","loadOptionsDependsOn":["viewId"]},"displayOptions":{"show":{"resource":["view"],"operation":["updateViewRow"]}},"description":"The view to get the row from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Key Name","name":"keyName","type":"string","required":true,"default":"columns","displayOptions":{"show":{"resource":["view"],"operation":["updateViewRow"]}},"description":"The view to get the row from"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["view"],"operation":["updateViewRow"]}},"options":[{"displayName":"Disable Parsing","name":"disableParsing","type":"boolean","default":false,"description":"Whether the API will not attempt to parse the data in any way"}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.coda/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/coda/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Coda/coda.svg"},
{"displayName":"Code","name":"code","group":["transform"],"version":[1,2],"defaultVersion":2,"description":"Run custom JavaScript or Python code","defaults":{"name":"Code"},"inputs":["main"],"outputs":["main"],"builderHint":{"message":"Use Code node as a LAST RESORT — it runs in a sandboxed environment and is slower than native nodes. Code node is ONLY appropriate for complex multi-step algorithms that cannot be expressed in single expressions, or operations requiring complex data structures.","relatedNodes":[{"nodeType":"n8n-nodes-base.set","relationHint":"Use this instead for data manipulation: add/modify/rename fields, set values, map data"},{"nodeType":"n8n-nodes-base.filter","relationHint":"Use this instead for filtering items by condition"},{"nodeType":"n8n-nodes-base.if","relationHint":"Use this instead for routing by condition"},{"nodeType":"n8n-nodes-base.switch","relationHint":"Use this instead for multi-way routing by condition"},{"nodeType":"n8n-nodes-base.splitOut","relationHint":"Use this instead for splitting arrays into separate items"},{"nodeType":"n8n-nodes-base.aggregate","relationHint":"Use this instead for combining multiple items into one"},{"nodeType":"n8n-nodes-base.summarize","relationHint":"Use this instead for summarizing or pivoting data"},{"nodeType":"n8n-nodes-base.removeDuplicates","relationHint":"Use this instead for removing duplicates"},{"nodeType":"n8n-nodes-base.limit","relationHint":"Use this instead to reduce the number of items returned"},{"nodeType":"n8n-nodes-base.merge","relationHint":"Use this instead for merging data from multiple branches"},{"nodeType":"n8n-nodes-base.dateTime","relationHint":"Use this instead for date time operations"},{"nodeType":"n8n-nodes-base.html","relationHint":"Use this instead for creating html pages"}]},"parameterPane":"wide","properties":[{"displayName":"Mode","name":"mode","type":"options","noDataExpression":true,"options":[{"name":"Run Once for All Items","value":"runOnceForAllItems","description":"Run this code only once, no matter how many input items there are"},{"name":"Run Once for Each Item","value":"runOnceForEachItem","description":"Run this code as many times as there are input items"}],"default":"runOnceForAllItems"},{"displayName":"Language","name":"language","type":"options","noDataExpression":true,"displayOptions":{"show":{"@version":[2]}},"options":[{"name":"JavaScript","value":"javaScript","action":"Code in JavaScript"},{"name":"Python","value":"pythonNative","action":"Code in Python"}],"default":"javaScript"},{"displayName":"Language","name":"language","type":"hidden","displayOptions":{"show":{"@version":[1]}},"default":"javaScript"},{"displayName":"JavaScript","name":"jsCode","type":"string","typeOptions":{"editor":"codeNodeEditor","editorLanguage":"javaScript"},"default":"","description":"JavaScript code to execute.<br><br>Tip: You can use luxon vars like <code>$today</code> for dates and <code>$jmespath</code> for querying JSON structures. <a href=\"https://docs.n8n.io/nodes/n8n-nodes-base.function\">Learn more</a>.","noDataExpression":true,"displayOptions":{"show":{"@version":[1],"mode":["runOnceForAllItems"]}}},{"displayName":"JavaScript","name":"jsCode","type":"string","typeOptions":{"editor":"codeNodeEditor","editorLanguage":"javaScript"},"default":"","description":"JavaScript code to execute.<br><br>Tip: You can use luxon vars like <code>$today</code> for dates and <code>$jmespath</code> for querying JSON structures. <a href=\"https://docs.n8n.io/nodes/n8n-nodes-base.function\">Learn more</a>.","noDataExpression":true,"displayOptions":{"show":{"@version":[1],"mode":["runOnceForEachItem"]}}},{"displayName":"JavaScript","name":"jsCode","type":"string","typeOptions":{"editor":"codeNodeEditor","editorLanguage":"javaScript"},"default":"","description":"JavaScript code to execute.<br><br>Tip: You can use luxon vars like <code>$today</code> for dates and <code>$jmespath</code> for querying JSON structures. <a href=\"https://docs.n8n.io/nodes/n8n-nodes-base.function\">Learn more</a>.","noDataExpression":true,"displayOptions":{"show":{"@version":[2],"language":["javaScript"],"mode":["runOnceForAllItems"]}}},{"displayName":"JavaScript","name":"jsCode","type":"string","typeOptions":{"editor":"codeNodeEditor","editorLanguage":"javaScript"},"default":"","description":"JavaScript code to execute.<br><br>Tip: You can use luxon vars like <code>$today</code> for dates and <code>$jmespath</code> for querying JSON structures. <a href=\"https://docs.n8n.io/nodes/n8n-nodes-base.function\">Learn more</a>.","noDataExpression":true,"displayOptions":{"show":{"@version":[2],"language":["javaScript"],"mode":["runOnceForEachItem"]}}},{"displayName":"Type <code>$</code> for a list of <a target=\"_blank\" href=\"https://docs.n8n.io/code-examples/methods-variables-reference/\">special vars/methods</a>. Debug by using <code>console.log()</code> statements and viewing their output in the browser console.","name":"notice","type":"notice","displayOptions":{"show":{"language":["javaScript"]}},"default":""},{"displayName":"Python","name":"pythonCode","type":"string","typeOptions":{"editor":"codeNodeEditor","editorLanguage":"python"},"default":"","description":"Python code to execute.<br><br>Tip: You can use built-in methods and variables like <code>_today</code> for dates and <code>_jmespath</code> for querying JSON structures. <a href=\"https://docs.n8n.io/code/builtin/\">Learn more</a>.","noDataExpression":true,"displayOptions":{"show":{"language":["python","pythonNative"],"mode":["runOnceForAllItems"]}}},{"displayName":"Python","name":"pythonCode","type":"string","typeOptions":{"editor":"codeNodeEditor","editorLanguage":"python"},"default":"","description":"Python code to execute.<br><br>Tip: You can use built-in methods and variables like <code>_today</code> for dates and <code>_jmespath</code> for querying JSON structures. <a href=\"https://docs.n8n.io/code/builtin/\">Learn more</a>.","noDataExpression":true,"displayOptions":{"show":{"language":["python","pythonNative"],"mode":["runOnceForEachItem"]}}},{"displayName":"Debug by using <code>print()</code> statements and viewing their output in the browser console.<br><br>The Python option does not support <code>_</code> syntax and helpers, except for <code>_items</code> in all-items mode and <code>_item</code> in per-item mode.","name":"notice","type":"notice","displayOptions":{"show":{"language":["python","pythonNative"]}},"default":""}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Data Transformation"]},"alias":["cpde","Javascript","JS","Python","Script","Custom Code","Function"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.code/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Code/code.svg"},
{"displayName":"CoinGecko","name":"coinGecko","group":["output"],"version":1,"description":"Consume CoinGecko API","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"CoinGecko"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Coin","value":"coin"},{"name":"Event","value":"event"}],"default":"coin"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["coin"]}},"options":[{"name":"Candlestick","value":"candlestick","description":"Get a candlestick open-high-low-close chart for the selected currency","action":"Get a candlestick for a coin"},{"name":"Get","value":"get","description":"Get current data for a coin","action":"Get a coin"},{"name":"Get Many","value":"getAll","description":"Get many coins","action":"Get many coins"},{"name":"History","value":"history","description":"Get historical data (name, price, market, stats) at a given date for a coin","action":"Get history for a coin"},{"name":"Market","value":"market","description":"Get prices and market related data for all trading pairs that match the selected currency","action":"Get market prices for a coin"},{"name":"Market Chart","value":"marketChart","description":"Get historical market data include price, market cap, and 24h volume (granularity auto)","action":"Get market chart for a coin"},{"name":"Price","value":"price","description":"Get the current price of any cryptocurrencies in any other supported currencies that you need","action":"Get the price for a coin"},{"name":"Ticker","value":"ticker","description":"Get coin tickers","action":"Get the ticker for a coin"}],"default":"getAll"},{"displayName":"Search By","name":"searchBy","required":true,"type":"options","options":[{"name":"Coin ID","value":"coinId"},{"name":"Contract Address","value":"contractAddress"}],"displayOptions":{"show":{"operation":["get","marketChart","price"],"resource":["coin"]}},"default":"coinId","description":"Search by coin ID or contract address"},{"displayName":"Coin Name or ID","name":"coinId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCoins"},"displayOptions":{"show":{"operation":["get"],"resource":["coin"]}},"default":"","placeholder":"bitcoin"},{"displayName":"Base Currency Name or ID","name":"baseCurrency","required":true,"type":"options","typeOptions":{"loadOptionsMethod":"getCoins"},"displayOptions":{"show":{"operation":["candlestick"],"resource":["coin"]}},"default":"","description":"The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Base Currency Name or ID","name":"baseCurrency","required":true,"type":"options","typeOptions":{"loadOptionsMethod":"getCurrencies"},"displayOptions":{"show":{"operation":["market"],"resource":["coin"]}},"default":"","description":"The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Coin Name or ID","name":"coinId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCoins"},"displayOptions":{"show":{"operation":["ticker","history"],"resource":["coin"]}},"default":"","placeholder":"bitcoin"},{"displayName":"Base Currency Names or IDs","name":"baseCurrencies","required":true,"type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCoins"},"displayOptions":{"show":{"operation":["price"],"resource":["coin"],"searchBy":["coinId"]}},"default":[],"placeholder":"bitcoin","description":"The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Platform ID","name":"platformId","required":true,"displayOptions":{"show":{"operation":["get","marketChart","price"],"resource":["coin"],"searchBy":["contractAddress"]}},"type":"options","options":[{"name":"Ethereum","value":"ethereum"}],"default":"ethereum","description":"The ID of the platform issuing tokens"},{"displayName":"Contract Address","name":"contractAddress","required":true,"type":"string","default":"","displayOptions":{"show":{"operation":["get","marketChart"],"resource":["coin"],"searchBy":["contractAddress"]}},"description":"Token's contract address"},{"displayName":"Contract Addresses","name":"contractAddresses","required":true,"type":"string","default":"","displayOptions":{"show":{"operation":["price"],"resource":["coin"],"searchBy":["contractAddress"]}},"description":"The contract address of tokens, comma-separated"},{"displayName":"Base Currency Name or ID","name":"baseCurrency","required":true,"type":"options","typeOptions":{"loadOptionsMethod":"getCoins"},"displayOptions":{"show":{"operation":["marketChart"],"resource":["coin"],"searchBy":["coinId"]},"hide":{"searchBy":["contractAddress"]}},"default":"","description":"The first currency in the pair. For BTC:ETH this is BTC. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Quote Currency Name or ID","name":"quoteCurrency","required":true,"type":"options","typeOptions":{"loadOptionsMethod":"getCurrencies"},"displayOptions":{"show":{"operation":["candlestick","marketChart"],"resource":["coin"]}},"default":"","description":"The second currency in the pair. For BTC:ETH this is ETH. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Quote Currency Names or IDs","name":"quoteCurrencies","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCurrencies"},"required":true,"displayOptions":{"show":{"operation":["price"],"resource":["coin"]}},"default":[],"description":"The second currency in the pair. For BTC:ETH this is ETH. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Range (Days)","name":"days","required":true,"type":"options","options":[{"name":"1","value":"1"},{"name":"7","value":"7"},{"name":"14","value":"14"},{"name":"30","value":"30"},{"name":"90","value":"90"},{"name":"180","value":"180"},{"name":"365","value":"365"},{"name":"Max","value":"max"}],"displayOptions":{"show":{"operation":["marketChart","candlestick"],"resource":["coin"]}},"default":"","description":"Return data for this many days in the past from now"},{"displayName":"Date","name":"date","required":true,"type":"dateTime","displayOptions":{"show":{"operation":["history"],"resource":["coin"]}},"default":"","description":"The date of data snapshot"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll","market","ticker"],"resource":["coin"]}},"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","market","ticker"],"resource":["coin"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["coin"],"operation":["market"]}},"options":[{"displayName":"Coin IDs","name":"ids","type":"string","placeholder":"bitcoin","default":"","description":"Filter results by comma-separated list of coin ID"},{"displayName":"Category","name":"category","type":"options","options":[{"name":"Decentralized Finance Defi","value":"decentralized_finance_defi"}],"default":"decentralized_finance_defi","description":"Filter by coin category"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"Gecko Asc","value":"gecko_asc"},{"name":"Gecko Desc","value":"gecko_desc"},{"name":"ID Asc","value":"id_asc"},{"name":"ID Desc","value":"id_desc"},{"name":"Market Cap Asc","value":"market_cap_asc"},{"name":"Market Cap Desc","value":"market_cap_desc"},{"name":"Volume Asc","value":"volume_asc"},{"name":"Volume Desc","value":"volume_desc"}],"default":"","description":"Sort results by field"},{"displayName":"Sparkline","name":"sparkline","type":"boolean","default":false,"description":"Whether to include sparkline 7 days data"},{"displayName":"Price Change Percentage","name":"price_change_percentage","type":"multiOptions","options":[{"name":"1h","value":"1h"},{"name":"24h","value":"24h"},{"name":"7d","value":"7d"},{"name":"14d","value":"14d"},{"name":"30d","value":"30d"},{"name":"200d","value":"200d"},{"name":"1y","value":"1y"}],"default":[],"description":"Include price change percentage for specified times"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["coin"],"operation":["price"]}},"options":[{"displayName":"Include 24hr Change","name":"include_24hr_change","type":"boolean","default":false},{"displayName":"Include 24hr Vol","name":"include_24hr_vol","type":"boolean","default":false},{"displayName":"Include Last Updated At","name":"include_last_updated_at","type":"boolean","default":false},{"displayName":"Include Market Cap","name":"include_market_cap","type":"boolean","default":false}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["coin"],"operation":["ticker"]}},"options":[{"displayName":"Exchange Names or IDs","name":"exchange_ids","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getExchanges"},"default":[],"description":"Filter results by exchange IDs. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Include Exchange Logo","name":"include_exchange_logo","type":"boolean","default":false},{"displayName":"Order","name":"order","type":"options","options":[{"name":"Trust Score Desc","value":"trust_score_desc"},{"name":"Trust Score Asc","value":"trust_score_asc"},{"name":"Volume Desc","value":"volume_desc"}],"default":"trust_score_desc","description":"Sorts results by the selected rule"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["coin"],"operation":["history"]}},"options":[{"displayName":"Localization","name":"localization","type":"boolean","default":true,"description":"Whether to exclude localized languages in response"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["coin"]}},"options":[{"displayName":"Community Data","name":"community_data","type":"boolean","default":false,"description":"Whether to include community data"},{"displayName":"Developer Data","name":"developer_data","type":"boolean","default":false,"description":"Whether to include developer data"},{"displayName":"Localization","name":"localization","type":"boolean","default":false,"description":"Whether to include all localized languages in response"},{"displayName":"Market Data","name":"market_data","type":"boolean","default":false,"description":"Whether to include market data"},{"displayName":"Sparkline","name":"sparkline","type":"boolean","default":false,"description":"Whether to include sparkline 7 days data (eg. true, false)."},{"displayName":"Tickers","name":"tickers","type":"boolean","default":false,"description":"Whether to include tickers data"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many events","action":"Get many events"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["event"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["event"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["event"]}},"options":[{"displayName":"Country Code","name":"country_code","type":"options","typeOptions":{"loadOptionsMethod":"getEventCountryCodes"},"default":"","description":"Country code of event. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"From Date","name":"from_date","type":"dateTime","default":"","description":"Lists events after this date"},{"displayName":"To Date","name":"to_date","type":"dateTime","default":"","description":"Lists events before this date"},{"displayName":"Type Name or ID","name":"type","type":"options","typeOptions":{"loadOptionsMethod":"getEventTypes"},"default":"","description":"Type of event. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Upcoming Events Only","name":"upcoming_events_only","type":"boolean","default":true,"description":"Whether to list only upcoming events"}]}],"codex":{"categories":["Productivity","Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.coingecko/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/CoinGecko/coinGecko.svg"},
{"displayName":"Compare Datasets","name":"compareDatasets","group":["transform"],"version":[1,2,2.1,2.2,2.3],"description":"Compare two inputs for changes","defaults":{"name":"Compare Datasets"},"inputs":["main","main"],"inputNames":["Input A","Input B"],"requiredInputs":1,"outputs":["main","main","main","main"],"outputNames":["In A only","Same","Different","In B only"],"properties":[{"displayName":"Items from different branches are paired together when the fields below match. If paired, the rest of the fields are compared to determine whether the items are the same or different","name":"infoBox","type":"notice","default":""},{"displayName":"Fields to Match","name":"mergeByFields","type":"fixedCollection","placeholder":"Add Fields to Match","default":{"values":[{"field1":"","field2":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input A Field","name":"field1","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Input B Field","name":"field2","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"When There Are Differences","name":"resolve","type":"options","default":"preferInput2","options":[{"name":"Use Input A Version","value":"preferInput1"},{"name":"Use Input B Version","value":"preferInput2"},{"name":"Use a Mix of Versions","value":"mix","description":"Output uses different inputs for different fields"},{"name":"Include Both Versions","value":"includeBoth","description":"Output contains all data (but structure more complex)"}],"displayOptions":{"show":{"@version":[1,2]}}},{"displayName":"When There Are Differences","name":"resolve","type":"options","default":"includeBoth","options":[{"name":"Use Input A Version","value":"preferInput1"},{"name":"Use Input B Version","value":"preferInput2"},{"name":"Use a Mix of Versions","value":"mix","description":"Output uses different inputs for different fields"},{"name":"Include Both Versions","value":"includeBoth","description":"Output contains all data (but structure more complex)"}],"displayOptions":{"hide":{"@version":[1,2]}}},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same.","displayOptions":{"hide":{"@version":[1]}}},{"displayName":"Prefer","name":"preferWhenMix","type":"options","default":"input1","options":[{"name":"Input A Version","value":"input1"},{"name":"Input B Version","value":"input2"}],"displayOptions":{"show":{"resolve":["mix"]}}},{"displayName":"For Everything Except","name":"exceptWhenMix","type":"string","default":"","placeholder":"e.g. id, country","hint":"Enter the names of the input fields as text, separated by commas","displayOptions":{"show":{"resolve":["mix"]}},"requiresDataPath":"multiple"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields to Skip Comparing","name":"skipFields","type":"string","default":"","placeholder":"e.g. updated_at, updated_by","hint":"Enter the field names as text, separated by commas","description":"Fields that shouldn't be included when checking whether two items are the same","requiresDataPath":"multiple"},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same.","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"first","options":[{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"},{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"}]}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"alias":["Join","Concatenate","Compare","Dataset","Split","Sync","Syncing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.comparedatasets/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/CompareDatasets/compare.svg"},
{"displayName":"Compression","name":"compression","icon":"fa:file-archive","iconColor":"green","group":["transform"],"subtitle":"={{$parameter[\"operation\"]}}","version":[1,1.1],"description":"Compress and decompress files","defaults":{"name":"Compression","color":"#408000"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Compress","value":"compress","action":"Compress file(s)","description":"Compress files into a zip or gzip archive"},{"name":"Decompress","value":"decompress","action":"Decompress file(s)","description":"Decompress zip or gzip archives"}],"default":"decompress"},{"displayName":"Input Binary Field(s)","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["compress"]}},"placeholder":"e.g. data,data2,data3","hint":"The name of the input binary field(s) containing the file(s) to be compressed","description":"To process more than one file, use a comma-separated list of the binary fields names"},{"displayName":"Input Binary Field(s)","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["decompress"]}},"placeholder":"e.g. data","hint":"The name of the input binary field(s) containing the file(s) to decompress","description":"To process more than one file, use a comma-separated list of the binary fields names"},{"displayName":"Output Format","name":"outputFormat","type":"options","default":"","options":[{"name":"Gzip","value":"gzip"},{"name":"Zip","value":"zip"}],"displayOptions":{"show":{"operation":["compress"],"@version":[1]}},"description":"Format of the output"},{"displayName":"Output Format","name":"outputFormat","type":"options","default":"zip","options":[{"name":"Gzip","value":"gzip"},{"name":"Zip","value":"zip"}],"displayOptions":{"show":{"operation":["compress"]},"hide":{"@version":[1]}},"description":"Format of the output"},{"displayName":"File Name","name":"fileName","type":"string","default":"","placeholder":"e.g. data.zip","required":true,"displayOptions":{"show":{"operation":["compress"],"outputFormat":["zip"]}},"description":"Name of the output file"},{"displayName":"Put Output File in Field","name":"binaryPropertyOutput","type":"string","default":"data","displayOptions":{"show":{"outputFormat":["zip"],"operation":["compress"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"File Name","name":"fileName","type":"string","default":"","placeholder":"e.g. data.txt","displayOptions":{"show":{"operation":["compress"],"outputFormat":["gzip"]},"hide":{"@version":[1]}},"description":"Name of the output file"},{"displayName":"Put Output File in Field","name":"binaryPropertyOutput","type":"string","default":"data","displayOptions":{"show":{"outputFormat":["gzip"],"operation":["compress"]},"hide":{"@version":[1]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"Output File Prefix","name":"outputPrefix","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["compress"],"outputFormat":["gzip"],"@version":[1]}},"description":"Prefix to add to the gzip file"},{"displayName":"Output Prefix","name":"outputPrefix","type":"string","default":"file_","required":true,"displayOptions":{"show":{"operation":["decompress"]}},"description":"Prefix to add to the decompressed files"}],"codex":{"categories":["Core Nodes","Data & Storage"],"subcategories":{"Core Nodes":["Files","Data Transformation"]},"alias":["Zip","Gzip","uncompress","compress","decompress","archive","unarchive","Binary","Files","File"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.compression/"}]}}},
{"displayName":"Contentful","name":"contentful","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","group":["input"],"version":1,"description":"Consume Contentful API","defaults":{"name":"Contentful"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"contentfulApi","required":true}],"properties":[{"displayName":"Source","name":"source","type":"options","default":"deliveryApi","description":"Pick where your data comes from, delivery or preview API","options":[{"name":"Delivery API","value":"deliveryApi"},{"name":"Preview API","value":"previewApi"}]},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Asset","value":"asset"},{"name":"Content Type","value":"contentType"},{"name":"Entry","value":"entry"},{"name":"Locale","value":"locale"},{"name":"Space","value":"space"}],"default":"entry"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["space"]}},"options":[{"name":"Get","value":"get"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contentType"]}},"options":[{"name":"Get","value":"get"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["entry"]}},"options":[{"name":"Get","value":"get"},{"name":"Get Many","value":"getAll"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["asset"]}},"options":[{"name":"Get","value":"get"},{"name":"Get Many","value":"getAll"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["locale"]}},"options":[{"name":"Get Many","value":"getAll"}],"default":"getAll"},{"displayName":"Environment ID","name":"environmentId","type":"string","displayOptions":{"show":{"resource":["contentType"],"operation":["get"]}},"default":"master","description":"The ID for the Contentful environment (e.g. master, staging, etc.). Depending on your plan, you might not have environments. In that case use \"master\"."},{"displayName":"Content Type ID","name":"contentTypeId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["contentType"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contentType"],"operation":["get"]}},"options":[{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether the data should be returned RAW instead of parsed"}]},{"displayName":"Environment ID","name":"environmentId","type":"string","displayOptions":{"show":{"resource":["entry"],"operation":["get","getAll"]}},"default":"master","description":"The ID for the Contentful environment (e.g. master, staging, etc.). Depending on your plan, you might not have environments. In that case use \"master\"."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["entry"]}},"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":["entry"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["entry"],"operation":["getAll"]}},"options":[{"displayName":"Content Type ID","name":"content_type","type":"string","default":"","description":"To search for entries with a specific content type"},{"displayName":"Equal","name":"equal","type":"string","default":"","placeholder":"fields.title=n8n","description":"Search for all data that matches the condition: {attribute}={value}. Attribute can use dot notation."},{"displayName":"Exclude","name":"exclude","type":"string","default":"","placeholder":"fields.tags[nin]=accessories,flowers","description":"Search for all data that matches the condition: {attribute}[nin]={value}. Attribute can use dot notation."},{"displayName":"Exist","name":"exist","type":"string","default":"","placeholder":"fields.tags[exists]=true","description":"Search for all data that matches the condition: {attribute}[exists]={value}. Attribute can use dot notation."},{"displayName":"Fields","name":"select","type":"string","placeholder":"fields.title","default":"","description":"The select operator allows you to choose what fields to return from an entity. You can choose multiple values by combining comma-separated operators."},{"displayName":"Include","name":"include","type":"string","default":"","placeholder":"fields.tags[in]=accessories,flowers","description":"Search for all data that matches the condition: {attribute}[in]={value}. Attribute can use dot notation."},{"displayName":"Not Equal","name":"notEqual","type":"string","default":"","placeholder":"fields.title[ne]=n8n","description":"Search for all data that matches the condition: {attribute}[ne]={value}. Attribute can use dot notation."},{"displayName":"Order","name":"order","type":"string","default":"","placeholder":"sys.createdAt","description":"You can order items in the response by specifying the order search parameter. You can use sys properties (such as sys.createdAt) or field values (such as fields.myCustomDateField) for ordering."},{"displayName":"Query","name":"query","type":"string","default":"","description":"Full-text search is case insensitive and might return more results than expected. A query will only take values with more than 1 character."},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether the data should be returned RAW instead of parsed"}]},{"displayName":"Entry ID","name":"entryId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["entry"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["entry"],"operation":["get"]}},"options":[{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether the data should be returned RAW instead of parsed"}]},{"displayName":"Environment ID","name":"environmentId","type":"string","displayOptions":{"show":{"resource":["asset"],"operation":["get","getAll"]}},"default":"master","description":"The ID for the Contentful environment (e.g. master, staging, etc.). Depending on your plan, you might not have environments. In that case use \"master\"."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["asset"]}},"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":["asset"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Asset ID","name":"assetId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["asset"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["asset"],"operation":["getAll"]}},"options":[{"displayName":"Equal","name":"equal","type":"string","default":"","placeholder":"fields.title=n8n","description":"Search for all data that matches the condition: {attribute}={value}. Attribute can use dot notation."},{"displayName":"Exclude","name":"exclude","type":"string","default":"","placeholder":"fields.tags[nin]=accessories,flowers","description":"Search for all data that matches the condition: {attribute}[nin]={value}. Attribute can use dot notation."},{"displayName":"Exist","name":"exist","type":"string","default":"","placeholder":"fields.tags[exists]=true","description":"Search for all data that matches the condition: {attribute}[exists]={value}. Attribute can use dot notation."},{"displayName":"Fields","name":"select","type":"string","placeholder":"fields.title","default":"","description":"The select operator allows you to choose what fields to return from an entity. You can choose multiple values by combining comma-separated operators."},{"displayName":"Include","name":"include","type":"string","default":"","placeholder":"fields.tags[in]=accessories,flowers","description":"Search for all data that matches the condition: {attribute}[in]={value}. Attribute can use dot notation."},{"displayName":"Not Equal","name":"notEqual","type":"string","default":"","placeholder":"fields.title[ne]=n8n","description":"Search for all data that matches the condition: {attribute}[ne]={value}. Attribute can use dot notation."},{"displayName":"Order","name":"order","type":"string","default":"","placeholder":"sys.createdAt","description":"You can order items in the response by specifying the order search parameter. You can use sys properties (such as sys.createdAt) or field values (such as fields.myCustomDateField) for ordering."},{"displayName":"Query","name":"query","type":"string","default":"","description":"Full-text search is case insensitive and might return more results than expected. A query will only take values with more than 1 character."},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether the data should be returned RAW instead of parsed"}]},{"displayName":"Environment ID","name":"environmentId","type":"string","displayOptions":{"show":{"resource":["locale"],"operation":["get","getAll"]}},"default":"master","description":"The ID for the Contentful environment (e.g. master, staging, etc.). Depending on your plan, you might not have environments. In that case use \"master\"."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["locale"]}},"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":["locale"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"}],"codex":{"categories":["Marketing","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.contentful/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/contentful/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Contentful/contentful.png"},
{"displayName":"ConvertKit","name":"convertKit","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume ConvertKit API","defaults":{"name":"ConvertKit"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"convertKitApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Custom Field","value":"customField"},{"name":"Form","value":"form"},{"name":"Sequence","value":"sequence"},{"name":"Tag","value":"tag"},{"name":"Tag Subscriber","value":"tagSubscriber"}],"default":"form"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["customField"]}},"options":[{"name":"Create","value":"create","description":"Create a field","action":"Create a custom field"},{"name":"Delete","value":"delete","description":"Delete a field","action":"Delete a custom field"},{"name":"Get Many","value":"getAll","description":"Get many fields","action":"Get many custom fields"},{"name":"Update","value":"update","description":"Update a field","action":"Update a custom field"}],"default":"update"},{"displayName":"Field ID","name":"id","type":"string","required":true,"displayOptions":{"show":{"resource":["customField"],"operation":["update","delete"]}},"default":"","description":"The ID of your custom field"},{"displayName":"Label","name":"label","type":"string","required":true,"displayOptions":{"show":{"resource":["customField"],"operation":["update","create"]}},"default":"","description":"The label of the custom field"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["customField"]}},"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":["customField"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["form"]}},"options":[{"name":"Add Subscriber","value":"addSubscriber","description":"Add a subscriber","action":"Add a subscriber"},{"name":"Get Many","value":"getAll","description":"Get many forms","action":"Get many forms"},{"name":"Get Subscriptions","value":"getSubscriptions","description":"List subscriptions to a form including subscriber data","action":"Get all subscriptions"}],"default":"addSubscriber","description":"The operations to perform"},{"displayName":"Form Name or ID","name":"id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getForms"},"required":true,"displayOptions":{"show":{"resource":["form"],"operation":["addSubscriber","getSubscriptions"]}},"default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["form"],"operation":["addSubscriber"]}},"default":"","description":"The subscriber's email address"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["form"],"operation":["addSubscriber"]}},"options":[{"displayName":"Custom Fields","name":"fieldsUi","placeholder":"Add Custom Field","description":"Object of key/value pairs for custom fields (the custom field must exist before you can use it here)","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"fieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Key","name":"key","type":"string","default":"","placeholder":"last_name","description":"The field's key"},{"displayName":"Field Value","name":"value","type":"string","default":"","placeholder":"Doe","description":"Value of the field"}]}]},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"The subscriber's first name"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll","getSubscriptions"],"resource":["form"]}},"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","getSubscriptions"],"resource":["form"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["form"],"operation":["getSubscriptions"]}},"options":[{"displayName":"Subscriber State","name":"subscriberState","type":"options","options":[{"name":"Active","value":"active"},{"name":"Cancelled","value":"cancelled"}],"default":"active"}],"description":"Receive only active subscribers or cancelled subscribers"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sequence"]}},"options":[{"name":"Add Subscriber","value":"addSubscriber","description":"Add a subscriber","action":"Add a subscriber"},{"name":"Get Many","value":"getAll","description":"Get many sequences","action":"Get many sequences"},{"name":"Get Subscriptions","value":"getSubscriptions","description":"Get all subscriptions to a sequence including subscriber data","action":"Get all subscriptions to a sequence"}],"default":"addSubscriber","description":"The operations to perform"},{"displayName":"Sequence Name or ID","name":"id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getSequences"},"required":true,"displayOptions":{"show":{"resource":["sequence"],"operation":["addSubscriber","getSubscriptions"]}},"default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["sequence"],"operation":["addSubscriber"]}},"default":"","description":"The subscriber's email address"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll","getSubscriptions"],"resource":["sequence"]}},"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","getSubscriptions"],"resource":["sequence"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["sequence"],"operation":["addSubscriber"]}},"options":[{"displayName":"Custom Fields","name":"fieldsUi","placeholder":"Add Custom Field","description":"Object of key/value pairs for custom fields (the custom field must exist before you can use it here)","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"fieldsValues","displayName":"Custom Field","values":[{"displayName":"Field Key","name":"key","type":"string","default":"","placeholder":"last_name","description":"The field's key"},{"displayName":"Field Value","name":"value","type":"string","default":"","placeholder":"Doe","description":"Value of the field"}]}]},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"The subscriber's first name"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"Tags. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["sequence"],"operation":["getSubscriptions"]}},"options":[{"displayName":"Subscriber State","name":"subscriberState","type":"options","options":[{"name":"Active","value":"active"},{"name":"Cancelled","value":"cancelled"}],"default":"active"}],"description":"Receive only active subscribers or cancelled subscribers"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["tag"]}},"options":[{"name":"Create","value":"create","description":"Create a tag","action":"Create a tag"},{"name":"Get Many","value":"getAll","description":"Get many tags","action":"Get many tags"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["tag"],"operation":["create"]}},"default":"","description":"Tag name, multiple can be added separated by comma"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["tag"]}},"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":["tag"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["tagSubscriber"]}},"options":[{"name":"Add","value":"add","description":"Add a tag to a subscriber","action":"Add a tag to a subscriber"},{"name":"Get Many","value":"getAll","description":"List subscriptions to a tag including subscriber data","action":"Get many tag subscriptions"},{"name":"Delete","value":"delete","description":"Delete a tag from a subscriber","action":"Delete a tag from a subscriber"}],"default":"create"},{"displayName":"Tag Name or ID","name":"tagId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTags"},"required":true,"displayOptions":{"show":{"resource":["tagSubscriber"],"operation":["add","getAll","delete"]}},"default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["tagSubscriber"],"operation":["add","delete"]}},"default":"","description":"Subscriber email address"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["tagSubscriber"],"operation":["add"]}},"options":[{"displayName":"Custom Fields","name":"fields","placeholder":"Add Custom Field","description":"Object of key/value pairs for custom fields (the custom field must exist before you can use it here)","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"field","displayName":"Custom Field","values":[{"displayName":"Field Key","name":"key","type":"string","default":"","placeholder":"last_name","description":"The field's key"},{"displayName":"Field Value","name":"value","type":"string","default":"","placeholder":"Doe","description":"Value of the field"}]}]},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"Subscriber first name"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["tagSubscriber"]}},"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":["tagSubscriber"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["tagSubscriber"],"operation":["getAll"]}},"options":[{"displayName":"Subscriber State","name":"subscriberState","type":"options","options":[{"name":"Active","value":"active"},{"name":"Cancelled","value":"cancelled"}],"default":"active"}],"description":"Receive only active subscribers or cancelled subscribers"}],"codex":{"categories":["Marketing","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.convertkit/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/convertkit/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/ConvertKit/convertKit.svg"},
{"displayName":"ConvertKit Trigger","name":"convertKitTrigger","subtitle":"={{$parameter[\"event\"]}}","group":["trigger"],"version":1,"description":"Handle ConvertKit events via webhooks","defaults":{"name":"ConvertKit Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"convertKitApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Event","name":"event","type":"options","required":true,"default":"","description":"The events that can trigger the webhook and whether they are enabled","options":[{"name":"Form Subscribe","value":"formSubscribe"},{"name":"Link Click","value":"linkClick"},{"name":"Product Purchase","value":"productPurchase"},{"name":"Purchase Created","value":"purchaseCreate"},{"name":"Sequence Complete","value":"courseComplete"},{"name":"Sequence Subscribe","value":"courseSubscribe"},{"name":"Subscriber Activated","value":"subscriberActivate"},{"name":"Subscriber Unsubscribe","value":"subscriberUnsubscribe"},{"name":"Tag Add","value":"tagAdd"},{"name":"Tag Remove","value":"tagRemove"}]},{"displayName":"Form Name or ID","name":"formId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getForms"},"required":true,"default":"","displayOptions":{"show":{"event":["formSubscribe"]}}},{"displayName":"Sequence Name or ID","name":"courseId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getSequences"},"required":true,"default":"","displayOptions":{"show":{"event":["courseSubscribe","courseComplete"]}}},{"displayName":"Initiating Link","name":"link","type":"string","required":true,"default":"","description":"The URL of the initiating link","displayOptions":{"show":{"event":["linkClick"]}}},{"displayName":"Product ID","name":"productId","type":"string","required":true,"default":"","displayOptions":{"show":{"event":["productPurchase"]}}},{"displayName":"Tag Name or ID","name":"tagId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTags"},"required":true,"default":"","displayOptions":{"show":{"event":["tagAdd","tagRemove"]}}}],"codex":{"categories":["Marketing","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.convertkittrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/convertkit/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/ConvertKit/convertKit.svg"},
{"displayName":"Copper","name":"copper","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Copper API","defaults":{"name":"Copper"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"copperApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Company","value":"company"},{"name":"Customer Source","value":"customerSource"},{"name":"Lead","value":"lead"},{"name":"Opportunity","value":"opportunity"},{"name":"Person","value":"person"},{"name":"Project","value":"project"},{"name":"Task","value":"task"},{"name":"User","value":"user"}],"default":"company"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["company"]}},"options":[{"name":"Create","value":"create","action":"Create a company"},{"name":"Delete","value":"delete","action":"Delete a company"},{"name":"Get","value":"get","action":"Get a company"},{"name":"Get Many","value":"getAll","action":"Get many companies"},{"name":"Update","value":"update","action":"Update a company"}],"default":"create"},{"displayName":"Name","name":"name","description":"Name of the company to create","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["company"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"options":[{"displayName":"Address","name":"address","placeholder":"Add Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Address Fields","name":"addressFields","values":[{"displayName":"Street","name":"street","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postal Code","name":"postal_code","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":"","description":"ISO 3166 alpha-2 country code"}]}]},{"displayName":"Details","name":"details","type":"string","default":"","description":"Description of the company to create"},{"displayName":"Email Domain","name":"email_domain","type":"string","default":""},{"displayName":"Phone Numbers","name":"phone_numbers","placeholder":"Add Phone Number","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Phone Fields","name":"phoneFields","values":[{"displayName":"Number","name":"number","type":"string","default":""},{"displayName":"Category","name":"category","type":"string","default":""}]}]}]},{"displayName":"Company ID","name":"companyId","description":"ID of the company to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["company"],"operation":["delete"]}}},{"displayName":"Company ID","name":"companyId","description":"ID of the company to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["company"],"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":["company"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filterFields","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"options":[{"displayName":"Country","name":"country","type":"options","options":[{"name":"Afghanistan","value":"AF"},{"name":"Åland Islands","value":"AX"},{"name":"Albania","value":"AL"},{"name":"Algeria","value":"DZ"},{"name":"American Samoa","value":"AS"},{"name":"Andorra","value":"AD"},{"name":"Angola","value":"AO"},{"name":"Anguilla","value":"AI"},{"name":"Antarctica","value":"AQ"},{"name":"Antigua and Barbuda","value":"AG"},{"name":"Argentina","value":"AR"},{"name":"Armenia","value":"AM"},{"name":"Aruba","value":"AW"},{"name":"Australia","value":"AU"},{"name":"Austria","value":"AT"},{"name":"Azerbaijan","value":"AZ"},{"name":"Bahamas (the)","value":"BS"},{"name":"Bahrain","value":"BH"},{"name":"Bangladesh","value":"BD"},{"name":"Barbados","value":"BB"},{"name":"Belarus","value":"BY"},{"name":"Belgium","value":"BE"},{"name":"Belize","value":"BZ"},{"name":"Benin","value":"BJ"},{"name":"Bermuda","value":"BM"},{"name":"Bhutan","value":"BT"},{"name":"Bolivia (Plurinational State of)","value":"BO"},{"name":"Bonaire, Sint Eustatius and Saba","value":"BQ"},{"name":"Bosnia and Herzegovina","value":"BA"},{"name":"Botswana","value":"BW"},{"name":"Bouvet Island","value":"BV"},{"name":"Brazil","value":"BR"},{"name":"British Indian Ocean Territory (the)","value":"IO"},{"name":"Brunei Darussalam","value":"BN"},{"name":"Bulgaria","value":"BG"},{"name":"Burkina Faso","value":"BF"},{"name":"Burundi","value":"BI"},{"name":"Cabo Verde","value":"CV"},{"name":"Cambodia","value":"KH"},{"name":"Cameroon","value":"CM"},{"name":"Canada","value":"CA"},{"name":"Cayman Islands (the)","value":"KY"},{"name":"Central African Republic (the)","value":"CF"},{"name":"Chad","value":"TD"},{"name":"Chile","value":"CL"},{"name":"China","value":"CN"},{"name":"Christmas Island","value":"CX"},{"name":"Cocos (Keeling) Islands (the)","value":"CC"},{"name":"Colombia","value":"CO"},{"name":"Comoros (the)","value":"KM"},{"name":"Congo (the Democratic Republic of the)","value":"CD"},{"name":"Congo (the)","value":"CG"},{"name":"Cook Islands (the)","value":"CK"},{"name":"Costa Rica","value":"CR"},{"name":"Côte d'Ivoire","value":"CI"},{"name":"Croatia","value":"HR"},{"name":"Cuba","value":"CU"},{"name":"Curaçao","value":"CW"},{"name":"Cyprus","value":"CY"},{"name":"Czechia","value":"CZ"},{"name":"Denmark","value":"DK"},{"name":"Djibouti","value":"DJ"},{"name":"Dominica","value":"DM"},{"name":"Dominican Republic (the)","value":"DO"},{"name":"Ecuador","value":"EC"},{"name":"Egypt","value":"EG"},{"name":"El Salvador","value":"SV"},{"name":"Equatorial Guinea","value":"GQ"},{"name":"Eritrea","value":"ER"},{"name":"Estonia","value":"EE"},{"name":"Ethiopia","value":"ET"},{"name":"Falkland Islands (the) [Malvinas]","value":"FK"},{"name":"Faroe Islands (the)","value":"FO"},{"name":"Fiji","value":"FJ"},{"name":"Finland","value":"FI"},{"name":"France","value":"FR"},{"name":"French Guiana","value":"GF"},{"name":"French Polynesia","value":"PF"},{"name":"French Southern Territories (the)","value":"TF"},{"name":"Gabon","value":"GA"},{"name":"Gambia (the)","value":"GM"},{"name":"Georgia","value":"GE"},{"name":"Germany","value":"DE"},{"name":"Ghana","value":"GH"},{"name":"Gibraltar","value":"GI"},{"name":"Greece","value":"GR"},{"name":"Greenland","value":"GL"},{"name":"Grenada","value":"GD"},{"name":"Guadeloupe","value":"GP"},{"name":"Guam","value":"GU"},{"name":"Guatemala","value":"GT"},{"name":"Guernsey","value":"GG"},{"name":"Guinea","value":"GN"},{"name":"Guinea-Bissau","value":"GW"},{"name":"Guyana","value":"GY"},{"name":"Haiti","value":"HT"},{"name":"Heard Island and McDonald Islands","value":"HM"},{"name":"Holy See (the)","value":"VA"},{"name":"Honduras","value":"HN"},{"name":"Hong Kong","value":"HK"},{"name":"Hungary","value":"HU"},{"name":"Iceland","value":"IS"},{"name":"India","value":"IN"},{"name":"Indonesia","value":"ID"},{"name":"Iran (Islamic Republic of)","value":"IR"},{"name":"Iraq","value":"IQ"},{"name":"Ireland","value":"IE"},{"name":"Isle of Man","value":"IM"},{"name":"Israel","value":"IL"},{"name":"Italy","value":"IT"},{"name":"Jamaica","value":"JM"},{"name":"Japan","value":"JP"},{"name":"Jersey","value":"JE"},{"name":"Jordan","value":"JO"},{"name":"Kazakhstan","value":"KZ"},{"name":"Kenya","value":"KE"},{"name":"Kiribati","value":"KI"},{"name":"Korea (the Democratic People's Republic of)","value":"KP"},{"name":"Korea (the Republic of)","value":"KR"},{"name":"Kuwait","value":"KW"},{"name":"Kyrgyzstan","value":"KG"},{"name":"Lao People's Democratic Republic (the)","value":"LA"},{"name":"Latvia","value":"LV"},{"name":"Lebanon","value":"LB"},{"name":"Lesotho","value":"LS"},{"name":"Liberia","value":"LR"},{"name":"Libya","value":"LY"},{"name":"Liechtenstein","value":"LI"},{"name":"Lithuania","value":"LT"},{"name":"Luxembourg","value":"LU"},{"name":"Macao","value":"MO"},{"name":"Macedonia (the former Yugoslav Republic of)","value":"MK"},{"name":"Madagascar","value":"MG"},{"name":"Malawi","value":"MW"},{"name":"Malaysia","value":"MY"},{"name":"Maldives","value":"MV"},{"name":"Mali","value":"ML"},{"name":"Malta","value":"MT"},{"name":"Marshall Islands (the)","value":"MH"},{"name":"Martinique","value":"MQ"},{"name":"Mauritania","value":"MR"},{"name":"Mauritius","value":"MU"},{"name":"Mayotte","value":"YT"},{"name":"Mexico","value":"MX"},{"name":"Micronesia (Federated States of)","value":"FM"},{"name":"Moldova (the Republic of)","value":"MD"},{"name":"Monaco","value":"MC"},{"name":"Mongolia","value":"MN"},{"name":"Montenegro","value":"ME"},{"name":"Montserrat","value":"MS"},{"name":"Morocco","value":"MA"},{"name":"Mozambique","value":"MZ"},{"name":"Myanmar","value":"MM"},{"name":"Namibia","value":"NA"},{"name":"Nauru","value":"NR"},{"name":"Nepal","value":"NP"},{"name":"Netherlands (the)","value":"NL"},{"name":"New Caledonia","value":"NC"},{"name":"New Zealand","value":"NZ"},{"name":"Nicaragua","value":"NI"},{"name":"Niger (the)","value":"NE"},{"name":"Nigeria","value":"NG"},{"name":"Niue","value":"NU"},{"name":"Norfolk Island","value":"NF"},{"name":"Northern Mariana Islands (the)","value":"MP"},{"name":"Norway","value":"NO"},{"name":"Oman","value":"OM"},{"name":"Pakistan","value":"PK"},{"name":"Palau","value":"PW"},{"name":"Palestine, State of","value":"PS"},{"name":"Panama","value":"PA"},{"name":"Papua New Guinea","value":"PG"},{"name":"Paraguay","value":"PY"},{"name":"Peru","value":"PE"},{"name":"Philippines (the)","value":"PH"},{"name":"Pitcairn","value":"PN"},{"name":"Poland","value":"PL"},{"name":"Portugal","value":"PT"},{"name":"Puerto Rico","value":"PR"},{"name":"Qatar","value":"QA"},{"name":"Réunion","value":"RE"},{"name":"Romania","value":"RO"},{"name":"Russian Federation (the)","value":"RU"},{"name":"Rwanda","value":"RW"},{"name":"Saint Barthélemy","value":"BL"},{"name":"Saint Helena, Ascension and Tristan da Cunha","value":"SH"},{"name":"Saint Kitts and Nevis","value":"KN"},{"name":"Saint Lucia","value":"LC"},{"name":"Saint Martin (French part)","value":"MF"},{"name":"Saint Pierre and Miquelon","value":"PM"},{"name":"Saint Vincent and the Grenadines","value":"VC"},{"name":"Samoa","value":"WS"},{"name":"San Marino","value":"SM"},{"name":"Sao Tome and Principe","value":"ST"},{"name":"Saudi Arabia","value":"SA"},{"name":"Senegal","value":"SN"},{"name":"Serbia","value":"RS"},{"name":"Seychelles","value":"SC"},{"name":"Sierra Leone","value":"SL"},{"name":"Singapore","value":"SG"},{"name":"Sint Maarten (Dutch part)","value":"SX"},{"name":"Slovakia","value":"SK"},{"name":"Slovenia","value":"SI"},{"name":"Solomon Islands","value":"SB"},{"name":"Somalia","value":"SO"},{"name":"South Africa","value":"ZA"},{"name":"South Georgia and the South Sandwich Islands","value":"GS"},{"name":"South Sudan","value":"SS"},{"name":"Spain","value":"ES"},{"name":"Sri Lanka","value":"LK"},{"name":"Sudan (the)","value":"SD"},{"name":"Suriname","value":"SR"},{"name":"Svalbard and Jan Mayen","value":"SJ"},{"name":"Swaziland","value":"SZ"},{"name":"Sweden","value":"SE"},{"name":"Switzerland","value":"CH"},{"name":"Syrian Arab Republic","value":"SY"},{"name":"Taiwan (Province of China)","value":"TW"},{"name":"Tajikistan","value":"TJ"},{"name":"Tanzania, United Republic of","value":"TZ"},{"name":"Thailand","value":"TH"},{"name":"Timor-Leste","value":"TL"},{"name":"Togo","value":"TG"},{"name":"Tokelau","value":"TK"},{"name":"Tonga","value":"TO"},{"name":"Trinidad and Tobago","value":"TT"},{"name":"Tunisia","value":"TN"},{"name":"Turkey","value":"TR"},{"name":"Turkmenistan","value":"TM"},{"name":"Turks and Caicos Islands (the)","value":"TC"},{"name":"Tuvalu","value":"TV"},{"name":"Uganda","value":"UG"},{"name":"Ukraine","value":"UA"},{"name":"United Arab Emirates (the)","value":"AE"},{"name":"United Kingdom of Great Britain and Northern Ireland (the)","value":"GB"},{"name":"United States Minor Outlying Islands (the)","value":"UM"},{"name":"United States of America (the)","value":"US"},{"name":"Uruguay","value":"UY"},{"name":"Uzbekistan","value":"UZ"},{"name":"Vanuatu","value":"VU"},{"name":"Venezuela (Bolivarian Republic of)","value":"VE"},{"name":"Viet Nam","value":"VN"},{"name":"Virgin Islands (British)","value":"VG"},{"name":"Virgin Islands (U.S.)","value":"VI"},{"name":"Wallis and Futuna","value":"WF"},{"name":"Western Sahara*","value":"EH"},{"name":"Yemen","value":"YE"},{"name":"Zambia","value":"ZM"},{"name":"Zimbabwe","value":"ZW"}],"default":"","description":"Country of the company to filter by"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the company to filter by"}]},{"displayName":"Company ID","name":"companyId","description":"ID of the company to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["company"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"options":[{"displayName":"Address","name":"address","placeholder":"Add Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Address Fields","name":"addressFields","values":[{"displayName":"Street","name":"street","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postal Code","name":"postal_code","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":"","description":"ISO 3166 alpha-2 country code"}]}]},{"displayName":"Details","name":"details","type":"string","default":"","description":"Description to set for the company"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name to set for the company"},{"displayName":"Phone Numbers","name":"phone_numbers","placeholder":"Add Phone Number","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Phone Fields","name":"phoneFields","values":[{"displayName":"Number","name":"number","type":"string","default":""},{"displayName":"Category","name":"category","type":"string","default":""}]}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["customerSource"]}},"options":[{"name":"Get Many","value":"getAll","action":"Get many customer sources"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["customerSource"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["customerSource"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["lead"]}},"options":[{"name":"Create","value":"create","action":"Create a lead"},{"name":"Delete","value":"delete","action":"Delete a lead"},{"name":"Get","value":"get","action":"Get a lead"},{"name":"Get Many","value":"getAll","action":"Get many leads"},{"name":"Update","value":"update","action":"Update a lead"}],"default":"create"},{"displayName":"Name","name":"name","description":"Name of the lead to create","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"resource":["lead"],"operation":["create"]}},"options":[{"displayName":"Address","name":"address","placeholder":"Add Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Address Fields","name":"addressFields","values":[{"displayName":"Street","name":"street","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postal Code","name":"postal_code","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":"","description":"ISO 3166 alpha-2 country code"}]}]},{"displayName":"Email","name":"email","placeholder":"Add Email","type":"fixedCollection","default":{},"options":[{"displayName":"Email Fields","name":"emailFields","values":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Category","name":"category","type":"string","default":""}]}]},{"displayName":"Phone Numbers","name":"phone_numbers","placeholder":"Add Phone Number","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Phone Fields","name":"phoneFields","values":[{"displayName":"Number","name":"number","type":"string","default":""},{"displayName":"Category","name":"category","type":"string","default":""}]}]}]},{"displayName":"Lead ID","name":"leadId","description":"ID of the lead to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}}},{"displayName":"Lead ID","name":"leadId","description":"ID of the lead to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["lead"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["lead"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filterFields","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["getAll"]}},"options":[{"displayName":"Country","name":"country","type":"string","default":"","description":"Name of the country to filter by"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the lead to filter by"}]},{"displayName":"Lead ID","name":"leadId","description":"ID of the lead to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["update"]}},"options":[{"displayName":"Address","name":"address","placeholder":"Add Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Address Fields","name":"addressFields","values":[{"displayName":"Street","name":"street","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postal Code","name":"postal_code","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":"","description":"ISO 3166 alpha-2 country code"}]}]},{"displayName":"Details","name":"details","type":"string","default":"","description":"Description to set for the lead"},{"displayName":"Email","name":"email","placeholder":"Add Email","type":"fixedCollection","default":{},"options":[{"displayName":"Email Fields","name":"emailFields","values":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Category","name":"category","type":"string","default":""}]}]},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name to set for the lead"},{"displayName":"Phone Numbers","name":"phone_numbers","placeholder":"Add Phone Number","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Phone Fields","name":"phoneFields","values":[{"displayName":"Number","name":"number","type":"string","default":""},{"displayName":"Category","name":"category","type":"string","default":""}]}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["opportunity"]}},"options":[{"name":"Create","value":"create","action":"Create an opportunity"},{"name":"Delete","value":"delete","action":"Delete an opportunity"},{"name":"Get","value":"get","action":"Get an opportunity"},{"name":"Get Many","value":"getAll","action":"Get many opportunities"},{"name":"Update","value":"update","action":"Update an opportunity"}],"default":"create"},{"displayName":"Name","name":"name","description":"Name of the opportunity to create","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["create"]}}},{"displayName":"Customer Source ID","name":"customerSourceId","type":"string","default":"","description":"ID of the customer source that generated this opportunity","displayOptions":{"show":{"resource":["opportunity"],"operation":["create"]}}},{"displayName":"Primary Contact ID","name":"primaryContactId","type":"string","default":"","description":"ID of the primary company associated with this opportunity","displayOptions":{"show":{"resource":["opportunity"],"operation":["create"]}}},{"displayName":"Opportunity ID","name":"opportunityId","description":"ID of the opportunity to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["delete"]}}},{"displayName":"Opportunity ID","name":"opportunityId","description":"ID of the opportunity to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"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":["opportunity"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["opportunity"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filterFields","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["opportunity"],"operation":["getAll"]}},"options":[{"displayName":"Company IDs","name":"company_ids","type":"string","default":"","description":"Comma-separated IDs of the primary companies to filter by"},{"displayName":"Customer Source IDs","name":"customer_source_ids","type":"string","default":"","description":"Comma-separated IDs of the customer sources to filter by"}]},{"displayName":"Opportunity ID","name":"opportunityId","description":"ID of the opportunity to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["opportunity"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["opportunity"],"operation":["update"]}},"options":[{"displayName":"Customer Source ID","name":"customer_source_id","type":"string","default":"","description":"ID of the primary company associated with this opportunity"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name to set for the opportunity"},{"displayName":"Primary Contact ID","name":"primary_contact_id","type":"string","default":"","description":"ID of the customer source that generated this opportunity"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["person"]}},"options":[{"name":"Create","value":"create","action":"Create a person"},{"name":"Delete","value":"delete","action":"Delete a person"},{"name":"Get","value":"get","action":"Get a person"},{"name":"Get Many","value":"getAll","action":"Get many people"},{"name":"Update","value":"update","action":"Update a person"}],"default":"create"},{"displayName":"Name","name":"name","description":"Name of the person to create","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["person"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["person"],"operation":["create"]}},"options":[{"displayName":"Address","name":"address","placeholder":"Add Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Address Fields","name":"addressFields","values":[{"displayName":"Street","name":"street","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postal Code","name":"postal_code","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":"","description":"ISO 3166 alpha-2 country code"}]}]},{"displayName":"Details","name":"details","type":"string","default":"","description":"Description to set for the person"},{"displayName":"Email Domain","name":"email_domain","type":"string","default":""},{"displayName":"Emails","name":"emails","placeholder":"Add Email","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email Fields","name":"emailFields","values":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Category","name":"category","type":"string","default":""}]}]},{"displayName":"Phone Numbers","name":"phone_numbers","placeholder":"Add Phone Number","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Phone Fields","name":"phoneFields","values":[{"displayName":"Number","name":"number","type":"string","default":""},{"displayName":"Category","name":"category","type":"string","default":""}]}]}]},{"displayName":"Person ID","name":"personId","description":"ID of the person to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["person"],"operation":["delete"]}}},{"displayName":"Person ID","name":"personId","description":"ID of the person to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["person"],"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":["person"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["person"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filterFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["person"],"operation":["getAll"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the person to filter by"}]},{"displayName":"Person ID","name":"personId","description":"ID of the person to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["person"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["person"],"operation":["update"]}},"options":[{"displayName":"Address","name":"address","placeholder":"Add Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Address Fields","name":"addressFields","values":[{"displayName":"Street","name":"street","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postal Code","name":"postal_code","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":"","description":"ISO 3166 alpha-2 country code"}]}]},{"displayName":"Details","name":"details","type":"string","default":"","description":"Description to set for the person"},{"displayName":"Email Domain","name":"email_domain","type":"string","default":""},{"displayName":"Emails","name":"emails","placeholder":"Add Email","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email Fields","name":"emailFields","values":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Category","name":"category","type":"string","default":""}]}]},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name to set for the person"},{"displayName":"Phone Numbers","name":"phone_numbers","placeholder":"Add Phone Number","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Phone Fields","name":"phoneFields","values":[{"displayName":"Number","name":"number","type":"string","default":""},{"displayName":"Category","name":"category","type":"string","default":""}]}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["project"]}},"options":[{"name":"Create","value":"create","action":"Create a project"},{"name":"Delete","value":"delete","action":"Delete a project"},{"name":"Get","value":"get","action":"Get a project"},{"name":"Get Many","value":"getAll","action":"Get many projects"},{"name":"Update","value":"update","action":"Update a project"}],"default":"create"},{"displayName":"Name","name":"name","description":"Name of the project to create","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["project"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["project"],"operation":["create"]}},"options":[{"displayName":"Assignee ID","name":"assignee_id","type":"string","default":"","description":"ID of the user who will own the project to create"},{"displayName":"Details","name":"details","type":"string","default":"","description":"Description of the project to create"},{"displayName":"Status","name":"status","type":"options","default":"Open","options":[{"name":"Completed","value":"Completed"},{"name":"Open","value":"Open"}]}]},{"displayName":"Project ID","name":"projectId","description":"ID of the project to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["project"],"operation":["delete"]}}},{"displayName":"Project ID","name":"projectId","description":"ID of the project to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["project"],"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":["project"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["project"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filterFields","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["project"],"operation":["getAll"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the project to filter by"}]},{"displayName":"Project ID","name":"projectId","description":"ID of the project to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["project"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["project"],"operation":["update"]}},"options":[{"displayName":"Assignee ID","name":"assignee_id","type":"string","default":"","description":"ID of the user who will own the project"},{"displayName":"Details","name":"details","type":"string","default":"","description":"Description to set for the project"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name to set for the project"},{"displayName":"Status","name":"status","type":"options","default":"Open","options":[{"name":"Completed","value":"Completed"},{"name":"Open","value":"Open"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","action":"Create a task"},{"name":"Delete","value":"delete","action":"Delete a task"},{"name":"Get","value":"get","action":"Get a task"},{"name":"Get Many","value":"getAll","action":"Get many tasks"},{"name":"Update","value":"update","action":"Update a task"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Assignee ID","name":"assignee_id","type":"string","default":"","description":"ID of the user who will own the task to create"},{"displayName":"Details","name":"details","type":"string","default":"","description":"Description of the task to create"},{"displayName":"Priority","name":"priority","type":"options","default":"High","options":[{"name":"High","value":"High"},{"name":"None","value":"None"}]},{"displayName":"Status","name":"status","type":"options","default":"Open","options":[{"name":"Completed","value":"Completed"},{"name":"Open","value":"Open"}]}]},{"displayName":"Task ID","name":"taskId","description":"ID of the task to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["delete"]}}},{"displayName":"Task ID","name":"taskId","description":"ID of the task to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filterFields","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"options":[{"displayName":"Assignee IDs","name":"assignee_ids","type":"string","default":"","description":"Comma-separated IDs of assignee IDs to filter by"},{"displayName":"Project IDs","name":"project_ids","type":"string","default":"","description":"Comma-separated IDs of project IDs to filter by"}]},{"displayName":"Task ID","name":"taskId","description":"ID of the task to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Assignee ID","name":"assignee_id","type":"string","default":"","description":"ID of the user who will own the task"},{"displayName":"Details","name":"details","type":"string","default":"","description":"Description to set for the task"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name to set for the task"},{"displayName":"Priority","name":"priority","type":"options","default":"High","options":[{"name":"High","value":"High"},{"name":"None","value":"None"}]},{"displayName":"Status","name":"status","type":"options","default":"Open","options":[{"name":"Completed","value":"Completed"},{"name":"Open","value":"Open"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get Many","value":"getAll","action":"Get many users"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}}}],"codex":{"categories":["Marketing","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.copper/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/copper/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Copper/copper.svg"},
{"displayName":"Copper Trigger","name":"copperTrigger","group":["trigger"],"version":1,"description":"Handle Copper events via webhooks","defaults":{"name":"Copper Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"copperApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"required":true,"default":"","options":[{"name":"Company","value":"company"},{"name":"Lead","value":"lead"},{"name":"Opportunity","value":"opportunity"},{"name":"Person","value":"person"},{"name":"Project","value":"project"},{"name":"Task","value":"task"}],"description":"The resource which will fire the event"},{"displayName":"Event","name":"event","type":"options","required":true,"default":"","options":[{"name":"Delete","value":"delete","description":"An existing record is removed"},{"name":"New","value":"new","description":"A new record is created"},{"name":"Update","value":"update","description":"Any field in the existing entity record is changed"}],"description":"The event to listen to"}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.coppertrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/copper/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Copper/copper.svg"},
{"displayName":"Cortex","name":"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/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/expressions/\">expression</a>."},{"displayName":"Observable Value","name":"observableValue","type":"string","required":true,"displayOptions":{"show":{"resource":["analyzer"],"operation":["execute"]},"hide":{"observableType":["file"],"analyzer":[""]}},"default":"","description":"Enter the observable value"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"observableType":["file"],"resource":["analyzer"],"operation":["execute"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"TLP","name":"tlp","type":"options","displayOptions":{"show":{"resource":["analyzer"],"operation":["execute"]},"hide":{"observableType":[""],"analyzer":[""]}},"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"default":2,"description":"The TLP of the analyzed observable"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["analyzer"],"operation":["execute"]}},"options":[{"displayName":"Force","name":"force","type":"boolean","default":false,"description":"Whether to force bypassing the cache"},{"displayName":"Timeout (Seconds)","name":"timeout","type":"number","default":3,"description":"Timeout to wait for the report in case it is not available at the time the query was made"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"description":"Choose an operation","displayOptions":{"show":{"resource":["responder"]}},"options":[{"name":"Execute","value":"execute","description":"Execute Responder","action":"Execute a responder"}],"default":"execute"},{"displayName":"Responder Type Name or ID","name":"responder","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"loadActiveResponders"},"default":"","displayOptions":{"show":{"resource":["responder"]}},"description":"Choose the responder. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/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/expressions/\">expression</a>."},{"displayName":"JSON Parameters","name":"jsonObject","type":"boolean","default":false,"description":"Choose between providing JSON object or seperated attributes","displayOptions":{"show":{"resource":["responder"]}}},{"displayName":"Entity Object (JSON)","name":"objectData","type":"string","required":true,"displayOptions":{"show":{"resource":["responder"],"jsonObject":[true]}},"default":""},{"displayName":"Parameters","name":"parameters","type":"fixedCollection","placeholder":"Add Parameter","options":[{"displayName":"Case Attributes","name":"values","values":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the case"},{"displayName":"Flag","name":"flag","type":"boolean","default":false,"description":"Flag of the case default=false"},{"displayName":"Owner","name":"owner","type":"string","default":"","description":"User who owns the case. This is automatically set to current user when status is set to InProgress."},{"displayName":"Severity","name":"severity","type":"options","default":2,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"description":"Severity of the case. Default=Medium."},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"Date and time of the begin of the case default=now"},{"displayName":"Tags","name":"tags","type":"string","default":"","placeholder":"tag1,tag2,..."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the case"},{"displayName":"TLP","name":"tlp","type":"options","default":2,"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"description":"Traffic Light Protocol (TLP). Default=Amber."}]}],"typeOptions":{"loadOptionsDependsOn":["entityType"]},"displayOptions":{"show":{"resource":["responder"],"jsonObject":[false],"entityType":["case"]},"hide":{"entityType":["","alert","case_artifact","case_task","case_task_log"]}},"default":{}},{"displayName":"Parameters","name":"parameters","type":"fixedCollection","placeholder":"Add Parameter","options":[{"displayName":"Alert Attributes","name":"values","values":[{"displayName":"Artifacts","name":"artifacts","type":"fixedCollection","placeholder":"Add an artifact","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add an Artifact"},"default":[],"options":[{"displayName":"Artifact","name":"artifactValues","values":[{"displayName":"Binary Field","name":"binaryProperty","type":"string","displayOptions":{"show":{"dataType":["file"]}},"default":"data"},{"displayName":"Data","name":"data","type":"string","displayOptions":{"hide":{"dataType":["file"]}},"default":""},{"displayName":"Data Type","name":"dataType","type":"options","default":"","options":[{"name":"Domain","value":"domain"},{"name":"File","value":"file"},{"name":"Filename","value":"filename"},{"name":"Fqdn","value":"fqdn"},{"name":"Hash","value":"hash"},{"name":"IP","value":"ip"},{"name":"Mail","value":"mail"},{"name":"Mail Subject","value":"mail_subject"},{"name":"Other","value":"other"},{"name":"Regexp","value":"regexp"},{"name":"Registry","value":"registry"},{"name":"Uri Path","value":"uri_path"},{"name":"URL","value":"url"},{"name":"User Agent","value":"user-agent"}]},{"displayName":"Message","name":"message","type":"string","default":""},{"displayName":"Tags","name":"tags","type":"string","default":""}]}]},{"displayName":"Date","name":"date","type":"dateTime","default":"","description":"Date and time when the alert was raised default=now"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the alert"},{"displayName":"Follow","name":"follow","type":"boolean","default":false},{"displayName":"Severity","name":"severity","type":"options","default":2,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"description":"Severity of the case. Default=Medium."},{"displayName":"Source","name":"source","type":"string","default":"","description":"Source of the alert"},{"displayName":"SourceRef","name":"sourceRef","type":"string","default":"","description":"Source reference of the alert"},{"displayName":"Status","name":"status","type":"options","default":"New","options":[{"name":"New","value":"New"},{"name":"Updated","value":"Updated"},{"name":"Ignored","value":"Ignored"},{"name":"Imported","value":"Imported"}],"description":"Status of the alert. Default=New."},{"displayName":"Tags","name":"tags","type":"string","placeholder":"tag1,tag2,...","default":""},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the alert"},{"displayName":"TLP","name":"tlp","type":"options","default":2,"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"description":"Traffic Light Protocol (TLP). Default=Amber."},{"displayName":"Type","name":"type","type":"string","default":"","description":"Type of the alert"}]}],"typeOptions":{"loadOptionsDependsOn":["entityType"]},"displayOptions":{"show":{"resource":["responder"],"jsonObject":[false],"entityType":["alert"]},"hide":{"responder":[""],"entityType":["","case","case_artifact","case_task","case_task_log"]}},"default":{}},{"displayName":"Parameters","name":"parameters","type":"fixedCollection","placeholder":"Add Parameter","options":[{"displayName":"Observable Attributes","name":"values","values":[{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"show":{"dataType":["file"]}},"hint":"The name of the input binary field containing the attachement data"},{"displayName":"Data","name":"data","type":"string","default":"","displayOptions":{"hide":{"dataType":["file"]}}},{"displayName":"DataType","name":"dataType","type":"options","default":"","options":[{"name":"Domain","value":"domain"},{"name":"File","value":"file"},{"name":"Filename","value":"filename"},{"name":"Fqdn","value":"fqdn"},{"name":"Hash","value":"hash"},{"name":"IP","value":"ip"},{"name":"Mail","value":"mail"},{"name":"Mail Subject","value":"mail_subject"},{"name":"Other","value":"other"},{"name":"Regexp","value":"regexp"},{"name":"Registry","value":"registry"},{"name":"Uri Path","value":"uri_path"},{"name":"URL","value":"url"},{"name":"User Agent","value":"user-agent"}]},{"displayName":"IOC","name":"ioc","type":"boolean","default":false,"description":"Whether the observable is an IOC (Indicator of compromise)"},{"displayName":"Message","name":"message","type":"string","default":""},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"Date and time of the begin of the case default=now"},{"displayName":"Status","name":"status","type":"options","default":"","options":[{"name":"Ok","value":"Ok"},{"name":"Deleted","value":"Deleted"}],"description":"Status of the observable (Ok or Deleted) default=Ok"},{"displayName":"TLP","name":"tlp","type":"options","default":2,"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"description":"Traffic Light Protocol (TLP). Default=Amber."}]}],"typeOptions":{"loadOptionsDependsOn":["entityType"]},"displayOptions":{"show":{"resource":["responder"],"jsonObject":[false],"entityType":["case_artifact"]},"hide":{"responder":[""],"entityType":["","case","alert","case_task","case_task_log"]}},"default":{}},{"displayName":"Parameters","name":"parameters","type":"fixedCollection","placeholder":"Add Parameter","options":[{"displayName":"Task Attributes","name":"values","values":[{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the task"},{"displayName":"Status","name":"status","type":"options","default":"Waiting","options":[{"name":"Waiting","value":"Waiting"},{"name":"InProgress","value":"InProgress"},{"name":"Completed","value":"Completed"},{"name":"Cancel","value":"Cancel"}]},{"displayName":"Flag","name":"flag","type":"boolean","default":false}]}],"typeOptions":{"loadOptionsDependsOn":["entityType"]},"displayOptions":{"show":{"resource":["responder"],"jsonObject":[false],"entityType":["case_task"]},"hide":{"responder":[""],"entityType":["","case","alert","case_artifact","case_task_log"]}},"default":{}},{"displayName":"Parameters","name":"parameters","type":"fixedCollection","placeholder":"Add Parameter","options":[{"displayName":"Log Attributes","name":"values","values":[{"displayName":"Message","name":"message","type":"string","default":""},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"Date and time of the begin of the case default=now"},{"displayName":"Status","name":"status","type":"options","required":true,"default":"","options":[{"name":"Ok","value":"Ok"},{"name":"Deleted","value":"Deleted"}]}]}],"typeOptions":{"loadOptionsDependsOn":["entityType"]},"displayOptions":{"show":{"resource":["responder"],"jsonObject":[false],"entityType":["case_task_log"]},"hide":{"responder":[""],"entityType":["","case","alert","case_artifact","case_task"]}},"default":{}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"description":"Choose an operation","required":true,"displayOptions":{"show":{"resource":["job"]}},"options":[{"name":"Get","value":"get","description":"Get job details","action":"Get a job"},{"name":"Report","value":"report","description":"Get job report","action":"Get a job report"}],"default":"get"},{"displayName":"Job ID","name":"jobId","type":"string","required":true,"displayOptions":{"show":{"resource":["job"],"operation":["get","report"]}},"default":"","description":"ID of the job"}],"codex":{"categories":["Development","Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.cortex/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/cortex/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Cortex/cortex.svg"},
{"displayName":"CrateDB","name":"crateDb","group":["input"],"version":1,"description":"Add and update data in CrateDB","defaults":{"name":"CrateDB"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"crateDb","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute an SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in database","action":"Insert rows in database"},{"name":"Update","value":"update","description":"Update rows in database","action":"Update rows in database"}],"default":"insert"},{"displayName":"Query","name":"query","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor","rows":5,"sqlDialect":"PostgreSQL"},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT id, name FROM product WHERE quantity > $1 AND price <= $2","required":true,"description":"The SQL query to execute. You can use n8n expressions or $1 and $2 in conjunction with query parameters."},{"displayName":"Schema","name":"schema","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"doc","required":true,"description":"Name of the schema the table belongs to"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"","required":true,"description":"Name of the table in which to insert data to"},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"","placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Schema","name":"schema","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"doc","required":true,"description":"Name of the schema the table belongs to"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","required":true,"description":"Name of the table in which to update data in"},{"displayName":"Update Key","name":"updateKey","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"id","required":true,"description":"Comma-separated list of the properties which decides which rows in the database should be updated. Normally that would be \"id\"."},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","placeholder":"name,description","description":"Comma-separated list of the properties which should used as columns for rows to update"},{"displayName":"Return Fields","name":"returnFields","type":"string","displayOptions":{"show":{"operation":["insert","update"]}},"default":"*","description":"Comma-separated list of the fields that the operation will return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Independently","value":"independently","description":"Execute each query independently"},{"name":"Multiple Queries","value":"multiple","description":"<b>Default</b>. Sends multiple queries at once to database."}],"default":"multiple","description":"The way queries should be sent to database. Can be used in conjunction with <b>Continue on Fail</b>. See <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.cratedb/\">the docs</a> for more examples."},{"displayName":"Query Parameters","name":"queryParams","type":"string","displayOptions":{"show":{"/operation":["executeQuery"]}},"default":"","placeholder":"quantity,price","description":"Comma-separated list of properties which should be used as query parameters"}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.cratedb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/cratedb/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/CrateDb/cratedb.png"},
{"displayName":"Check Credential Status","name":"dynamicCredentialCheck","icon":"fa:key","group":["transform"],"version":1,"description":"Checks whether the triggering user has the required Dynamic credential configured. Routes to \"Ready\" or \"Not Ready\" and returns auth URLs when the credential is missing.","defaults":{"name":"Check Credential Status"},"inputs":["main"],"outputs":["main","main"],"outputNames":["Ready","Not Ready"],"sensitiveOutputFields":["credentials[*].authorizationUrl","credentials[*].revokeUrl"],"properties":[]},
{"displayName":"Cron","name":"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 publish 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"]},"alias":["Time","Scheduler","Polling","Cron","Interval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.scheduletrigger/"}]}}},
{"displayName":"Crypto","name":"crypto","icon":"fa:key","iconColor":"green","group":["transform"],"defaultVersion":2,"subtitle":"={{$parameter[\"action\"]}}","description":"Provide cryptographic utilities","version":2,"defaults":{"name":"Crypto","color":"#408000"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"crypto","required":true,"displayOptions":{"show":{"action":["hmac","sign"]}}}],"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":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"action":["hash","hmac"]}},"description":"Whether the data to hashed should be taken from binary field"},{"displayName":"Binary Property Name","name":"binaryPropertyName","displayOptions":{"show":{"action":["hash","hmac"],"binaryData":[true]}},"type":"string","default":"data","description":"Name of the binary property which contains the input data","required":true},{"displayName":"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":"SHA256","description":"The hash type to use","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":"SHA256","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":"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/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":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"action":["generate"]}},"description":"Name of the property to which to write the random string"},{"displayName":"Type","name":"encodingType","displayOptions":{"show":{"action":["generate"]}},"type":"options","options":[{"name":"ASCII","value":"ascii"},{"name":"BASE64","value":"base64"},{"name":"HEX","value":"hex"},{"name":"UUID","value":"uuid"}],"default":"uuid","description":"Encoding that will be used to generate string","required":true},{"displayName":"Length","name":"stringLength","type":"number","default":32,"description":"Length of the generated string","displayOptions":{"show":{"action":["generate"],"encodingType":["ascii","base64","hex"]}}}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"alias":["Encrypt","SHA","Hash"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.crypto/"}]}}},
{"displayName":"Crypto","name":"crypto","icon":"fa:key","iconColor":"green","group":["transform"],"defaultVersion":2,"subtitle":"={{$parameter[\"action\"]}}","description":"Provide cryptographic utilities","version":1,"defaults":{"name":"Crypto","color":"#408000"},"usableAsTool":true,"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":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"action":["hash","hmac"]}},"description":"Whether the data to hashed should be taken from binary field"},{"displayName":"Binary Property Name","name":"binaryPropertyName","displayOptions":{"show":{"action":["hash","hmac"],"binaryData":[true]}},"type":"string","default":"data","description":"Name of the binary property which contains the input data","required":true},{"displayName":"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"],"binaryData":[false]}},"type":"string","default":"","description":"The value that should be hashed","required":true},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"action":["hash"]}},"description":"Name of the property to which to write the hash"},{"displayName":"Encoding","name":"encoding","displayOptions":{"show":{"action":["hash"]}},"type":"options","options":[{"name":"BASE64","value":"base64"},{"name":"HEX","value":"hex"}],"default":"hex","required":true},{"displayName":"Type","name":"type","displayOptions":{"show":{"action":["hmac"]}},"type":"options","options":[{"name":"MD5","value":"MD5"},{"name":"SHA256","value":"SHA256"},{"name":"SHA3-256","value":"SHA3-256"},{"name":"SHA3-384","value":"SHA3-384"},{"name":"SHA3-512","value":"SHA3-512"},{"name":"SHA384","value":"SHA384"},{"name":"SHA512","value":"SHA512"}],"default":"MD5","description":"The hash type to use","required":true},{"displayName":"Value","name":"value","displayOptions":{"show":{"action":["hmac"],"binaryData":[false]}},"type":"string","default":"","description":"The value of which the hmac should be created","required":true},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"action":["hmac"]}},"description":"Name of the property to which to write the hmac"},{"displayName":"Secret","name":"secret","displayOptions":{"show":{"action":["hmac"]}},"type":"string","typeOptions":{"password":true},"default":"","required":true,"description":"Secret used for Hmac"},{"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/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","typeOptions":{"password":true},"description":"Private key to use when signing the string","default":"","required":true},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"action":["generate"]}},"description":"Name of the property to which to write the random string"},{"displayName":"Type","name":"encodingType","displayOptions":{"show":{"action":["generate"]}},"type":"options","options":[{"name":"ASCII","value":"ascii"},{"name":"BASE64","value":"base64"},{"name":"HEX","value":"hex"},{"name":"UUID","value":"uuid"}],"default":"uuid","description":"Encoding that will be used to generate string","required":true},{"displayName":"Length","name":"stringLength","type":"number","default":32,"description":"Length of the generated string","displayOptions":{"show":{"action":["generate"],"encodingType":["ascii","base64","hex"]}}}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"alias":["Encrypt","SHA","Hash"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.crypto/"}]}}},
{"displayName":"Currents","name":"currents","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Interact with the Currents API for test orchestration and analytics","defaults":{"name":"Currents"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"currentsApi","required":true}],"requestDefaults":{"baseURL":"https://api.currents.dev/v1","headers":{"Accept":"application/json","Content-Type":"application/json"},"arrayFormat":"brackets"},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Action","value":"action","description":"Test action rules (skip, quarantine, tag)"},{"name":"Instance","value":"instance","description":"Spec file execution instance"},{"name":"Project","value":"project","description":"Test project"},{"name":"Run","value":"run","description":"Test run"},{"name":"Signature","value":"signature","description":"Generate unique test signatures"},{"name":"Spec File","value":"specFile","description":"Spec file performance metrics"},{"name":"Test","value":"test","description":"Individual test performance metrics"},{"name":"Test Result","value":"testResult","description":"Historical test execution results"}],"default":"run"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["action"]}},"options":[{"name":"Create","value":"create","description":"Create a new action for a project","routing":{"request":{"method":"POST","url":"/actions"}},"action":"Create an action"},{"name":"Delete","value":"delete","description":"Archive an action (soft delete)","routing":{"request":{"method":"DELETE","url":"=/actions/{{$parameter[\"actionId\"]}}"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"action":"Delete an action"},{"name":"Disable","value":"disable","description":"Deactivate an active action","routing":{"request":{"method":"PUT","url":"=/actions/{{$parameter[\"actionId\"]}}/disable"}},"action":"Disable an action"},{"name":"Enable","value":"enable","description":"Reactivate a disabled action","routing":{"request":{"method":"PUT","url":"=/actions/{{$parameter[\"actionId\"]}}/enable"}},"action":"Enable an action"},{"name":"Get","value":"get","description":"Get a single action by ID","routing":{"request":{"method":"GET","url":"=/actions/{{$parameter[\"actionId\"]}}"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"action":"Get an action"},{"name":"Get Many","value":"getAll","description":"Get many actions for a project","routing":{"request":{"method":"GET","url":"/actions"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"action":"Get many actions"},{"name":"Update","value":"update","description":"Update an existing action","routing":{"request":{"method":"PUT","url":"=/actions/{{$parameter[\"actionId\"]}}"}},"action":"Update an action"}],"default":"getAll"},{"displayName":"Action ID","name":"actionId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["action"],"operation":["get","delete","enable","disable","update"]}},"description":"The ID of the action"},{"displayName":"Project","name":"projectId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Currents project","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a project...","typeOptions":{"searchListMethod":"getProjects","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. abc123"}],"displayOptions":{"show":{"resource":["action"],"operation":["getAll"]}},"routing":{"send":{"type":"query","property":"projectId","value":"={{ $value }}"}}},{"displayName":"Project","name":"projectId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Currents project","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a project...","typeOptions":{"searchListMethod":"getProjects","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. abc123"}],"displayOptions":{"show":{"resource":["action"],"operation":["create"]}},"routing":{"send":{"type":"query","property":"projectId","value":"={{ $value }}"}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["action"],"operation":["getAll"]}},"options":[{"displayName":"Search","name":"search","type":"string","default":"","routing":{"send":{"type":"query","property":"search"}},"description":"Search actions by name (max 100 characters)"},{"displayName":"Status","name":"status","type":"multiOptions","options":[{"name":"Active","value":"active"},{"name":"Archived","value":"archived"},{"name":"Disabled","value":"disabled"},{"name":"Expired","value":"expired"}],"default":[],"routing":{"send":{"type":"query","property":"status"}},"description":"Filter by action status"}]},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["action"],"operation":["create"]}},"routing":{"send":{"type":"body","property":"name"}},"description":"The name of the action (1-255 characters)"},{"displayName":"Action Type","name":"actionType","type":"options","required":true,"options":[{"name":"Quarantine","value":"quarantine","description":"Quarantine matching tests"},{"name":"Skip","value":"skip","description":"Skip matching tests"},{"name":"Tag","value":"tag","description":"Add tags to matching tests"}],"default":"quarantine","displayOptions":{"show":{"resource":["action"],"operation":["create"]}},"routing":{"send":{"type":"body","property":"action","value":"={{ [{ \"op\": $value }] }}"}}},{"displayName":"Tags","name":"actionTags","type":"string","default":"","displayOptions":{"show":{"resource":["action"],"operation":["create"],"actionType":["tag"]}},"routing":{"send":{"type":"body","property":"action","value":"={{ [{ \"op\": \"tag\", \"details\": { \"tags\": $value.split(\",\").map(t => t.trim()).filter(t => t) } }] }}"}},"description":"Comma-separated list of tags to apply"},{"displayName":"Matcher Type","name":"matcherType","type":"options","required":true,"options":[{"name":"Spec File Contains","value":"specContains"},{"name":"Spec File Equals","value":"specEquals"},{"name":"Test Signature","value":"signature"},{"name":"Test Title Contains","value":"titleContains"},{"name":"Test Title Equals","value":"titleEquals"}],"default":"titleContains","displayOptions":{"show":{"resource":["action"],"operation":["create"]}},"description":"How to match tests for this action"},{"displayName":"Matcher Value","name":"matcherValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["action"],"operation":["create"]}},"routing":{"send":{"type":"body","property":"matcher","value":"={{ { \"op\": \"AND\", \"cond\": [{ \"type\": { \"signature\": \"testId\", \"titleContains\": \"title\", \"titleEquals\": \"title\", \"specContains\": \"file\", \"specEquals\": \"file\" }[$parameter.matcherType] || \"title\", \"op\": { \"signature\": \"eq\", \"titleContains\": \"inc\", \"titleEquals\": \"eq\", \"specContains\": \"inc\", \"specEquals\": \"eq\" }[$parameter.matcherType] || \"inc\", \"value\": $value }] } }}"}},"description":"The value to match against (test title, spec file path, or signature)"},{"displayName":"Options","name":"createOptions","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["action"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","routing":{"send":{"type":"body","property":"description"}},"description":"A description for the action"},{"displayName":"Expires After","name":"expiresAfter","type":"dateTime","default":"","routing":{"send":{"type":"body","property":"expiresAfter"}},"description":"When the action should expire (ISO 8601 format)"}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["action"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","routing":{"send":{"type":"body","property":"name"}},"description":"The name of the action (1-255 characters)"},{"displayName":"Description","name":"description","type":"string","default":"","routing":{"send":{"type":"body","property":"description"}},"description":"A description for the action"},{"displayName":"Expires After","name":"expiresAfter","type":"dateTime","default":"","routing":{"send":{"type":"body","property":"expiresAfter"}},"description":"When the action should expire (ISO 8601 format)"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["instance"]}},"options":[{"name":"Get","value":"get","description":"Get a spec file execution instance with full test results","routing":{"request":{"method":"GET","url":"=/instances/{{$parameter[\"instanceId\"]}}"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"action":"Get an instance"}],"default":"get"},{"displayName":"Instance ID","name":"instanceId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["instance"],"operation":["get"]}},"description":"The ID of the spec file execution instance"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["project"]}},"options":[{"name":"Get","value":"get","description":"Get a project by ID","routing":{"request":{"method":"GET","url":"=/projects/{{$parameter[\"projectId\"]}}"}},"action":"Get a project"},{"name":"Get Many","value":"getAll","description":"Get many projects","routing":{"request":{"method":"GET","url":"/projects"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"action":"Get many projects"},{"name":"Get Insights","value":"getInsights","description":"Get project insights and metrics","routing":{"request":{"method":"GET","url":"=/projects/{{$parameter[\"projectId\"]}}/insights"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"action":"Get project insights"}],"default":"getAll"},{"displayName":"Project","name":"projectId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Currents project","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a project...","typeOptions":{"searchListMethod":"getProjects","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. abc123"}],"displayOptions":{"show":{"resource":["project"],"operation":["get","getInsights"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["project"],"operation":["getAll"]}},"typeOptions":{"minValue":1,"maxValue":50},"default":10,"routing":{"send":{"type":"query","property":"limit"}},"description":"Max number of results to return"},{"displayName":"Date Start","name":"dateStart","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["project"],"operation":["getInsights"]}},"routing":{"send":{"type":"query","property":"date_start"}},"description":"Start date for metrics (ISO 8601 format)"},{"displayName":"Date End","name":"dateEnd","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["project"],"operation":["getInsights"]}},"routing":{"send":{"type":"query","property":"date_end"}},"description":"End date for metrics (ISO 8601 format)"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["project"],"operation":["getInsights"]}},"options":[{"displayName":"Git Authors","name":"authors","type":"string","default":"","routing":{"send":{"type":"query","property":"authors","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by git authors (comma-separated for multiple)"},{"displayName":"Branches","name":"branches","type":"string","default":"","routing":{"send":{"type":"query","property":"branches","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by branches (comma-separated for multiple)"},{"displayName":"Groups","name":"groups","type":"string","default":"","routing":{"send":{"type":"query","property":"groups","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by groups (comma-separated for multiple)"},{"displayName":"Resolution","name":"resolution","type":"options","options":[{"name":"1 Hour","value":"1h"},{"name":"1 Day","value":"1d"},{"name":"1 Week","value":"1w"}],"default":"1d","routing":{"send":{"type":"query","property":"resolution"}},"description":"Time resolution for metrics"},{"displayName":"Tags","name":"tags","type":"string","default":"","routing":{"send":{"type":"query","property":"tags","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by tags (comma-separated for multiple)"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["run"]}},"options":[{"name":"Cancel","value":"cancel","description":"Cancel a run in progress","routing":{"request":{"method":"PUT","url":"=/runs/{{$parameter[\"runId\"]}}/cancel"}},"action":"Cancel a run"},{"name":"Cancel by GitHub CI","value":"cancelGithub","description":"Cancel a run by GitHub Actions workflow run ID","routing":{"request":{"method":"PUT","url":"/runs/cancel-ci/github"}},"action":"Cancel a run by GitHub CI"},{"name":"Delete","value":"delete","description":"Delete a run and all associated data","routing":{"request":{"method":"DELETE","url":"=/runs/{{$parameter[\"runId\"]}}"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"action":"Delete a run"},{"name":"Find","value":"find","description":"Find a run by project and filters","routing":{"request":{"method":"GET","url":"/runs/find"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"action":"Find a run"},{"name":"Get","value":"get","description":"Get a run by ID","routing":{"request":{"method":"GET","url":"=/runs/{{$parameter[\"runId\"]}}"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"action":"Get a run"},{"name":"Get Many","value":"getAll","description":"Get many runs for a project","routing":{"request":{"method":"GET","url":"=/projects/{{$parameter[\"projectId\"]}}/runs"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"action":"Get many runs"},{"name":"Reset","value":"reset","description":"Reset failed specs for re-execution on specified machines","routing":{"request":{"method":"PUT","url":"=/runs/{{$parameter[\"runId\"]}}/reset"}},"action":"Reset a run"}],"default":"getAll"},{"displayName":"Run ID","name":"runId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["run"],"operation":["get","cancel","delete","reset"]}},"description":"The ID of the run"},{"displayName":"Machine IDs","name":"machineIds","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["run"],"operation":["reset"]}},"routing":{"send":{"type":"body","property":"machineId","value":"={{ $value.split(\",\").map(id => id.trim()) }}"}},"description":"Comma-separated list of machine identifiers to reset (1-63 items)"},{"displayName":"Options","name":"resetOptions","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["run"],"operation":["reset"]}},"options":[{"displayName":"Batched Orchestration","name":"isBatchedOr8n","type":"boolean","default":false,"routing":{"send":{"type":"body","property":"isBatchedOr8n"}},"description":"Whether to enable batched orchestration"}]},{"displayName":"GitHub Run ID","name":"githubRunId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["run"],"operation":["cancelGithub"]}},"routing":{"send":{"type":"body","property":"githubRunId"}},"description":"The GitHub Actions workflow run ID"},{"displayName":"GitHub Run Attempt","name":"githubRunAttempt","type":"number","required":true,"default":1,"displayOptions":{"show":{"resource":["run"],"operation":["cancelGithub"]}},"routing":{"send":{"type":"body","property":"githubRunAttempt"}},"description":"The GitHub Actions workflow attempt number"},{"displayName":"Options","name":"cancelGithubOptions","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["run"],"operation":["cancelGithub"]}},"options":[{"displayName":"Project ID","name":"projectId","type":"string","default":"","routing":{"send":{"type":"body","property":"projectId"}},"description":"Limit cancellation to a specific project"},{"displayName":"CI Build ID","name":"ciBuildId","type":"string","default":"","routing":{"send":{"type":"body","property":"ciBuildId"}},"description":"Limit cancellation to a specific CI build"}]},{"displayName":"Project","name":"projectId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Currents project","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a project...","typeOptions":{"searchListMethod":"getProjects","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. abc123"}],"displayOptions":{"show":{"resource":["run"],"operation":["find","getAll"]}},"routing":{"send":{"type":"query","property":"projectId","value":"={{ $value }}"}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["run"],"operation":["find"]}},"options":[{"displayName":"Branch","name":"branch","type":"string","default":"","routing":{"send":{"type":"query","property":"branch"}},"description":"Filter by git branch name"},{"displayName":"CI Build ID","name":"ciBuildId","type":"string","default":"","routing":{"send":{"type":"query","property":"ciBuildId"}},"description":"Filter by CI build ID"},{"displayName":"Tags","name":"tags","type":"string","default":"","routing":{"send":{"type":"query","property":"tags","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by tags (comma-separated for multiple)"}]},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["run"],"operation":["getAll"]}},"typeOptions":{"minValue":1,"maxValue":50},"default":10,"routing":{"send":{"type":"query","property":"limit"}},"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["run"],"operation":["getAll"]}},"options":[{"displayName":"Git Authors","name":"authors","type":"string","default":"","routing":{"send":{"type":"query","property":"authors","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by git authors (comma-separated for multiple)"},{"displayName":"Branches","name":"branches","type":"string","default":"","routing":{"send":{"type":"query","property":"branches","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by branches (comma-separated for multiple)"},{"displayName":"Completion State","name":"completionState","type":"multiOptions","options":[{"name":"Canceled","value":"CANCELED"},{"name":"Complete","value":"COMPLETE"},{"name":"In Progress","value":"IN_PROGRESS"},{"name":"Timeout","value":"TIMEOUT"}],"default":[],"routing":{"send":{"type":"query","property":"completion_state"}},"description":"Filter by completion state"},{"displayName":"Date End","name":"dateEnd","type":"dateTime","default":"","routing":{"send":{"type":"query","property":"date_end"}},"description":"Filter runs created before this date"},{"displayName":"Date Start","name":"dateStart","type":"dateTime","default":"","routing":{"send":{"type":"query","property":"date_start"}},"description":"Filter runs created on or after this date"},{"displayName":"Search","name":"search","type":"string","default":"","routing":{"send":{"type":"query","property":"search"}},"description":"Search by ciBuildId or commit message (max 200 characters)"},{"displayName":"Status","name":"status","type":"multiOptions","options":[{"name":"Failed","value":"FAILED"},{"name":"Failing","value":"FAILING"},{"name":"Passed","value":"PASSED"},{"name":"Running","value":"RUNNING"}],"default":[],"routing":{"send":{"type":"query","property":"status"}},"description":"Filter by run status"},{"displayName":"Tags","name":"tags","type":"string","default":"","routing":{"send":{"type":"query","property":"tags","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by tags (comma-separated for multiple)"},{"displayName":"Tag Operator","name":"tagOperator","type":"options","options":[{"name":"AND","value":"AND","description":"All tags must be present"},{"name":"OR","value":"OR","description":"Any tag must be present"}],"default":"AND","routing":{"send":{"type":"query","property":"tag_operator"}},"description":"Logical operator for tag filtering"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["run"],"operation":["getAll"]}},"options":[{"displayName":"Starting After","name":"startingAfter","type":"string","default":"","routing":{"send":{"type":"query","property":"starting_after"}},"description":"Cursor for forward pagination (use cursor from previous response)"},{"displayName":"Ending Before","name":"endingBefore","type":"string","default":"","routing":{"send":{"type":"query","property":"ending_before"}},"description":"Cursor for backward pagination (use cursor from previous response)"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["signature"]}},"options":[{"name":"Generate","value":"generate","description":"Generate a unique test signature","routing":{"request":{"method":"POST","url":"/signature/test"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"action":"Generate a signature"}],"default":"generate"},{"displayName":"Project","name":"projectId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Currents project","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a project...","typeOptions":{"searchListMethod":"getProjects","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. abc123"}],"displayOptions":{"show":{"resource":["signature"],"operation":["generate"]}},"routing":{"send":{"type":"body","property":"projectId","value":"={{ $value }}"}}},{"displayName":"Spec File Path","name":"specFilePath","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["signature"],"operation":["generate"]}},"routing":{"send":{"type":"body","property":"specFilePath"}},"placeholder":"e.g., tests/e2e/login.spec.ts","description":"The complete path to the spec file"},{"displayName":"Test Title","name":"testTitle","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["signature"],"operation":["generate"]}},"routing":{"send":{"type":"body","property":"testTitle"}},"placeholder":"e.g., should login with valid credentials","description":"The test title. For nested describe blocks, use \" > \" as separator (e.g., \"Login > should login with valid credentials\")."},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["specFile"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get aggregated spec file metrics for a project","routing":{"request":{"method":"GET","url":"=/spec-files/{{$parameter[\"projectId\"]}}"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"action":"Get many spec files"}],"default":"getAll"},{"displayName":"Project","name":"projectId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Currents project","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a project...","typeOptions":{"searchListMethod":"getProjects","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. abc123"}],"displayOptions":{"show":{"resource":["specFile"],"operation":["getAll"]}}},{"displayName":"Date Start","name":"dateStart","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["specFile"],"operation":["getAll"]}},"routing":{"send":{"type":"query","property":"date_start"}},"description":"Start date for metrics (ISO 8601 format)"},{"displayName":"Date End","name":"dateEnd","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["specFile"],"operation":["getAll"]}},"routing":{"send":{"type":"query","property":"date_end"}},"description":"End date for metrics (ISO 8601 format)"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["specFile"],"operation":["getAll"]}},"typeOptions":{"minValue":1,"maxValue":50},"default":50,"routing":{"send":{"type":"query","property":"limit"}},"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["specFile"],"operation":["getAll"]}},"options":[{"displayName":"Git Authors","name":"authors","type":"string","default":"","routing":{"send":{"type":"query","property":"authors","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by git authors (comma-separated for multiple)"},{"displayName":"Branches","name":"branches","type":"string","default":"","routing":{"send":{"type":"query","property":"branches","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by branches (comma-separated for multiple)"},{"displayName":"Groups","name":"groups","type":"string","default":"","routing":{"send":{"type":"query","property":"groups","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by groups (comma-separated for multiple)"},{"displayName":"Spec Name","name":"specNameFilter","type":"string","default":"","routing":{"send":{"type":"query","property":"specNameFilter"}},"description":"Filter spec files by name (partial match)"},{"displayName":"Tags","name":"tags","type":"string","default":"","routing":{"send":{"type":"query","property":"tags","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by tags (comma-separated for multiple)"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["specFile"],"operation":["getAll"]}},"options":[{"displayName":"Include Failed in Duration","name":"includeFailedInDuration","type":"boolean","default":false,"routing":{"send":{"type":"query","property":"includeFailedInDuration"}},"description":"Whether to include failed executions in duration calculation"},{"displayName":"Order By","name":"order","type":"options","options":[{"name":"Average Duration","value":"avgDuration"},{"name":"Failed Executions","value":"failedExecutions"},{"name":"Failure Rate","value":"failureRate"},{"name":"Flake Rate","value":"flakeRate"},{"name":"Flaky Executions","value":"flakyExecutions"},{"name":"Fully Reported","value":"fullyReported"},{"name":"Overall Executions","value":"overallExecutions"},{"name":"Suite Size","value":"suiteSize"},{"name":"Timeout Executions","value":"timeoutExecutions"},{"name":"Timeout Rate","value":"timeoutRate"}],"default":"avgDuration","routing":{"send":{"type":"query","property":"order"}},"description":"The field to order results by"},{"displayName":"Sort Direction","name":"dir","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","routing":{"send":{"type":"query","property":"dir"}},"description":"The direction to sort results"},{"displayName":"Page","name":"page","type":"number","typeOptions":{"minValue":0},"default":0,"routing":{"send":{"type":"query","property":"page"}},"description":"Page number (0-indexed)"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["test"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get aggregated test metrics for a project","routing":{"request":{"method":"GET","url":"=/tests/{{$parameter[\"projectId\"]}}"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"action":"Get many tests"}],"default":"getAll"},{"displayName":"Project","name":"projectId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Currents project","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a project...","typeOptions":{"searchListMethod":"getProjects","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. abc123"}],"displayOptions":{"show":{"resource":["test"],"operation":["getAll"]}}},{"displayName":"Date Start","name":"dateStart","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["test"],"operation":["getAll"]}},"routing":{"send":{"type":"query","property":"date_start"}},"description":"Start date for metrics (ISO 8601 format)"},{"displayName":"Date End","name":"dateEnd","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["test"],"operation":["getAll"]}},"routing":{"send":{"type":"query","property":"date_end"}},"description":"End date for metrics (ISO 8601 format)"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["test"],"operation":["getAll"]}},"typeOptions":{"minValue":1,"maxValue":50},"default":50,"routing":{"send":{"type":"query","property":"limit"}},"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["test"],"operation":["getAll"]}},"options":[{"displayName":"Git Authors","name":"authors","type":"string","default":"","routing":{"send":{"type":"query","property":"authors","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by git authors (comma-separated for multiple)"},{"displayName":"Branches","name":"branches","type":"string","default":"","routing":{"send":{"type":"query","property":"branches","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by branches (comma-separated for multiple)"},{"displayName":"Groups","name":"groups","type":"string","default":"","routing":{"send":{"type":"query","property":"groups","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by groups (comma-separated for multiple)"},{"displayName":"Minimum Executions","name":"minExecutions","type":"number","typeOptions":{"minValue":1},"default":1,"routing":{"send":{"type":"query","property":"min_executions"}},"description":"Minimum number of executions to include a test"},{"displayName":"Spec File","name":"spec","type":"string","default":"","routing":{"send":{"type":"query","property":"spec"}},"description":"Filter tests by spec file name (partial match)"},{"displayName":"Tags","name":"tags","type":"string","default":"","routing":{"send":{"type":"query","property":"tags","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by tags (comma-separated for multiple)"},{"displayName":"Test State","name":"testState","type":"multiOptions","options":[{"name":"Failed","value":"failed"},{"name":"Passed","value":"passed"},{"name":"Pending","value":"pending"},{"name":"Skipped","value":"skipped"}],"default":[],"routing":{"send":{"type":"query","property":"test_state[]"}},"description":"Filter by test state"},{"displayName":"Title","name":"title","type":"string","default":"","routing":{"send":{"type":"query","property":"title"}},"description":"Filter tests by title (partial match)"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["test"],"operation":["getAll"]}},"options":[{"displayName":"Order By","name":"order","type":"options","options":[{"name":"Duration","value":"duration"},{"name":"Duration Delta","value":"durationDelta"},{"name":"Duration Impact","value":"durationXSamples"},{"name":"Executions","value":"executions"},{"name":"Failure Impact","value":"failRateXSamples"},{"name":"Failure Rate Delta","value":"failureRateDelta"},{"name":"Failures","value":"failures"},{"name":"Flakiness","value":"flakiness"},{"name":"Flakiness Impact","value":"flakinessXSamples"},{"name":"Flakiness Rate Delta","value":"flakinessRateDelta"},{"name":"Passes","value":"passes"},{"name":"Title","value":"title"}],"default":"title","routing":{"send":{"type":"query","property":"order"}},"description":"The field to order results by"},{"displayName":"Sort Direction","name":"dir","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","routing":{"send":{"type":"query","property":"dir"}},"description":"The direction to sort results"},{"displayName":"Page","name":"page","type":"number","typeOptions":{"minValue":0},"default":0,"routing":{"send":{"type":"query","property":"page"}},"description":"Page number (0-indexed)"},{"displayName":"Metric Settings","name":"metric_settings","type":"string","default":"","routing":{"send":{"type":"query","property":"metric_settings"}},"description":"Override which test statuses are included in metric calculations. JSON object with optional keys: executions, avgDuration, flakinessRate, failureRate. Each value is an array of status strings: passed, failed, pending, skipped. Example: {\"executions\":[\"failed\",\"passed\"],\"failureRate\":[\"failed\"]}","placeholder":"{\"executions\":[\"failed\",\"passed\"],\"failureRate\":[\"failed\"]}"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["testResult"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get historical test execution results for a specific test signature","routing":{"request":{"method":"GET","url":"=/test-results/{{$parameter[\"signature\"]}}"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"action":"Get test results"}],"default":"getAll"},{"displayName":"Test Signature","name":"signature","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["testResult"],"operation":["getAll"]}},"description":"The unique test signature. Use the Signature resource to generate this from project ID, spec file path, and test title."},{"displayName":"Date Start","name":"dateStart","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["testResult"],"operation":["getAll"]}},"routing":{"send":{"type":"query","property":"date_start"}},"description":"Start date for results (ISO 8601 format)"},{"displayName":"Date End","name":"dateEnd","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["testResult"],"operation":["getAll"]}},"routing":{"send":{"type":"query","property":"date_end"}},"description":"End date for results (ISO 8601 format)"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["testResult"],"operation":["getAll"]}},"typeOptions":{"minValue":1,"maxValue":100},"default":10,"routing":{"send":{"type":"query","property":"limit"}},"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["testResult"],"operation":["getAll"]}},"options":[{"displayName":"Branches","name":"branches","type":"string","default":"","routing":{"send":{"type":"query","property":"branches","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by branches (comma-separated for multiple)"},{"displayName":"Git Authors","name":"authors","type":"string","default":"","routing":{"send":{"type":"query","property":"authors","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by git authors (comma-separated for multiple)"},{"displayName":"Groups","name":"groups","type":"string","default":"","routing":{"send":{"type":"query","property":"groups","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by groups (comma-separated for multiple)"},{"displayName":"Status","name":"status","type":"multiOptions","options":[{"name":"Failed","value":"failed"},{"name":"Passed","value":"passed"},{"name":"Pending","value":"pending"},{"name":"Skipped","value":"skipped"}],"default":[],"routing":{"send":{"type":"query","property":"status"}},"description":"Filter by test status"},{"displayName":"Tags","name":"tags","type":"string","default":"","routing":{"send":{"type":"query","property":"tags","value":"={{ $value && String($value).trim() ? String($value).split(',').map(v => v.trim()).filter(Boolean) : undefined }}"}},"description":"Filter by run tags (multiple values supported)"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["testResult"],"operation":["getAll"]}},"options":[{"displayName":"Starting After","name":"startingAfter","type":"string","default":"","routing":{"send":{"type":"query","property":"starting_after"}},"description":"Cursor for forward pagination"},{"displayName":"Ending Before","name":"endingBefore","type":"string","default":"","routing":{"send":{"type":"query","property":"ending_before"}},"description":"Cursor for backward pagination"}]},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Currents/currents.svg"},
{"displayName":"Currents Trigger","name":"currentsTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"events\"].join(\", \")}}","description":"Starts the workflow when Currents events occur","defaults":{"name":"Currents Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"currentsApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Project","name":"projectId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Currents project","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a project...","typeOptions":{"searchListMethod":"getProjects","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. abc123"}]},{"displayName":"Currents sends separate webhook events for each group in a run. If your run has multiple groups, you will receive separate events for each group.","name":"noticeGroups","type":"notice","default":""},{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"Run Canceled","value":"RUN_CANCELED","description":"Triggered when a run is manually canceled"},{"name":"Run Finished","value":"RUN_FINISH","description":"Triggered when a run completes"},{"name":"Run Started","value":"RUN_START","description":"Triggered when a new run begins"},{"name":"Run Timeout","value":"RUN_TIMEOUT","description":"Triggered when a run exceeds the time limit"}],"required":true,"default":[],"description":"The events to listen to"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Currents/currents.svg"},
{"displayName":"Customer.io","name":"customerIo","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Customer.io API","defaults":{"name":"Customer.io"},"usableAsTool":true,"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/integrations/builtin/credentials/customerio/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/CustomerIo/customerio.svg","dark":"icons/n8n-nodes-base/dist/nodes/CustomerIo/customerio.dark.svg"}},
{"displayName":"Customer.io Trigger","name":"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/integrations/builtin/credentials/customerio/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/CustomerIo/customerio.svg","dark":"icons/n8n-nodes-base/dist/nodes/CustomerIo/customerio.dark.svg"}},
{"displayName":"Databricks","name":"databricks","group":["transform"],"version":1,"usableAsTool":true,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Interact with Databricks API","documentationUrl":"https://docs.databricks.com/aws/en","defaults":{"name":"Databricks"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"databricksApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"databricksOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Databricks SQL","value":"databricksSql","description":"Execute SQL queries on data warehouses. <a href=\"https://docs.databricks.com/sql/index.html\" target=\"_blank\">Learn more</a>."},{"name":"File","value":"files","description":"Manage files in Unity Catalog volumes. <a href=\"https://docs.databricks.com/api/workspace/files\" target=\"_blank\">Learn more</a>."},{"name":"Genie","value":"genie","description":"AI-powered data assistant. <a href=\"https://docs.databricks.com/genie/index.html\" target=\"_blank\">Learn more</a>."},{"name":"Model Serving","value":"modelServing","description":"Deploy and query ML models. <a href=\"https://docs.databricks.com/machine-learning/model-serving/index.html\" target=\"_blank\">Learn more</a>."},{"name":"Unity Catalog","value":"unityCatalog","description":"Unified governance for data and AI. <a href=\"https://docs.databricks.com/data-governance/unity-catalog/index.html\" target=\"_blank\">Learn more</a>."},{"name":"Vector Search","value":"vectorSearch","description":"Semantic search with vector embeddings. <a href=\"https://docs.databricks.com/generative-ai/vector-search.html\" target=\"_blank\">Learn more</a>."}],"default":"databricksSql"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["files"]}},"options":[{"name":"Create Directory","value":"createDirectory","description":"Create a directory in volume","action":"Create a directory"},{"name":"Delete Directory","value":"deleteDirectory","description":"Delete a directory in volume","action":"Delete a directory"},{"name":"Delete File","value":"deleteFile","description":"Delete a file from a volume","action":"Delete a file"},{"name":"Download File","value":"downloadFile","description":"Download file content from a volume","action":"Download a file"},{"name":"Get File Metadata","value":"getFileInfo","description":"Get file metadata from a volume","action":"Get file info"},{"name":"List Directory","value":"listDirectory","description":"List directory contents in volume","action":"List a directory"},{"name":"Upload File","value":"uploadFile","description":"Upload a file (up to 5 GiB) to Databricks volumes","action":"Upload a file"}],"default":"listDirectory"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["genie"]}},"options":[{"name":"Create Conversation Message","value":"createMessage","description":"Create a new conversation message","action":"Create a conversation message"},{"name":"Execute Message SQL Query","value":"executeMessageQuery","description":"Execute a SQL query from a message attachment","action":"Execute a message SQL query"},{"name":"Get Conversation Message","value":"getMessage","description":"Get a conversation message by ID","action":"Get a conversation message"},{"name":"Get Genie Space","value":"getSpace","description":"Get details of a Genie space","action":"Get a Genie space"},{"name":"Get Query Results","value":"getQueryResults","description":"Get results of a SQL query execution","action":"Get query results"},{"name":"Start Conversation","value":"startConversation","description":"Start a new conversation","action":"Start a conversation"}],"default":"startConversation"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["unityCatalog"]}},"options":[{"name":"Create Catalog","value":"createCatalog","description":"Create a new catalog","action":"Create a catalog"},{"name":"Create Function","value":"createFunction","description":"Create a new function","action":"Create a function"},{"name":"Create Table","value":"createTable","description":"Register a new table","action":"Create a table"},{"name":"Create Volume","value":"createVolume","description":"Create a new volume","action":"Create a volume"},{"name":"Delete Catalog","value":"deleteCatalog","description":"Delete a catalog","action":"Delete a catalog"},{"name":"Delete Function","value":"deleteFunction","description":"Delete a function","action":"Delete a function"},{"name":"Delete Table","value":"deleteTable","description":"Delete a table","action":"Delete a table"},{"name":"Delete Volume","value":"deleteVolume","description":"Delete a volume","action":"Delete a volume"},{"name":"Get Catalog","value":"getCatalog","description":"Get catalog information","action":"Get a catalog"},{"name":"Get Function","value":"getFunction","description":"Get function information","action":"Get a function"},{"name":"Get Table","value":"getTable","description":"Get table information","action":"Get a table"},{"name":"Get Volume","value":"getVolume","description":"Get volume information","action":"Get a volume"},{"name":"List Catalogs","value":"listCatalogs","description":"List all catalogs","action":"List catalogs"},{"name":"List Functions","value":"listFunctions","description":"List functions in schema","action":"List functions"},{"name":"List Tables","value":"listTables","description":"List tables in schema","action":"List tables"},{"name":"List Volumes","value":"listVolumes","description":"List volumes in schema","action":"List volumes"},{"name":"Update Catalog","value":"updateCatalog","description":"Update catalog information","action":"Update a catalog"}],"default":"listTables"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["databricksSql"]}},"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute a SQL query and wait for results","action":"Execute a SQL query"}],"default":"executeQuery"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["modelServing"]}},"options":[{"name":"Query Endpoint","value":"queryEndpoint","description":"Query a serving endpoint. The input format is automatically detected from the endpoint schema.","action":"Query a serving endpoint"}],"default":"queryEndpoint"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["vectorSearch"]}},"options":[{"name":"Create Index","value":"createIndex","description":"Create a new vector search index","action":"Create a vector search index"},{"name":"Get Index","value":"getIndex","description":"Get details of a vector search index","action":"Get a vector search index"},{"name":"List Indexes","value":"listIndexes","description":"List all vector search indexes","action":"List vector search indexes"},{"name":"Query Index","value":"queryIndex","description":"Query a vector search index with text or vectors","action":"Query a vector search index"}],"default":"listIndexes"},{"displayName":"Volume Path","name":"volumePath","type":"string","required":true,"default":"","placeholder":"catalog.schema.volume","description":"Full path to the volume in format: catalog.schema.volume","displayOptions":{"show":{"resource":["files"]}}},{"displayName":"File Path","name":"filePath","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["uploadFile","downloadFile","deleteFile","getFileInfo"]}},"description":"Path to the file within the volume (e.g. \"folder/file.txt\" or \"file.txt\"). Do not include leading slash.","placeholder":"folder/file.txt"},{"displayName":"Input Data Field Name","name":"dataFieldName","type":"string","default":"data","required":true,"description":"Name of the field from input that contains the binary data to be uploaded","displayOptions":{"show":{"resource":["files"],"operation":["uploadFile"]}}},{"displayName":"Directory Path","name":"directoryPath","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["createDirectory","deleteDirectory"]}},"description":"Path to directory within the volume (e.g. \"folder1\" or \"folder1/subfolder\"). Do not include leading slash.","placeholder":"folder1"},{"displayName":"Directory Path","name":"directoryPath","type":"string","default":"","displayOptions":{"show":{"operation":["listDirectory"]}},"description":"Path to directory within the volume (e.g. \"folder1\" or \"folder1/subfolder\"). Leave empty to list the volume root. Do not include leading slash.","placeholder":"folder1"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["listDirectory","uploadFile"]}},"options":[{"displayName":"Page Size","name":"pageSize","type":"number","default":1000,"description":"Number of files to return per page","displayOptions":{"show":{"/operation":["listDirectory"]}}},{"displayName":"Page Token","name":"pageToken","type":"string","typeOptions":{"password":true},"default":"","description":"Token for the next page of results","displayOptions":{"show":{"/operation":["listDirectory"]}}},{"displayName":"Overwrite","name":"overwrite","type":"boolean","default":false,"description":"Whether to overwrite an existing file","displayOptions":{"show":{"/operation":["uploadFile"]}}}]},{"displayName":"Space ID","name":"spaceId","type":"string","required":true,"default":"","description":"The ID of the Genie space","displayOptions":{"show":{"resource":["genie"],"operation":["startConversation","getSpace","createMessage","getQueryResults","executeMessageQuery","getMessage"]}}},{"displayName":"Conversation ID","name":"conversationId","type":"string","required":true,"default":"","description":"The ID of the conversation","displayOptions":{"show":{"resource":["genie"],"operation":["createMessage","getQueryResults","executeMessageQuery","getMessage"]}}},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","description":"The ID of the message","displayOptions":{"show":{"resource":["genie"],"operation":["getMessage","executeMessageQuery","getQueryResults"]}}},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"default":"","description":"The ID of the message attachment","displayOptions":{"show":{"resource":["genie"],"operation":["executeMessageQuery","getQueryResults"]}}},{"displayName":"Message","name":"message","type":"string","typeOptions":{"rows":4},"required":true,"default":"","description":"The message to be sent to Genie Space","displayOptions":{"show":{"resource":["genie"],"operation":["createMessage"]}}},{"displayName":"Initial Message","name":"initialMessage","type":"string","typeOptions":{"rows":4},"required":true,"default":"","description":"The initial message to start the conversation","displayOptions":{"show":{"resource":["genie"],"operation":["startConversation"]}}},{"displayName":"Catalog","name":"catalogName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The catalog to use","displayOptions":{"show":{"operation":["getCatalog","updateCatalog","deleteCatalog","createCatalog","createVolume","getVolume","deleteVolume","createFunction","getFunction","deleteFunction","createTable","getTable","deleteTable"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getCatalogs","searchable":true}},{"displayName":"By Name","name":"string","type":"string","placeholder":"main","hint":"Enter catalog name or leave empty to list all"}]},{"displayName":"Catalog","name":"catalogName","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Filter by catalog (optional)","displayOptions":{"show":{"operation":["listVolumes","listTables","listFunctions"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getCatalogs","searchable":true}},{"displayName":"By Name","name":"string","type":"string","placeholder":"main","hint":"Enter catalog name or leave empty to list all"}]},{"displayName":"Schema","name":"schemaName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The schema to use","displayOptions":{"show":{"operation":["createVolume","getVolume","deleteVolume","createFunction","getFunction","deleteFunction","createTable","getTable","deleteTable"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSchemas","searchable":true}},{"displayName":"By Name","name":"string","type":"string","placeholder":"default","hint":"Enter schema name or leave empty to list all"}]},{"displayName":"Schema","name":"schemaName","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Filter by schema (optional, requires catalog)","displayOptions":{"show":{"operation":["listVolumes","listTables","listFunctions"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSchemas","searchable":true}},{"displayName":"By Name","name":"string","type":"string","placeholder":"schema","hint":"Enter full schema name or leave empty to list all"}]},{"displayName":"Table","name":"fullName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The table to access","displayOptions":{"show":{"operation":["getTable","deleteTable"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getTables","searchable":true}},{"displayName":"By Name","name":"string","type":"string","placeholder":"catalog.schema.table","hint":"Enter full table name in format: catalog.schema.table","validation":[{"type":"regex","properties":{"regex":"^(`[^`]+`|[^\\s.`]+)\\.(`[^`]+`|[^\\s.`]+)\\.(`[^`]+`|[^\\s.`]+)$","errorMessage":"Must be in format: catalog.schema.table (e.g., main.default.my_table)"}}]}]},{"displayName":"Function","name":"fullName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The function to access","displayOptions":{"show":{"operation":["getFunction","deleteFunction"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFunctions","searchable":true}},{"displayName":"By Name","name":"string","type":"string","placeholder":"catalog.schema.function","hint":"Enter full function name in format: catalog.schema.function","validation":[{"type":"regex","properties":{"regex":"^(`[^`]+`|[^\\s.`]+)\\.(`[^`]+`|[^\\s.`]+)\\.(`[^`]+`|[^\\s.`]+)$","errorMessage":"Must be in format: catalog.schema.function (e.g., main.default.my_function)"}}]}]},{"displayName":"Volume Name","name":"volumeName","type":"string","required":true,"default":"","placeholder":"my_volume","description":"Name of the volume","displayOptions":{"show":{"operation":["createVolume","getVolume","deleteVolume"]}}},{"displayName":"Volume Type","name":"volumeType","type":"options","required":true,"default":"MANAGED","description":"The type of volume to create","options":[{"name":"Managed","value":"MANAGED","description":"Databricks manages the volume storage"},{"name":"External","value":"EXTERNAL","description":"Volume points to external storage"}],"displayOptions":{"show":{"operation":["createVolume"]}}},{"displayName":"Function Name","name":"functionName","type":"string","required":true,"default":"","placeholder":"my_function","description":"Name of the function to create","displayOptions":{"show":{"operation":["createFunction"]}}},{"displayName":"Input Parameters","name":"inputParams","type":"json","required":true,"default":"[]","placeholder":"[{\"name\": \"param1\", \"type_name\": \"STRING\", \"type_text\": \"STRING\"}]","description":"Array of input parameters. Each parameter requires name, type_name, and type_text.","displayOptions":{"show":{"operation":["createFunction"]}}},{"displayName":"Return Type","name":"returnType","type":"string","required":true,"default":"STRING","placeholder":"STRING","description":"The return type of the function (e.g., STRING, INT, DOUBLE)","displayOptions":{"show":{"operation":["createFunction"]}}},{"displayName":"Routine Body","name":"routineBody","type":"string","required":true,"default":"SQL","description":"The language of the function body","displayOptions":{"show":{"operation":["createFunction"]}}},{"displayName":"Routine Definition","name":"routineDefinition","type":"string","required":true,"default":"","placeholder":"RETURN x + 1","description":"The function body (SQL expression)","typeOptions":{"rows":4},"displayOptions":{"show":{"operation":["createFunction"]}}},{"displayName":"Comment","name":"comment","type":"string","default":"","placeholder":"Catalog description","description":"Optional comment or description","displayOptions":{"show":{"operation":["createCatalog","updateCatalog"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["createVolume"]}},"options":[{"displayName":"Comment","name":"comment","type":"string","default":"","description":"Optional comment or description for the volume"},{"displayName":"Storage Location","name":"storage_location","type":"string","default":"","description":"External storage location (required for EXTERNAL volumes)"}]},{"displayName":"Table Name","name":"tableName","type":"string","required":true,"default":"","placeholder":"my_table","description":"Name of the table to create","displayOptions":{"show":{"operation":["createTable"]}}},{"displayName":"Storage Location","name":"storageLocation","type":"string","required":true,"default":"","placeholder":"s3://my-bucket/path/to/table","description":"External storage root URL for the table. The Create Table API only supports external Delta tables.","displayOptions":{"show":{"operation":["createTable"]}}},{"displayName":"Additional Fields","name":"tableAdditionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["createTable"]}},"options":[{"displayName":"Columns","name":"columns","type":"json","default":"[]","description":"Array of column definitions. Each column requires name and type_name (e.g. STRING, LONG, DOUBLE, BOOLEAN, DATE, TIMESTAMP)."},{"displayName":"Comment","name":"comment","type":"string","default":"","description":"Optional comment or description for the table"}]},{"displayName":"Warehouse","name":"warehouseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The SQL warehouse to use","displayOptions":{"show":{"resource":["databricksSql"],"operation":["executeQuery"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWarehouses","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 1234567890abcdef","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]+","errorMessage":"Must be a valid warehouse ID"}}]},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://adb-xxx.azuredatabricks.net/sql/warehouses/xxx","extractValue":{"type":"regex","regex":"https://[^/]+/sql/warehouses/([a-zA-Z0-9]+)"}}]},{"displayName":"Query","name":"query","type":"string","typeOptions":{"editor":"sqlEditor","sqlDialect":"StandardSQL","rows":10,"alwaysOpenEditWindow":false},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT * FROM my_table LIMIT 10","required":true,"description":"SQL query to execute"},{"displayName":"Query Parameters","name":"queryParameters","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":{},"placeholder":"Add Parameter","description":"Named parameters for the query. Reference them in your SQL as <code>:name</code>, e.g. <code>WHERE ID = :user_id</code>.","options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. user_id","description":"Parameter name, referenced in the query as :name"},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"","description":"Leave unset to treat the value as a string","options":[{"name":"(Default)","value":""},{"name":"Boolean","value":"BOOLEAN"},{"name":"Date","value":"DATE"},{"name":"Double","value":"DOUBLE"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INT"},{"name":"Long","value":"LONG"},{"name":"String","value":"STRING"},{"name":"Timestamp","value":"TIMESTAMP"}]}]}]},{"displayName":"Endpoint","name":"endpointName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The model serving endpoint to query. The input format will be automatically detected from the endpoint schema. The node will fetch the endpoint's OpenAPI schema to determine the correct invocation URL.","displayOptions":{"show":{"resource":["modelServing"],"operation":["queryEndpoint"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getEndpoints","searchable":true}},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. databricks-mixtral-8x7b-instruct","validation":[{"type":"regex","properties":{"regex":"^[a-zA-Z0-9_-]+$","errorMessage":"Must be a valid endpoint name (alphanumeric, hyphens, and underscores only)"}}]},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://adb-xxx.cloud.databricks.com/ml/endpoints/my-endpoint","hint":"Use the endpoint page URL (/ml/endpoints/), not the /serving-endpoints/ invocation URL.","extractValue":{"type":"regex","regex":"https://[^/]+/ml/endpoints/([a-zA-Z0-9_-]+)"}}]},{"displayName":"Request Body","name":"requestBody","type":"json","required":true,"default":"{\n  \"messages\": [\n    {\n      \"role\": \"user\",\n      \"content\": \"Hello!\"\n    }\n  ]\n}","placeholder":"Request body will be validated against the endpoint schema","description":"Request body in JSON format. The node automatically detects the expected format from the endpoint's OpenAPI schema and validates your input at runtime.","hint":"See your model serving endpoint for example, request body format.","displayOptions":{"show":{"resource":["modelServing"],"operation":["queryEndpoint"]}},"typeOptions":{"rows":10}},{"displayName":"Index Name","name":"indexName","type":"string","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["getIndex","queryIndex","createIndex"]}},"default":"","description":"Name of the vector search index"},{"displayName":"Endpoint Name","name":"endpointName","type":"string","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["listIndexes","createIndex"]}},"default":"","description":"Name of the vector search endpoint"},{"displayName":"Primary Key","name":"primaryKey","type":"string","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["createIndex"]}},"default":"","placeholder":"ID","description":"Primary key column of the index"},{"displayName":"Index Type","name":"indexType","type":"options","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["createIndex"]}},"options":[{"name":"Delta Sync","value":"DELTA_SYNC","description":"Automatically syncs with a source Delta Table"},{"name":"Direct Access","value":"DIRECT_ACCESS","description":"Supports direct read and write of vectors and metadata"}],"default":"DELTA_SYNC","description":"Type of vector search index to create"},{"displayName":"Delta Sync Index Spec","name":"deltaSyncIndexSpec","type":"json","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["createIndex"],"indexType":["DELTA_SYNC"]}},"default":"{\n  \"source_table\": \"catalog.schema.table\",\n  \"pipeline_type\": \"TRIGGERED\",\n  \"embedding_source_columns\": [{\n    \"name\": \"text\",\n    \"embedding_model_endpoint_name\": \"e5-small-v2\"\n  }],\n  \"columns_to_sync\": [\"id\", \"text\"]\n}","description":"Specification for the Delta Sync index","typeOptions":{"rows":8}},{"displayName":"Direct Access Index Spec","name":"directAccessIndexSpec","type":"json","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["createIndex"],"indexType":["DIRECT_ACCESS"]}},"default":"{\n  \"embedding_vector_columns\": [{\n    \"name\": \"embedding\",\n    \"embedding_dimension\": 1536\n  }],\n  \"schema_json\": \"{}\"\n}","description":"Specification for the Direct Access index","typeOptions":{"rows":6}},{"displayName":"Query Type","name":"queryType","type":"options","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"]}},"options":[{"name":"Text Query","value":"text","description":"Query using text (automatically converted to vectors)"},{"name":"Vector Query","value":"vector","description":"Query using pre-computed vector embeddings"}],"default":"text","description":"Type of query to perform"},{"displayName":"Query Text","name":"queryText","type":"string","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"],"queryType":["text"]}},"default":"","description":"Text to search for (will be automatically converted to embeddings)","placeholder":"What is machine learning?"},{"displayName":"Query Vector","name":"queryVector","type":"json","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"],"queryType":["vector"]}},"default":"[]","description":"Vector embeddings to search for similar vectors (array of numbers)","placeholder":"[0.1, 0.2, 0.3, ...]"},{"displayName":"Search Mode","name":"searchMode","type":"options","displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"]}},"options":[{"name":"Hybrid","value":"HYBRID","description":"Combines semantic (vector) and keyword search for best results"},{"name":"ANN (Approximate Nearest Neighbor)","value":"ANN","description":"Pure vector similarity search"}],"default":"ANN","description":"Search algorithm to use"},{"displayName":"Columns to Return","name":"columns","type":"string","required":true,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"]}},"default":"","description":"Comma-separated list of column names to return in results (e.g., \"content,URL,title\")","placeholder":"content, url"},{"displayName":"Number of Results","name":"numResults","type":"number","displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"]}},"default":10,"description":"Maximum number of results to return"},{"displayName":"Enable Reranking","name":"enableReranking","type":"boolean","default":false,"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"]}},"description":"Whether to rerank results using a reranker model for improved relevance"},{"displayName":"Reranker Model","name":"rerankerModel","type":"string","required":true,"default":"databricks_reranker","displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"],"enableReranking":[true]}},"description":"Name of the reranker model to use"},{"displayName":"Columns to Rerank","name":"columnsToRerank","type":"string","required":true,"default":"","placeholder":"content","displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"],"enableReranking":[true]}},"description":"Comma-separated list of columns to use for reranking (e.g., \"content,title\")"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["vectorSearch"],"operation":["queryIndex"]}},"options":[{"displayName":"Filter Expression","name":"filterExpression","type":"string","default":"","description":"SQL-like filter expression to apply to the results (e.g., \"category = 'docs' AND published = true\")","placeholder":"category = \"documentation\""},{"displayName":"Score Threshold","name":"scoreThreshold","type":"number","default":0,"description":"Minimum relevance score threshold for results. Must be ≥ 0 and ≤ 1.","typeOptions":{"minValue":0,"maxValue":1,"numberPrecision":2}}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.databricks/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/databricks/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Databricks/databricks.svg"},
{"displayName":"Data table","name":"dataTable","icon":"fa:table","iconColor":"orange-red","group":["input","transform"],"version":[1,1.1],"subtitle":"={{$parameter[\"action\"]}}","description":"Permanently save data across workflow executions in a table","defaults":{"name":"Data table"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"hints":[{"message":"The selected data table has no columns.","displayCondition":"={{ $parameter.dataTableId !== \"\" && $parameter?.columns?.mappingMode === \"defineBelow\" && !$parameter?.columns?.schema?.length }}","whenToDisplay":"beforeExecution","location":"ndv","type":"info"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Row","value":"row"},{"name":"Table","value":"table"}],"default":"row"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["row"]}},"options":[{"name":"Delete","value":"deleteRows","description":"Delete row(s)","action":"Delete row(s)"},{"name":"Get","value":"get","description":"Get row(s)","action":"Get row(s)"},{"name":"If Row Exists","value":"rowExists","description":"Match input items that are in the data table","action":"If row exists"},{"name":"If Row Does Not Exist","value":"rowNotExists","description":"Match input items that are not in the data table","action":"If row does not exist"},{"name":"Insert","value":"insert","description":"Insert a new row","action":"Insert row"},{"name":"Update","value":"update","description":"Update row(s) matching certain fields","action":"Update row(s)"},{"name":"Upsert","value":"upsert","description":"Update row(s), or insert if there is no match","action":"Upsert row(s)"}],"default":"insert"},{"displayName":"Data table","name":"dataTableId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"builderHint":{"message":"Default to mode: 'list' which is easier for users to set up"},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"tableSearch","searchable":true,"allowNewResource":{"label":"resourceLocator.dataTable.createNew","url":"/projects/{{$projectId}}/datatables/new"}}},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. My Table"},{"displayName":"ID","name":"id","type":"string"}],"displayOptions":{"show":{"resource":["row"]}}},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any Condition","value":"anyCondition"},{"name":"All Conditions","value":"allConditions"}],"displayOptions":{"show":{"resource":["row"],"operation":["deleteRows"]}},"default":"anyCondition"},{"displayName":"Conditions","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true,"minRequiredFields":0},"displayOptions":{"show":{"resource":["row"],"operation":["deleteRows"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Column","name":"keyName","type":"options","description":"Choose from the list, or specify using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"loadOptionsMethod":"getDataTableColumns"},"default":"id"},{"displayName":"Condition","name":"condition","type":"options","typeOptions":{"loadOptionsDependsOn":["&keyName"],"loadOptionsMethod":"getConditionsForColumn"},"default":"eq"},{"displayName":"Value","name":"keyValue","type":"string","default":"","displayOptions":{"hide":{"condition":["isEmpty","isNotEmpty","isTrue","isFalse"]}}}]}],"description":"Filter to decide which rows get"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Dry Run","name":"dryRun","type":"boolean","default":false,"description":"Whether the operation simulates and returns affected rows in their \"before\" and \"after\" states"}],"displayOptions":{"show":{"resource":["row"],"operation":["deleteRows"]}}},{"displayName":"Columns","name":"columns","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"resourceMapper":{"valuesLabel":"Values to insert","resourceMapperMethod":"getDataTables","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true,"hideNoDataError":true}},"displayOptions":{"show":{"resource":["row"],"operation":["insert"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Optimize Bulk","name":"optimizeBulk","type":"boolean","default":false,"noDataExpression":true,"description":"Whether to improve bulk insert performance 5x by not returning inserted data"}],"displayOptions":{"show":{"resource":["row"],"operation":["insert"]}}},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any Condition","value":"anyCondition"},{"name":"All Conditions","value":"allConditions"}],"displayOptions":{"show":{"resource":["row"],"operation":["get"]}},"default":"anyCondition"},{"displayName":"Conditions","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true,"minRequiredFields":0},"displayOptions":{"show":{"resource":["row"],"operation":["get"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Column","name":"keyName","type":"options","description":"Choose from the list, or specify using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"loadOptionsMethod":"getDataTableColumns"},"default":"id"},{"displayName":"Condition","name":"condition","type":"options","typeOptions":{"loadOptionsDependsOn":["&keyName"],"loadOptionsMethod":"getConditionsForColumn"},"default":"eq"},{"displayName":"Value","name":"keyValue","type":"string","default":"","displayOptions":{"hide":{"condition":["isEmpty","isNotEmpty","isTrue","isFalse"]}}}]}],"description":"Filter to decide which rows get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["row"],"operation":["get"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["row"],"operation":["get"],"returnAll":[false]}},"typeOptions":{"minValue":1},"default":50,"description":"Max number of results to return"},{"displayName":"Order By","name":"orderBy","type":"boolean","displayOptions":{"show":{"resource":["row"],"operation":["get"]}},"default":false,"description":"Whether to sort the results by a column"},{"displayName":"Order By Column","name":"orderByColumn","type":"options","description":"Choose from the list, or specify using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"loadOptionsMethod":"getDataTableColumns"},"displayOptions":{"show":{"resource":["row"],"operation":["get"],"orderBy":[true]}},"default":"createdAt"},{"displayName":"Order By Direction","name":"orderByDirection","type":"options","options":[{"name":"Ascending","value":"ASC"},{"name":"Descending","value":"DESC"}],"displayOptions":{"show":{"resource":["row"],"operation":["get"],"orderBy":[true]}},"default":"DESC","description":"Sort direction for the column"},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any Condition","value":"anyCondition"},{"name":"All Conditions","value":"allConditions"}],"displayOptions":{"show":{"resource":["row"],"operation":["rowExists"]}},"default":"anyCondition"},{"displayName":"Conditions","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true,"minRequiredFields":1},"displayOptions":{"show":{"resource":["row"],"operation":["rowExists"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Column","name":"keyName","type":"options","description":"Choose from the list, or specify using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"loadOptionsMethod":"getDataTableColumns"},"default":"id"},{"displayName":"Condition","name":"condition","type":"options","typeOptions":{"loadOptionsDependsOn":["&keyName"],"loadOptionsMethod":"getConditionsForColumn"},"default":"eq","displayOptions":{"show":{"@version":[{"_cnd":{"lt":0}}]}}},{"displayName":"Value","name":"keyValue","type":"string","default":"","displayOptions":{"hide":{"condition":["isEmpty","isNotEmpty","isTrue","isFalse"]}}}]}],"description":"Filter to decide which rows get"},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any Condition","value":"anyCondition"},{"name":"All Conditions","value":"allConditions"}],"displayOptions":{"show":{"resource":["row"],"operation":["rowNotExists"]}},"default":"anyCondition"},{"displayName":"Conditions","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true,"minRequiredFields":1},"displayOptions":{"show":{"resource":["row"],"operation":["rowNotExists"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Column","name":"keyName","type":"options","description":"Choose from the list, or specify using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"loadOptionsMethod":"getDataTableColumns"},"default":"id"},{"displayName":"Condition","name":"condition","type":"options","typeOptions":{"loadOptionsDependsOn":["&keyName"],"loadOptionsMethod":"getConditionsForColumn"},"default":"eq","displayOptions":{"show":{"@version":[{"_cnd":{"lt":0}}]}}},{"displayName":"Value","name":"keyValue","type":"string","default":"","displayOptions":{"hide":{"condition":["isEmpty","isNotEmpty","isTrue","isFalse"]}}}]}],"description":"Filter to decide which rows get"},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any Condition","value":"anyCondition"},{"name":"All Conditions","value":"allConditions"}],"displayOptions":{"show":{"resource":["row"],"operation":["update"]}},"default":"anyCondition"},{"displayName":"Conditions","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true,"minRequiredFields":0},"displayOptions":{"show":{"resource":["row"],"operation":["update"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Column","name":"keyName","type":"options","description":"Choose from the list, or specify using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"loadOptionsMethod":"getDataTableColumns"},"default":"id"},{"displayName":"Condition","name":"condition","type":"options","typeOptions":{"loadOptionsDependsOn":["&keyName"],"loadOptionsMethod":"getConditionsForColumn"},"default":"eq"},{"displayName":"Value","name":"keyValue","type":"string","default":"","displayOptions":{"hide":{"condition":["isEmpty","isNotEmpty","isTrue","isFalse"]}}}]}],"description":"Filter to decide which rows get"},{"displayName":"Columns","name":"columns","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"resourceMapper":{"valuesLabel":"Values to update","resourceMapperMethod":"getDataTables","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true,"hideNoDataError":true}},"displayOptions":{"show":{"resource":["row"],"operation":["update"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Dry Run","name":"dryRun","type":"boolean","default":false,"description":"Whether the operation simulates and returns affected rows in their \"before\" and \"after\" states"}],"displayOptions":{"show":{"resource":["row"],"operation":["update"]}}},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any Condition","value":"anyCondition"},{"name":"All Conditions","value":"allConditions"}],"displayOptions":{"show":{"resource":["row"],"operation":["upsert"]}},"default":"anyCondition"},{"displayName":"Conditions","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true,"minRequiredFields":1},"displayOptions":{"show":{"resource":["row"],"operation":["upsert"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Column","name":"keyName","type":"options","description":"Choose from the list, or specify using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"loadOptionsMethod":"getDataTableColumns"},"default":"id"},{"displayName":"Condition","name":"condition","type":"options","typeOptions":{"loadOptionsDependsOn":["&keyName"],"loadOptionsMethod":"getConditionsForColumn"},"default":"eq"},{"displayName":"Value","name":"keyValue","type":"string","default":"","displayOptions":{"hide":{"condition":["isEmpty","isNotEmpty","isTrue","isFalse"]}}}]}],"description":"Filter to decide which rows get"},{"displayName":"Columns","name":"columns","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"resourceMapper":{"valuesLabel":"Values to upsert","resourceMapperMethod":"getDataTables","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":true,"hideNoDataError":true}},"displayOptions":{"show":{"resource":["row"],"operation":["upsert"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Dry Run","name":"dryRun","type":"boolean","default":false,"description":"Whether the operation simulates and returns affected rows in their \"before\" and \"after\" states"}],"displayOptions":{"show":{"resource":["row"],"operation":["upsert"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["table"]}},"options":[{"name":"Create","value":"create","description":"Create a new data table","action":"Create a data table"},{"name":"Delete","value":"delete","description":"Delete a data table","action":"Delete a data table"},{"name":"List","value":"list","description":"List all data tables","action":"List data tables"},{"name":"Update","value":"update","description":"Update a data table name","action":"Update a data table"}],"default":"list"},{"displayName":"Data table","name":"dataTableId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"builderHint":{"message":"Default to mode: 'list' which is easier for users to set up"},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"tableSearch","searchable":true}},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. My Table"},{"displayName":"ID","name":"id","type":"string"}],"displayOptions":{"show":{"resource":["table"],"operation":["delete","update"]}}},{"displayName":"Name","name":"tableName","type":"string","required":true,"default":"","placeholder":"e.g. My Data Table","description":"The name of the data table to create","displayOptions":{"show":{"resource":["table"],"operation":["create"]}}},{"displayName":"Columns","name":"columns","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Column","description":"The columns to create in the data table","displayOptions":{"show":{"resource":["table"],"operation":["create"]}},"options":[{"name":"column","displayName":"Column","values":[{"displayName":"Name","name":"name","type":"string","default":"","required":true,"description":"The name of the column"},{"displayName":"Type","name":"type","type":"options","default":"string","options":[{"name":"Boolean","value":"boolean"},{"name":"Date","value":"date"},{"name":"Number","value":"number"},{"name":"String","value":"string"}],"description":"The type of the column"}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["table"],"operation":["create"]}},"options":[{"displayName":"Reuse Existing Tables","name":"createIfNotExists","type":"boolean","default":true,"description":"Whether to return existing table if one exists with the same name without throwing an error"}]},{"displayName":"This will permanently delete the data table and all its data. This action cannot be undone.","name":"deleteWarning","type":"notice","default":"","displayOptions":{"show":{"resource":["table"],"operation":["delete"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":true,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["table"],"operation":["list"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["table"],"operation":["list"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["table"],"operation":["list"]}},"options":[{"displayName":"Filter by Name","name":"filterName","type":"string","default":"","description":"Filter data tables by name (case-insensitive)"},{"displayName":"Sort Field","name":"sortField","type":"options","default":"name","options":[{"name":"Created","value":"createdAt"},{"name":"Name","value":"name"},{"name":"Updated","value":"updatedAt"}],"description":"Field to sort by"},{"displayName":"Sort Direction","name":"sortDirection","type":"options","default":"asc","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}]}]},{"displayName":"New Name","name":"newName","type":"string","required":true,"default":"","placeholder":"e.g. Renamed Data Table","description":"The new name for the data table","displayOptions":{"show":{"resource":["table"],"operation":["update"]}}}],"codex":{"categories":["Core Nodes","Development"],"subcategories":{"Core Nodes":["Helpers"]},"alias":["data","table","knowledge","data table","table","sheet","database","data base","mysql","postgres","postgresql","airtable","supabase","noco","notion"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.datatable/"}]}}},
{"displayName":"Date & Time","name":"dateTime","icon":"fa:clock","iconColor":"green","group":["transform"],"defaultVersion":2,"description":"Manipulate date and time values","subtitle":"={{$parameter[\"action\"]}}","version":2,"defaults":{"name":"Date & Time","color":"#408000"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Add to a Date","value":"addToDate"},{"name":"Extract Part of a Date","value":"extractDate"},{"name":"Format a Date","value":"formatDate"},{"name":"Get Current Date","value":"getCurrentDate"},{"name":"Get Time Between Dates","value":"getTimeBetweenDates"},{"name":"Round a Date","value":"roundDate"},{"name":"Subtract From a Date","value":"subtractFromDate"}],"default":"getCurrentDate"},{"displayName":"You can also refer to the current date in n8n expressions by using <code>{{$now}}</code> or <code>{{$today}}</code>. <a target=\"_blank\" href=\"https://docs.n8n.io/code/cookbook/luxon/\">More info</a>","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["getCurrentDate"]}}},{"displayName":"Include Current Time","name":"includeTime","type":"boolean","default":true,"description":"When deactivated, the time will be set to midnight","displayOptions":{"show":{"operation":["getCurrentDate"]}}},{"displayName":"Output Field Name","name":"outputFieldName","type":"string","default":"currentDate","description":"Name of the field to put the output in","displayOptions":{"show":{"operation":["getCurrentDate"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["getCurrentDate"]}},"default":{},"options":[{"displayName":"Include Input Fields","name":"includeInputFields","type":"boolean","default":false,"description":"Whether to include all fields of the input item in the output item"},{"displayName":"Timezone","name":"timezone","type":"string","placeholder":"America/New_York","default":"","description":"The timezone to use. If not set, the timezone of the n8n instance will be used. Use ‘GMT’ for +00:00 timezone."}]},{"displayName":"You can also do this using an expression, e.g. <code>{{your_date.plus(5, 'minutes')}}</code>. <a target='_blank' href='https://docs.n8n.io/code/cookbook/luxon/'>More info</a>","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["addToDate"]}}},{"displayName":"Date to Add To","name":"magnitude","type":"string","description":"The date that you want to change","default":"","displayOptions":{"show":{"operation":["addToDate"]}},"required":true},{"displayName":"Time Unit to Add","name":"timeUnit","description":"Time unit for Duration parameter below","displayOptions":{"show":{"operation":["addToDate"]}},"type":"options","options":[{"name":"Years","value":"years"},{"name":"Quarters","value":"quarters"},{"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":"Duration","name":"duration","type":"number","description":"The number of time units to add to the date","default":0,"displayOptions":{"show":{"operation":["addToDate"]}}},{"displayName":"Output Field Name","name":"outputFieldName","type":"string","default":"newDate","description":"Name of the field to put the output in","displayOptions":{"show":{"operation":["addToDate"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["addToDate"]}},"default":{},"options":[{"displayName":"Include Input Fields","name":"includeInputFields","type":"boolean","default":false,"description":"Whether to include all fields of the input item in the output item"}]},{"displayName":"You can also do this using an expression, e.g. <code>{{your_date.minus(5, 'minutes')}}</code>. <a target='_blank' href='https://docs.n8n.io/code/cookbook/luxon/'>More info</a>","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["subtractFromDate"]}}},{"displayName":"Date to Subtract From","name":"magnitude","type":"string","description":"The date that you want to change","default":"","displayOptions":{"show":{"operation":["subtractFromDate"]}},"required":true},{"displayName":"Time Unit to Subtract","name":"timeUnit","description":"Time unit for Duration parameter below","displayOptions":{"show":{"operation":["subtractFromDate"]}},"type":"options","options":[{"name":"Years","value":"years"},{"name":"Quarters","value":"quarters"},{"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":"Duration","name":"duration","type":"number","description":"The number of time units to subtract from the date","default":0,"displayOptions":{"show":{"operation":["subtractFromDate"]}}},{"displayName":"Output Field Name","name":"outputFieldName","type":"string","default":"newDate","description":"Name of the field to put the output in","displayOptions":{"show":{"operation":["subtractFromDate"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["subtractFromDate"]}},"default":{},"options":[{"displayName":"Include Input Fields","name":"includeInputFields","type":"boolean","default":false,"description":"Whether to include all fields of the input item in the output item"}]},{"displayName":"You can also do this using an expression, e.g. <code>{{your_date.format('yyyy-MM-dd')}}</code>. <a target='_blank' href='https://docs.n8n.io/code/cookbook/luxon/'>More info</a>","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["formatDate"]}}},{"displayName":"Date","name":"date","type":"string","description":"The date that you want to format","default":"","displayOptions":{"show":{"operation":["formatDate"]}}},{"displayName":"Format","name":"format","type":"options","displayOptions":{"show":{"operation":["formatDate"]}},"options":[{"name":"Custom Format","value":"custom"},{"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: 1672531200"},{"name":"Unix Ms Timestamp","value":"x","description":"Example: 1674691200000"}],"default":"MM/dd/yyyy","description":"The format to convert the date to"},{"displayName":"Custom Format","name":"customFormat","type":"string","displayOptions":{"show":{"format":["custom"],"operation":["formatDate"]}},"hint":"List of special tokens <a target=\"_blank\" href=\"https://moment.github.io/luxon/#/formatting?id=table-of-tokens\">More info</a>","default":"","placeholder":"yyyy-MM-dd"},{"displayName":"Output Field Name","name":"outputFieldName","type":"string","default":"formattedDate","description":"Name of the field to put the output in","displayOptions":{"show":{"operation":["formatDate"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["formatDate"]}},"default":{},"options":[{"displayName":"Include Input Fields","name":"includeInputFields","type":"boolean","default":false,"description":"Whether to include all fields of the input item in the output item"},{"displayName":"From Date Format","name":"fromFormat","type":"string","default":"e.g yyyyMMdd","hint":"Tokens are case sensitive","description":"Format in which the input 'Date' is, it's helpful when the format is not recognized automatically. Use those <a href=\"https://moment.github.io/luxon/#/formatting?id=table-of-tokens&id=table-of-tokens\" target=\"_blank\">tokens</a> to define the format."},{"displayName":"Use Workflow Timezone","name":"timezone","type":"boolean","default":false,"description":"Whether to use the timezone of the input or the workflow's timezone"}]},{"displayName":"You can also do this using an expression, e.g. <code>{{ your_date.beginningOf('month') }}</code> or <code>{{ your_date.endOfMonth() }}</code>. <a target='_blank' href='https://docs.n8n.io/code/cookbook/luxon/'>More info</a>","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["roundDate"]}}},{"displayName":"Date","name":"date","type":"string","description":"The date that you want to round","default":"","displayOptions":{"show":{"operation":["roundDate"]}}},{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Round Down","value":"roundDown"},{"name":"Round Up","value":"roundUp"}],"default":"roundDown","displayOptions":{"show":{"operation":["roundDate"]}}},{"displayName":"To Nearest","name":"toNearest","type":"options","options":[{"name":"Year","value":"year"},{"name":"Month","value":"month"},{"name":"Week","value":"week"},{"name":"Day","value":"day"},{"name":"Hour","value":"hour"},{"name":"Minute","value":"minute"},{"name":"Second","value":"second"}],"default":"month","displayOptions":{"show":{"operation":["roundDate"],"mode":["roundDown"]}}},{"displayName":"To","name":"to","type":"options","options":[{"name":"End of Month","value":"month"}],"default":"month","displayOptions":{"show":{"operation":["roundDate"],"mode":["roundUp"]}}},{"displayName":"Output Field Name","name":"outputFieldName","type":"string","default":"roundedDate","description":"Name of the field to put the output in","displayOptions":{"show":{"operation":["roundDate"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["roundDate"]}},"default":{},"options":[{"displayName":"Include Input Fields","name":"includeInputFields","type":"boolean","default":false,"description":"Whether to include all fields of the input item in the output item"}]},{"displayName":"Start Date","name":"startDate","type":"string","default":"","displayOptions":{"show":{"operation":["getTimeBetweenDates"]}}},{"displayName":"End Date","name":"endDate","type":"string","default":"","displayOptions":{"show":{"operation":["getTimeBetweenDates"]}}},{"displayName":"Units","name":"units","type":"multiOptions","options":[{"name":"Year","value":"year"},{"name":"Month","value":"month"},{"name":"Week","value":"week"},{"name":"Day","value":"day"},{"name":"Hour","value":"hour"},{"name":"Minute","value":"minute"},{"name":"Second","value":"second"},{"name":"Millisecond","value":"millisecond"}],"displayOptions":{"show":{"operation":["getTimeBetweenDates"]}},"default":["day"]},{"displayName":"Output Field Name","name":"outputFieldName","type":"string","default":"timeDifference","description":"Name of the field to put the output in","displayOptions":{"show":{"operation":["getTimeBetweenDates"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["getTimeBetweenDates"]}},"default":{},"options":[{"displayName":"Include Input Fields","name":"includeInputFields","type":"boolean","default":false,"description":"Whether to include all fields of the input item in the output item"},{"displayName":"Output as ISO String","name":"isoString","type":"boolean","default":false,"description":"Whether to output the date as ISO string or not"}]},{"displayName":"You can also do this using an expression, e.g. <code>{{ your_date.extract(\"month\") }}}</code>. <a target=\"_blank\" href=\"https://docs.n8n.io/code/cookbook/luxon/\">More info</a>","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["extractDate"]}}},{"displayName":"Date","name":"date","type":"string","description":"The date that you want to round","default":"","displayOptions":{"show":{"operation":["extractDate"]}}},{"displayName":"Part","name":"part","type":"options","options":[{"name":"Year","value":"year"},{"name":"Month","value":"month"},{"name":"Week","value":"week"},{"name":"Day","value":"day"},{"name":"Hour","value":"hour"},{"name":"Minute","value":"minute"},{"name":"Second","value":"second"}],"default":"month","displayOptions":{"show":{"operation":["extractDate"]}}},{"displayName":"Output Field Name","name":"outputFieldName","type":"string","default":"datePart","description":"Name of the field to put the output in","displayOptions":{"show":{"operation":["extractDate"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["extractDate"]}},"default":{},"options":[{"displayName":"Include Input Fields","name":"includeInputFields","type":"boolean","default":false,"description":"Whether to include all fields of the input item in the output item"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.datetime/"}]}}},
{"displayName":"Date & Time","name":"dateTime","icon":"fa:clock","iconColor":"green","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/cookbook/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/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/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."}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.datetime/"}]}}},
{"displayName":"DebugHelper","name":"debugHelper","group":["output"],"subtitle":"={{$parameter[\"category\"]}}","description":"Causes problems intentionally and generates useful data for debugging","version":1,"defaults":{"name":"DebugHelper"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"Category","name":"category","type":"options","noDataExpression":true,"options":[{"name":"Do Nothing","value":"doNothing","description":"Does nothing"},{"name":"Throw Error","value":"throwError","description":"Throws an error with the specified type and message"},{"name":"Out Of Memory","value":"oom","description":"Generates a large amount of memory to cause an out of memory error"},{"name":"Generate Random Data","value":"randomData","description":"Generates random data sets"}],"default":"throwError"},{"displayName":"Error Type","name":"throwErrorType","type":"options","noDataExpression":true,"options":[{"name":"NodeApiError","value":"NodeApiError"},{"name":"NodeOperationError","value":"NodeOperationError"},{"name":"Error","value":"Error"}],"default":"NodeApiError","displayOptions":{"show":{"category":["throwError"]}}},{"displayName":"Error Message","name":"throwErrorMessage","type":"string","default":"Node has thrown an error","description":"The message to send as part of the error","displayOptions":{"show":{"category":["throwError"]}}},{"displayName":"Memory Size to Generate","name":"memorySizeValue","type":"number","default":10,"description":"The approximate amount of memory to generate. Be generous...","displayOptions":{"show":{"category":["oom"]}}},{"displayName":"Data Type","name":"randomDataType","type":"options","noDataExpression":true,"options":[{"name":"Address","value":"address"},{"name":"Coordinates","value":"latLong"},{"name":"Credit Card","value":"creditCard"},{"name":"Email","value":"email"},{"name":"IPv4","value":"ipv4"},{"name":"IPv6","value":"ipv6"},{"name":"MAC","value":"macAddress"},{"name":"NanoIds","value":"nanoid"},{"name":"URL","value":"url"},{"name":"User Data","value":"user"},{"name":"UUID","value":"uuid"},{"name":"Version","value":"semver"}],"default":"user","displayOptions":{"show":{"category":["randomData"]}}},{"displayName":"NanoId Alphabet","name":"nanoidAlphabet","type":"string","default":"0123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ","description":"The alphabet to use for generating the nanoIds","displayOptions":{"show":{"category":["randomData"],"randomDataType":["nanoid"]}}},{"displayName":"NanoId Length","name":"nanoidLength","type":"string","default":"16","description":"The length of each nanoIds","displayOptions":{"show":{"category":["randomData"],"randomDataType":["nanoid"]}}},{"displayName":"Seed","name":"randomDataSeed","type":"string","default":"","placeholder":"Leave empty for random seed","description":"If set, seed to use for generating the data (same seed will generate the same data)","displayOptions":{"show":{"category":["randomData"]}}},{"displayName":"Number of Items to Generate","name":"randomDataCount","type":"number","default":10,"description":"The number of random data items to generate into an array","displayOptions":{"show":{"category":["randomData"]}}},{"displayName":"Output as Single Array","name":"randomDataSingleArray","type":"boolean","default":false,"description":"Whether to output a single array instead of multiple items","displayOptions":{"show":{"category":["randomData"]}}}],"codex":{"categories":["Development"],"alias":["Mock","Sample","Demo","Test","Throw error","OOM","Out of Memory","placeholder"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.debughelper/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/DebugHelper/DebugHelper.svg","dark":"icons/n8n-nodes-base/dist/nodes/DebugHelper/DebugHelper.dark.svg"}},
{"displayName":"DeepL","name":"deepL","group":["input","output"],"version":1,"description":"Translate data using DeepL","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"DeepL"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"deepLApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Language","value":"language"}],"default":"language"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["language"]}},"options":[{"name":"Translate","value":"translate","description":"Translate data","action":"Translate a language"}],"default":"translate"},{"displayName":"Text","name":"text","type":"string","default":"","description":"Input text to translate","required":true,"displayOptions":{"show":{"operation":["translate"]}}},{"displayName":"Target Language Name or ID","name":"translateTo","type":"options","typeOptions":{"loadOptionsMethod":"getLanguages"},"default":"","description":"Language to translate to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true,"displayOptions":{"show":{"operation":["translate"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Source Language Name or ID","name":"sourceLang","type":"options","default":"","description":"Language to translate from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getLanguages"}},{"displayName":"Split Sentences","name":"splitSentences","type":"options","default":"1","description":"How the translation engine should split sentences","options":[{"name":"Interpunction Only","value":"nonewlines","description":"Split text on interpunction only, ignoring newlines"},{"name":"No Splitting","value":"0","description":"Treat all text as a single sentence"},{"name":"On Punctuation and Newlines","value":"1","description":"Split text on interpunction and newlines"}]},{"displayName":"Preserve Formatting","name":"preserveFormatting","type":"options","default":"0","description":"Whether the translation engine should respect the original formatting, even if it would usually correct some aspects","options":[{"name":"Apply Corrections","value":"0","description":"Fix punctuation at the beginning and end of sentences and fixes lower/upper caseing at the beginning"},{"name":"Do Not Correct","value":"1","description":"Keep text as similar as possible to the original"}]},{"displayName":"Formality","name":"formality","type":"options","default":"default","description":"How formal or informal the target text should be. May not be supported with all languages.","options":[{"name":"Formal","value":"more"},{"name":"Informal","value":"less"},{"name":"Neutral","value":"default"}]}]}],"codex":{"categories":["Utility"],"alias":["Translate","Translator"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.deepl/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/deepl/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/DeepL/deepl.svg","dark":"icons/n8n-nodes-base/dist/nodes/DeepL/deepL.dark.svg"}},
{"displayName":"Demio","name":"demio","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Demio API","defaults":{"name":"Demio"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"demioApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Event","value":"event"},{"name":"Report","value":"report"}],"default":"event"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Get","value":"get","description":"Get an event","action":"Get an event"},{"name":"Get Many","value":"getAll","description":"Get many events","action":"Get many events"},{"name":"Register","value":"register","description":"Register someone to an event","action":"Register an event"}],"default":"get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["event"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["event"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}},"options":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Automated","value":"automated"},{"name":"Past","value":"past"},{"name":"Upcoming","value":"upcoming"}],"default":""}]},{"displayName":"Event ID","name":"eventId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["get"]}},"options":[{"displayName":"Active","name":"active","type":"boolean","default":false,"description":"Whether to return only active dates in series"},{"displayName":"Session ID","name":"date_id","type":"string","default":"","description":"Event Date ID"}]},{"displayName":"Event Name or ID","name":"eventId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getEvents"},"displayOptions":{"show":{"resource":["event"],"operation":["register"]}},"default":""},{"displayName":"First Name","name":"firstName","type":"string","default":"","required":true,"description":"The registrant's first name","displayOptions":{"show":{"resource":["event"],"operation":["register"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"description":"The registrant's email address","displayOptions":{"show":{"resource":["event"],"operation":["register"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["register"]}},"options":[{"displayName":"Company","name":"company","type":"string","default":"","description":"The value for the predefined Company field"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"string","default":"","description":"Each custom field's unique identifier can be found within the Event's Registration block in the Customize tab"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Event Registration URL","name":"ref_url","type":"string","default":"","description":"Event Registration page URL. It can be useful when you do not know Event ID, but have Event link."},{"displayName":"GDPR","name":"gdpr","type":"string","default":"","description":"The value for the predefined GDPR field"},{"displayName":"Last Name","name":"last_name","type":"string","default":"","description":"The value for the predefined Last Name field"},{"displayName":"Phone Number","name":"phone_number","type":"string","default":"","description":"The value for the predefined Phone Number field"},{"displayName":"Session Name or ID","name":"date_id","type":"options","typeOptions":{"loadOptionsMethod":"getEventSessions","loadOptionsDependsOn":["eventId"]},"default":"","description":"Event Session ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Website","name":"website","type":"string","default":"","description":"The value for the predefined Website field"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Get an event report","action":"Get a report"}],"default":"get"},{"displayName":"Event Name or ID","name":"eventId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getEvents"},"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"default":""},{"displayName":"Session Name or ID","name":"dateId","type":"options","typeOptions":{"loadOptionsMethod":"getEventSessions","loadOptionsDependsOn":["eventId"]},"default":"","required":true,"description":"ID of the session. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["report"],"operation":["get"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"options":[{"displayName":"Status","name":"status","type":"options","options":[{"name":"Attended","value":"attended"},{"name":"Banned","value":"banned"},{"name":"Completed","value":"completed"},{"name":"Did Not Attend","value":"did-not-attend"},{"name":"Left Early","value":"left-early"}],"default":"","description":"Filter results by participation status"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.demio/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/demio/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Demio/demio.svg"},
{"displayName":"DHL","name":"dhl","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume DHL API","defaults":{"name":"DHL"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"dhlApi","required":true,"testedBy":"dhlApiCredentialTest"}],"properties":[{"displayName":"Resource","name":"resource","noDataExpression":true,"type":"hidden","options":[{"name":"Shipment","value":"shipment"}],"default":"shipment"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["shipment"]}},"options":[{"name":"Get Tracking Details","value":"get","action":"Get tracking details for a shipment"}],"default":"get"},{"displayName":"Tracking Number","name":"trackingNumber","type":"string","required":true,"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Recipient's Postal Code","name":"recipientPostalCode","type":"string","default":"","description":"DHL will return more detailed information on the shipment when you provide the Recipient's Postal Code - it acts as a verification step"}]}],"codex":{"categories":["Miscellaneous"],"alias":["Shipping"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.dhl/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/dhl/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Dhl/dhl.svg"},
{"displayName":"Discord","name":"discord","group":["output"],"defaultVersion":2,"description":"Sends data to Discord","version":2,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","defaults":{"name":"Discord"},"inputs":["main"],"outputs":["main"],"waitingNodeTooltip":"={{ ((parameters) => {\n    if (parameters?.operation === 'sendAndWait') {\n        return \"Execution will continue after the user's response\";\n    }\n    return '';\n})($parameter) }}","webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true},{"name":"default","httpMethod":"POST","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true}],"credentials":[{"name":"discordBotApi","required":true,"displayOptions":{"show":{"authentication":["botToken"]}}},{"name":"discordOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}},{"name":"discordWebhookApi","displayOptions":{"show":{"authentication":["webhook"]}}}],"properties":[{"displayName":"Connection Type","name":"authentication","type":"options","options":[{"name":"Bot Token","value":"botToken","description":"Manage messages, channels, and members on a server"},{"name":"OAuth2","value":"oAuth2","description":"Same features as 'Bot Token' with easier Bot installation"},{"name":"Webhook","value":"webhook","description":"Send messages to a specific channel"}],"default":"botToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Channel","value":"channel"},{"name":"Message","value":"message"},{"name":"Member","value":"member"}],"default":"channel","displayOptions":{"hide":{"authentication":["webhook"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"],"authentication":["botToken","oAuth2"]}},"options":[{"name":"Delete","value":"deleteMessage","description":"Delete a message in a channel","action":"Delete a message"},{"name":"Get","value":"get","description":"Get a message in a channel","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"Retrieve the latest messages in a channel","action":"Get many messages"},{"name":"React with Emoji","value":"react","description":"React to a message with an emoji","action":"React with an emoji to a message"},{"name":"Send","value":"send","description":"Send a message to a channel, thread, or member","action":"Send a message"},{"name":"Send and Wait for Response","value":"sendAndWait","description":"Send a message and wait for response","action":"Send message and wait for response"}],"default":"send"},{"displayName":"Server","name":"guildId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the server (guild) that your bot is connected to","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-server","typeOptions":{"searchListMethod":"guildSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/([0-9]+)","errorMessage":"Not a valid Discord Server URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Server ID"}}]}],"displayOptions":{"show":{"resource":["message"],"authentication":["botToken","oAuth2"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["message"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["message"],"operation":["react"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Message ID","name":"messageId","type":"string","default":"","required":true,"description":"The ID of the message","placeholder":"e.g. 1057576506244726804","displayOptions":{"show":{"resource":["message"],"operation":["react"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Emoji","name":"emoji","type":"string","default":"","required":true,"description":"The emoji you want to react with","displayOptions":{"show":{"resource":["message"],"operation":["react"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Send To","name":"sendTo","type":"options","options":[{"name":"User","value":"user"},{"name":"Channel","value":"channel"}],"default":"channel","description":"Send message to a channel or DM to a user","displayOptions":{"show":{"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the user you want to assign a role to","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. DiscordUser","typeOptions":{"searchListMethod":"userSearch"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 786953432728469534","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid User ID"}}]}],"displayOptions":{"show":{"sendTo":["user"],"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"textChannelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"sendTo":["channel"],"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Message","name":"content","type":"string","default":"","description":"The content of the message (up to 2000 characters)","placeholder":"e.g. My message","typeOptions":{"rows":2},"displayOptions":{"show":{"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Flags","name":"flags","type":"multiOptions","default":[],"description":"Message flags. <a href=\"https://discord.com/developers/docs/resources/channel#message-object-message-flags\" target=\"_blank\">More info</a>.”.","options":[{"name":"Suppress Embeds","value":"SUPPRESS_EMBEDS"},{"name":"Suppress Notifications","value":"SUPPRESS_NOTIFICATIONS"}]},{"displayName":"Message to Reply to","name":"message_reference","type":"string","default":"","description":"Fill this to make your message a reply. Add the message ID.","placeholder":"e.g. 1059467601836773386"},{"displayName":"Text-to-Speech (TTS)","name":"tts","type":"boolean","default":false,"description":"Whether to have a bot reading the message directly in the channel"}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Embeds","name":"embeds","type":"fixedCollection","placeholder":"Add Embeds","typeOptions":{"multipleValues":true},"default":[],"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input Method","name":"inputMethod","type":"options","options":[{"name":"Enter Fields","value":"fields"},{"name":"Raw JSON","value":"json"}],"default":"fields"},{"displayName":"Value","name":"json","type":"json","default":"={}","typeOptions":{"rows":2},"displayOptions":{"show":{"inputMethod":["json"]}}},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of embed","placeholder":"e.g. My description","typeOptions":{"rows":2},"displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Author","name":"author","type":"string","default":"","description":"The name of the author","placeholder":"e.g. John Doe","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Color","name":"color","type":"color","default":"","description":"Color code of the embed","placeholder":"e.g. 12123432","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Timestamp","name":"timestamp","type":"dateTime","default":"","description":"The time displayed at the bottom of the embed. Provide in ISO8601 format.","placeholder":"e.g. 2023-02-08 09:30:26","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of embed","placeholder":"e.g. Embed's title","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL","name":"url","type":"string","default":"","description":"The URL where you want to link the embed to","placeholder":"e.g. https://discord.com/","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL Image","name":"image","type":"string","default":"","description":"Source URL of image (only supports http(s) and attachments)","placeholder":"e.g. https://example.com/image.png","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL Thumbnail","name":"thumbnail","type":"string","default":"","description":"Source URL of thumbnail (only supports http(s) and attachments)","placeholder":"e.g. https://example.com/image.png","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL Video","name":"video","type":"string","default":"","description":"Source URL of video","placeholder":"e.g. https://example.com/video.mp4","displayOptions":{"show":{"inputMethod":["fields"]}}}]}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Files","name":"files","type":"fixedCollection","placeholder":"Add Files","typeOptions":{"multipleValues":true},"default":[],"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input Data Field Name","name":"inputFieldName","type":"string","default":"data","description":"The contents of the file being sent with the message","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be sent"}]}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["message"],"operation":["deleteMessage"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Message ID","name":"messageId","type":"string","default":"","required":true,"description":"The ID of the message","placeholder":"e.g. 1057576506244726804","displayOptions":{"show":{"resource":["message"],"operation":["deleteMessage"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Message ID","name":"messageId","type":"string","default":"","required":true,"description":"The ID of the message","placeholder":"e.g. 1057576506244726804","displayOptions":{"show":{"resource":["message"],"operation":["get"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Send To","name":"sendTo","type":"options","options":[{"name":"User","value":"user"},{"name":"Channel","value":"channel"}],"default":"channel","description":"Send message to a channel or DM to a user","displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the user you want to assign a role to","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. DiscordUser","typeOptions":{"searchListMethod":"userSearch"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 786953432728469534","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid User ID"}}]}],"displayOptions":{"show":{"sendTo":["user"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"textChannelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"sendTo":["channel"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"typeOptions":{"rows":4},"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Response Type","name":"responseType","type":"options","default":"approval","options":[{"name":"Approval","value":"approval","description":"User can approve/disapprove from within the message"},{"name":"Free Text","value":"freeText","description":"User can submit a response via a form"},{"name":"Custom Form","value":"customForm","description":"User can submit a response via a custom form"}],"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Define Form","name":"defineForm","type":"options","noDataExpression":true,"options":[{"name":"Using Fields Below","value":"fields"},{"name":"Using JSON","value":"json"}],"default":"fields","displayOptions":{"show":{"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Fields","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n  {\n    \"fieldLabel\": \"Name\",\n    \"placeholder\": \"enter your name\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Age\",\n    \"fieldType\": \"number\",\n    \"placeholder\": \"enter your age\"\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Textarea\",\n    \"fieldType\": \"textarea\"\n  },\n  {\n    \"fieldLabel\": \"Dropdown Options\",\n    \"fieldType\": \"dropdown\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    },\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Checkboxes\",\n    \"fieldType\": \"checkbox\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Radio\",\n    \"fieldType\": \"radio\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"placeholder\": \"me@mail.con\"\n  },\n  {\n    \"fieldLabel\": \"File\",\n    \"fieldType\": \"file\",\n    \"multipleFiles\": true,\n    \"acceptFileTypes\": \".jpg, .png\"\n  },\n  {\n    \"fieldLabel\": \"Number\",\n    \"fieldType\": \"number\"\n  },\n  {\n    \"fieldLabel\": \"Password\",\n    \"fieldType\": \"password\"\n  }\n]\n","validateType":"form-fields","ignoreValidationDuringExecution":true,"hint":"<a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/\" target=\"_blank\">See docs</a> for field syntax","displayOptions":{"show":{"defineForm":["json"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"hideOptionalFields":true,"addOptionalFieldButtonText":"Add Attributes","fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Approval Options","name":"approvalOptions","type":"fixedCollection","placeholder":"Add option","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Type of Approval","name":"approvalType","type":"options","placeholder":"Add option","default":"single","options":[{"name":"Approve Only","value":"single"},{"name":"Approve and Disapprove","value":"double"}]},{"displayName":"Approve Button Label","name":"approveLabel","type":"string","default":"✓ Approve","displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Disapprove Button Label","name":"disapproveLabel","type":"string","default":"✗ Decline","displayOptions":{"show":{"approvalType":["double"]}}}]}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Message Button Label","name":"messageButtonLabel","type":"string","default":"Respond"},{"displayName":"Response Form Title","name":"responseFormTitle","description":"Title of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Description","name":"responseFormDescription","description":"Description of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Button Label","name":"responseFormButtonLabel","type":"string","default":"Submit"},{"displayName":"Response Form Custom Styling","name":"responseFormCustomCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the response form with CSS"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["freeText","customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channel"],"authentication":["botToken","oAuth2"]}},"options":[{"name":"Create","value":"create","description":"Create a new channel","action":"Create a channel"},{"name":"Delete","value":"deleteChannel","description":"Delete a channel","action":"Delete a channel"},{"name":"Get","value":"get","description":"Get a channel","action":"Get a channel"},{"name":"Get Many","value":"getAll","description":"Retrieve the channels of a server","action":"Get many channels"},{"name":"Update","value":"update","description":"Update a channel","action":"Update a channel"}],"default":"create"},{"displayName":"Server","name":"guildId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the server (guild) that your bot is connected to","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-server","typeOptions":{"searchListMethod":"guildSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/([0-9]+)","errorMessage":"Not a valid Discord Server URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Server ID"}}]}],"displayOptions":{"show":{"resource":["channel"],"authentication":["botToken","oAuth2"]}}},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"description":"The name of the channel","placeholder":"e.g. new-channel","displayOptions":{"show":{"resource":["channel"],"operation":["create"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Type","name":"type","type":"options","default":"0","required":true,"description":"The type of channel to create","options":[{"name":"Guild Text","value":"0"},{"name":"Guild Voice","value":"2"},{"name":"Guild Category","value":"4"}],"displayOptions":{"show":{"resource":["channel"],"operation":["create"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Age-Restricted (NSFW)","name":"nsfw","type":"boolean","default":false,"description":"Whether the content of the channel might be nsfw (not safe for work)","displayOptions":{"hide":{"/type":["4"]}}},{"displayName":"Bitrate","name":"bitrate","type":"number","default":8000,"placeholder":"e.g. 8000","typeOptions":{"minValue":8000,"maxValue":96000},"description":"The bitrate (in bits) of the voice channel","displayOptions":{"show":{"/type":["2"]}}},{"displayName":"Parent Category","name":"categoryId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"The parent category where you want the channel to appear","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"categorySearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Category URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Category ID"}}]}],"displayOptions":{"hide":{"/type":["4"]}}},{"displayName":"Position","name":"position","type":"number","default":1},{"displayName":"Rate Limit Per User","name":"rate_limit_per_user","type":"number","default":0,"description":"Amount of seconds a user has to wait before sending another message","displayOptions":{"hide":{"/type":["4"]}}},{"displayName":"Topic","name":"topic","type":"string","default":"","typeOptions":{"rows":2},"description":"The channel topic description (0-1024 characters)","placeholder":"e.g. This channel is about…","displayOptions":{"hide":{"/type":["4"]}}},{"displayName":"User Limit","name":"user_limit","type":"number","default":0,"typeOptions":{"minValue":0,"maxValue":99},"placeholder":"e.g. 20","description":"The limit for the number of members that can be in the channel (0 refers to no limit)","displayOptions":{"show":{"/type":["2"]}}}],"displayOptions":{"show":{"resource":["channel"],"operation":["create"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["channel"],"operation":["deleteChannel"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["channel"],"operation":["get"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["channel"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["channel"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Filter by Type","name":"filter","type":"multiOptions","default":[],"options":[{"name":"Guild Text","value":0},{"name":"Guild Voice","value":2},{"name":"Guild Category","value":4}]}],"displayOptions":{"show":{"resource":["channel"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel by name, URL, or ID","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"channelSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Channel URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Channel ID"}}]}],"displayOptions":{"show":{"resource":["channel"],"operation":["update"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Name","name":"name","type":"string","default":"","description":"The new name of the channel. Fill this field only if you want to change the channel's name.","placeholder":"e.g. new-channel-name","displayOptions":{"show":{"resource":["channel"],"operation":["update"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Age-Restricted (NSFW)","name":"nsfw","type":"boolean","default":false,"description":"Whether the content of the channel might be nsfw (not safe for work)"},{"displayName":"Bitrate","name":"bitrate","type":"number","default":8000,"typeOptions":{"minValue":8000,"maxValue":96000},"description":"The bitrate (in bits) of the voice channel","hint":"Only applicable to voice channels"},{"displayName":"Parent Category","name":"categoryId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"The parent category where you want the channel to appear","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-channel","typeOptions":{"searchListMethod":"categorySearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]/[channel-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/[0-9]+\\/([0-9]+)","errorMessage":"Not a valid Discord Category URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Category ID"}}]}]},{"displayName":"Position","name":"position","type":"number","default":1},{"displayName":"Rate Limit Per User","name":"rate_limit_per_user","type":"number","default":0,"description":"Amount of seconds a user has to wait before sending another message"},{"displayName":"Topic","name":"topic","type":"string","default":"","typeOptions":{"rows":2},"description":"The channel topic description (0-1024 characters)","placeholder":"e.g. This channel is about…"},{"displayName":"User Limit","name":"user_limit","type":"number","default":0,"typeOptions":{"minValue":0,"maxValue":99},"placeholder":"e.g. 20","hint":"Only applicable to voice channels","description":"The limit for the number of members that can be in the channel (0 refers to no limit)"}],"displayOptions":{"show":{"resource":["channel"],"operation":["update"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["member"],"authentication":["botToken","oAuth2"]}},"options":[{"name":"Get Many","value":"getAll","description":"Retrieve the members of a server","action":"Get many members"},{"name":"Role Add","value":"roleAdd","description":"Add a role to a member","action":"Add a role to a member"},{"name":"Role Remove","value":"roleRemove","description":"Remove a role from a member","action":"Remove a role from a member"}],"default":"getAll"},{"displayName":"Server","name":"guildId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the server (guild) that your bot is connected to","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. my-server","typeOptions":{"searchListMethod":"guildSearch"}},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g. https://discord.com/channels/[guild-id]","extractValue":{"type":"regex","regex":"https:\\/\\/discord.com\\/channels\\/([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/discord.com\\/channels\\/([0-9]+)","errorMessage":"Not a valid Discord Server URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 896347036838936576","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid Discord Server ID"}}]}],"displayOptions":{"show":{"resource":["member"],"authentication":["botToken","oAuth2"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["member"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["member"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"After","name":"after","type":"string","default":"","placeholder":"e.g. 786953432728469534","description":"The ID of the user after which to return the members","displayOptions":{"show":{"resource":["member"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"displayOptions":{"show":{"resource":["member"],"operation":["getAll"]},"hide":{"authentication":["webhook"]}}},{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the user you want to assign a role to","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. DiscordUser","typeOptions":{"searchListMethod":"userSearch"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 786953432728469534","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid User ID"}}]}],"displayOptions":{"show":{"resource":["member"],"operation":["roleAdd"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Role","name":"role","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getRoles","loadOptionsDependsOn":["userId.value","guildId.value","operation"]},"required":true,"description":"Select the roles you want to add to the user","default":[],"displayOptions":{"show":{"resource":["member"],"operation":["roleAdd"]},"hide":{"authentication":["webhook"]}}},{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the user you want to assign a role to","modes":[{"displayName":"By Name","name":"list","type":"list","placeholder":"e.g. DiscordUser","typeOptions":{"searchListMethod":"userSearch"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 786953432728469534","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid User ID"}}]}],"displayOptions":{"show":{"resource":["member"],"operation":["roleRemove"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Role","name":"role","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getRoles","loadOptionsDependsOn":["userId.value","guildId.value","operation"]},"required":true,"description":"Select the roles you want to add to the user","default":[],"displayOptions":{"show":{"resource":["member"],"operation":["roleRemove"]},"hide":{"authentication":["webhook"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"authentication":["webhook"]}},"options":[{"name":"Send a Message","value":"sendLegacy","description":"Send a message to a channel using the webhook","action":"Send a message"}],"default":"sendLegacy"},{"displayName":"Message","name":"content","type":"string","default":"","description":"The content of the message (up to 2000 characters)","placeholder":"e.g. My message","typeOptions":{"rows":2},"displayOptions":{"show":{"operation":["sendLegacy"]},"hide":{"authentication":["botToken","oAuth2"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Avatar URL","name":"avatar_url","type":"string","default":"","description":"Override the default avatar of the webhook","placeholder":"e.g. https://example.com/image.png"},{"displayName":"Flags","name":"flags","type":"multiOptions","default":[],"description":"Message flags. <a href=\"https://discord.com/developers/docs/resources/channel#message-object-message-flags\" target=\"_blank\">More info</a>.”.","options":[{"name":"Suppress Embeds","value":"SUPPRESS_EMBEDS"},{"name":"Suppress Notifications","value":"SUPPRESS_NOTIFICATIONS"}]},{"displayName":"Text-to-Speech (TTS)","name":"tts","type":"boolean","default":false,"description":"Whether to have a bot reading the message directly in the channel"},{"displayName":"Username","name":"username","type":"string","default":"","description":"Override the default username of the webhook","placeholder":"e.g. My Username"},{"displayName":"Wait","name":"wait","type":"boolean","default":false,"description":"Whether wait for the message to be created before returning its response"}],"displayOptions":{"show":{"operation":["sendLegacy"]},"hide":{"authentication":["botToken","oAuth2"]}}},{"displayName":"Embeds","name":"embeds","type":"fixedCollection","placeholder":"Add Embeds","typeOptions":{"multipleValues":true},"default":[],"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input Method","name":"inputMethod","type":"options","options":[{"name":"Enter Fields","value":"fields"},{"name":"Raw JSON","value":"json"}],"default":"fields"},{"displayName":"Value","name":"json","type":"json","default":"={}","typeOptions":{"rows":2},"displayOptions":{"show":{"inputMethod":["json"]}}},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of embed","placeholder":"e.g. My description","typeOptions":{"rows":2},"displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Author","name":"author","type":"string","default":"","description":"The name of the author","placeholder":"e.g. John Doe","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Color","name":"color","type":"color","default":"","description":"Color code of the embed","placeholder":"e.g. 12123432","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Timestamp","name":"timestamp","type":"dateTime","default":"","description":"The time displayed at the bottom of the embed. Provide in ISO8601 format.","placeholder":"e.g. 2023-02-08 09:30:26","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of embed","placeholder":"e.g. Embed's title","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL","name":"url","type":"string","default":"","description":"The URL where you want to link the embed to","placeholder":"e.g. https://discord.com/","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL Image","name":"image","type":"string","default":"","description":"Source URL of image (only supports http(s) and attachments)","placeholder":"e.g. https://example.com/image.png","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL Thumbnail","name":"thumbnail","type":"string","default":"","description":"Source URL of thumbnail (only supports http(s) and attachments)","placeholder":"e.g. https://example.com/image.png","displayOptions":{"show":{"inputMethod":["fields"]}}},{"displayName":"URL Video","name":"video","type":"string","default":"","description":"Source URL of video","placeholder":"e.g. https://example.com/video.mp4","displayOptions":{"show":{"inputMethod":["fields"]}}}]}],"displayOptions":{"show":{"operation":["sendLegacy"]},"hide":{"authentication":["botToken","oAuth2"]}}},{"displayName":"Files","name":"files","type":"fixedCollection","placeholder":"Add Files","typeOptions":{"multipleValues":true},"default":[],"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input Data Field Name","name":"inputFieldName","type":"string","default":"data","description":"The contents of the file being sent with the message","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be sent"}]}],"displayOptions":{"show":{"operation":["sendLegacy"]},"hide":{"authentication":["botToken","oAuth2"]}}}],"usableAsTool":true,"iconUrl":"icons/n8n-nodes-base/dist/nodes/Discord/discord.svg","codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.discord/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/discord/"}]}}},
{"displayName":"Discord","name":"discord","group":["output"],"defaultVersion":2,"description":"Sends data to Discord","version":1,"defaults":{"name":"Discord"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Webhook URL","name":"webhookUri","type":"string","required":true,"default":"","placeholder":"https://discord.com/api/webhooks/ID/TOKEN"},{"displayName":"Content","name":"text","type":"string","typeOptions":{"maxValue":2000},"default":"","placeholder":"Hello World!"},{"displayName":"Additional Fields","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Allowed Mentions","name":"allowedMentions","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Attachments","name":"attachments","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Avatar URL","name":"avatarUrl","type":"string","default":""},{"displayName":"Components","name":"components","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Embeds","name":"embeds","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Flags","name":"flags","type":"number","default":""},{"displayName":"JSON Payload","name":"payloadJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Username","name":"username","type":"string","default":"","placeholder":"User"},{"displayName":"TTS","name":"tts","type":"boolean","default":false,"description":"Whether this message be sent as a Text To Speech message"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Discord/discord.svg","codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.discord/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/discord/"}]}}},
{"displayName":"Discourse","name":"discourse","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Discourse API","defaults":{"name":"Discourse"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"discourseApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Category","value":"category"},{"name":"Group","value":"group"},{"name":"Post","value":"post"},{"name":"User","value":"user"},{"name":"User Group","value":"userGroup"}],"default":"post"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"description":"Choose an operation","required":true,"displayOptions":{"show":{"resource":["category"]}},"options":[{"name":"Create","value":"create","description":"Create a category","action":"Create a category"},{"name":"Get Many","value":"getAll","description":"Get many categories","action":"Get many categories"},{"name":"Update","value":"update","description":"Update a category","action":"Update a category"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["category"],"operation":["create"]}},"default":"","description":"Name of the category"},{"displayName":"Color","name":"color","type":"color","required":true,"displayOptions":{"show":{"resource":["category"],"operation":["create"]}},"default":"0000FF","description":"Color of the category"},{"displayName":"Text Color","name":"textColor","type":"color","required":true,"displayOptions":{"show":{"resource":["category"],"operation":["create"]}},"default":"0000FF","description":"Text color of the category"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["category"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["category"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Category ID","name":"categoryId","type":"string","required":true,"displayOptions":{"show":{"resource":["category"],"operation":["update"]}},"default":"","description":"ID of the category"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["category"],"operation":["update"]}},"default":"","description":"New name of the category"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["category"],"operation":["update"]}},"options":[{"displayName":"Color","name":"color","type":"color","default":"0000FF","description":"Color of the category"},{"displayName":"Text Color","name":"textColor","type":"color","default":"0000FF","description":"Text color of the category"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"description":"Choose an operation","required":true,"displayOptions":{"show":{"resource":["group"]}},"options":[{"name":"Create","value":"create","description":"Create a group","action":"Create a group"},{"name":"Get","value":"get","description":"Get a group","action":"Get a group"},{"name":"Get Many","value":"getAll","description":"Get many groups","action":"Get many groups"},{"name":"Update","value":"update","description":"Update a group","action":"Update a group"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["get","create"]}},"default":"","description":"Name of the group"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["group"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["group"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Group ID","name":"groupId","type":"string","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["update"]}},"default":"","description":"ID of the group to update"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["update"]}},"default":"","description":"New name of the group"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"description":"Choose an operation","required":true,"displayOptions":{"show":{"resource":["post"]}},"options":[{"name":"Create","value":"create","description":"Create a post","action":"Create a post"},{"name":"Get","value":"get","description":"Get a post","action":"Get a post"},{"name":"Get Many","value":"getAll","description":"Get many posts","action":"Get many posts"},{"name":"Update","value":"update","description":"Update a post","action":"Update a post"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"default":"","description":"Title of the post"},{"displayName":"Content","name":"content","type":"string","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"default":"","description":"Content of the post"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"default":{},"options":[{"displayName":"Category Name or ID","name":"category","type":"options","typeOptions":{"loadOptionsMethod":"getCategories"},"default":"","description":"ID of the category. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Reply To Post Number","name":"reply_to_post_number","type":"string","default":"","description":"The number of the post to reply to"},{"displayName":"Topic ID","name":"topic_id","type":"string","default":"","description":"ID of the topic"}]},{"displayName":"Post ID","name":"postId","type":"string","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["get"]}},"default":"","description":"ID of the post"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["post"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Post ID","name":"postId","type":"string","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"default":"","description":"ID of the post"},{"displayName":"Content","name":"content","type":"string","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"default":"","description":"Content of the post. HTML is supported."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"options":[{"displayName":"Edit Reason","name":"edit_reason","type":"string","default":""},{"displayName":"Cooked","name":"cooked","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"description":"Choose an operation","required":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a user","action":"Create a user"},{"name":"Get","value":"get","description":"Get a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Get many users","action":"Get many users"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":"","description":"Name of the user to create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":"","description":"Email of the user to create"},{"displayName":"Username","name":"username","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":"","description":"The username of the user to create"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":"","description":"The password of the user to create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"Active","name":"active","type":"boolean","default":false},{"displayName":"Approved","name":"approved","type":"boolean","default":false}]},{"displayName":"By","name":"by","type":"options","options":[{"name":"Username","value":"username"},{"name":"SSO External ID","value":"externalId"}],"required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"default":"username","description":"What to search by"},{"displayName":"Username","name":"username","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"],"by":["username"]}},"default":"","description":"The username of the user to return"},{"displayName":"SSO External ID","name":"externalId","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"],"by":["externalId"]}},"default":"","description":"Discourse SSO external ID"},{"displayName":"Flag","name":"flag","type":"options","options":[{"name":"Active","value":"active"},{"name":"Blocked","value":"blocked"},{"name":"New","value":"new"},{"name":"Staff","value":"staff"},{"name":"Suspect","value":"suspect"},{"name":"Suspended","value":"suspended"}],"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":"","description":"User flags to search for"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"displayName":"Ascending","name":"asc","type":"boolean","default":true,"description":"Whether to sort ascending"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"Created","value":"created"},{"name":"Days Visited","value":"days_visited"},{"name":"Email","value":"email"},{"name":"Last Emailed","value":"last_emailed"},{"name":"Posts","value":"posts"},{"name":"Posts Read","value":"posts_read"},{"name":"Read Time","value":"read_time"},{"name":"Seen","value":"seen"},{"name":"Topics Viewed","value":"topics_viewed"},{"name":"Trust Level","value":"trust_level"},{"name":"Username","value":"username"}],"default":"created","description":"What to order by"},{"displayName":"Show Emails","name":"showEmails","type":"boolean","default":false,"description":"Whether to include user email addresses"},{"displayName":"Stats","name":"stats","type":"boolean","default":false,"description":"Whether to return user stats"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"description":"Choose an operation","required":true,"displayOptions":{"show":{"resource":["userGroup"]}},"options":[{"name":"Add","value":"add","description":"Create a user to group","action":"Add a user to a group"},{"name":"Remove","value":"remove","description":"Remove user from group","action":"Remove a user from a group"}],"default":"add"},{"displayName":"Usernames","name":"usernames","type":"string","required":true,"displayOptions":{"show":{"resource":["userGroup"],"operation":["add"]}},"default":"","description":"Usernames to add to group. Multiples can be defined separated by comma."},{"displayName":"Group ID","name":"groupId","type":"string","required":true,"displayOptions":{"show":{"resource":["userGroup"],"operation":["add"]}},"default":"","description":"ID of the group"},{"displayName":"Usernames","name":"usernames","type":"string","required":true,"displayOptions":{"show":{"resource":["userGroup"],"operation":["remove"]}},"default":"","description":"Usernames to remove from group. Multiples can be defined separated by comma."},{"displayName":"Group ID","name":"groupId","type":"string","required":true,"displayOptions":{"show":{"resource":["userGroup"],"operation":["remove"]}},"default":"","description":"ID of the group to remove"}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.discourse/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/discourse/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Discourse/discourse.svg"},
{"displayName":"Disqus","name":"disqus","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Access data on Disqus","defaults":{"name":"Disqus"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"disqusApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Forum","value":"forum"}],"default":"forum"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["forum"]}},"options":[{"name":"Get","value":"get","description":"Return forum details","action":"Get a forum"},{"name":"Get All Categories","value":"getCategories","description":"Return a list of categories within a forum","action":"Get all categories in a forum"},{"name":"Get All Threads","value":"getThreads","description":"Return a list of threads within a forum","action":"Get all threads in a forum"},{"name":"Get All Posts","value":"getPosts","description":"Return a list of posts within a forum","action":"Get all posts in a forum"}],"default":"get"},{"displayName":"Forum Name","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["forum"]}},"description":"The short name(aka ID) of the forum to get"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["get"],"resource":["forum"]}},"default":{},"options":[{"displayName":"Attach","name":"attach","type":"multiOptions","options":[{"name":"Counters","value":"counters"},{"name":"followsForum","value":"followsForum"},{"name":"forumCanDisableAds","value":"forumCanDisableAds"},{"name":"forumDaysAlive","value":"forumDaysAlive"},{"name":"forumFeatures","value":"forumFeatures"},{"name":"forumForumCategory","value":"forumForumCategory"},{"name":"forumIntegration","value":"forumIntegration"},{"name":"forumNewPolicy","value":"forumNewPolicy"},{"name":"forumPermissions","value":"forumPermissions"}],"default":[]},{"displayName":"Related","name":"related","type":"multiOptions","options":[{"name":"author","value":"author"}],"default":[],"description":"You may specify relations to include with your response"}]},{"displayName":"Forum Name","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["getPosts"],"resource":["forum"]}},"description":"The short name(aka ID) of the forum to get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["forum"],"operation":["getPosts"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["forum"],"operation":["getPosts"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getPosts"],"resource":["forum"]}},"default":{},"options":[{"displayName":"Filters","name":"filters","type":"multiOptions","options":[{"name":"Has_Bad_Word","value":"Has_Bad_Word"},{"name":"Has_Link","value":"Has_Link"},{"name":"Has_Low_Rep_Author","value":"Has_Low_Rep_Author"},{"name":"Has_Media","value":"Has_Media"},{"name":"Is_Anonymous","value":"Is_Anonymous"},{"name":"Is_At_Flag_Limit","value":"Is_At_Flag_Limit"},{"name":"Is_Flagged","value":"Is_Flagged"},{"name":"Is_Toxic","value":"Is_Toxic"},{"name":"Modified_By_Rule","value":"Modified_By_Rule"},{"name":"No_Issue","value":"No_Issue"},{"name":"Shadow_Banned","value":"Shadow_Banned"}],"default":[],"description":"You may specify filters for your response"},{"displayName":"Include","name":"include","type":"multiOptions","options":[{"name":"Approved","value":"approved"}],"default":[],"description":"You may specify relations to include with your response"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"asc","description":"You may specify order to sort your response"},{"displayName":"Query","name":"query","type":"string","default":"","description":"You may specify query forChoices: asc, desc your response"},{"displayName":"Related","name":"related","type":"multiOptions","options":[{"name":"Thread","value":"thread"}],"default":[],"description":"You may specify relations to include with your response"},{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"Unix timestamp (or ISO datetime standard)"}]},{"displayName":"Forum Name","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["getCategories"],"resource":["forum"]}},"description":"The short name(aka ID) of the forum to get Categories"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["forum"],"operation":["getCategories"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["forum"],"operation":["getCategories"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getCategories"],"resource":["forum"]}},"default":{},"options":[{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"asc","description":"You may specify order to sort your response"}]},{"displayName":"Forum Name","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["getThreads"],"resource":["forum"]}},"description":"The short name(aka ID) of the forum to get Threads"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["forum"],"operation":["getThreads"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["forum"],"operation":["getThreads"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getThreads"],"resource":["forum"]}},"default":{},"options":[{"displayName":"Related","name":"related","type":"multiOptions","options":[{"name":"author","value":"author"},{"name":"Forum","value":"forum"}],"default":[],"description":"You may specify relations to include with your response"},{"displayName":"Include","name":"include","type":"multiOptions","options":[{"name":"Closed","value":"closed"},{"name":"Open","value":"open"},{"name":"Killed","value":"killed"}],"default":[],"description":"You may specify relations to include with your response"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"asc","description":"You may specify order to sort your response"},{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"Unix timestamp (or ISO datetime standard)"},{"displayName":"Thread","name":"thread","type":"string","default":"","description":"Looks up a thread by ID. You may pass us the \"ident\" query type instead of an ID by including \"forum\". You may pass us the \"link\" query type to filter by URL. You must pass the \"forum\" if you do not have the Pro API Access addon."}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.disqus/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/disqus/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Disqus/disqus.png"},
{"displayName":"Drift","name":"drift","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Drift API","defaults":{"name":"Drift"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"driftApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"driftOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Contact","value":"contact"}],"default":"contact"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"Custom Attributes","value":"getCustomAttributes","description":"Get custom attributes","action":"Get custom attributes for 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":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"description":"The email of the contact"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the contact"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The phone number associated with the contact"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"description":"Unique identifier for the contact"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email of the contact"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the contact"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The phone number associated with the contact"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"description":"Unique identifier for the contact"},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"description":"Unique identifier for the contact"}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.drift/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/drift/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Drift/drift.svg","dark":"icons/n8n-nodes-base/dist/nodes/Drift/drift.dark.svg"}},
{"displayName":"Dropbox","name":"dropbox","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Access data on Dropbox","defaults":{"name":"Dropbox"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"dropboxApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"dropboxOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken","description":"Means of authenticating with the service"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Folder","value":"folder"},{"name":"Search","value":"search"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Copy","value":"copy","description":"Copy a file","action":"Copy a file"},{"name":"Delete","value":"delete","description":"Delete a file","action":"Delete a file"},{"name":"Download","value":"download","description":"Download a file","action":"Download a file"},{"name":"Move","value":"move","description":"Move a file","action":"Move a file"},{"name":"Upload","value":"upload","description":"Upload a file","action":"Upload a file"}],"default":"upload"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Copy","value":"copy","description":"Copy a folder","action":"Copy a folder"},{"name":"Create","value":"create","description":"Create a folder","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"List","value":"list","description":"Return the files and folders in a given folder","action":"List a folder"},{"name":"Move","value":"move","description":"Move a folder","action":"Move a folder"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["search"]}},"options":[{"name":"Query","value":"query","action":"Query"}],"default":"query"},{"displayName":"From Path","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["copy"],"resource":["file","folder"]}},"placeholder":"/invoices/original.txt","description":"The path of file or folder to copy"},{"displayName":"To Path","name":"toPath","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["copy"],"resource":["file","folder"]}},"placeholder":"/invoices/copy.txt","description":"The destination path of file or folder"},{"displayName":"Delete Path","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["file","folder"]}},"placeholder":"/invoices/2019/invoice_1.pdf","description":"The path to delete. Can be a single file or a whole folder."},{"displayName":"From Path","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["move"],"resource":["file","folder"]}},"placeholder":"/invoices/old_name.txt","description":"The path of file or folder to move"},{"displayName":"To Path","name":"toPath","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["move"],"resource":["file","folder"]}},"placeholder":"/invoices/new_name.txt","description":"The new path of file or folder"},{"displayName":"File Path","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"placeholder":"/invoices/2019/invoice_1.pdf","description":"The file path of the file to download. Has to contain the full path."},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"File Path","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"placeholder":"/invoices/2019/invoice_1.pdf","description":"The file path of the file to upload. Has to contain the full path. The parent folder has to exist. Existing files get overwritten."},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[false]}},"placeholder":"","description":"The text content of the file to upload"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[true]}},"placeholder":"","hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"Query","name":"query","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["query"],"resource":["search"]}},"description":"The string to search for. May match across multiple fields based on the request arguments."},{"displayName":"File Status","name":"fileStatus","type":"options","options":[{"name":"Active","value":"active"},{"name":"Deleted","value":"deleted"}],"default":"active","displayOptions":{"show":{"operation":["query"],"resource":["search"]}},"description":"The string to search for. May match across multiple fields based on the request arguments."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["query"],"resource":["search"]}},"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":["search"],"operation":["query"],"returnAll":[false]}},"default":100,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["query"],"resource":["search"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["search"],"operation":["query"]}},"options":[{"displayName":"File Categories","name":"file_categories","type":"multiOptions","options":[{"name":"Audio (mp3, qav, mid, etc.)","value":"audio"},{"name":"Document (doc, docx, txt, etc.)","value":"document"},{"name":"Dropbox Paper","value":"paper"},{"name":"Folder","value":"folder"},{"name":"Image (jpg, png, gif, etc.)","value":"image"},{"name":"Other","value":"other"},{"name":"PDF","value":"pdf"},{"name":"Presentation (ppt, pptx, key, etc.)","value":"presentation"},{"name":"Spreadsheet (xlsx, xls, csv, etc.)","value":"spreadsheet"},{"name":"Video (avi, wmv, mp4, etc.)","value":"video"}],"default":[]},{"displayName":"File Extensions","name":"file_extensions","type":"string","default":"","description":"Multiple file extensions can be set separated by comma. Example: jpg,pdf."},{"displayName":"Folder","name":"path","type":"string","default":"","description":"If this field is not specified, this module searches the entire Dropbox"}]},{"displayName":"Folder","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"placeholder":"/invoices/2019","description":"The folder to create. The parent folder has to exist."},{"displayName":"Folder Path","name":"path","type":"string","default":"","displayOptions":{"show":{"operation":["list"],"resource":["folder"]}},"placeholder":"/invoices/2019/","description":"The path of which to list the content"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["list"],"resource":["folder"]}},"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":["folder"],"operation":["list"],"returnAll":[false]}},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["folder"],"operation":["list"]}},"options":[{"displayName":"Include Deleted","name":"include_deleted","type":"boolean","default":false,"description":"Whether the results will include entries for files and folders that used to exist but were deleted. The default for this field is False."},{"displayName":"Include Shared Members","name":"include_has_explicit_shared_members","type":"boolean","default":false,"description":"Whether the results will include a flag for each file indicating whether or not that file has any explicit members. The default for this field is False."},{"displayName":"Include Mounted Folders","name":"include_mounted_folders","type":"boolean","default":true,"description":"Whether the results will include entries under mounted folders which includes app folder, shared folder and team folder. The default for this field is True."},{"displayName":"Include Non Downloadable Files","name":"include_non_downloadable_files","type":"boolean","default":true,"description":"Whether to include files that are not downloadable, i.e. Google Docs. The default for this field is True."},{"displayName":"Recursive","name":"recursive","type":"boolean","default":false,"description":"Whether the list folder operation will be applied recursively to all subfolders and the response will contain contents of all subfolders. The default for this field is False."}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.dropbox/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/dropbox/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Dropbox/dropbox.svg"},
{"displayName":"Dropcontact","name":"dropcontact","group":["transform"],"version":1,"description":"Find B2B emails and enrich contacts","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Dropcontact"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"dropcontactApi","required":true}],"properties":[{"displayName":"Resource","noDataExpression":true,"name":"resource","type":"options","options":[{"name":"Contact","value":"contact"}],"default":"contact","required":true},{"displayName":"Operation","noDataExpression":true,"name":"operation","type":"options","options":[{"name":"Enrich","value":"enrich","description":"Find B2B emails and enrich your contact from his name and his website","action":"Find B2B emails"},{"name":"Fetch Request","value":"fetchRequest"}],"default":"enrich","required":true},{"displayName":"Request ID","name":"requestId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["fetchRequest"]}},"default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["contact"],"operation":["enrich"]}},"default":""},{"displayName":"Simplify Output (Faster)","name":"simplify","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["enrich"]}},"default":false,"description":"When off, waits for the contact data before completing. Waiting time can be adjusted with Extend Wait Time option. When on, returns a request_id that can be used later in the Fetch Request operation."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["enrich"]}},"options":[{"displayName":"Company SIREN Number","name":"num_siren","type":"string","default":""},{"displayName":"Company SIRET Code","name":"siret","type":"string","default":""},{"displayName":"Company Name","name":"company","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Full Name","name":"full_name","type":"string","default":""},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"LinkedIn Profile","name":"linkedin","type":"string","default":""},{"displayName":"Phone Number","name":"phone","type":"string","default":""},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"resource":["contact"],"operation":["enrich"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Data Fetch Wait Time","name":"waitTime","type":"number","typeOptions":{"minValue":1},"displayOptions":{"show":{"/simplify":[false]}},"default":45,"description":"When not simplifying the response, data will be fetched in two steps. This parameter controls how long to wait (in seconds) before trying the second step."},{"displayName":"French Company Enrich","name":"siren","type":"boolean","default":false,"description":"Whether you want the <a href=\"https://en.wikipedia.org/wiki/SIREN_code\" target=\"_blank\">SIREN number</a>, NAF code, TVA number, company address and informations about the company leader. Only applies to french companies."},{"displayName":"Language","name":"language","type":"options","options":[{"name":"English","value":"en"},{"name":"French","value":"fr"}],"default":"en","description":"Whether the response is in English or French"}]}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.dropcontact/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/dropcontact/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Dropcontact/dropcontact.svg"},
{"displayName":"Edit Image","name":"editImage","icon":"fa:image","iconColor":"purple","group":["transform"],"version":1,"description":"Edits an image like blur, resize or adding border and text","defaults":{"name":"Edit Image","color":"#553399"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Blur","value":"blur","description":"Adds a blur to the image and so makes it less sharp","action":"Blur Image"},{"name":"Border","value":"border","description":"Adds a border to the image","action":"Border Image"},{"name":"Composite","value":"composite","description":"Composite image on top of another one","action":"Composite Image"},{"name":"Create","value":"create","description":"Create a new image","action":"Create Image"},{"name":"Crop","value":"crop","description":"Crops the image","action":"Crop Image"},{"name":"Draw","value":"draw","description":"Draw on image","action":"Draw Image"},{"name":"Get Information","value":"information","description":"Returns image information like resolution"},{"name":"Multi Step","value":"multiStep","description":"Perform multiple operations"},{"name":"Resize","value":"resize","description":"Change the size of image","action":"Resize Image"},{"name":"Rotate","value":"rotate","description":"Rotate image","action":"Rotate Image"},{"name":"Shear","value":"shear","description":"Shear image along the X or Y axis","action":"Shear Image"},{"name":"Text","value":"text","description":"Adds text to image","action":"Apply Text to Image"},{"name":"Transparent","value":"transparent","description":"Make a color in image transparent","action":"Add Transparency to Image"}],"default":"border"},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","description":"Name of the binary property in which the image data can be found"},{"displayName":"Operations","name":"operations","placeholder":"Add Operation","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"displayOptions":{"show":{"operation":["multiStep"]}},"description":"The operations to perform","default":{},"options":[{"name":"operations","displayName":"Operations","values":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Blur","value":"blur","description":"Adds a blur to the image and so makes it less sharp","action":"Blur Image"},{"name":"Border","value":"border","description":"Adds a border to the image","action":"Border Image"},{"name":"Composite","value":"composite","description":"Composite image on top of another one","action":"Composite Image"},{"name":"Create","value":"create","description":"Create a new image","action":"Create Image"},{"name":"Crop","value":"crop","description":"Crops the image","action":"Crop Image"},{"name":"Draw","value":"draw","description":"Draw on image","action":"Draw Image"},{"name":"Rotate","value":"rotate","description":"Rotate image","action":"Rotate Image"},{"name":"Resize","value":"resize","description":"Change the size of image","action":"Resize Image"},{"name":"Shear","value":"shear","description":"Shear image along the X or Y axis","action":"Shear Image"},{"name":"Text","value":"text","description":"Adds text to image","action":"Apply Text to Image"},{"name":"Transparent","value":"transparent","description":"Make a color in image transparent","action":"Add Transparency to Image"}],"default":""},{"displayName":"Background Color","name":"backgroundColor","type":"color","default":"#ffffff00","typeOptions":{"showAlpha":true},"displayOptions":{"show":{"operation":["create"]}},"description":"The background color of the image to create"},{"displayName":"Image Width","name":"width","type":"number","default":50,"typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["create"]}},"description":"The width of the image to create"},{"displayName":"Image Height","name":"height","type":"number","default":50,"typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["create"]}},"description":"The height of the image to create"},{"displayName":"Primitive","name":"primitive","type":"options","displayOptions":{"show":{"operation":["draw"]}},"options":[{"name":"Circle","value":"circle"},{"name":"Line","value":"line"},{"name":"Rectangle","value":"rectangle"}],"default":"rectangle","description":"The primitive to draw"},{"displayName":"Color","name":"color","type":"color","default":"#ff000000","typeOptions":{"showAlpha":true},"displayOptions":{"show":{"operation":["draw"]}},"description":"The color of the primitive to draw"},{"displayName":"Start Position X","name":"startPositionX","type":"number","default":50,"displayOptions":{"show":{"operation":["draw"],"primitive":["circle","line","rectangle"]}},"description":"X (horizontal) start position of the primitive"},{"displayName":"Start Position Y","name":"startPositionY","type":"number","default":50,"displayOptions":{"show":{"operation":["draw"],"primitive":["circle","line","rectangle"]}},"description":"Y (horizontal) start position of the primitive"},{"displayName":"End Position X","name":"endPositionX","type":"number","default":250,"displayOptions":{"show":{"operation":["draw"],"primitive":["circle","line","rectangle"]}},"description":"X (horizontal) end position of the primitive"},{"displayName":"End Position Y","name":"endPositionY","type":"number","default":250,"displayOptions":{"show":{"operation":["draw"],"primitive":["circle","line","rectangle"]}},"description":"Y (horizontal) end position of the primitive"},{"displayName":"Corner Radius","name":"cornerRadius","type":"number","default":0,"displayOptions":{"show":{"operation":["draw"],"primitive":["rectangle"]}},"description":"The radius of the corner to create round corners"},{"displayName":"Text","name":"text","typeOptions":{"rows":5},"type":"string","default":"","placeholder":"Text to render","displayOptions":{"show":{"operation":["text"]}},"description":"Text to write on the image"},{"displayName":"Font Size","name":"fontSize","type":"number","default":18,"displayOptions":{"show":{"operation":["text"]}},"description":"Size of the text"},{"displayName":"Font Color","name":"fontColor","type":"color","default":"#000000","displayOptions":{"show":{"operation":["text"]}},"description":"Color of the text"},{"displayName":"Position X","name":"positionX","type":"number","default":50,"displayOptions":{"show":{"operation":["text"]}},"description":"X (horizontal) position of the text"},{"displayName":"Position Y","name":"positionY","type":"number","default":50,"displayOptions":{"show":{"operation":["text"]}},"description":"Y (vertical) position of the text"},{"displayName":"Max Line Length","name":"lineLength","type":"number","typeOptions":{"minValue":1},"default":80,"displayOptions":{"show":{"operation":["text"]}},"description":"Max amount of characters in a line before a line-break should get added"},{"displayName":"Blur","name":"blur","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"default":5,"displayOptions":{"show":{"operation":["blur"]}},"description":"How strong the blur should be"},{"displayName":"Sigma","name":"sigma","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"default":2,"displayOptions":{"show":{"operation":["blur"]}},"description":"The sigma of the blur"},{"displayName":"Border Width","name":"borderWidth","type":"number","default":10,"displayOptions":{"show":{"operation":["border"]}},"description":"The width of the border"},{"displayName":"Border Height","name":"borderHeight","type":"number","default":10,"displayOptions":{"show":{"operation":["border"]}},"description":"The height of the border"},{"displayName":"Border Color","name":"borderColor","type":"color","default":"#000000","displayOptions":{"show":{"operation":["border"]}},"description":"Color of the border"},{"displayName":"Composite Image Property","name":"dataPropertyNameComposite","type":"string","default":"","placeholder":"data2","displayOptions":{"show":{"operation":["composite"]}},"description":"The name of the binary property which contains the data of the image to composite on top of image which is found in Property Name"},{"displayName":"Operator","name":"operator","type":"options","displayOptions":{"show":{"operation":["composite"]}},"options":[{"name":"Add","value":"Add"},{"name":"Atop","value":"Atop"},{"name":"Bumpmap","value":"Bumpmap"},{"name":"Copy","value":"Copy"},{"name":"Copy Black","value":"CopyBlack"},{"name":"Copy Blue","value":"CopyBlue"},{"name":"Copy Cyan","value":"CopyCyan"},{"name":"Copy Green","value":"CopyGreen"},{"name":"Copy Magenta","value":"CopyMagenta"},{"name":"Copy Opacity","value":"CopyOpacity"},{"name":"Copy Red","value":"CopyRed"},{"name":"Copy Yellow","value":"CopyYellow"},{"name":"Difference","value":"Difference"},{"name":"Divide","value":"Divide"},{"name":"In","value":"In"},{"name":"Minus","value":"Minus"},{"name":"Multiply","value":"Multiply"},{"name":"Out","value":"Out"},{"name":"Over","value":"Over"},{"name":"Plus","value":"Plus"},{"name":"Subtract","value":"Subtract"},{"name":"Xor","value":"Xor"}],"default":"Over","description":"The operator to use to combine the images"},{"displayName":"Position X","name":"positionX","type":"number","default":0,"displayOptions":{"show":{"operation":["composite"]}},"description":"X (horizontal) position of composite image"},{"displayName":"Position Y","name":"positionY","type":"number","default":0,"displayOptions":{"show":{"operation":["composite"]}},"description":"Y (vertical) position of composite image"},{"displayName":"Width","name":"width","type":"number","default":500,"displayOptions":{"show":{"operation":["crop"]}},"description":"Crop width"},{"displayName":"Height","name":"height","type":"number","default":500,"displayOptions":{"show":{"operation":["crop"]}},"description":"Crop height"},{"displayName":"Position X","name":"positionX","type":"number","default":0,"displayOptions":{"show":{"operation":["crop"]}},"description":"X (horizontal) position to crop from"},{"displayName":"Position Y","name":"positionY","type":"number","default":0,"displayOptions":{"show":{"operation":["crop"]}},"description":"Y (vertical) position to crop from"},{"displayName":"Width","name":"width","type":"number","default":500,"displayOptions":{"show":{"operation":["resize"]}},"description":"New width of the image"},{"displayName":"Height","name":"height","type":"number","default":500,"displayOptions":{"show":{"operation":["resize"]}},"description":"New height of the image"},{"displayName":"Option","name":"resizeOption","type":"options","options":[{"name":"Ignore Aspect Ratio","value":"ignoreAspectRatio","description":"Ignore aspect ratio and resize exactly to specified values"},{"name":"Maximum Area","value":"maximumArea","description":"Specified values are maximum area"},{"name":"Minimum Area","value":"minimumArea","description":"Specified values are minimum area"},{"name":"Only if Larger","value":"onlyIfLarger","description":"Resize only if image is larger than width or height"},{"name":"Only if Smaller","value":"onlyIfSmaller","description":"Resize only if image is smaller than width or height"},{"name":"Percent","value":"percent","description":"Width and height are specified in percents"}],"default":"maximumArea","displayOptions":{"show":{"operation":["resize"]}},"description":"How to resize the image"},{"displayName":"Rotate","name":"rotate","type":"number","typeOptions":{"minValue":-360,"maxValue":360},"default":0,"displayOptions":{"show":{"operation":["rotate"]}},"description":"How much the image should be rotated"},{"displayName":"Background Color","name":"backgroundColor","type":"color","default":"#ffffffff","typeOptions":{"showAlpha":true},"displayOptions":{"show":{"operation":["rotate"]}},"description":"The color to use for the background when image gets rotated by anything which is not a multiple of 90"},{"displayName":"Degrees X","name":"degreesX","type":"number","default":0,"displayOptions":{"show":{"operation":["shear"]}},"description":"X (horizontal) shear degrees"},{"displayName":"Degrees Y","name":"degreesY","type":"number","default":0,"displayOptions":{"show":{"operation":["shear"]}},"description":"Y (vertical) shear degrees"},{"displayName":"Color","name":"color","type":"color","default":"#ff0000","displayOptions":{"show":{"operation":["transparent"]}},"description":"The color to make transparent"},{"displayName":"Font Name or ID","name":"font","type":"options","displayOptions":{"show":{"operation":["text"]}},"typeOptions":{"loadOptionsMethod":"getFonts"},"default":"","description":"The font to use. Defaults to Arial. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}]},{"displayName":"Background Color","name":"backgroundColor","type":"color","default":"#ffffff00","typeOptions":{"showAlpha":true},"displayOptions":{"show":{"operation":["create"]}},"description":"The background color of the image to create"},{"displayName":"Image Width","name":"width","type":"number","default":50,"typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["create"]}},"description":"The width of the image to create"},{"displayName":"Image Height","name":"height","type":"number","default":50,"typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["create"]}},"description":"The height of the image to create"},{"displayName":"Primitive","name":"primitive","type":"options","displayOptions":{"show":{"operation":["draw"]}},"options":[{"name":"Circle","value":"circle"},{"name":"Line","value":"line"},{"name":"Rectangle","value":"rectangle"}],"default":"rectangle","description":"The primitive to draw"},{"displayName":"Color","name":"color","type":"color","default":"#ff000000","typeOptions":{"showAlpha":true},"displayOptions":{"show":{"operation":["draw"]}},"description":"The color of the primitive to draw"},{"displayName":"Start Position X","name":"startPositionX","type":"number","default":50,"displayOptions":{"show":{"operation":["draw"],"primitive":["circle","line","rectangle"]}},"description":"X (horizontal) start position of the primitive"},{"displayName":"Start Position Y","name":"startPositionY","type":"number","default":50,"displayOptions":{"show":{"operation":["draw"],"primitive":["circle","line","rectangle"]}},"description":"Y (horizontal) start position of the primitive"},{"displayName":"End Position X","name":"endPositionX","type":"number","default":250,"displayOptions":{"show":{"operation":["draw"],"primitive":["circle","line","rectangle"]}},"description":"X (horizontal) end position of the primitive"},{"displayName":"End Position Y","name":"endPositionY","type":"number","default":250,"displayOptions":{"show":{"operation":["draw"],"primitive":["circle","line","rectangle"]}},"description":"Y (horizontal) end position of the primitive"},{"displayName":"Corner Radius","name":"cornerRadius","type":"number","default":0,"displayOptions":{"show":{"operation":["draw"],"primitive":["rectangle"]}},"description":"The radius of the corner to create round corners"},{"displayName":"Text","name":"text","typeOptions":{"rows":5},"type":"string","default":"","placeholder":"Text to render","displayOptions":{"show":{"operation":["text"]}},"description":"Text to write on the image"},{"displayName":"Font Size","name":"fontSize","type":"number","default":18,"displayOptions":{"show":{"operation":["text"]}},"description":"Size of the text"},{"displayName":"Font Color","name":"fontColor","type":"color","default":"#000000","displayOptions":{"show":{"operation":["text"]}},"description":"Color of the text"},{"displayName":"Position X","name":"positionX","type":"number","default":50,"displayOptions":{"show":{"operation":["text"]}},"description":"X (horizontal) position of the text"},{"displayName":"Position Y","name":"positionY","type":"number","default":50,"displayOptions":{"show":{"operation":["text"]}},"description":"Y (vertical) position of the text"},{"displayName":"Max Line Length","name":"lineLength","type":"number","typeOptions":{"minValue":1},"default":80,"displayOptions":{"show":{"operation":["text"]}},"description":"Max amount of characters in a line before a line-break should get added"},{"displayName":"Blur","name":"blur","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"default":5,"displayOptions":{"show":{"operation":["blur"]}},"description":"How strong the blur should be"},{"displayName":"Sigma","name":"sigma","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"default":2,"displayOptions":{"show":{"operation":["blur"]}},"description":"The sigma of the blur"},{"displayName":"Border Width","name":"borderWidth","type":"number","default":10,"displayOptions":{"show":{"operation":["border"]}},"description":"The width of the border"},{"displayName":"Border Height","name":"borderHeight","type":"number","default":10,"displayOptions":{"show":{"operation":["border"]}},"description":"The height of the border"},{"displayName":"Border Color","name":"borderColor","type":"color","default":"#000000","displayOptions":{"show":{"operation":["border"]}},"description":"Color of the border"},{"displayName":"Composite Image Property","name":"dataPropertyNameComposite","type":"string","default":"","placeholder":"data2","displayOptions":{"show":{"operation":["composite"]}},"description":"The name of the binary property which contains the data of the image to composite on top of image which is found in Property Name"},{"displayName":"Operator","name":"operator","type":"options","displayOptions":{"show":{"operation":["composite"]}},"options":[{"name":"Add","value":"Add"},{"name":"Atop","value":"Atop"},{"name":"Bumpmap","value":"Bumpmap"},{"name":"Copy","value":"Copy"},{"name":"Copy Black","value":"CopyBlack"},{"name":"Copy Blue","value":"CopyBlue"},{"name":"Copy Cyan","value":"CopyCyan"},{"name":"Copy Green","value":"CopyGreen"},{"name":"Copy Magenta","value":"CopyMagenta"},{"name":"Copy Opacity","value":"CopyOpacity"},{"name":"Copy Red","value":"CopyRed"},{"name":"Copy Yellow","value":"CopyYellow"},{"name":"Difference","value":"Difference"},{"name":"Divide","value":"Divide"},{"name":"In","value":"In"},{"name":"Minus","value":"Minus"},{"name":"Multiply","value":"Multiply"},{"name":"Out","value":"Out"},{"name":"Over","value":"Over"},{"name":"Plus","value":"Plus"},{"name":"Subtract","value":"Subtract"},{"name":"Xor","value":"Xor"}],"default":"Over","description":"The operator to use to combine the images"},{"displayName":"Position X","name":"positionX","type":"number","default":0,"displayOptions":{"show":{"operation":["composite"]}},"description":"X (horizontal) position of composite image"},{"displayName":"Position Y","name":"positionY","type":"number","default":0,"displayOptions":{"show":{"operation":["composite"]}},"description":"Y (vertical) position of composite image"},{"displayName":"Width","name":"width","type":"number","default":500,"displayOptions":{"show":{"operation":["crop"]}},"description":"Crop width"},{"displayName":"Height","name":"height","type":"number","default":500,"displayOptions":{"show":{"operation":["crop"]}},"description":"Crop height"},{"displayName":"Position X","name":"positionX","type":"number","default":0,"displayOptions":{"show":{"operation":["crop"]}},"description":"X (horizontal) position to crop from"},{"displayName":"Position Y","name":"positionY","type":"number","default":0,"displayOptions":{"show":{"operation":["crop"]}},"description":"Y (vertical) position to crop from"},{"displayName":"Width","name":"width","type":"number","default":500,"displayOptions":{"show":{"operation":["resize"]}},"description":"New width of the image"},{"displayName":"Height","name":"height","type":"number","default":500,"displayOptions":{"show":{"operation":["resize"]}},"description":"New height of the image"},{"displayName":"Option","name":"resizeOption","type":"options","options":[{"name":"Ignore Aspect Ratio","value":"ignoreAspectRatio","description":"Ignore aspect ratio and resize exactly to specified values"},{"name":"Maximum Area","value":"maximumArea","description":"Specified values are maximum area"},{"name":"Minimum Area","value":"minimumArea","description":"Specified values are minimum area"},{"name":"Only if Larger","value":"onlyIfLarger","description":"Resize only if image is larger than width or height"},{"name":"Only if Smaller","value":"onlyIfSmaller","description":"Resize only if image is smaller than width or height"},{"name":"Percent","value":"percent","description":"Width and height are specified in percents"}],"default":"maximumArea","displayOptions":{"show":{"operation":["resize"]}},"description":"How to resize the image"},{"displayName":"Rotate","name":"rotate","type":"number","typeOptions":{"minValue":-360,"maxValue":360},"default":0,"displayOptions":{"show":{"operation":["rotate"]}},"description":"How much the image should be rotated"},{"displayName":"Background Color","name":"backgroundColor","type":"color","default":"#ffffffff","typeOptions":{"showAlpha":true},"displayOptions":{"show":{"operation":["rotate"]}},"description":"The color to use for the background when image gets rotated by anything which is not a multiple of 90"},{"displayName":"Degrees X","name":"degreesX","type":"number","default":0,"displayOptions":{"show":{"operation":["shear"]}},"description":"X (horizontal) shear degrees"},{"displayName":"Degrees Y","name":"degreesY","type":"number","default":0,"displayOptions":{"show":{"operation":["shear"]}},"description":"Y (vertical) shear degrees"},{"displayName":"Color","name":"color","type":"color","default":"#ff0000","displayOptions":{"show":{"operation":["transparent"]}},"description":"The color to make transparent"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"hide":{"operation":["information"]}},"options":[{"displayName":"Destination Output Field","name":"destinationKey","type":"string","default":"data","placeholder":"e.g image","description":"The name of the output field that will contain the file data"},{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"File name to set in binary data"},{"displayName":"Font Name or ID","name":"font","type":"options","displayOptions":{"show":{"/operation":["text"]}},"typeOptions":{"loadOptionsMethod":"getFonts"},"default":"","description":"The font to use. Defaults to Arial. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Format","name":"format","type":"options","options":[{"name":"bmp","value":"bmp"},{"name":"gif","value":"gif"},{"name":"jpeg","value":"jpeg"},{"name":"png","value":"png"},{"name":"tiff","value":"tiff"},{"name":"WebP","value":"webp"}],"default":"jpeg","description":"Set the output image format"},{"displayName":"Quality","name":"quality","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":100,"displayOptions":{"show":{"format":["jpeg","png","tiff"]}},"description":"Sets the jpeg|png|tiff compression level from 0 to 100 (best)"}]}],"codex":{"categories":["Marketing","Core Nodes"],"subcategories":{"Core Nodes":["Files","Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.editimage/"}]}}},
{"displayName":"E2E Test","name":"e2eTest","icon":"fa:play","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"]}}","description":"Dummy node used for e2e testing","defaults":{"name":"E2E Test"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Remote Options","value":"remoteOptions"},{"name":"Resource Locator","value":"resourceLocator"},{"name":"Resource Mapping Component","value":"resourceMapper"}],"default":"remoteOptions"},{"displayName":"Field ID","name":"fieldId","type":"string","default":""},{"displayName":"Remote Options Name or ID","name":"remoteOptions","description":"Remote options to load. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["fieldId"],"loadOptionsMethod":"getOptions"},"required":true,"default":[],"displayOptions":{"show":{"operation":["remoteOptions"]}}},{"displayName":"Resource Locator","name":"rlc","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"operation":["resourceLocator"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"optionsSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://example.com/user/a4071e98-7d40-41fb-8911-ce3e7bf94fb2","validation":[{"type":"regex","properties":{"regex":"https://example.com/user/[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}","errorMessage":"Not a valid example URL"}}],"extractValue":{"type":"regex","regex":"https://example.com/user/([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}","errorMessage":"Not a valid UUI"}}],"placeholder":"a4071e98-7d40-41fb-8911-ce3e7bf94fb2"}]},{"displayName":"Resource Mapping Component","name":"resourceMapper","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["fieldId"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"upsert","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}},"displayOptions":{"show":{"operation":["resourceMapper"]}}},{"displayName":"Other Non Important Field","name":"otherField","type":"string","default":""}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.editimage/"}]}}},
{"displayName":"E-goi","name":"egoi","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume E-goi API","defaults":{"name":"E-goi"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"egoiApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"required":true,"options":[{"name":"Contact","value":"contact"}],"default":"contact"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"options":[{"name":"Create","value":"create","description":"Create a member","action":"Create a member"},{"name":"Get","value":"get","description":"Get a member","action":"Get a member"},{"name":"Get Many","value":"getAll","description":"Get many members","action":"Get many members"},{"name":"Update","value":"update","description":"Update a member","action":"Update a member"}],"default":"create"},{"displayName":"List Name or ID","name":"list","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"displayOptions":{"show":{"operation":["getAll","create","update","get"]}},"default":"","description":"ID of list to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"operation":["create"]}},"default":"","description":"Email address for a subscriber"},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"default":"","description":"Contact ID of the subscriber"},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","displayOptions":{"show":{"operation":["create","update"]}},"default":true,"description":"By default the response just includes the contact ID. If this option gets activated, it will resolve the data automatically."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"default":{},"options":[{"displayName":"Birth Date","name":"birth_date","type":"dateTime","default":"","description":"Birth date of a subscriber"},{"displayName":"Cellphone","name":"cellphone","type":"string","default":"","description":"Cellphone of a subscriber"},{"displayName":"Extra Fields","name":"extraFieldsUi","type":"fixedCollection","placeholder":"Add Field","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Extra Field","name":"extraFieldValues","typeOptions":{"multipleValueButtonText":"Add Field"},"values":[{"displayName":"Field Name or ID","name":"field_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getExtraFields","loadOptionsDependsOn":["list"]},"default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"First Name","name":"first_name","type":"string","default":"","description":"Name of a subscriber"},{"displayName":"Last Name","name":"last_name","type":"string","default":"","description":"Name of a subscriber"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Unconfirmed","value":"unconfirmed"},{"name":"Active","value":"active"},{"name":"Inactive","value":"inactive"},{"name":"Removed","value":"removed"}],"default":"active","description":"Subscriber's current status"},{"displayName":"Tag Names or IDs","name":"tagIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getListTags"},"default":[],"description":"List of tag IDs to be added. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"]}},"options":[{"displayName":"Birth Date","name":"birth_date","type":"dateTime","default":"","description":"Birth date of subscriber"},{"displayName":"Cellphone","name":"cellphone","type":"string","default":"","description":"Cellphone of subscriber"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address for subscriber"},{"displayName":"Extra Fields","name":"extraFieldsUi","type":"fixedCollection","placeholder":"Add Field","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Extra Field","name":"extraFieldValues","typeOptions":{"multipleValueButtonText":"Add Field"},"values":[{"displayName":"Field Name or ID","name":"field_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getExtraFields","loadOptionsDependsOn":["list"]},"default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"First Name","name":"first_name","type":"string","default":"","description":"Name of subscriber"},{"displayName":"Last Name","name":"last_name","type":"string","default":"","description":"Name of subscriber"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Unconfirmed","value":"unconfirmed"},{"name":"Active","value":"active"},{"name":"Inactive","value":"inactive"},{"name":"Removed","value":"removed"}],"default":"active","description":"Subscriber's current status"},{"displayName":"Tag Names or IDs","name":"tagIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getListTags"},"default":[],"description":"List of tag IDs to be added. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"By","name":"by","type":"options","options":[{"name":"Contact ID","value":"id"},{"name":"Email","value":"email"}],"displayOptions":{"show":{"operation":["get"],"resource":["contact"]}},"default":"id","description":"Search by"},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["get"],"by":["id"]}},"default":"","description":"Contact ID of the subscriber"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["contact"],"operation":["get"],"by":["email"]}},"default":"","description":"Email address for subscriber"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["contact"]}},"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":["contact"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get","getAll"],"resource":["contact"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.egoi/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/egoi/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Egoi/egoi.svg"},
{"displayName":"Elasticsearch","name":"elasticsearch","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Elasticsearch API","schemaPath":"Elastic/Elasticsearch","defaults":{"name":"Elasticsearch"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"elasticsearchApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Document","value":"document"},{"name":"Index","value":"index"}],"default":"document"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["document"]}},"options":[{"name":"Create","value":"create","description":"Create a document","action":"Create a document"},{"name":"Delete","value":"delete","description":"Delete a document","action":"Delete a document"},{"name":"Get","value":"get","description":"Get a document","action":"Get a document"},{"name":"Get Many","value":"getAll","description":"Get many documents","action":"Get many documents"},{"name":"Update","value":"update","description":"Update a document","action":"Update a document"}],"default":"get"},{"displayName":"Index ID","name":"indexId","description":"ID of the index containing the document to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["delete"]}}},{"displayName":"Document ID","name":"documentId","description":"ID of the document to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["delete"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["delete"]}},"options":[{"displayName":"Bulk Delete","name":"bulkOperation","type":"boolean","default":false,"description":"Whether to use the bulk operation to delete the document/s"}]},{"displayName":"Index ID","name":"indexId","description":"ID of the index containing the document to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["get"]}}},{"displayName":"Document ID","name":"documentId","description":"ID of the document to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["get"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["document"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["get"]}},"options":[{"displayName":"Source Excludes","name":"_source_excludes","description":"Comma-separated list of source fields to exclude from the response","type":"string","default":""},{"displayName":"Source Includes","name":"_source_includes","description":"Comma-separated list of source fields to include in the response","type":"string","default":""},{"displayName":"Stored Fields","name":"stored_fields","description":"Whether to retrieve the document fields stored in the index rather than the document <code>_source</code>. Defaults to false.","type":"boolean","default":false}]},{"displayName":"Index ID","name":"indexId","description":"ID of the index containing the documents to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}}},{"displayName":"By default, you cannot page through more than 10,000 hits. To page through more hits, add \"Sort\" from options.","name":"paginateNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["document"],"operation":["getAll"],"returnAll":[true]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["document"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}},"options":[{"displayName":"Allow No Indices","name":"allow_no_indices","description":"If false, return an error if any of the following targets only missing/closed indices: wildcard expression, index alias, or <code>_all</code> value. Defaults to true.","type":"boolean","default":true},{"displayName":"Allow Partial Search Results","name":"allow_partial_search_results","description":"<p>If true, return partial results if there are shard request timeouts or shard failures.</p><p>If false, returns an error with no partial results. Defaults to true.</p>.","type":"boolean","default":true},{"displayName":"Batched Reduce Size","name":"batched_reduce_size","description":"Number of shard results that should be reduced at once on the coordinating node. Defaults to 512.","type":"number","typeOptions":{"minValue":2},"default":512},{"displayName":"CCS Minimize Roundtrips","name":"ccs_minimize_roundtrips","description":"Whether network round-trips between the coordinating node and the remote clusters are minimized when executing cross-cluster search (CCS) requests. Defaults to true.","type":"boolean","default":true},{"displayName":"Doc Value Fields","name":"docvalue_fields","description":"Comma-separated list of fields to return as the docvalue representation of a field for each hit","type":"string","default":""},{"displayName":"Expand Wildcards","name":"expand_wildcards","description":"Type of index that wildcard expressions can match. Defaults to <code>open</code>","type":"options","options":[{"name":"All","value":"all"},{"name":"Closed","value":"closed"},{"name":"Hidden","value":"hidden"},{"name":"None","value":"none"},{"name":"Open","value":"open"}],"default":"open"},{"displayName":"Explain","name":"explain","description":"Whether to return detailed information about score computation as part of a hit. Defaults to false.","type":"boolean","default":false},{"displayName":"Ignore Throttled","name":"ignore_throttled","description":"Whether concrete, expanded or aliased indices are ignored when frozen. Defaults to true.","type":"boolean","default":true},{"displayName":"Ignore Unavailable","name":"ignore_unavailable","description":"Whether missing or closed indices are not included in the response. Defaults to false.","type":"boolean","default":false},{"displayName":"Max Concurrent Shard Requests","name":"max_concurrent_shard_requests","description":"Define the number of shard requests per node this search executes concurrently. Defaults to 5.","type":"number","default":5},{"displayName":"Pre-Filter Shard Size","name":"pre_filter_shard_size","description":"Define a threshold that enforces a pre-filter roundtrip to prefilter search shards based on query rewriting. Only used if the number of shards the search request expands to exceeds the threshold.","type":"number","typeOptions":{"minValue":1},"default":1},{"displayName":"Query","name":"query","description":"Query in the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl.html\">Elasticsearch Query DSL</a>","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","placeholder":"{\n  \"query\": {\n    \"term\": {\n      \"user.id\": \"john\"\n    }\n  }\n}"},{"displayName":"Request Cache","name":"request_cache","description":"Whether the caching of search results is enabled for requests where size is 0. See <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/shard-request-cache.html\">Elasticsearch shard request cache settings</a>.","type":"boolean","default":false},{"displayName":"Routing","name":"routing","description":"Target this primary shard","type":"string","default":""},{"displayName":"Search Type","name":"search_type","description":"How distributed term frequencies are calculated for relevance scoring. Defaults to Query then Fetch.","type":"options","options":[{"name":"DFS Query Then Fetch","value":"dfs_query_then_fetch"},{"name":"Query Then Fetch","value":"query_then_fetch"}],"default":"query_then_fetch"},{"displayName":"Sequence Number and Primary Term","name":"seq_no_primary_term","description":"Whether to return the sequence number and primary term of the last modification of each hit. See <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/optimistic-concurrency-control.html\">Optimistic concurrency control</a>.","type":"boolean","default":false},{"displayName":"Sort","name":"sort","description":"Comma-separated list of <code>field:direction</code> pairs","type":"string","default":""},{"displayName":"Source Excludes","name":"_source_excludes","description":"Comma-separated list of source fields to exclude from the response","type":"string","default":""},{"displayName":"Source Includes","name":"_source_includes","description":"Comma-separated list of source fields to include in the response","type":"string","default":""},{"displayName":"Stats","name":"stats","description":"Tag of the request for logging and statistical purposes","type":"string","default":""},{"displayName":"Stored Fields","name":"stored_fields","description":"Whether to retrieve the document fields stored in the index rather than the document <code>_source</code>. Defaults to false.","type":"boolean","default":false},{"displayName":"Terminate After","name":"terminate_after","description":"Max number of documents to collect for each shard","type":"number","default":0},{"displayName":"Timeout","name":"timeout","description":"Period to wait for active shards. Defaults to <code>1m</code> (one minute). See the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units\">Elasticsearch time units reference</a>","type":"string","default":"1m"},{"displayName":"Track Scores","name":"track_scores","description":"Whether to calculate and return document scores, even if the scores are not used for sorting. Defaults to false.","type":"boolean","default":false},{"displayName":"Track Total Hits","name":"track_total_hits","description":"Number of hits matching the query to count accurately. Defaults to 10000.","type":"number","default":10000},{"displayName":"Version","name":"version","description":"Whether to return document version as part of a hit. Defaults to false.","type":"boolean","default":false}]},{"displayName":"Index ID","name":"indexId","description":"ID of the index to add the document to","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["create"]}}},{"displayName":"Data to Send","name":"dataToSend","type":"options","options":[{"name":"Define Below for Each Column","value":"defineBelow","description":"Set the value for each destination column"},{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"}],"displayOptions":{"show":{"resource":["document"],"operation":["create"]}},"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":{"resource":["document"],"operation":["create"],"dataToSend":["autoMapInputData"]}},"default":"","description":"List of input properties to avoid sending, separated by commas. Leave empty to send all properties.","placeholder":"Enter properties..."},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field to Send","multipleValues":true},"displayOptions":{"show":{"resource":["document"],"operation":["create"],"dataToSend":["defineBelow"]}},"default":{},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field Name","name":"fieldId","type":"string","default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["create"]}},"options":[{"displayName":"Document ID","name":"documentId","description":"ID of the document to create and add to the index","type":"string","default":""},{"displayName":"Routing","name":"routing","description":"Target this primary shard","type":"string","default":""},{"displayName":"Timeout","name":"timeout","description":"Period to wait for active shards. Defaults to <code>1m</code> (one minute). See the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units\">Elasticsearch time units reference</a>","type":"string","default":"1m"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["create"]}},"options":[{"displayName":"Bulk Create","name":"bulkOperation","type":"boolean","default":false,"description":"Whether to use the bulk operation to create the document/s"},{"displayName":"Pipeline ID","name":"pipeline","description":"ID of the pipeline to use to preprocess incoming documents","type":"string","default":""},{"displayName":"Refresh","name":"refresh","description":"If true, Elasticsearch refreshes the affected shards to make this operation visible to search,if wait_for then wait for a refresh to make this operation visible to search,if false do nothing with refreshes","type":"options","default":"false","options":[{"name":"True","value":"true","description":"Refreshes the affected shards to make this operation visible to search"},{"name":"Wait For","value":"wait_for","description":"Wait for a refresh to make this operation visible"},{"name":"False","value":"false","description":"Do nothing with refreshes"}]}]},{"displayName":"Index ID","name":"indexId","description":"ID of the document to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["update"]}}},{"displayName":"Document ID","name":"documentId","description":"ID of the document to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["document"],"operation":["update"]}}},{"displayName":"Data to Send","name":"dataToSend","type":"options","options":[{"name":"Define Below for Each Column","value":"defineBelow","description":"Set the value for each destination column"},{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"}],"displayOptions":{"show":{"resource":["document"],"operation":["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":{"resource":["document"],"operation":["update"],"dataToSend":["autoMapInputData"]}},"default":"","description":"List of input properties to avoid sending, separated by commas. Leave empty to send all properties.","placeholder":"Enter properties..."},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field to Send","multipleValues":true},"displayOptions":{"show":{"resource":["document"],"operation":["update"],"dataToSend":["defineBelow"]}},"default":{},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field Name","name":"fieldId","type":"string","default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["update"]}},"options":[{"displayName":"Bulk Update","name":"bulkOperation","type":"boolean","default":false,"description":"Whether to use the bulk operation to update the document/s"},{"displayName":"Refresh","name":"refresh","description":"If true, Elasticsearch refreshes the affected shards to make this operation visible to search,if wait_for then wait for a refresh to make this operation visible to search,if false do nothing with refreshes","type":"options","default":"false","options":[{"name":"True","value":"true","description":"Refreshes the affected shards to make this operation visible to search"},{"name":"Wait For","value":"wait_for","description":"Wait for a refresh to make this operation visible"},{"name":"False","value":"false","description":"Do nothing with refreshes"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["index"]}},"options":[{"name":"Create","value":"create","action":"Create an index"},{"name":"Delete","value":"delete","action":"Delete an index"},{"name":"Get","value":"get","action":"Get an index"},{"name":"Get Many","value":"getAll","action":"Get many indices"}],"default":"create"},{"displayName":"Index ID","name":"indexId","description":"ID of the index to create","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["index"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["index"],"operation":["create"]}},"options":[{"displayName":"Aliases","name":"aliases","description":"Index aliases which include the index, as an <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/indices-aliases.html\">alias object</a>","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","placeholder":"{\n  \"aliases\": {\n    \"alias_1\": {},\n    \"alias_2\": {\n      \"filter\": {\n        \"term\": { \"user.id\": \"kimchy\" }\n      },\n      \"routing\": \"shard-1\"\n    }\n  }\n}"},{"displayName":"Include Type Name","name":"include_type_name","description":"Whether a mapping type is expected in the body of mappings. Defaults to false.","type":"boolean","default":false},{"displayName":"Mappings","name":"mappings","description":"Mapping for fields in the index, as <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping.html\">mapping object</a>","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","placeholder":"{\n  \"mappings\": {\n    \"properties\": {\n      \"field1\": { \"type\": \"text\" }\n    }\n  }\n}"},{"displayName":"Master Timeout","name":"master_timeout","description":"Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Defaults to <code>1m</code>. See the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units\">Elasticsearch time units reference</a>","type":"string","default":"1m"},{"displayName":"Settings","name":"settings","description":"Configuration options for the index, as an <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/index-modules.html#index-modules-settings\">index settings object</a>","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","placeholder":"{\n  \"settings\": {\n    \"index\": {\n      \"number_of_shards\": 3,\n      \"number_of_replicas\": 2\n    }\n  }\n}"},{"displayName":"Timeout","name":"timeout","description":"Period to wait for a response. If no response is received before the timeout expires, the request fails and returns an error. Defaults to <code>30s</code>. See the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units\">Elasticsearch time units reference</a>","type":"string","default":"30s"},{"displayName":"Wait for Active Shards","name":"wait_for_active_shards","description":"The number of shard copies that must be active before proceeding with the operation. Set to <code>all</code> or any positive integer up to the total number of shards in the index. Default: 1, the primary shard","type":"string","default":"1"}]},{"displayName":"Index ID","name":"indexId","description":"ID of the index to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["index"],"operation":["delete"]}}},{"displayName":"Index ID","name":"indexId","description":"ID of the index to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["index"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["index"],"operation":["get"]}},"options":[{"displayName":"Allow No Indices","name":"allow_no_indices","description":"If false, return an error if any of the following targets only missing/closed indices: wildcard expression, index alias, or <code>_all</code> value. Defaults to true.","type":"boolean","default":true},{"displayName":"Expand Wildcards","name":"expand_wildcards","description":"Type of index that wildcard expressions can match. Defaults to <code>open</code>","type":"options","options":[{"name":"All","value":"all"},{"name":"Closed","value":"closed"},{"name":"Hidden","value":"hidden"},{"name":"None","value":"none"},{"name":"Open","value":"open"}],"default":"all"},{"displayName":"Flat Settings","name":"flat_settings","description":"Whether to return settings in flat format. Defaults to false.","type":"boolean","default":false},{"displayName":"Ignore Unavailable","name":"ignore_unavailable","description":"Whether to request that target a missing index return an error. Defaults to false.","type":"boolean","default":false},{"displayName":"Include Defaults","name":"include_defaults","description":"Whether to return all default settings in the response. Defaults to false.","type":"boolean","default":false},{"displayName":"Local","name":"local","description":"Whether to retrieve information from the local node only. Defaults to false.","type":"boolean","default":false},{"displayName":"Master Timeout","name":"master_timeout","description":"Period to wait for a connection to the master node. If no response is received before the timeout expires, the request fails and returns an error. Defaults to <code>1m</code>. See the <a href=\"https://www.elastic.co/guide/en/elasticsearch/reference/current/common-options.html#time-units\">Elasticsearch time units reference</a>","type":"string","default":"1m"}]},{"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":["index"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["index"],"operation":["getAll"],"returnAll":[false]}}}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.elasticsearch/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/elasticsearch/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Elastic/Elasticsearch/elasticsearch.svg"},
{"displayName":"Elastic Security","name":"elasticSecurity","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Elastic Security API","schemaPath":"Elastic/ElasticSecurity","defaults":{"name":"Elastic Security"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"elasticSecurityApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","noDataExpression":true,"type":"options","options":[{"name":"Case","value":"case"},{"name":"Case Comment","value":"caseComment"},{"name":"Case Tag","value":"caseTag"},{"name":"Connector","value":"connector"}],"default":"case"},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["case"]}},"options":[{"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":"Retrieve many cases","action":"Get many cases"},{"name":"Get Status","value":"getStatus","description":"Retrieve a summary of all case activity","action":"Get the status of a case"},{"name":"Update","value":"update","description":"Update a case","action":"Update a case"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["create"]}}},{"displayName":"Connector Name or ID","name":"connectorId","description":"Connectors allow you to send Elastic Security cases into other systems (only ServiceNow, Jira, or IBM Resilient). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getConnectors"},"displayOptions":{"show":{"resource":["case"],"operation":["create"]}}},{"displayName":"Connector Type","name":"connectorType","type":"options","required":true,"default":".jira","options":[{"name":"IBM Resilient","value":".resilient"},{"name":"Jira","value":".jira"},{"name":"ServiceNow ITSM","value":".servicenow"}],"displayOptions":{"show":{"resource":["case"],"operation":["create"]}}},{"displayName":"Issue Type","name":"issueType","description":"Type of the Jira issue to create for this case","type":"string","placeholder":"Task","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".jira"]}}},{"displayName":"Priority","name":"priority","description":"Priority of the Jira issue to create for this case","type":"string","placeholder":"High","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".jira"]}}},{"displayName":"Urgency","name":"urgency","description":"Urgency of the ServiceNow ITSM issue to create for this case","type":"options","required":true,"default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".servicenow"]}}},{"displayName":"Severity","name":"severity","description":"Severity of the ServiceNow ITSM issue to create for this case","type":"options","required":true,"default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".servicenow"]}}},{"displayName":"Impact","name":"impact","description":"Impact of the ServiceNow ITSM issue to create for this case","type":"options","required":true,"default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".servicenow"]}}},{"displayName":"Category","name":"category","type":"string","description":"Category of the ServiceNow ITSM issue to create for this case","required":true,"default":"","placeholder":"Helpdesk","displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".servicenow"]}}},{"displayName":"Issue Types","name":"issueTypes","description":"Comma-separated list of numerical types of the IBM Resilient issue to create for this case","type":"string","placeholder":"123,456","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".resilient"]}}},{"displayName":"Severity Code","name":"severityCode","description":"Severity code of the IBM Resilient issue to create for this case","type":"number","typeOptions":{"minValue":0},"required":true,"default":1,"displayOptions":{"show":{"resource":["case"],"operation":["create"],"connectorType":[".resilient"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Owner","name":"owner","type":"string","description":"Valid application owner registered within the Cases Role Based Access Control system","default":""},{"displayName":"Sync Alerts","name":"syncAlerts","description":"Whether to synchronize with alerts","type":"boolean","default":false}]},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["delete"]}}},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"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":["case"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["case"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["case"],"operation":["getAll"]}},"options":[{"displayName":"Status","name":"status","type":"options","options":[{"name":"Open","value":"open"},{"name":"In Progress","value":"in-progress"},{"name":"Closed","value":"closed"}],"default":"open"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getTags"}}]},{"displayName":"Sort","name":"sortOptions","type":"fixedCollection","placeholder":"Add Sort Options","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["getAll"]}},"options":[{"displayName":"Sort Options","name":"sortOptionsProperties","values":[{"displayName":"Sort Key","name":"sortField","type":"options","options":[{"name":"Created At","value":"createdAt"},{"name":"Updated At","value":"updatedAt"}],"default":"createdAt"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"}]}]},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["case"],"operation":["update"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","default":"open","options":[{"name":"Closed","value":"closed"},{"name":"Open","value":"open"},{"name":"In Progress","value":"in-progress"}]},{"displayName":"Sync Alerts","name":"syncAlerts","description":"Whether to synchronize with alerts","type":"boolean","default":false},{"displayName":"Title","name":"title","type":"string","default":""},{"displayName":"Version","name":"version","type":"string","default":""}]},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["caseComment"]}},"options":[{"name":"Add","value":"add","description":"Add a comment to a case","action":"Add a comment to a case"},{"name":"Get","value":"get","description":"Get a case comment","action":"Get a case comment"},{"name":"Get Many","value":"getAll","description":"Retrieve many case comments","action":"Get many case comments"},{"name":"Remove","value":"remove","description":"Remove a comment from a case","action":"Remove a comment from a case"},{"name":"Update","value":"update","description":"Update a comment in a case","action":"Update a comment from a case"}],"default":"add"},{"displayName":"Case ID","name":"caseId","description":"ID of the case containing the comment to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["add"]}}},{"displayName":"Comment","name":"comment","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["add"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["caseComment"],"operation":["add"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["caseComment"],"operation":["add"]}},"options":[{"displayName":"Owner","name":"owner","type":"string","description":"Valid application owner registered within the Cases Role Based Access Control system","default":""}]},{"displayName":"Case ID","name":"caseId","description":"ID of the case containing the comment to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["get"]}}},{"displayName":"Comment ID","name":"commentId","description":"ID of the case comment to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["get"]}}},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["caseComment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["caseComment"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Case ID","name":"caseId","description":"ID of the case containing the comment to remove","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["remove"]}}},{"displayName":"Comment ID","name":"commentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["remove"]}}},{"displayName":"Case ID","name":"caseId","description":"ID of the case containing the comment to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["update"]}}},{"displayName":"Comment ID","name":"commentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["update"]}}},{"displayName":"Comment","name":"comment","description":"Text to replace current comment message","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseComment"],"operation":["update"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["caseComment"],"operation":["update"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["caseTag"]}},"options":[{"name":"Add","value":"add","description":"Add a tag to a case","action":"Add a tag to a case"},{"name":"Remove","value":"remove","description":"Remove a tag from a case","action":"Remove a tag from a case"}],"default":"add"},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseTag"],"operation":["add"]}}},{"displayName":"Tag Name or ID","name":"tag","type":"options","description":"Tag to attach to the case. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getTags"},"displayOptions":{"show":{"resource":["caseTag"],"operation":["add"]}}},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["caseTag"],"operation":["remove"]}}},{"displayName":"Tag Name or ID","name":"tag","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getTags"},"displayOptions":{"show":{"resource":["caseTag"],"operation":["remove"]}}},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["connector"]}},"options":[{"name":"Create","value":"create","description":"Create a connector","action":"Create a connector"}],"default":"create"},{"displayName":"Connector Name","name":"name","description":"Connectors allow you to send Elastic Security cases into other systems (only ServiceNow, Jira, or IBM Resilient)","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"]}}},{"displayName":"Connector Type","name":"connectorType","type":"options","required":true,"default":".jira","options":[{"name":"IBM Resilient","value":".resilient"},{"name":"Jira","value":".jira"},{"name":"ServiceNow ITSM","value":".servicenow"}],"displayOptions":{"show":{"resource":["connector"],"operation":["create"]}}},{"displayName":"API URL","name":"apiUrl","type":"string","description":"URL of the third-party instance","required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"]}}},{"displayName":"Email","name":"email","description":"Jira-registered email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".jira"]}}},{"displayName":"API Token","name":"apiToken","description":"Jira API token","type":"string","typeOptions":{"password":true},"required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".jira"]}}},{"displayName":"Project Key","name":"projectKey","description":"Jira Project Key","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".jira"]}}},{"displayName":"Username","name":"username","description":"ServiceNow ITSM username","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".servicenow"]}}},{"displayName":"Password","name":"password","description":"ServiceNow ITSM password","type":"string","typeOptions":{"password":true},"required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".servicenow"]}}},{"displayName":"API Key ID","name":"apiKeyId","description":"IBM Resilient API key ID","type":"string","typeOptions":{"password":true},"required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".resilient"]}}},{"displayName":"API Key Secret","name":"apiKeySecret","description":"IBM Resilient API key secret","type":"string","typeOptions":{"password":true},"required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".resilient"]}}},{"displayName":"Organization ID","name":"orgId","description":"IBM Resilient organization ID","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["connector"],"operation":["create"],"connectorType":[".resilient"]}}}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.elasticsecurity/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/elasticsecurity/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Elastic/ElasticSecurity/elasticSecurity.svg"},
{"displayName":"Email Trigger (IMAP)","name":"emailReadImap","icon":"fa:inbox","group":["trigger"],"description":"Triggers the workflow when a new email is received","defaultVersion":2.1,"iconColor":"green","version":[2,2.1],"eventTriggerDescription":"Waiting for you to receive an email","defaults":{"name":"Email Trigger (IMAP)","color":"#44AA22"},"triggerPanel":{"header":"","executionsHelp":{"inactive":"<b>While building your workflow</b>, click the 'execute step' button, then send an email to make an event happen. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Once you're happy with your workflow</b>, publish it. Then every time an email is received, the workflow will execute. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor.","active":"<b>While building your workflow</b>, click the 'execute step' button, then send an email to make an event happen. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Your workflow will also execute automatically</b>, since it's activated. Every time an email is received, this node will trigger an execution. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor."},"activationHint":"Once you’ve finished building your workflow, publish it to have it also listen continuously (you just won’t see those executions here)."},"inputs":[],"outputs":["main"],"credentials":[{"name":"imap","required":true,"testedBy":"imapConnectionTest"}],"properties":[{"displayName":"Mailbox Name","name":"mailbox","type":"string","default":"INBOX"},{"displayName":"Action","name":"postProcessAction","type":"options","options":[{"name":"Mark as Read","value":"read"},{"name":"Nothing","value":"nothing"}],"default":"read","description":"What to do after the email has been received. If \"nothing\" gets selected it will be processed multiple times."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"displayOptions":{"show":{"format":["simple"]}},"description":"Whether attachments of emails should be downloaded. Only set if needed as it increases processing."},{"displayName":"Format","name":"format","type":"options","options":[{"name":"RAW","value":"raw","description":"Returns the full email message data with body content in the raw field as a base64url encoded string; the payload field is not used"},{"name":"Resolved","value":"resolved","description":"Returns the full email with all data resolved and attachments saved as binary data"},{"name":"Simple","value":"simple","description":"Returns the full email; do not use if you wish to gather inline attachments"}],"default":"simple","description":"The format to return the message in"},{"displayName":"Property Prefix Name","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"show":{"format":["resolved"]}},"description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Property Prefix Name","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"show":{"format":["simple"],"downloadAttachments":[true]}},"description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Custom Email Rules","name":"customEmailConfig","type":"string","default":"[\"UNSEEN\"]","description":"Custom email fetching rules. See <a href=\"https://github.com/mscdex/node-imap\">node-imap</a>'s search function for more details."},{"displayName":"Force Reconnect Every Minutes","name":"forceReconnect","type":"number","default":60,"description":"Sets an interval (in minutes) to force a reconnection"},{"displayName":"Fetch Only New Emails","name":"trackLastMessageId","type":"boolean","default":true,"description":"Whether to fetch only new emails since the last run, or all emails that match the \"Custom Email Rules\" ([\"UNSEEN\"] by default)","displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.1}}]}}}]}],"codex":{"categories":["Communication","Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.emailimap/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/imap/"}]}}},
{"displayName":"Email Trigger (IMAP)","name":"emailReadImap","icon":"fa:inbox","group":["trigger"],"description":"Triggers the workflow when a new email is received","defaultVersion":2.1,"version":1,"eventTriggerDescription":"Waiting for you to receive an email","defaults":{"name":"Email Trigger (IMAP)","color":"#44AA22"},"triggerPanel":{"header":"","executionsHelp":{"inactive":"<b>While building your workflow</b>, click the 'execute step' button, then send an email to make an event happen. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Once you're happy with your workflow</b>, publish it. Then every time an email is received, the workflow will execute. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor.","active":"<b>While building your workflow</b>, click the 'execute step' button, then send an email to make an event happen. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Your workflow will also execute automatically</b>, since it's activated. Every time an email is received, this node will trigger an execution. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor."},"activationHint":"Once you’ve finished building your workflow, publish it to have it also listen continuously (you just won’t see those executions here)."},"inputs":[],"outputs":["main"],"credentials":[{"name":"imap","required":true,"testedBy":"imapConnectionTest"}],"properties":[{"displayName":"Mailbox Name","name":"mailbox","type":"string","default":"INBOX"},{"displayName":"Action","name":"postProcessAction","type":"options","options":[{"name":"Mark as Read","value":"read"},{"name":"Nothing","value":"nothing"}],"default":"read","description":"What to do after the email has been received. If \"nothing\" gets selected it will be processed multiple times."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"displayOptions":{"show":{"format":["simple"]}},"description":"Whether attachments of emails should be downloaded. Only set if needed as it increases processing."},{"displayName":"Format","name":"format","type":"options","options":[{"name":"RAW","value":"raw","description":"Returns the full email message data with body content in the raw field as a base64url encoded string; the payload field is not used"},{"name":"Resolved","value":"resolved","description":"Returns the full email with all data resolved and attachments saved as binary data"},{"name":"Simple","value":"simple","description":"Returns the full email; do not use if you wish to gather inline attachments"}],"default":"simple","description":"The format to return the message in"},{"displayName":"Property Prefix Name","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"show":{"format":["resolved"]}},"description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Property Prefix Name","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"show":{"format":["simple"],"downloadAttachments":[true]}},"description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Custom Email Rules","name":"customEmailConfig","type":"string","default":"[\"UNSEEN\"]","description":"Custom email fetching rules. See <a href=\"https://github.com/mscdex/node-imap\">node-imap</a>'s search function for more details."},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"Force Reconnect","name":"forceReconnect","type":"number","default":60,"description":"Sets an interval (in minutes) to force a reconnection"}]}],"codex":{"categories":["Communication","Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.emailimap/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/imap/"}]}}},
{"displayName":"Send Email","name":"emailSend","icon":"fa:envelope","group":["output"],"defaultVersion":2.1,"description":"Sends an email using SMTP protocol","version":[2,2.1],"defaults":{"name":"Send Email","color":"#00bb88"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"smtp","required":true,"testedBy":"smtpConnectionTest"}],"waitingNodeTooltip":"={{ ((parameters) => {\n    if (parameters?.operation === 'sendAndWait') {\n        return \"Execution will continue after the user's response\";\n    }\n    return '';\n})($parameter) }}","webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true},{"name":"default","httpMethod":"POST","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true}],"properties":[{"displayName":"Resource","name":"resource","type":"hidden","noDataExpression":true,"default":"email","options":[{"name":"Email","value":"email"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"send","options":[{"name":"Send","value":"send","action":"Send an Email"},{"name":"Send and Wait for Response","value":"sendAndWait","action":"Send message and wait for response"}],"displayOptions":{"show":{"resource":["email"]}}},{"displayName":"From Email","name":"fromEmail","type":"string","default":"","required":true,"placeholder":"admin@example.com","description":"Email address of the sender. You can also specify a name: Nathan Doe &lt;nate@n8n.io&gt;.","displayOptions":{"show":{"resource":["email"],"operation":["send"]}}},{"displayName":"To Email","name":"toEmail","type":"string","default":"","required":true,"placeholder":"info@example.com","description":"Email address of the recipient. You can also specify a name: Nathan Doe &lt;nate@n8n.io&gt;.","displayOptions":{"show":{"resource":["email"],"operation":["send"]}}},{"displayName":"Subject","name":"subject","type":"string","default":"","placeholder":"My subject line","description":"Subject line of the email","displayOptions":{"show":{"resource":["email"],"operation":["send"]}}},{"displayName":"Email Format","name":"emailFormat","type":"options","options":[{"name":"Text","value":"text","description":"Send email as plain text"},{"name":"HTML","value":"html","description":"Send email as HTML"},{"name":"Both","value":"both","description":"Send both formats, recipient's client selects version to display"}],"default":"html","displayOptions":{"hide":{"@version":[2]},"show":{"resource":["email"],"operation":["send"]}}},{"displayName":"Email Format","name":"emailFormat","type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"},{"name":"Both","value":"both"}],"default":"text","displayOptions":{"show":{"@version":[2],"resource":["email"],"operation":["send"]}}},{"displayName":"Text","name":"text","type":"string","typeOptions":{"rows":5},"default":"","description":"Plain text message of email","displayOptions":{"show":{"emailFormat":["text","both"],"resource":["email"],"operation":["send"]}}},{"displayName":"HTML","name":"html","type":"string","typeOptions":{"rows":5},"default":"","description":"HTML text message of email","displayOptions":{"show":{"emailFormat":["html","both"],"resource":["email"],"operation":["send"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase “This email was sent automatically with n8n” to the end of the email"},{"displayName":"Attachments","name":"attachments","type":"string","default":"","description":"Name of the binary properties that contain data to add to email as attachment. Multiple ones can be comma-separated. Reference embedded images or other content within the body of an email message, e.g. &lt;img src=\"cid:image_1\"&gt;"},{"displayName":"CC Email","name":"ccEmail","type":"string","default":"","placeholder":"cc@example.com","description":"Email address of CC recipient"},{"displayName":"BCC Email","name":"bccEmail","type":"string","default":"","placeholder":"bcc@example.com","description":"Email address of BCC recipient"},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"Reply To","name":"replyTo","type":"string","default":"","placeholder":"info@example.com","description":"The email address to send the reply to"}],"displayOptions":{"show":{"resource":["email"],"operation":["send"]}}},{"displayName":"From Email","name":"fromEmail","type":"string","default":"","required":true,"placeholder":"admin@example.com","description":"Email address of the sender. You can also specify a name: Nathan Doe &lt;nate@n8n.io&gt;.","displayOptions":{"show":{"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"To Email","name":"toEmail","type":"string","default":"","required":true,"placeholder":"info@example.com","description":"Email address of the recipient. You can also specify a name: Nathan Doe &lt;nate@n8n.io&gt;.","displayOptions":{"show":{"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Subject","name":"subject","type":"string","default":"","required":true,"placeholder":"e.g. Approval required","displayOptions":{"show":{"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"typeOptions":{"rows":4},"displayOptions":{"show":{"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Response Type","name":"responseType","type":"options","default":"approval","options":[{"name":"Approval","value":"approval","description":"User can approve/disapprove from within the message"},{"name":"Free Text","value":"freeText","description":"User can submit a response via a form"},{"name":"Custom Form","value":"customForm","description":"User can submit a response via a custom form"}],"displayOptions":{"show":{"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Define Form","name":"defineForm","type":"options","noDataExpression":true,"options":[{"name":"Using Fields Below","value":"fields"},{"name":"Using JSON","value":"json"}],"default":"fields","displayOptions":{"show":{"responseType":["customForm"],"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Form Fields","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n  {\n    \"fieldLabel\": \"Name\",\n    \"placeholder\": \"enter your name\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Age\",\n    \"fieldType\": \"number\",\n    \"placeholder\": \"enter your age\"\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Textarea\",\n    \"fieldType\": \"textarea\"\n  },\n  {\n    \"fieldLabel\": \"Dropdown Options\",\n    \"fieldType\": \"dropdown\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    },\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Checkboxes\",\n    \"fieldType\": \"checkbox\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Radio\",\n    \"fieldType\": \"radio\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"placeholder\": \"me@mail.con\"\n  },\n  {\n    \"fieldLabel\": \"File\",\n    \"fieldType\": \"file\",\n    \"multipleFiles\": true,\n    \"acceptFileTypes\": \".jpg, .png\"\n  },\n  {\n    \"fieldLabel\": \"Number\",\n    \"fieldType\": \"number\"\n  },\n  {\n    \"fieldLabel\": \"Password\",\n    \"fieldType\": \"password\"\n  }\n]\n","validateType":"form-fields","ignoreValidationDuringExecution":true,"hint":"<a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/\" target=\"_blank\">See docs</a> for field syntax","displayOptions":{"show":{"defineForm":["json"],"responseType":["customForm"],"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"hideOptionalFields":true,"addOptionalFieldButtonText":"Add Attributes","fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Approval Options","name":"approvalOptions","type":"fixedCollection","placeholder":"Add option","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Type of Approval","name":"approvalType","type":"options","placeholder":"Add option","default":"single","options":[{"name":"Approve Only","value":"single"},{"name":"Approve and Disapprove","value":"double"}]},{"displayName":"Approve Button Label","name":"approveLabel","type":"string","default":"Approve","displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Approve Button Style","name":"buttonApprovalStyle","type":"options","default":"primary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Disapprove Button Label","name":"disapproveLabel","type":"string","default":"Decline","displayOptions":{"show":{"approvalType":["double"]}}},{"displayName":"Disapprove Button Style","name":"buttonDisapprovalStyle","type":"options","default":"secondary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["double"]}}}]}],"displayOptions":{"show":{"responseType":["approval"],"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["approval"],"resource":["email"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Message Button Label","name":"messageButtonLabel","type":"string","default":"Respond"},{"displayName":"Response Form Title","name":"responseFormTitle","description":"Title of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Description","name":"responseFormDescription","description":"Description of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Button Label","name":"responseFormButtonLabel","type":"string","default":"Submit"},{"displayName":"Response Form Custom Styling","name":"responseFormCustomCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the response form with CSS"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["freeText","customForm"],"resource":["email"],"operation":["sendAndWait"]}}}],"codex":{"categories":["Communication","HITL","Core Nodes"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["SMTP","email","human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.sendemail/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/sendemail/"}]}}},
{"displayName":"Send Email","name":"emailSend","icon":"fa:envelope","group":["output"],"defaultVersion":2.1,"description":"Sends an Email","version":1,"defaults":{"name":"Send Email","color":"#00bb88"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"smtp","required":true}],"properties":[{"displayName":"From Email","name":"fromEmail","type":"string","default":"","required":true,"placeholder":"admin@example.com","description":"Email address of the sender optional with name"},{"displayName":"To Email","name":"toEmail","type":"string","default":"","required":true,"placeholder":"info@example.com","description":"Email address of the recipient"},{"displayName":"CC Email","name":"ccEmail","type":"string","default":"","placeholder":"cc@example.com","description":"Email address of CC recipient"},{"displayName":"BCC Email","name":"bccEmail","type":"string","default":"","placeholder":"bcc@example.com","description":"Email address of BCC recipient"},{"displayName":"Subject","name":"subject","type":"string","default":"","placeholder":"My subject line","description":"Subject line of the email"},{"displayName":"Text","name":"text","type":"string","typeOptions":{"rows":5},"default":"","description":"Plain text message of email"},{"displayName":"HTML","name":"html","type":"string","typeOptions":{"rows":5},"default":"","description":"HTML text message of email"},{"displayName":"Attachments","name":"attachments","type":"string","default":"","description":"Name of the binary properties that contain data to add to email as attachment. Multiple ones can be comma-separated."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"Reply To","name":"replyTo","type":"string","default":"","placeholder":"info@example.com","description":"The email address to send the reply to"}]}],"codex":{"categories":["Communication","HITL","Core Nodes"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["SMTP","email","human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.sendemail/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/sendemail/"}]}}},
{"displayName":"Emelia","name":"emelia","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Emelia API","defaults":{"name":"Emelia"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"emeliaApi","required":true,"testedBy":"emeliaApiTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Campaign","value":"campaign"},{"name":"Contact List","value":"contactList"}],"default":"campaign","required":true},{"displayName":"Operation","name":"operation","type":"options","default":"get","noDataExpression":true,"options":[{"name":"Add Contact","value":"addContact","action":"Add a contact to a campaign"},{"name":"Create","value":"create","action":"Create a campaign"},{"name":"Duplicate","value":"duplicate","action":"Duplicate a campaign"},{"name":"Get","value":"get","action":"Get a campaign"},{"name":"Get Many","value":"getAll","action":"Get many campaigns"},{"name":"Pause","value":"pause","action":"Pause a campaign"},{"name":"Start","value":"start","action":"Start a campaign"}],"displayOptions":{"show":{"resource":["campaign"]}}},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","typeOptions":{"loadOptionsMethod":"getCampaigns"},"default":[],"required":true,"description":"The ID of the campaign to add the contact to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["campaign"],"operation":["addContact"]}}},{"displayName":"Contact Email","name":"contactEmail","type":"string","required":true,"default":"","description":"The email of the contact to add to the campaign","displayOptions":{"show":{"resource":["campaign"],"operation":["addContact"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["campaign"],"operation":["addContact"]}},"options":[{"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","name":"fieldName","type":"string","default":"","description":"The name of the field to add custom field to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of the contact to add"},{"displayName":"Last Contacted","name":"lastContacted","type":"dateTime","default":"","description":"Last contacted date of the contact to add"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of the contact to add"},{"displayName":"Last Open","name":"lastOpen","type":"dateTime","default":"","description":"Last opened date of the contact to add"},{"displayName":"Last Replied","name":"lastReplied","type":"dateTime","default":"","description":"Last replied date of the contact to add"},{"displayName":"Mails Sent","name":"mailsSent","type":"number","default":0,"description":"Number of emails sent to the contact to add"},{"displayName":"Phone Number","name":"phoneNumber","type":"string","default":"","description":"Phone number of the contact to add"}]},{"displayName":"Campaign Name","name":"campaignName","type":"string","required":true,"default":"","description":"The name of the campaign to create","displayOptions":{"show":{"resource":["campaign"],"operation":["create"]}}},{"displayName":"Campaign ID","name":"campaignId","type":"string","default":"","required":true,"description":"The ID of the campaign to retrieve","displayOptions":{"show":{"resource":["campaign"],"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":["campaign"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["campaign"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Campaign ID","name":"campaignId","type":"string","default":"","required":true,"description":"The ID of the campaign to pause. The campaign must be in RUNNING mode.","displayOptions":{"show":{"resource":["campaign"],"operation":["pause"]}}},{"displayName":"Campaign ID","name":"campaignId","type":"string","default":"","required":true,"description":"The ID of the campaign to start. Email provider and contacts must be set.","displayOptions":{"show":{"resource":["campaign"],"operation":["start"]}}},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","default":"","required":true,"description":"The ID of the campaign to duplicate. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getCampaigns"},"displayOptions":{"show":{"resource":["campaign"],"operation":["duplicate"]}}},{"displayName":"New Campaign Name","name":"campaignName","type":"string","required":true,"default":"","description":"The name of the new campaign to create","displayOptions":{"show":{"resource":["campaign"],"operation":["duplicate"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["duplicate"],"resource":["campaign"]}},"options":[{"displayName":"Copy Contacts","name":"copyContacts","type":"boolean","default":false,"description":"Whether to copy all the contacts from the original campaign"},{"displayName":"Copy Email Provider","name":"copyProvider","type":"boolean","default":true,"description":"Whether to set the same email provider than the original campaign"},{"displayName":"Copy Email Sequence","name":"copyMails","type":"boolean","default":true,"description":"Whether to copy all the steps of the email sequence from the original campaign"},{"displayName":"Copy Global Settings","name":"copySettings","type":"boolean","default":true,"description":"Whether to copy all the general settings from the original campaign"}]},{"displayName":"Operation","name":"operation","type":"options","default":"getAll","noDataExpression":true,"options":[{"name":"Add","value":"add","action":"Add a contact list"},{"name":"Get Many","value":"getAll","action":"Get many contact lists"}],"displayOptions":{"show":{"resource":["contactList"]}}},{"displayName":"Contact List Name or ID","name":"contactListId","type":"options","typeOptions":{"loadOptionsMethod":"getContactLists"},"default":[],"required":true,"description":"The ID of the contact list to add the contact to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["contactList"],"operation":["add"]}}},{"displayName":"Contact Email","name":"contactEmail","type":"string","required":true,"default":"","description":"The email of the contact to add to the contact list","displayOptions":{"show":{"resource":["contactList"],"operation":["add"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contactList"],"operation":["add"]}},"options":[{"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","name":"fieldName","type":"string","default":"","description":"The name of the field to add custom field to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of the contact to add"},{"displayName":"Last Contacted","name":"lastContacted","type":"dateTime","default":"","description":"Last contacted date of the contact to add"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of the contact to add"},{"displayName":"Last Open","name":"lastOpen","type":"dateTime","default":"","description":"Last opened date of the contact to add"},{"displayName":"Last Replied","name":"lastReplied","type":"dateTime","default":"","description":"Last replied date of the contact to add"},{"displayName":"Mails Sent","name":"mailsSent","type":"number","default":0,"description":"Number of emails sent to the contact to add"},{"displayName":"Phone Number","name":"phoneNumber","type":"string","default":"","description":"Phone number of the contact to add"}]},{"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":["contactList"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["contactList"],"operation":["getAll"],"returnAll":[false]}}}],"codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.emelia/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/emelia/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Emelia/emelia.svg"},
{"displayName":"Emelia Trigger","name":"emeliaTrigger","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","group":["trigger"],"version":1,"description":"Handle Emelia campaign activity events via webhooks","defaults":{"name":"Emelia Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"emeliaApi","required":true,"testedBy":"emeliaApiTest"}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCampaigns"},"required":true,"default":""},{"displayName":"Events","name":"events","type":"multiOptions","required":true,"default":[],"options":[{"name":"Email Bounced","value":"bounced"},{"name":"Email Opened","value":"opened"},{"name":"Email Replied","value":"replied"},{"name":"Email Sent","value":"sent"},{"name":"Link Clicked","value":"clicked"},{"name":"Unsubscribed Contact","value":"unsubscribed"}]}],"codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.emeliatrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/emelia/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Emelia/emelia.svg"},
{"displayName":"ERPNext","name":"erpNext","group":["output"],"version":1,"subtitle":"={{$parameter[\"resource\"] + \": \" + $parameter[\"operation\"]}}","description":"Consume ERPNext API","defaults":{"name":"ERPNext"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"erpNextApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Document","value":"document"}],"default":"document"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["document"]}},"options":[{"name":"Create","value":"create","description":"Create a document","action":"Create a document"},{"name":"Delete","value":"delete","description":"Delete a document","action":"Delete a document"},{"name":"Get","value":"get","description":"Retrieve a document","action":"Get a document"},{"name":"Get Many","value":"getAll","description":"Retrieve many documents","action":"Get many documents"},{"name":"Update","value":"update","description":"Update a document","action":"Update a document"}],"default":"create"},{"displayName":"DocType Name or ID","name":"docType","type":"options","typeOptions":{"loadOptionsMethod":"getDocTypes"},"default":"","description":"DocType whose documents to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","placeholder":"Customer","displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":10,"description":"Max number of results to return","displayOptions":{"show":{"resource":["document"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}},"options":[{"displayName":"Field Names or IDs","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDocFilters","loadOptionsDependsOn":["docType"]},"default":[],"description":"Comma-separated list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","placeholder":"name,country"},{"displayName":"Filters","name":"filters","type":"fixedCollection","default":{},"placeholder":"Add Filter","description":"Custom Properties","typeOptions":{"multipleValues":true},"options":[{"displayName":"Property","name":"customProperty","values":[{"displayName":"Field Name or ID","name":"field","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDocFields","loadOptionsDependsOn":["docType"]},"default":""},{"displayName":"Operator","name":"operator","type":"options","default":"is","options":[{"name":"EQUALS, or GREATER","value":"equalsGreater"},{"name":"EQUALS, or LESS","value":"equalsLess"},{"name":"IS","value":"is"},{"name":"IS GREATER","value":"greater"},{"name":"IS LESS","value":"less"},{"name":"IS NOT","value":"isNot"}]},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the operator condition"}]}]}]},{"displayName":"DocType Name or ID","name":"docType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDocTypes"},"required":true,"description":"DocType you would like to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","placeholder":"Customer","displayOptions":{"show":{"resource":["document"],"operation":["create"]}}},{"displayName":"Properties","name":"properties","type":"fixedCollection","placeholder":"Add Property","required":true,"default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["document"],"operation":["create"]}},"options":[{"displayName":"Property","name":"customProperty","placeholder":"Add Property","values":[{"displayName":"Field Name or ID","name":"field","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDocFields","loadOptionsDependsOn":["docType"]},"default":[]},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"DocType Name or ID","name":"docType","type":"options","typeOptions":{"loadOptionsMethod":"getDocTypes"},"default":"","description":"The type of document you would like to get. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["document"],"operation":["get"]}},"required":true},{"displayName":"Document Name","name":"documentName","type":"string","default":"","description":"The name (ID) of document you would like to get","displayOptions":{"show":{"resource":["document"],"operation":["get"]}},"required":true},{"displayName":"DocType Name or ID","name":"docType","type":"options","typeOptions":{"loadOptionsMethod":"getDocTypes"},"default":"","description":"The type of document you would like to delete. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["document"],"operation":["delete"]}},"required":true},{"displayName":"Document Name","name":"documentName","type":"string","default":"","description":"The name (ID) of document you would like to get","displayOptions":{"show":{"resource":["document"],"operation":["delete"]}},"required":true},{"displayName":"DocType Name or ID","name":"docType","type":"options","typeOptions":{"loadOptionsMethod":"getDocTypes"},"default":"","description":"The type of document you would like to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["document"],"operation":["update"]}},"required":true},{"displayName":"Document Name","name":"documentName","type":"string","default":"","description":"The name (ID) of document you would like to get","displayOptions":{"show":{"resource":["document"],"operation":["update"]}},"required":true},{"displayName":"Properties","name":"properties","type":"fixedCollection","placeholder":"Add Property","description":"Properties of request body","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["document"],"operation":["update"]}},"options":[{"displayName":"Property","name":"customProperty","values":[{"displayName":"Field Name or ID","name":"field","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDocFields","loadOptionsDependsOn":["docType"]},"default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]}],"codex":{"categories":["Finance & Accounting","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.erpnext/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/erpnext/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/ERPNext/erpnext.svg"},
{"displayName":"Error Trigger","name":"errorTrigger","icon":"fa:bug","iconColor":"blue","group":["trigger"],"version":1,"description":"Triggers the workflow when another workflow has an error","eventTriggerDescription":"","mockManualExecution":true,"maxNodes":1,"defaults":{"name":"Error Trigger","color":"#0000FF"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"This node will trigger when there is an error in another workflow, as long as that workflow is set up to do so. <a href=\"https://docs.n8n.io/integrations/core-nodes/n8n-nodes-base.errortrigger\" target=\"_blank\">More info</a>","name":"notice","type":"notice","default":""}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.errortrigger/"}]}}},
{"displayName":"Evaluation Trigger","icon":"fa:check-double","name":"evaluationTrigger","group":["trigger"],"version":[4.6,4.7],"description":"Run a test dataset through your workflow to check performance","eventTriggerDescription":"","defaults":{"name":"When fetching a dataset row","color":"#c3c9d5"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"Source","name":"source","type":"options","options":[{"name":"Data table","value":"dataTable","description":"Load the test dataset from a local Data table"},{"name":"Google Sheets","value":"googleSheets","description":"Load the test dataset from a Google Sheets document"}],"default":"dataTable","description":"Where to get the test dataset from","displayOptions":{"show":{"@version":[{"_cnd":{"gte":4.7}}]}}},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Data table","value":"dataTable","description":"Load the test dataset from a local Data table"},{"name":"Google Sheets","value":"googleSheets","description":"Load the test dataset from a Google Sheets document"}],"default":"googleSheets","description":"Where to get the test dataset from","displayOptions":{"show":{"@version":[{"_cnd":{"lte":4.6}}]}}},{"displayName":"Pulls a test dataset from a Google Sheet. The workflow will run once for each row, in sequence. Tips for wiring this node up <a href=\"https://docs.n8n.io/advanced-ai/evaluations/tips-and-common-issues/#combining-multiple-triggers\">here</a>.","name":"notice","type":"notice","default":"","displayOptions":{"hide":{"source":["dataTable"]}}},{"displayName":"Credentials","name":"credentials","type":"credentials","default":"","displayOptions":{"hide":{"source":["dataTable"]}}},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Service Account","value":"serviceAccount"},{"name":"OAuth2 (recommended)","value":"oAuth2"}],"default":"oAuth2","displayOptions":{"hide":{"source":["dataTable"]}}},{"displayName":"Document Containing Dataset","name":"documentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"spreadSheetsSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://docs.google.com/spreadsheets/d/{{$value}}/edit"}],"hint":"Example dataset format <a href=\"https://docs.google.com/spreadsheets/d/1vD_IdeFUg7sHsK9okL6Doy1rGOkWTnPJV3Dro4FBUsY/edit?gid=0#gid=0\">here</a>","displayOptions":{"hide":{"source":["dataTable"]}}},{"displayName":"Sheet Containing Dataset","name":"sheetName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["documentId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"sheetsSearch","searchable":false}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/docs\\.google\\.com\\/spreadsheets\\/d\\/[0-9a-zA-Z\\-_]+.*\\#gid=([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/docs\\.google\\.com\\/spreadsheets\\/d\\/[0-9a-zA-Z\\-_]+.*\\#gid=([0-9]+)","errorMessage":"Not a valid Sheet URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"((gid=)?[0-9]{1,})","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"hide":{"source":["dataTable"]}}},{"displayName":"Data table","name":"dataTableId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"dataTableSearch","searchable":true,"skipCredentialsCheckInRLC":true}},{"displayName":"ID","name":"id","type":"string"}],"displayOptions":{"show":{"source":["dataTable"]}}},{"displayName":"Limit Rows","name":"limitRows","type":"boolean","default":false,"noDataExpression":true,"description":"Whether to limit number of rows to process"},{"displayName":"Max Rows to Process","name":"maxRows","type":"number","default":10,"description":"Maximum number of rows to process","noDataExpression":false,"displayOptions":{"show":{"limitRows":[true]}}},{"displayName":"Filters","name":"filtersUI","placeholder":"Add Filter","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Filter","multipleValues":true},"default":{},"options":[{"displayName":"Filter","name":"values","values":[{"displayName":"Column","name":"lookupColumn","type":"options","typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"loadOptionsMethod":"getSheetHeaderRowWithGeneratedColumnNames"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Value","name":"lookupValue","type":"string","default":"","hint":"The column must have this value to be matched"}]}],"displayOptions":{"hide":{"source":["dataTable"]}}},{"displayName":"Filter Rows","name":"filterRows","type":"boolean","default":false,"noDataExpression":true,"description":"Whether to filter rows to process","displayOptions":{"show":{"source":["dataTable"]}}},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any Condition","value":"anyCondition"},{"name":"All Conditions","value":"allConditions"}],"displayOptions":{"show":{"filterRows":[true]}},"default":"anyCondition"},{"displayName":"Conditions","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true,"minRequiredFields":0},"displayOptions":{"show":{"filterRows":[true]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Column","name":"keyName","type":"options","description":"Choose from the list, or specify using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["dataTableId.value"],"loadOptionsMethod":"getDataTableColumns"},"default":"id"},{"displayName":"Condition","name":"condition","type":"options","typeOptions":{"loadOptionsDependsOn":["&keyName"],"loadOptionsMethod":"getConditionsForColumn"},"default":"eq"},{"displayName":"Value","name":"keyValue","type":"string","default":"","displayOptions":{"hide":{"condition":["isEmpty","isNotEmpty","isTrue","isFalse"]}}}]}],"description":"Filter to decide which rows get"}],"codex":{"alias":["Test","Metrics","Evals","Set Output","Set Metrics"]},"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}},"testedBy":"googleApiCredentialTest"},{"name":"googleSheetsOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}]},
{"displayName":"Evaluation","icon":"fa:check-double","name":"evaluation","group":["transform"],"version":[4.6,4.7,4.8],"description":"Runs an evaluation","eventTriggerDescription":"","subtitle":"={{$parameter[\"operation\"]}}","defaults":{"name":"Evaluation","color":"#c3c9d5"},"inputs":"={{(function getInputConnectionTypes(parameters, metricRequiresModelConnectionFn) {\n    if (parameters.operation === 'setMetrics' &&\n        metricRequiresModelConnectionFn(parameters.metric)) {\n        return [\n            { type: 'main' },\n            { type: 'ai_languageModel', displayName: 'Model', maxConnections: 1 },\n        ];\n    }\n    return [{ type: 'main' }];\n})($parameter, function metricRequiresModelConnection(metric) {\n        return ['correctness', 'helpfulness'].includes(metric);\n    })}}","outputs":"={{(function getOutputConnectionTypes(parameters) {\n    if (parameters.operation === 'checkIfEvaluating') {\n        return [\n            { type: 'main', displayName: 'Evaluation' },\n            { type: 'main', displayName: 'Normal' },\n        ];\n    }\n    return [{ type: 'main' }];\n})($parameter)}}","credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"],"operation":["setOutputs"]}},"testedBy":"googleApiCredentialTest"},{"name":"googleSheetsOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"],"operation":["setOutputs"]}}}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Set Inputs","value":"setInputs"},{"name":"Set Outputs","value":"setOutputs"},{"name":"Set Metrics","value":"setMetrics"},{"name":"Check If Evaluating","value":"checkIfEvaluating"}],"default":"setOutputs"},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Data table","value":"dataTable","description":"Load the test dataset from a local Data table"},{"name":"Google Sheets","value":"googleSheets","description":"Load the test dataset from a Google Sheets document"}],"default":"dataTable","description":"Where to get the test dataset from","displayOptions":{"show":{"@version":[{"_cnd":{"gte":4.8}}],"operation":["setOutputs"]}}},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Data table","value":"dataTable","description":"Load the test dataset from a local Data table"},{"name":"Google Sheets","value":"googleSheets","description":"Load the test dataset from a Google Sheets document"}],"default":"googleSheets","description":"Where to get the test dataset from","displayOptions":{"show":{"@version":[{"_cnd":{"lte":4.7}}],"operation":["setOutputs"]}}},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Service Account","value":"serviceAccount"},{"name":"OAuth2 (recommended)","value":"oAuth2"}],"default":"oAuth2","displayOptions":{"hide":{"source":["dataTable"]}}},{"displayName":"For adding columns from your dataset to the evaluation results. Anything you add here will be displayed in the ‘evaluations’ tab, not on the Google Sheet or Data table.","name":"setInputsNotice","type":"notice","default":"","displayOptions":{"show":{"operation":["setInputs"]}}},{"displayName":"Inputs","name":"inputs","placeholder":"Add Input","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Input","multipleValues":true},"default":{},"options":[{"displayName":"Filter","name":"values","values":[{"displayName":"Name","name":"inputName","type":"string","default":"","requiresDataPath":"single"},{"displayName":"Value","name":"inputValue","type":"string","default":""}]}],"displayOptions":{"show":{"operation":["setInputs"]}}},{"displayName":"Credentials","name":"credentials","type":"credentials","default":"","displayOptions":{"hide":{"source":["dataTable"]}}},{"displayName":"Document Containing Dataset","name":"documentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"spreadSheetsSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://docs.google.com/spreadsheets/d/{{$value}}/edit"}],"displayOptions":{"show":{"operation":["setOutputs"]},"hide":{"source":["dataTable"]}}},{"displayName":"Sheet Containing Dataset","name":"sheetName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["documentId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"sheetsSearch","searchable":false}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/docs\\.google\\.com\\/spreadsheets\\/d\\/[0-9a-zA-Z\\-_]+.*\\#gid=([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/docs\\.google\\.com\\/spreadsheets\\/d\\/[0-9a-zA-Z\\-_]+.*\\#gid=([0-9]+)","errorMessage":"Not a valid Sheet URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"((gid=)?[0-9]{1,})","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"operation":["setOutputs"]},"hide":{"source":["dataTable"]}}},{"displayName":"Data table","name":"dataTableId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"dataTableSearch","searchable":true,"skipCredentialsCheckInRLC":true}},{"displayName":"ID","name":"id","type":"string"}],"displayOptions":{"show":{"source":["dataTable"]}}},{"displayName":"Outputs","name":"outputs","placeholder":"Add Output","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Output","multipleValues":true},"default":{},"options":[{"displayName":"Filter","name":"values","values":[{"displayName":"Name","name":"outputName","type":"string","default":"","requiresDataPath":"single"},{"displayName":"Value","name":"outputValue","type":"string","default":""}]}],"displayOptions":{"show":{"operation":["setOutputs"]}}},{"displayName":"Metrics measure the quality of an execution. They will be displayed in the ‘evaluations’ tab, not on the Google Sheet or Data table.","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["setMetrics"]}}},{"displayName":"Metric","name":"metric","type":"hidden","default":"customMetrics","displayOptions":{"show":{"operation":["setMetrics"],"@version":[4.6]}}},{"displayName":"Metric","name":"metric","type":"options","noDataExpression":true,"options":[{"name":"Correctness (AI-based)","value":"correctness","description":"Whether the answer’s meaning is consistent with a reference answer. Uses a scale of 1 (worst) to 5 (best)."},{"name":"Helpfulness (AI-based)","value":"helpfulness","description":"Whether the response addresses the query. Uses a scale of 1 (worst) to 5 (best)."},{"name":"String Similarity","value":"stringSimilarity","description":"How close the answer is to a reference answer, measured character-by-character (edit distance). Returns a score between 0 and 1."},{"name":"Categorization","value":"categorization","description":"Whether the answer exactly matches the reference answer. Returns 1 if so and 0 otherwise."},{"name":"Tools Used","value":"toolsUsed","description":"Whether tool(s) were used or not. Returns a score between 0 and 1."},{"name":"Custom Metrics","value":"customMetrics","description":"Define your own metric(s)"}],"default":"correctness","displayOptions":{"show":{"operation":["setMetrics"],"@version":[{"_cnd":{"gte":4.7}}]}}},{"displayName":"Expected Answer","name":"expectedAnswer","type":"string","default":"","description":"The expected output defined in your evaluation dataset, used as ground truth","displayOptions":{"show":{"operation":["setMetrics"],"metric":["correctness","stringSimilarity","categorization"]}}},{"displayName":"Actual Answer","name":"actualAnswer","type":"string","default":"","description":"The real response generated by AI (e.g. an agent or LLM in the workflow)","displayOptions":{"show":{"operation":["setMetrics"],"metric":["correctness","stringSimilarity","categorization"]}}},{"displayName":"User Query","name":"userQuery","type":"string","default":"","description":"The original input or question submitted by the user","displayOptions":{"show":{"operation":["setMetrics"],"metric":["helpfulness"]}}},{"displayName":"Response","name":"actualAnswer","type":"string","default":"","description":"The response generated by AI (e.g. an agent or LLM in the workflow)","displayOptions":{"show":{"operation":["setMetrics"],"metric":["helpfulness"]}}},{"displayName":"Expected Tools","name":"expectedTools","type":"string","default":"","description":"Enter the name(s) of the tool(s) you expect the AI to call (separated by commas)","placeholder":"Get Events, Send Email, Search Database","displayOptions":{"show":{"operation":["setMetrics"],"metric":["toolsUsed"]}}},{"displayName":"Intermediate Steps (of Agent)","name":"intermediateSteps","type":"string","default":"","hint":"Map the <code>intermediateSteps</code> field here. To see it, enable returning intermediate steps in the agent’s options","displayOptions":{"show":{"operation":["setMetrics"],"metric":["toolsUsed"]}}},{"displayName":"Prompt","name":"prompt","type":"string","default":"You are an expert factual evaluator assessing the accuracy of answers compared to established ground truths.\n\nEvaluate the factual correctness of a given output compared to the provided ground truth on a scale from 1 to 5. Use detailed reasoning to thoroughly analyze all claims before determining the final score.\n\n# Scoring Criteria\n\n- 5: Highly similar - The output and ground truth are nearly identical, with only minor, insignificant differences.\n- 4: Somewhat similar - The output is largely similar to the ground truth but has few noticeable differences.\n- 3: Moderately similar - There are some evident differences, but the core essence is captured in the output.\n- 2: Slightly similar - The output only captures a few elements of the ground truth and contains several differences.\n- 1: Not similar - The output is significantly different from the ground truth, with few or no matching elements.\n\n# Evaluation Steps\n\n1. Identify and list the key elements present in both the output and the ground truth.\n2. Compare these key elements to evaluate their similarities and differences, considering both content and structure.\n3. Analyze the semantic meaning conveyed by both the output and the ground truth, noting any significant deviations.\n4. Consider factual accuracy of specific details, including names, dates, numbers, and relationships.\n5. Assess whether the output maintains the factual integrity of the ground truth, even if phrased differently.\n6. Determine the overall level of similarity and accuracy according to the defined criteria.\n\n# Output Format\n\nProvide:\n- A detailed analysis of the comparison (extended reasoning)\n- A one-sentence summary highlighting key differences (not similarities)\n- The final similarity score as an integer (1, 2, 3, 4, or 5)\n\nAlways follow the JSON format below and return nothing else:\n{\n  \"extended_reasoning\": \"<detailed step-by-step analysis of factual accuracy and similarity>\",\n  \"reasoning_summary\": \"<one sentence summary focusing on key differences>\",\n  \"score\": <number: integer from 1 to 5>\n}\n\n# Examples\n\n**Example 1:**\n\nInput:\n- Output: \"The cat sat on the mat.\"\n- Ground Truth: \"The feline is sitting on the rug.\"\n\nExpected Output:\n{\n  \"extended_reasoning\": \"I need to compare 'The cat sat on the mat' with 'The feline is sitting on the rug.' First, let me identify the key elements: both describe an animal ('cat' vs 'feline') in a position ('sat' vs 'sitting') on a surface ('mat' vs 'rug'). The subject is semantically identical - 'cat' and 'feline' refer to the same animal. The action is also semantically equivalent - 'sat' and 'sitting' both describe the same position, though one is past tense and one is present continuous. The location differs in specific wording ('mat' vs 'rug') but both refer to floor coverings that serve the same function. The basic structure and meaning of both sentences are preserved, though they use different vocabulary and slightly different tense. The core information being conveyed is the same, but there are noticeable wording differences.\",\n  \"reasoning_summary\": \"The sentences differ in vocabulary choice ('cat' vs 'feline', 'mat' vs 'rug') and verb tense ('sat' vs 'is sitting').\",\n  \"score\": 3\n}\n\n**Example 2:**\n\nInput:\n- Output: \"The quick brown fox jumps over the lazy dog.\"\n- Ground Truth: \"A fast brown animal leaps over a sleeping canine.\"\n\nExpected Output:\n{\n  \"extended_reasoning\": \"I need to compare 'The quick brown fox jumps over the lazy dog' with 'A fast brown animal leaps over a sleeping canine.' Starting with the subjects: 'quick brown fox' vs 'fast brown animal'. Both describe the same entity (a fox is a type of animal) with the same attributes (quick/fast and brown). The action is described as 'jumps' vs 'leaps', which are synonymous verbs describing the same motion. The object in both sentences is a dog, described as 'lazy' in one and 'sleeping' in the other, which are related concepts (a sleeping dog could be perceived as lazy). The structure follows the same pattern: subject + action + over + object. The sentences convey the same scene with slightly different word choices that maintain the core meaning. The level of specificity differs slightly ('fox' vs 'animal', 'dog' vs 'canine'), but the underlying information and imagery remain very similar.\",\n  \"reasoning_summary\": \"The sentences use different but synonymous terminology ('quick' vs 'fast', 'jumps' vs 'leaps', 'lazy' vs 'sleeping') and varying levels of specificity ('fox' vs 'animal', 'dog' vs 'canine').\",\n  \"score\": 4\n}\n\n# Notes\n\n- Focus primarily on factual accuracy and semantic similarity, not writing style or phrasing differences.\n- Identify specific differences rather than making general assessments.\n- Pay special attention to dates, numbers, names, locations, and causal relationships when present.\n- Consider the significance of each difference in the context of the overall information.\n- Be consistent in your scoring approach across different evaluations.","description":"Instruction used to guide the model in scoring the actual answer’s correctness against the expected answer","typeOptions":{"rows":4},"displayOptions":{"show":{"operation":["setMetrics"],"metric":["correctness"]}}},{"displayName":"Prompt","name":"prompt","type":"string","default":"You are an expert evaluator assessing the helpfulness of responses to user queries.\n\nEvaluate how helpful and useful a given response is to the user's question or request on a scale from 1 to 5. Consider whether the response addresses the user's needs, provides actionable information, and is relevant to their query.\n\n# Scoring Criteria\n\n- 5: Extremely helpful - The response fully addresses the user's needs, provides comprehensive and actionable information, and goes above and beyond to be useful.\n- 4: Very helpful - The response addresses most of the user's needs, provides useful information, and is highly relevant.\n- 3: Moderately helpful - The response addresses some of the user's needs, provides some useful information, but may lack completeness or depth.\n- 2: Slightly helpful - The response provides minimal useful information and only partially addresses the user's needs.\n- 1: Not helpful - The response fails to address the user's needs, provides no useful information, or is irrelevant.\n\n# Evaluation Steps\n\n1. Analyze the user's question or request to understand what they're looking for.\n2. Evaluate how well the response addresses the specific needs expressed in the query.\n3. Assess the completeness and quality of the information provided.\n4. Consider the relevance and applicability of the response to the user's situation.\n5. Evaluate whether the response provides actionable insights or next steps.\n6. Determine the overall helpfulness according to the defined criteria.\n\n# Output Format\n\nProvide:\n- A detailed analysis of the response's helpfulness (extended reasoning)\n- A one-sentence summary highlighting the key strengths or weaknesses\n- The final helpfulness score as an integer (1, 2, 3, 4, or 5)\n\nAlways follow the JSON format below and return nothing else:\n{\n  \"extended_reasoning\": \"<detailed step-by-step analysis of the response's helpfulness>\",\n  \"reasoning_summary\": \"<one sentence summary of the response's helpfulness>\",\n  \"score\": <number: integer from 1 to 5>\n}\n\n# Examples\n\n**Example 1:**\n\nInput:\n- Query: \"How do I fix a leaky faucet?\"\n- Response: \"A leaky faucet is usually caused by a worn washer or O-ring. Turn off the water supply, remove the handle, replace the washer or O-ring, and reassemble. If the leak persists, you may need to replace the entire cartridge.\"\n\nExpected Output:\n{\n  \"extended_reasoning\": \"The user asked for help fixing a leaky faucet, which is a practical home maintenance question. The response directly addresses the query by identifying the most common cause (worn washer or O-ring) and provides a clear step-by-step solution. It includes important safety information (turning off water supply) and offers a backup solution if the initial fix doesn't work. The response is concise, actionable, and comprehensive for this common problem.\",\n  \"reasoning_summary\": \"The response provides a complete, actionable solution with clear steps and troubleshooting advice.\",\n  \"score\": 5\n}\n\n**Example 2:**\n\nInput:\n- Query: \"What's the weather like?\"\n- Response: \"Weather can be sunny, rainy, cloudy, or snowy depending on various atmospheric conditions.\"\n\nExpected Output:\n{\n  \"extended_reasoning\": \"The user asked about the weather, which typically implies they want current weather conditions for their location or a specific place. However, the response provides only generic information about weather types without addressing the specific query. It doesn't provide current conditions, forecasts, or ask for location clarification. The response is factually correct but completely unhelpful for the user's actual need.\",\n  \"reasoning_summary\": \"The response provides generic weather information instead of addressing the user's likely need for current conditions.\",\n  \"score\": 1\n}\n\n# Notes\n\n- Focus on practical utility and how well the response serves the user's actual needs\n- Consider completeness, accuracy, and actionability of the information\n- Pay attention to whether the response asks for clarification when needed\n- Evaluate whether the response is appropriately detailed for the query complexity","description":"Instruction used to guide the model in scoring the actual answer’s helpfulness against the expected answer","typeOptions":{"rows":4},"displayOptions":{"show":{"operation":["setMetrics"],"metric":["helpfulness"]}}},{"displayName":"Calculate the custom metrics before this node, then map them below. <a href='https://docs.n8n.io/advanced-ai/evaluations/metric-based-evaluations/#2-calculate-metrics' target='_blank'>View metric examples</a>","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["setMetrics"],"metric":["customMetrics"]}}},{"displayName":"Metrics to Return","name":"metrics","type":"assignmentCollection","default":{"assignments":[{"name":"","value":"","type":"number"}]},"typeOptions":{"assignment":{"disableType":true,"defaultType":"number"}},"displayOptions":{"show":{"operation":["setMetrics"],"metric":["customMetrics"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Metric Name","name":"metricName","type":"string","default":"Correctness","description":"Set this parameter if you want to set a custom name to the metric"},{"displayName":"Input Prompt","name":"inputPrompt","type":"string","default":"Output: {actual_answer}\n\nGround truth: {expected_answer}","typeOptions":{"rows":4},"hint":"Requires the placeholders <code>{actual_answer}</code> and <code>{expected_answer}</code>"}],"displayOptions":{"show":{"operation":["setMetrics"],"metric":["correctness"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Metric Name","name":"metricName","type":"string","default":"Helpfulness","description":"Set this parameter if you want to set a custom name to the metric"},{"displayName":"Input Prompt","name":"inputPrompt","type":"string","default":"Query: {user_query}\n\nResponse: {actual_answer}","typeOptions":{"rows":4},"hint":"Requires the placeholders <code>{user_query}</code> and <code>{actual_answer}</code>"}],"displayOptions":{"show":{"operation":["setMetrics"],"metric":["helpfulness"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Metric Name","name":"metricName","type":"string","default":"Categorization"}],"displayOptions":{"show":{"operation":["setMetrics"],"metric":["categorization"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Metric Name","name":"metricName","type":"string","default":"String similarity"}],"displayOptions":{"show":{"operation":["setMetrics"],"metric":["stringSimilarity"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Option","options":[{"displayName":"Metric Name","name":"metricName","type":"string","default":"Tools Used"}],"displayOptions":{"show":{"operation":["setMetrics"],"metric":["toolsUsed"]}}},{"displayName":"Routes to the ‘evaluation’ branch if the execution started from an evaluation trigger. Otherwise routes to the ‘normal’ branch.","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["checkIfEvaluating"]}}}],"codex":{"categories":["Utility"],"alias":["Test","Metrics","Evals","Set Output","Set Metrics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.evaluation/"}]}}},
{"displayName":"Eventbrite Trigger","name":"eventbriteTrigger","group":["trigger"],"version":1,"description":"Handle Eventbrite events via webhooks","subtitle":"={{$parameter[\"event\"]}}","defaults":{"name":"Eventbrite Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"eventbriteApi","required":true,"displayOptions":{"show":{"authentication":["privateKey"]}}},{"name":"eventbriteOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Private Key","value":"privateKey"},{"name":"OAuth2","value":"oAuth2"}],"default":"privateKey"},{"displayName":"Organization Name or ID","name":"organization","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","description":"The Eventbrite Organization to work on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Event Name or ID","name":"event","type":"options","required":true,"typeOptions":{"loadOptionsDependsOn":["organization"],"loadOptionsMethod":"getEvents"},"default":"","description":"Limit the triggers to this event. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Actions","name":"actions","type":"multiOptions","options":[{"name":"attendee.checked_in","value":"attendee.checked_in"},{"name":"attendee.checked_out","value":"attendee.checked_out"},{"name":"attendee.updated","value":"attendee.updated"},{"name":"event.created","value":"event.created"},{"name":"event.published","value":"event.published"},{"name":"event.unpublished","value":"event.unpublished"},{"name":"event.updated","value":"event.updated"},{"name":"order.placed","value":"order.placed"},{"name":"order.refunded","value":"order.refunded"},{"name":"order.updated","value":"order.updated"},{"name":"organizer.updated","value":"organizer.updated"},{"name":"ticket_class.created","value":"ticket_class.created"},{"name":"ticket_class.deleted","value":"ticket_class.deleted"},{"name":"ticket_class.updated","value":"ticket_class.updated"},{"name":"venue.updated","value":"venue.updated"}],"required":true,"default":[],"description":"One or more action to subscribe to"},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":true,"description":"By default does the webhook-data only contain the URL to receive the object data manually. If this option gets activated, it will resolve the data automatically."}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.eventbritetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/eventbrite/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Eventbrite/eventbrite.png"},
{"displayName":"Execute Command","name":"executeCommand","icon":"fa:terminal","iconColor":"crimson","group":["transform"],"version":1,"description":"Executes a command on the host","defaults":{"name":"Execute Command","color":"#886644"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Execute Once","name":"executeOnce","type":"boolean","default":true,"description":"Whether to execute only once instead of once for each entry"},{"displayName":"Command","name":"command","typeOptions":{"rows":5},"type":"string","default":"","placeholder":"echo \"test\"","description":"The command to execute","required":true}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"alias":["Shell","Command","OS","Bash"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executecommand/"}]}}},
{"displayName":"Execute Sub-workflow","name":"executeWorkflow","icon":"fa:sign-in-alt","iconColor":"orange-red","group":["transform"],"version":[1,1.1,1.2,1.3],"subtitle":"={{\"Workflow: \" + $parameter[\"workflowId\"]}}","description":"Execute another workflow","defaults":{"name":"Execute Workflow","color":"#ff6d5a"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"hidden","noDataExpression":true,"default":"call_workflow","options":[{"name":"Execute a Sub-Workflow","value":"call_workflow"}]},{"displayName":"This node is out of date. Please upgrade by removing it and adding a new one","name":"outdatedVersionWarning","type":"notice","displayOptions":{"show":{"@version":[{"_cnd":{"lte":1.1}}]}},"default":""},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Database","value":"database","description":"Load the workflow from the database by ID"},{"name":"Local File","value":"localFile","description":"Load the workflow from a locally saved file"},{"name":"Parameter","value":"parameter","description":"Load the workflow from a parameter"},{"name":"URL","value":"url","description":"Load the workflow from an URL"}],"default":"database","description":"Where to get the workflow to execute from","displayOptions":{"show":{"@version":[{"_cnd":{"lte":1.1}}]}}},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Database","value":"database","description":"Load the workflow from the database by ID"},{"name":"Define Below","value":"parameter","description":"Pass the JSON code of a workflow"}],"default":"database","description":"Where to get the workflow to execute from","displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.2}}]}}},{"displayName":"Workflow ID","name":"workflowId","type":"string","displayOptions":{"show":{"source":["database"],"@version":[1]}},"default":"","required":true,"hint":"Can be found in the URL of the workflow","description":"Note on using an expression here: if this node is set to run once with all items, they will all be sent to the <em>same</em> workflow. That workflow's ID will be calculated by evaluating the expression for the <strong>first input item</strong>."},{"displayName":"Workflow","name":"workflowId","type":"workflowSelector","displayOptions":{"show":{"source":["database"],"@version":[{"_cnd":{"gte":1.1}}]}},"default":"","required":true},{"displayName":"Workflow Path","name":"workflowPath","type":"string","displayOptions":{"show":{"source":["localFile"]}},"default":"","placeholder":"/data/workflow.json","required":true,"description":"The path to local JSON workflow file to execute"},{"displayName":"Workflow JSON","name":"workflowJson","type":"json","typeOptions":{"rows":10},"displayOptions":{"show":{"source":["parameter"]}},"default":"\n\n\n","required":true,"description":"The workflow JSON code to execute"},{"displayName":"Workflow URL","name":"workflowUrl","type":"string","displayOptions":{"show":{"source":["url"]}},"default":"","placeholder":"https://example.com/workflow.json","required":true,"description":"The URL from which to load the workflow from"},{"displayName":"Any data you pass into this node will be output by the Execute Workflow Trigger. <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/\" target=\"_blank\">More info</a>","name":"executeWorkflowNotice","type":"notice","default":"","displayOptions":{"show":{"@version":[{"_cnd":{"lte":1.1}}]}}},{"displayName":"Workflow Inputs","name":"workflowInputs","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["workflowId.value"],"resourceMapper":{"localResourceMapperMethod":"loadSubWorkflowInputs","valuesLabel":"Workflow Inputs","mode":"map","fieldWords":{"singular":"input","plural":"inputs"},"addAllFields":true,"multiKeyMatch":false,"supportAutoMap":false,"showTypeConversionOptions":true}},"displayOptions":{"show":{"source":["database"],"@version":[{"_cnd":{"gte":1.2}}]},"hide":{"workflowId":[""]}}},{"displayName":"Mode","name":"mode","type":"options","noDataExpression":true,"options":[{"name":"Run once with all items","value":"once","description":"Pass all items into a single execution of the sub-workflow"},{"name":"Run once for each item","value":"each","description":"Call the sub-workflow individually for each item"}],"default":"once"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Wait For Sub-Workflow Completion","name":"waitForSubWorkflow","type":"boolean","default":true,"description":"Whether the main workflow should wait for the sub-workflow to complete its execution before proceeding"}]}],"hints":[{"type":"info","message":"Note on using an expression for workflow ID: Since this node is set to run once with all items, they will all be sent to the <em>same</em> workflow. That workflow's ID will be calculated by evaluating the expression for the <strong>first input item</strong>.","displayCondition":"={{ $rawParameter.workflowId.startsWith(\"=\") && $parameter.mode === \"once\" && $nodeVersion >= 1.2 }}","whenToDisplay":"always","location":"outputPane"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Flow"]},"alias":["n8n","call","sub","workflow","sub-workflow","subworkflow"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflow/"}]}}},
{"displayName":"Execute Workflow Trigger","name":"executeWorkflowTrigger","icon":"fa:sign-out-alt","group":["trigger"],"version":[1,1.1],"description":"Helpers for calling other n8n workflows. Used for designing modular, microservice-like workflows.","eventTriggerDescription":"","maxNodes":1,"defaults":{"name":"When Executed by Another Workflow","color":"#ff6d5a"},"inputs":[],"outputs":["main"],"hints":[{"message":"This workflow isn't set to accept any input data. Fill out the workflow input schema or change the workflow to accept any data passed to it.","displayCondition":"={{$parameter['inputSource'] === 'workflowInputs' && !$parameter['workflowInputs'].keys().length || $parameter['inputSource'] === 'jsonExample' && $parameter['jsonExample'].toString().replaceAll(' ', '').replaceAll('\\n', '') === '{}' }}","whenToDisplay":"always","location":"ndv"}],"properties":[{"displayName":"Events","name":"events","type":"hidden","noDataExpression":true,"options":[{"name":"Workflow Call","value":"worklfow_call","description":"When executed by another workflow using Execute Workflow Trigger","action":"When executed by Another Workflow"}],"default":"worklfow_call"},{"displayName":"When an ‘execute workflow’ node calls this workflow, the execution starts here. Any data passed into the 'execute workflow' node will be output by this node.","name":"notice","type":"notice","default":"","displayOptions":{"show":{"@version":[{"_cnd":{"eq":1}}]}}},{"displayName":"This node is out of date. Please upgrade by removing it and adding a new one","name":"outdatedVersionWarning","type":"notice","displayOptions":{"show":{"@version":[{"_cnd":{"eq":1}}]}},"default":""},{"displayName":"Input data mode","name":"inputSource","type":"options","options":[{"name":"Define using fields below","value":"workflowInputs","description":"Provide input fields via UI"},{"name":"Define using JSON example","value":"jsonExample","description":"Generate a schema from an example JSON object"},{"name":"Accept all data","value":"passthrough","description":"Use all incoming data from the parent workflow"}],"default":"workflowInputs","noDataExpression":true,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.1}}]}}},{"displayName":"Provide an example object to infer fields and their types.<br>To allow any type for a given field, set the value to null.","name":"jsonExample_notice","type":"notice","default":"","displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.1}}],"inputSource":["jsonExample"]}}},{"displayName":"JSON Example","name":"jsonExample","type":"json","default":"{\n  \"aField\": \"a string\",\n  \"aNumber\": 123,\n  \"thisFieldAcceptsAnyType\": null,\n  \"anArray\": []\n}","noDataExpression":true,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.1}}],"inputSource":["jsonExample"]}}},{"displayName":"Workflow Input Schema","name":"workflowInputs","placeholder":"Add field","type":"fixedCollection","description":"Define expected input fields. If no inputs are provided, all data from the calling workflow will be passed through.","typeOptions":{"multipleValues":true,"sortable":true,"minRequiredFields":1},"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.1}}],"inputSource":["workflowInputs"]}},"default":{},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. fieldName","description":"A unique name for this workflow input, used to reference it from another workflows","required":true,"noDataExpression":true},{"displayName":"Type","name":"type","type":"options","description":"Expected data type for this input value. Determines how this field's values are stored, validated, and displayed.","options":[{"name":"Allow Any Type","value":"any"},{"name":"String","value":"string"},{"name":"Number","value":"number"},{"name":"Boolean","value":"boolean"},{"name":"Array","value":"array"},{"name":"Object","value":"object"}],"required":true,"default":"string","noDataExpression":true}]}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executeworkflowtrigger/"}]}}},
{"displayName":"Execution Data","name":"executionData","icon":"fa:tasks","group":["input"],"iconColor":"light-green","version":[1,1.1],"description":"Add execution data for search","defaults":{"name":"Execution Data","color":"#29A568"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Save important data using this node. It will be displayed on each execution for easy reference and you can filter by it.<br />Filtering is available on Pro and Enterprise plans. <a href='https://n8n.io/pricing/' target='_blank'>More Info</a>","name":"notice","type":"notice","default":""},{"displayName":"Operation","name":"operation","type":"options","default":"save","noDataExpression":true,"options":[{"name":"Save Highlight Data (for Search/review)","value":"save","action":"Save Highlight Data (for search/review)"}]},{"displayName":"Data to Save","name":"dataToSave","placeholder":"Add Saved Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Saved Field","multipleValues":true},"displayOptions":{"show":{"operation":["save"]}},"default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Key","name":"key","type":"string","default":"","placeholder":"e.g. myKey","requiresDataPath":"single"},{"displayName":"Value","name":"value","type":"string","default":"","placeholder":"e.g. myValue"}]}]}],"hints":[{"type":"warning","message":"Some keys are longer than 50 characters. They will be truncated.","displayCondition":"={{ $parameter.dataToSave.values.some((x) => x.key.length > 50) }}","whenToDisplay":"beforeExecution","location":"outputPane"},{"type":"warning","message":"Some values are longer than 512 characters. They will be truncated.","displayCondition":"={{ $parameter.dataToSave.values.some((x) => x.value.length > 512) }}","whenToDisplay":"beforeExecution","location":"outputPane"}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"alias":["Filter","_Set","Data"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.executiondata/"}]}}},
{"displayName":"Facebook Graph API","name":"facebookGraphApi","group":["transform"],"version":1,"description":"Interacts with Facebook using the Graph API","defaults":{"name":"Facebook Graph API"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"facebookGraphApi","required":true}],"properties":[{"displayName":"Host URL","name":"hostUrl","type":"options","options":[{"name":"Default","value":"graph.facebook.com"},{"name":"Video Uploads","value":"graph-video.facebook.com"}],"default":"graph.facebook.com","description":"The Host URL of the request. Almost all requests are passed to the graph.facebook.com host URL. The single exception is video uploads, which use graph-video.facebook.com.","required":true},{"displayName":"HTTP Request Method","name":"httpRequestMethod","type":"options","options":[{"name":"GET","value":"GET"},{"name":"POST","value":"POST"},{"name":"DELETE","value":"DELETE"}],"default":"GET","description":"The HTTP Method to be used for the request","required":true},{"displayName":"Graph API Version","name":"graphApiVersion","type":"options","options":[{"name":"Default","value":""},{"name":"v23.0","value":"v23.0"},{"name":"v22.0","value":"v22.0"},{"name":"v21.0","value":"v21.0"},{"name":"v20.0","value":"v20.0"},{"name":"v19.0","value":"v19.0"},{"name":"v18.0","value":"v18.0"},{"name":"v17.0","value":"v17.0"},{"name":"v16.0","value":"v16.0"},{"name":"v15.0","value":"v15.0"},{"name":"v14.0","value":"v14.0"},{"name":"v13.0","value":"v13.0"},{"name":"v12.0","value":"v12.0"},{"name":"v11.0","value":"v11.0"},{"name":"v10.0","value":"v10.0"},{"name":"v9.0","value":"v9.0"},{"name":"v8.0","value":"v8.0"},{"name":"v7.0","value":"v7.0"},{"name":"v6.0","value":"v6.0"},{"name":"v5.0","value":"v5.0"},{"name":"v4.0","value":"v4.0"},{"name":"v3.3","value":"v3.3"},{"name":"v3.2","value":"v3.2"},{"name":"v3.1","value":"v3.1"},{"name":"v3.0","value":"v3.0"}],"default":"","description":"The version of the Graph API to be used in the request","required":true},{"displayName":"Node","name":"node","type":"string","default":"","description":"The node on which to operate. A node is an individual object with a unique ID. For example, there are many User node objects, each with a unique ID representing a person on Facebook.","placeholder":"me","required":true},{"displayName":"Edge","name":"edge","type":"string","default":"","description":"Edge of the node on which to operate. Edges represent collections of objects which are attached to the node.","placeholder":"videos"},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to connect even if SSL certificate validation is not possible"},{"displayName":"Send Binary File","name":"sendBinaryData","type":"boolean","displayOptions":{"show":{"httpRequestMethod":["POST","PUT"]}},"default":false,"required":true,"description":"Whether binary data should be sent as body"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"","placeholder":"file:data","displayOptions":{"hide":{"sendBinaryData":[false]},"show":{"httpRequestMethod":["POST","PUT"]}},"hint":"The name of the input binary field containing the file to be uploaded","description":"For Form-Data Multipart, they can be provided in the format: <code>\"sendKey1:binaryProperty1,sendKey2:binaryProperty2</code>"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields","name":"fields","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"/httpRequestMethod":["GET"]}},"description":"The list of fields to request in the GET request","default":{},"options":[{"name":"field","displayName":"Field","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the field"}]}]},{"displayName":"Query Parameters","name":"queryParameters","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The query parameters to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]},{"displayName":"Query Parameters JSON","name":"queryParametersJson","type":"json","default":"{}","placeholder":"{\"field_name\": \"field_value\"}","description":"The query parameters to send, defined as a JSON object"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.facebookgraphapi/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/facebookgraph/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Facebook/facebook.svg"},
{"displayName":"Facebook Trigger","name":"facebookTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"appId\"] +\"/\"+ $parameter[\"object\"]}}","description":"Starts the workflow when Facebook events occur","defaults":{"name":"Facebook Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"facebookGraphAppApi","required":true}],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","path":"webhook"},{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"APP ID","name":"appId","type":"string","required":true,"default":"","description":"Facebook APP ID"},{"displayName":"To watch Whatsapp business account events use the Whatsapp trigger node","name":"whatsappBusinessAccountNotice","type":"notice","default":"","displayOptions":{"show":{"object":["whatsappBusinessAccount"]}}},{"displayName":"Object","name":"object","type":"options","options":[{"name":"Ad Account","value":"adAccount","description":"Get updates about Ad Account"},{"name":"Application","value":"application","description":"Get updates about the app"},{"name":"Certificate Transparency","value":"certificateTransparency","description":"Get updates about Certificate Transparency"},{"name":"Group","value":"group","description":"Get updates about activity in groups and events in groups for Workplace"},{"name":"Instagram","value":"instagram","description":"Get updates about comments on your media"},{"name":"Link","value":"link","description":"Get updates about links for rich previews by an external provider"},{"name":"Page","value":"page","description":"Page updates"},{"name":"Permissions","value":"permissions","description":"Updates regarding granting or revoking permissions"},{"name":"User","value":"user","description":"User profile updates"},{"name":"Whatsapp Business Account","value":"whatsappBusinessAccount","description":"Get updates about Whatsapp business account"},{"name":"Workplace Security","value":"workplaceSecurity","description":"Get updates about Workplace Security"}],"required":true,"default":"user","description":"The object to subscribe to"},{"displayName":"Field Names or IDs","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getObjectFields","loadOptionsDependsOn":["object"]},"default":[],"description":"The set of fields in this object that are subscribed to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Include Values","name":"includeValues","type":"boolean","default":true,"description":"Whether change notifications should include the new values"}]}],"codex":{"categories":["Marketing"],"alias":["FB"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.facebooktrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/facebookapp/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Facebook/facebook.svg"},
{"displayName":"Facebook Lead Ads Trigger","name":"facebookLeadAdsTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"event\"]}}","description":"Handle Facebook Lead Ads events via webhooks","defaults":{"name":"Facebook Lead Ads Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"facebookLeadAdsOAuth2Api","required":true}],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","path":"webhook"},{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Due to Facebook API limitations, you can use just one Facebook Lead Ads trigger for each Facebook App","name":"facebookLeadAdsNotice","type":"notice","default":""},{"displayName":"Event","name":"event","type":"options","required":true,"default":"newLead","options":[{"name":"New Lead","value":"newLead"}]},{"displayName":"Page","name":"page","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The page linked to the form for retrieving new leads","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"pageList"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"121637951029080"}]},{"displayName":"Form","name":"form","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The form to monitor for fetching lead details upon submission","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"formList"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"121637951029080"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Simplify Output","name":"simplifyOutput","type":"boolean","default":true,"description":"Whether to return a simplified version of the webhook event instead of all fields"}]}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.facebookleadadstrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/facebookleadads/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/FacebookLeadAds/facebook.svg"},
{"displayName":"Figma Trigger (Beta)","name":"figmaTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"triggerOn\"]}}","description":"Starts the workflow when Figma events occur","defaults":{"name":"Figma Trigger (Beta)"},"inputs":[],"outputs":["main"],"credentials":[{"name":"figmaApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Team ID","name":"teamId","type":"string","required":true,"default":"","description":"Trigger will monitor this Figma Team for changes. Team ID can be found in the URL of a Figma Team page when viewed in a web browser: figma.com/files/team/{TEAM-ID}/."},{"displayName":"Trigger On","name":"triggerOn","type":"options","options":[{"name":"File Commented","value":"fileComment","description":"Triggers when someone comments on a file"},{"name":"File Deleted","value":"fileDelete","description":"Triggers whenever a file has been deleted. Does not trigger on all files within a folder, if the folder is deleted."},{"name":"File Updated","value":"fileUpdate","description":"Triggers whenever a file saves or is deleted. This occurs whenever a file is closed or within 30 seconds after changes have been made."},{"name":"File Version Updated","value":"fileVersionUpdate","description":"Triggers whenever a named version is created in the version history of a file"},{"name":"Library Publish","value":"libraryPublish","description":"Triggers whenever a library file is published"}],"default":"","required":true}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.figmatrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/figma/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Figma/figma.svg"},
{"displayName":"FileMaker","name":"filemaker","group":["input"],"version":1,"description":"Retrieve data from the FileMaker data API","defaults":{"name":"FileMaker"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"fileMaker","required":true}],"properties":[{"displayName":"Action","name":"action","type":"options","default":"record","options":[{"name":"Create Record","value":"create"},{"name":"Delete Record","value":"delete"},{"name":"Duplicate Record","value":"duplicate"},{"name":"Edit Record","value":"edit"},{"name":"Find Records","value":"find"},{"name":"Get Records","value":"records"},{"name":"Get Records By ID","value":"record"},{"name":"Perform Script","value":"performscript"}]},{"displayName":"Layout Name or ID","name":"layout","type":"options","typeOptions":{"loadOptionsMethod":"getLayouts"},"options":[],"default":"","required":true,"displayOptions":{},"placeholder":"Layout Name","description":"FileMaker Layout Name. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Record ID","name":"recid","type":"number","default":"","required":true,"displayOptions":{"show":{"action":["record","edit","delete","duplicate"]}},"placeholder":"Record ID","description":"Internal Record ID returned by get (recordid)"},{"displayName":"Offset","name":"offset","placeholder":"0","description":"The record number of the first record in the range of records","type":"number","default":1,"displayOptions":{"show":{"action":["find","records"]}}},{"displayName":"Limit","name":"limit","placeholder":"100","description":"Max number of results to return","type":"number","typeOptions":{"minValue":1},"default":100,"displayOptions":{"show":{"action":["find","records"]}}},{"displayName":"Get Portals","name":"getPortals","type":"boolean","default":false,"description":"Whether to get portal data as well","displayOptions":{"show":{"action":["record","records","find"]}}},{"displayName":"Portals Name or ID","name":"portals","type":"options","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add portal","loadOptionsMethod":"getPortals"},"options":[],"default":[],"displayOptions":{"show":{"action":["record","records","find"],"getPortals":[true]}},"placeholder":"Portals","description":"The portal result set to return. Use the portal object name or portal table name. If this parameter is omitted, the API will return all portal objects and records in the layout. For best performance, pass the portal object name or portal table name. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Response Layout Name or ID","name":"responseLayout","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getResponseLayouts"},"options":[],"default":"","displayOptions":{"show":{"action":["find"]}}},{"displayName":"Queries","name":"queries","placeholder":"Add query","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"action":["find"]}},"default":{},"options":[{"name":"query","displayName":"Query","values":[{"displayName":"Fields","name":"fields","placeholder":"Add field","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"field","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getFields"},"options":[],"description":"Search Field. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to search"}]}],"description":"Field Name"},{"displayName":"Omit","name":"omit","type":"boolean","default":false}]}]},{"displayName":"Sort Data?","name":"setSort","type":"boolean","default":false,"description":"Whether to sort data","displayOptions":{"show":{"action":["find","record","records"]}}},{"displayName":"Sort","name":"sortParametersUi","placeholder":"Add Sort Rules","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"setSort":[true],"action":["find","records"]}},"description":"Sort rules","default":{},"options":[{"name":"rules","displayName":"Rules","values":[{"displayName":"Field Name or ID","name":"name","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getFields"},"options":[],"description":"Field Name. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Order","name":"value","type":"options","default":"ascend","options":[{"name":"Ascend","value":"ascend"},{"name":"Descend","value":"descend"}],"description":"Sort order"}]}]},{"displayName":"Before Find Script","name":"setScriptBefore","type":"boolean","default":false,"description":"Whether to define a script to be run before the action specified by the API call and after the subsequent sort","displayOptions":{"show":{"action":["find","record","records"]}}},{"displayName":"Script Name or ID","name":"scriptBefore","type":"options","typeOptions":{"loadOptionsMethod":"getScripts"},"options":[],"default":"","required":true,"displayOptions":{"show":{"action":["find","record","records"],"setScriptBefore":[true]}},"placeholder":"Script Name","description":"The name of the FileMaker script to be run after the action specified by the API call and after the subsequent sort. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Script Parameter","name":"scriptBeforeParam","type":"string","default":"","displayOptions":{"show":{"action":["find","record","records"],"setScriptBefore":[true]}},"placeholder":"Script Parameters","description":"A parameter for the FileMaker script"},{"displayName":"Before Sort Script","name":"setScriptSort","type":"boolean","default":false,"description":"Whether to define a script to be run after the action specified by the API call but before the subsequent sort","displayOptions":{"show":{"action":["find","record","records"]}}},{"displayName":"Script Name or ID","name":"scriptSort","type":"options","typeOptions":{"loadOptionsMethod":"getScripts"},"options":[],"default":"","required":true,"displayOptions":{"show":{"action":["find","record","records"],"setScriptSort":[true]}},"placeholder":"Script Name","description":"The name of the FileMaker script to be run after the action specified by the API call but before the subsequent sort. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Script Parameter","name":"scriptSortParam","type":"string","default":"","displayOptions":{"show":{"action":["find","record","records"],"setScriptSort":[true]}},"placeholder":"Script Parameters","description":"A parameter for the FileMaker script"},{"displayName":"After Sort Script","name":"setScriptAfter","type":"boolean","default":false,"description":"Whether to define a script to be run after the action specified by the API call but before the subsequent sort","displayOptions":{"show":{"action":["find","record","records"]}}},{"displayName":"Script Name or ID","name":"scriptAfter","type":"options","typeOptions":{"loadOptionsMethod":"getScripts"},"options":[],"default":"","required":true,"displayOptions":{"show":{"action":["find","record","records"],"setScriptAfter":[true]}},"placeholder":"Script Name","description":"The name of the FileMaker script to be run after the action specified by the API call and after the subsequent sort. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Script Parameter","name":"scriptAfterParam","type":"string","default":"","displayOptions":{"show":{"action":["find","record","records"],"setScriptAfter":[true]}},"placeholder":"Script Parameters","description":"A parameter for the FileMaker script"},{"displayName":"Mod ID","name":"modId","description":"The last modification ID. When you use modId, a record is edited only when the modId matches.","type":"number","default":"","displayOptions":{"show":{"action":["edit"]}}},{"displayName":"Fields","name":"fieldsParametersUi","placeholder":"Add field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"action":["create","edit"]}},"description":"Fields to define","default":{},"options":[{"name":"fields","displayName":"Fields","values":[{"displayName":"Field Name or ID","name":"name","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getFields"},"options":[],"description":"Field Name. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Script Name or ID","name":"script","type":"options","typeOptions":{"loadOptionsMethod":"getScripts"},"options":[],"default":"","required":true,"displayOptions":{"show":{"action":["performscript"]}},"placeholder":"Script Name","description":"The name of the FileMaker script to be run. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Script Parameter","name":"scriptParam","type":"string","default":"","displayOptions":{"show":{"action":["performscript"]}},"placeholder":"Script Parameters","description":"A parameter for the FileMaker script"}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.filemaker/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/filemaker/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/FileMaker/filemaker.png"},
{"displayName":"Read/Write Files from Disk","name":"readWriteFile","group":["input"],"version":[1,1.1],"description":"Read or write files from the computer that runs n8n","defaults":{"name":"Read/Write Files from Disk"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Use this node to read and write files on the same computer running n8n. To handle files between different computers please use other nodes (e.g. FTP, HTTP Request, AWS).","name":"info","type":"notice","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Read File(s) From Disk","value":"read","description":"Retrieve one or more files from the computer that runs n8n","action":"Read File(s) From Disk"},{"name":"Write File to Disk","value":"write","description":"Create a binary file on the computer that runs n8n","action":"Write File to Disk"}],"default":"read"},{"displayName":"File(s) Selector","name":"fileSelector","type":"string","default":"","required":true,"placeholder":"e.g. /home/user/Pictures/**/*.png","hint":"Supports patterns, learn more <a href=\"https://github.com/micromatch/picomatch#basic-globbing\" target=\"_blank\">here</a>","description":"Specify a file's path or path pattern to read multiple files. Always use forward-slashes for path separator even on Windows.","displayOptions":{"show":{"operation":["read"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"File Extension","name":"fileExtension","type":"string","default":"","placeholder":"e.g. zip","description":"Extension of the file in the output binary"},{"displayName":"File Name","name":"fileName","type":"string","default":"","placeholder":"e.g. data.zip","description":"Name of the file in the output binary"},{"displayName":"Mime Type","name":"mimeType","type":"string","default":"","placeholder":"e.g. application/zip","description":"Mime type of the file in the output binary"},{"displayName":"Put Output File in Field","name":"dataPropertyName","type":"string","default":"data","placeholder":"e.g. data","description":"By default 'data' is used","hint":"The name of the output binary field to put the file in"}],"displayOptions":{"show":{"operation":["read"]}}},{"displayName":"File Path and Name","name":"fileName","type":"string","default":"","required":true,"placeholder":"e.g. /data/example.jpg","description":"Path and name of the file that should be written. Also include the file extension.","displayOptions":{"show":{"operation":["write"]}}},{"displayName":"Input Binary Field","name":"dataPropertyName","type":"string","default":"data","placeholder":"e.g. data","required":true,"hint":"The name of the input binary field containing the file to be written","displayOptions":{"show":{"operation":["write"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Append","name":"append","type":"boolean","default":false,"description":"Whether to append to an existing file. While it's commonly used with text files, it's not limited to them, however, it wouldn't be applicable for file types that have a specific structure like most binary formats."}],"displayOptions":{"show":{"operation":["write"]}}}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"alias":["Binary","File","Text","Open","Import","Save","Export","Disk","Transfer"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Files/ReadWriteFile/readWriteFile.svg"},
{"displayName":"Convert to File","name":"convertToFile","group":["input"],"version":[1,1.1],"description":"Convert JSON data to binary data","defaults":{"name":"Convert to File"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Convert to CSV","value":"csv","action":"Convert to CSV","description":"Transform input data into a CSV file"},{"name":"Convert to HTML","value":"html","action":"Convert to HTML","description":"Transform input data into a table in an HTML file"},{"name":"Convert to ICS","value":"iCal","action":"Convert to ICS","description":"Converts each input item to an ICS event file"},{"name":"Convert to JSON","value":"toJson","action":"Convert to JSON","description":"Transform input data into a single or multiple JSON files"},{"name":"Convert to ODS","value":"ods","action":"Convert to ODS","description":"Transform input data into an ODS file"},{"name":"Convert to RTF","value":"rtf","action":"Convert to RTF","description":"Transform input data into a table in an RTF file"},{"name":"Convert to Text File","value":"toText","action":"Convert to text file","description":"Transform input data string into a file"},{"name":"Convert to XLS","value":"xls","action":"Convert to XLS","description":"Transform input data into an Excel file"},{"name":"Convert to XLSX","value":"xlsx","action":"Convert to XLSX","description":"Transform input data into an Excel file"},{"name":"Move Base64 String to File","value":"toBinary","action":"Move base64 string to file","description":"Convert a base64-encoded string into its original file format"}],"default":"csv"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"e.g data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"operation":["csv","html","rtf","ods","xls","xlsx"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Compression","name":"compression","type":"boolean","displayOptions":{"show":{"/operation":["xlsx","ods"]}},"default":false,"description":"Whether to reduce the output file size"},{"displayName":"Delimiter","name":"delimiter","type":"string","displayOptions":{"show":{"/operation":["csv"]}},"default":",","description":"The character to use to separate fields"},{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"Name of the output file"},{"displayName":"Header Row","name":"headerRow","type":"boolean","default":true,"description":"Whether the first row of the file contains the header names"},{"displayName":"Sheet Name","name":"sheetName","type":"string","displayOptions":{"show":{"/operation":["ods","xls","xlsx"]}},"default":"Sheet","description":"Name of the sheet to create in the spreadsheet","placeholder":"e.g. mySheet"}],"displayOptions":{"show":{"operation":["csv","html","rtf","ods","xls","xlsx"]}}},{"displayName":"Base64 Input Field","name":"sourceProperty","type":"string","default":"","required":true,"placeholder":"e.g data","requiresDataPath":"single","description":"The name of the input field that contains the base64 string to convert to a file. Use dot-notation for deep fields (e.g. 'level1.level2.currentKey').","displayOptions":{"show":{"operation":["toBinary"]}}},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"e.g data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"operation":["toBinary"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Add Byte Order Mark (BOM)","description":"Whether to add special marker at the start of your text file. This marker helps some programs understand how to read the file correctly.","name":"addBOM","displayOptions":{"show":{"encoding":["utf8","cesu8","ucs2"]}},"type":"boolean","default":false},{"displayName":"Data Is Base64","name":"dataIsBase64","type":"boolean","default":true,"description":"Whether the data is already base64 encoded","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Encoding","name":"encoding","type":"options","options":[{"name":"armscii8","value":"armscii8"},{"name":"ascii","value":"ascii"},{"name":"base64","value":"base64"},{"name":"big5hkscs","value":"big5hkscs"},{"name":"binary","value":"binary"},{"name":"cesu8","value":"cesu8"},{"name":"cp1046","value":"cp1046"},{"name":"cp1124","value":"cp1124"},{"name":"cp1125","value":"cp1125"},{"name":"cp1129","value":"cp1129"},{"name":"cp1133","value":"cp1133"},{"name":"cp1161","value":"cp1161"},{"name":"cp1162","value":"cp1162"},{"name":"cp1163","value":"cp1163"},{"name":"cp437","value":"cp437"},{"name":"cp720","value":"cp720"},{"name":"cp737","value":"cp737"},{"name":"cp775","value":"cp775"},{"name":"cp808","value":"cp808"},{"name":"cp850","value":"cp850"},{"name":"cp852","value":"cp852"},{"name":"cp855","value":"cp855"},{"name":"cp856","value":"cp856"},{"name":"cp857","value":"cp857"},{"name":"cp858","value":"cp858"},{"name":"cp860","value":"cp860"},{"name":"cp861","value":"cp861"},{"name":"cp862","value":"cp862"},{"name":"cp863","value":"cp863"},{"name":"cp864","value":"cp864"},{"name":"cp865","value":"cp865"},{"name":"cp866","value":"cp866"},{"name":"cp869","value":"cp869"},{"name":"cp922","value":"cp922"},{"name":"cp936","value":"cp936"},{"name":"cp949","value":"cp949"},{"name":"cp950","value":"cp950"},{"name":"eucjp","value":"eucjp"},{"name":"gb18030","value":"gb18030"},{"name":"gbk","value":"gbk"},{"name":"georgianacademy","value":"georgianacademy"},{"name":"georgianps","value":"georgianps"},{"name":"hex","value":"hex"},{"name":"hproman8","value":"hproman8"},{"name":"iso646cn","value":"iso646cn"},{"name":"iso646jp","value":"iso646jp"},{"name":"iso88591","value":"iso88591"},{"name":"iso885910","value":"iso885910"},{"name":"iso885911","value":"iso885911"},{"name":"iso885913","value":"iso885913"},{"name":"iso885914","value":"iso885914"},{"name":"iso885915","value":"iso885915"},{"name":"iso885916","value":"iso885916"},{"name":"iso88592","value":"iso88592"},{"name":"iso88593","value":"iso88593"},{"name":"iso88594","value":"iso88594"},{"name":"iso88595","value":"iso88595"},{"name":"iso88596","value":"iso88596"},{"name":"iso88597","value":"iso88597"},{"name":"iso88598","value":"iso88598"},{"name":"iso88599","value":"iso88599"},{"name":"koi8r","value":"koi8r"},{"name":"koi8ru","value":"koi8ru"},{"name":"koi8t","value":"koi8t"},{"name":"koi8u","value":"koi8u"},{"name":"maccenteuro","value":"maccenteuro"},{"name":"maccroatian","value":"maccroatian"},{"name":"maccyrillic","value":"maccyrillic"},{"name":"macgreek","value":"macgreek"},{"name":"maciceland","value":"maciceland"},{"name":"macintosh","value":"macintosh"},{"name":"macroman","value":"macroman"},{"name":"macromania","value":"macromania"},{"name":"macthai","value":"macthai"},{"name":"macturkish","value":"macturkish"},{"name":"macukraine","value":"macukraine"},{"name":"mik","value":"mik"},{"name":"pt154","value":"pt154"},{"name":"rk1048","value":"rk1048"},{"name":"shiftjis","value":"shiftjis"},{"name":"tcvn","value":"tcvn"},{"name":"tis620","value":"tis620"},{"name":"ucs2","value":"ucs2"},{"name":"utf16","value":"utf16"},{"name":"utf16be","value":"utf16be"},{"name":"utf32","value":"utf32"},{"name":"utf32be","value":"utf32be"},{"name":"utf32le","value":"utf32le"},{"name":"utf7","value":"utf7"},{"name":"utf7imap","value":"utf7imap"},{"name":"utf8","value":"utf8"},{"name":"viscii","value":"viscii"},{"name":"windows1250","value":"windows1250"},{"name":"windows1251","value":"windows1251"},{"name":"windows1252","value":"windows1252"},{"name":"windows1253","value":"windows1253"},{"name":"windows1254","value":"windows1254"},{"name":"windows1255","value":"windows1255"},{"name":"windows1256","value":"windows1256"},{"name":"windows1257","value":"windows1257"},{"name":"windows1258","value":"windows1258"},{"name":"windows874","value":"windows874"}],"default":"utf8","description":"Choose the character set to use to encode the data","displayOptions":{"hide":{"dataIsBase64":[true],"@version":[{"_cnd":{"gt":1}}]}}},{"displayName":"File Name","name":"fileName","type":"string","default":"","placeholder":"e.g. myFile","description":"Name of the output file"},{"displayName":"MIME Type","name":"mimeType","type":"string","default":"","placeholder":"e.g text/plain","description":"The MIME type of the output file. <a href=\"https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types/Common_types\" target=\"_blank\">Common MIME types</a>."}],"displayOptions":{"show":{"operation":["toBinary"]}}},{"displayName":"Text Input Field","name":"sourceProperty","type":"string","default":"","required":true,"placeholder":"e.g data","requiresDataPath":"single","description":"The name of the input field that contains a string to convert to a file. Use dot-notation for deep fields (e.g. 'level1.level2.currentKey').","displayOptions":{"show":{"operation":["toText"]}}},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"e.g data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"operation":["toText"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Add Byte Order Mark (BOM)","description":"Whether to add special marker at the start of your text file. This marker helps some programs understand how to read the file correctly.","name":"addBOM","displayOptions":{"show":{"encoding":["utf8","cesu8","ucs2"]}},"type":"boolean","default":false},{"displayName":"Encoding","name":"encoding","type":"options","options":[{"name":"armscii8","value":"armscii8"},{"name":"ascii","value":"ascii"},{"name":"base64","value":"base64"},{"name":"big5hkscs","value":"big5hkscs"},{"name":"binary","value":"binary"},{"name":"cesu8","value":"cesu8"},{"name":"cp1046","value":"cp1046"},{"name":"cp1124","value":"cp1124"},{"name":"cp1125","value":"cp1125"},{"name":"cp1129","value":"cp1129"},{"name":"cp1133","value":"cp1133"},{"name":"cp1161","value":"cp1161"},{"name":"cp1162","value":"cp1162"},{"name":"cp1163","value":"cp1163"},{"name":"cp437","value":"cp437"},{"name":"cp720","value":"cp720"},{"name":"cp737","value":"cp737"},{"name":"cp775","value":"cp775"},{"name":"cp808","value":"cp808"},{"name":"cp850","value":"cp850"},{"name":"cp852","value":"cp852"},{"name":"cp855","value":"cp855"},{"name":"cp856","value":"cp856"},{"name":"cp857","value":"cp857"},{"name":"cp858","value":"cp858"},{"name":"cp860","value":"cp860"},{"name":"cp861","value":"cp861"},{"name":"cp862","value":"cp862"},{"name":"cp863","value":"cp863"},{"name":"cp864","value":"cp864"},{"name":"cp865","value":"cp865"},{"name":"cp866","value":"cp866"},{"name":"cp869","value":"cp869"},{"name":"cp922","value":"cp922"},{"name":"cp936","value":"cp936"},{"name":"cp949","value":"cp949"},{"name":"cp950","value":"cp950"},{"name":"eucjp","value":"eucjp"},{"name":"gb18030","value":"gb18030"},{"name":"gbk","value":"gbk"},{"name":"georgianacademy","value":"georgianacademy"},{"name":"georgianps","value":"georgianps"},{"name":"hex","value":"hex"},{"name":"hproman8","value":"hproman8"},{"name":"iso646cn","value":"iso646cn"},{"name":"iso646jp","value":"iso646jp"},{"name":"iso88591","value":"iso88591"},{"name":"iso885910","value":"iso885910"},{"name":"iso885911","value":"iso885911"},{"name":"iso885913","value":"iso885913"},{"name":"iso885914","value":"iso885914"},{"name":"iso885915","value":"iso885915"},{"name":"iso885916","value":"iso885916"},{"name":"iso88592","value":"iso88592"},{"name":"iso88593","value":"iso88593"},{"name":"iso88594","value":"iso88594"},{"name":"iso88595","value":"iso88595"},{"name":"iso88596","value":"iso88596"},{"name":"iso88597","value":"iso88597"},{"name":"iso88598","value":"iso88598"},{"name":"iso88599","value":"iso88599"},{"name":"koi8r","value":"koi8r"},{"name":"koi8ru","value":"koi8ru"},{"name":"koi8t","value":"koi8t"},{"name":"koi8u","value":"koi8u"},{"name":"maccenteuro","value":"maccenteuro"},{"name":"maccroatian","value":"maccroatian"},{"name":"maccyrillic","value":"maccyrillic"},{"name":"macgreek","value":"macgreek"},{"name":"maciceland","value":"maciceland"},{"name":"macintosh","value":"macintosh"},{"name":"macroman","value":"macroman"},{"name":"macromania","value":"macromania"},{"name":"macthai","value":"macthai"},{"name":"macturkish","value":"macturkish"},{"name":"macukraine","value":"macukraine"},{"name":"mik","value":"mik"},{"name":"pt154","value":"pt154"},{"name":"rk1048","value":"rk1048"},{"name":"shiftjis","value":"shiftjis"},{"name":"tcvn","value":"tcvn"},{"name":"tis620","value":"tis620"},{"name":"ucs2","value":"ucs2"},{"name":"utf16","value":"utf16"},{"name":"utf16be","value":"utf16be"},{"name":"utf32","value":"utf32"},{"name":"utf32be","value":"utf32be"},{"name":"utf32le","value":"utf32le"},{"name":"utf7","value":"utf7"},{"name":"utf7imap","value":"utf7imap"},{"name":"utf8","value":"utf8"},{"name":"viscii","value":"viscii"},{"name":"windows1250","value":"windows1250"},{"name":"windows1251","value":"windows1251"},{"name":"windows1252","value":"windows1252"},{"name":"windows1253","value":"windows1253"},{"name":"windows1254","value":"windows1254"},{"name":"windows1255","value":"windows1255"},{"name":"windows1256","value":"windows1256"},{"name":"windows1257","value":"windows1257"},{"name":"windows1258","value":"windows1258"},{"name":"windows874","value":"windows874"}],"default":"utf8","description":"Choose the character set to use to encode the data"},{"displayName":"File Name","name":"fileName","type":"string","default":"","placeholder":"e.g. myFile","description":"Name of the output file"}],"displayOptions":{"show":{"operation":["toText"]}}},{"displayName":"Mode","name":"mode","type":"options","noDataExpression":true,"options":[{"name":"All Items to One File","value":"once"},{"name":"Each Item to Separate File","value":"each"}],"default":"once","displayOptions":{"show":{"operation":["toJson"]}}},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"e.g data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"operation":["toJson"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Add Byte Order Mark (BOM)","name":"addBOM","type":"boolean","default":false,"description":"Whether to add special marker at the start of your text file. This marker helps some programs understand how to read the file correctly.","displayOptions":{"show":{"encoding":["utf8","cesu8","ucs2"]}}},{"displayName":"Format","name":"format","type":"boolean","default":false,"description":"Whether to format the JSON data for easier reading"},{"displayName":"Encoding","name":"encoding","type":"options","options":[{"name":"armscii8","value":"armscii8"},{"name":"ascii","value":"ascii"},{"name":"base64","value":"base64"},{"name":"big5hkscs","value":"big5hkscs"},{"name":"binary","value":"binary"},{"name":"cesu8","value":"cesu8"},{"name":"cp1046","value":"cp1046"},{"name":"cp1124","value":"cp1124"},{"name":"cp1125","value":"cp1125"},{"name":"cp1129","value":"cp1129"},{"name":"cp1133","value":"cp1133"},{"name":"cp1161","value":"cp1161"},{"name":"cp1162","value":"cp1162"},{"name":"cp1163","value":"cp1163"},{"name":"cp437","value":"cp437"},{"name":"cp720","value":"cp720"},{"name":"cp737","value":"cp737"},{"name":"cp775","value":"cp775"},{"name":"cp808","value":"cp808"},{"name":"cp850","value":"cp850"},{"name":"cp852","value":"cp852"},{"name":"cp855","value":"cp855"},{"name":"cp856","value":"cp856"},{"name":"cp857","value":"cp857"},{"name":"cp858","value":"cp858"},{"name":"cp860","value":"cp860"},{"name":"cp861","value":"cp861"},{"name":"cp862","value":"cp862"},{"name":"cp863","value":"cp863"},{"name":"cp864","value":"cp864"},{"name":"cp865","value":"cp865"},{"name":"cp866","value":"cp866"},{"name":"cp869","value":"cp869"},{"name":"cp922","value":"cp922"},{"name":"cp936","value":"cp936"},{"name":"cp949","value":"cp949"},{"name":"cp950","value":"cp950"},{"name":"eucjp","value":"eucjp"},{"name":"gb18030","value":"gb18030"},{"name":"gbk","value":"gbk"},{"name":"georgianacademy","value":"georgianacademy"},{"name":"georgianps","value":"georgianps"},{"name":"hex","value":"hex"},{"name":"hproman8","value":"hproman8"},{"name":"iso646cn","value":"iso646cn"},{"name":"iso646jp","value":"iso646jp"},{"name":"iso88591","value":"iso88591"},{"name":"iso885910","value":"iso885910"},{"name":"iso885911","value":"iso885911"},{"name":"iso885913","value":"iso885913"},{"name":"iso885914","value":"iso885914"},{"name":"iso885915","value":"iso885915"},{"name":"iso885916","value":"iso885916"},{"name":"iso88592","value":"iso88592"},{"name":"iso88593","value":"iso88593"},{"name":"iso88594","value":"iso88594"},{"name":"iso88595","value":"iso88595"},{"name":"iso88596","value":"iso88596"},{"name":"iso88597","value":"iso88597"},{"name":"iso88598","value":"iso88598"},{"name":"iso88599","value":"iso88599"},{"name":"koi8r","value":"koi8r"},{"name":"koi8ru","value":"koi8ru"},{"name":"koi8t","value":"koi8t"},{"name":"koi8u","value":"koi8u"},{"name":"maccenteuro","value":"maccenteuro"},{"name":"maccroatian","value":"maccroatian"},{"name":"maccyrillic","value":"maccyrillic"},{"name":"macgreek","value":"macgreek"},{"name":"maciceland","value":"maciceland"},{"name":"macintosh","value":"macintosh"},{"name":"macroman","value":"macroman"},{"name":"macromania","value":"macromania"},{"name":"macthai","value":"macthai"},{"name":"macturkish","value":"macturkish"},{"name":"macukraine","value":"macukraine"},{"name":"mik","value":"mik"},{"name":"pt154","value":"pt154"},{"name":"rk1048","value":"rk1048"},{"name":"shiftjis","value":"shiftjis"},{"name":"tcvn","value":"tcvn"},{"name":"tis620","value":"tis620"},{"name":"ucs2","value":"ucs2"},{"name":"utf16","value":"utf16"},{"name":"utf16be","value":"utf16be"},{"name":"utf32","value":"utf32"},{"name":"utf32be","value":"utf32be"},{"name":"utf32le","value":"utf32le"},{"name":"utf7","value":"utf7"},{"name":"utf7imap","value":"utf7imap"},{"name":"utf8","value":"utf8"},{"name":"viscii","value":"viscii"},{"name":"windows1250","value":"windows1250"},{"name":"windows1251","value":"windows1251"},{"name":"windows1252","value":"windows1252"},{"name":"windows1253","value":"windows1253"},{"name":"windows1254","value":"windows1254"},{"name":"windows1255","value":"windows1255"},{"name":"windows1256","value":"windows1256"},{"name":"windows1257","value":"windows1257"},{"name":"windows1258","value":"windows1258"},{"name":"windows874","value":"windows874"}],"default":"utf8","description":"Choose the character set to use to encode the data"},{"displayName":"File Name","name":"fileName","type":"string","default":"","placeholder":"e.g. myFile.json","description":"Name of the output file"}],"displayOptions":{"show":{"operation":["toJson"]}}},{"displayName":"Event Title","name":"title","type":"string","default":"","placeholder":"e.g. New Event","displayOptions":{"show":{"operation":["iCal"]}}},{"displayName":"Start","name":"start","type":"dateTime","default":"","required":true,"description":"Date and time at which the event begins. (For all-day events, the time will be ignored.).","displayOptions":{"show":{"operation":["iCal"]}}},{"displayName":"End","name":"end","type":"dateTime","default":"","required":true,"description":"Date and time at which the event ends. (For all-day events, the time will be ignored.).","hint":"If not set, will be equal to the start date","displayOptions":{"show":{"operation":["iCal"]}}},{"displayName":"All Day","name":"allDay","type":"boolean","default":false,"description":"Whether the event lasts all day or not","displayOptions":{"show":{"operation":["iCal"]}}},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"hint":"The name of the output binary field to put the file in","description":"The field that your iCalendar file will be available under in the output","displayOptions":{"show":{"operation":["iCal"]}}},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attendees","name":"attendeesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Attendee","default":{},"options":[{"displayName":"Attendees","name":"attendeeValues","values":[{"displayName":"Name","name":"name","type":"string","required":true,"default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"e.g. name@email.com","required":true,"default":""},{"displayName":"RSVP","name":"rsvp","type":"boolean","default":false,"description":"Whether the attendee has to confirm attendance or not"}]}]},{"displayName":"Busy Status","name":"busyStatus","type":"options","options":[{"name":"Busy","value":"BUSY"},{"name":"Tentative","value":"TENTATIVE"}],"default":"","description":"Used to specify busy status for Microsoft applications, like Outlook"},{"displayName":"Calendar Name","name":"calName","type":"string","default":"","description":"Specifies the calendar (not event) name. Used by Apple iCal and Microsoft Outlook. <a href=\"https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxcical/1da58449-b97e-46bd-b018-a1ce576f3e6d\">More info</a>."},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"File Name","name":"fileName","type":"string","default":"","placeholder":"e.g. event.ics","description":"The name of the file to be generated. Default name is event.ics."},{"displayName":"Geolocation","name":"geolocationUi","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add Geolocation","default":{},"options":[{"displayName":"Geolocation","name":"geolocationValues","values":[{"displayName":"Latitude","name":"lat","type":"string","default":""},{"displayName":"Longitude","name":"lon","type":"string","default":""}]}]},{"displayName":"Location","name":"location","type":"string","default":"","description":"The intended venue"},{"displayName":"Recurrence Rule","name":"recurrenceRule","type":"string","default":"","description":"A rule to define the repeat pattern of the event (RRULE). (<a href=\"https://icalendar.org/rrule-tool.html\">Rule generator</a>)."},{"displayName":"Organizer","name":"organizerUi","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add Organizer","default":{},"options":[{"displayName":"Organizer","name":"organizerValues","values":[{"displayName":"Name","name":"name","type":"string","default":"","required":true},{"displayName":"Email","name":"email","type":"string","placeholder":"e.g. name@email.com","default":"","required":true}]}]},{"displayName":"Sequence","name":"sequence","type":"number","default":0,"description":"When sending an update for an event (with the same uid), defines the revision sequence number"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Confirmed","value":"CONFIRMED"},{"name":"Cancelled","value":"CANCELLED"},{"name":"Tentative","value":"TENTATIVE"}],"default":"CONFIRMED"},{"displayName":"UID","name":"uid","type":"string","default":"","description":"Universally unique ID for the event (will be auto-generated if not specified here). Should be globally unique."},{"displayName":"URL","name":"url","type":"string","default":"","description":"URL associated with event"},{"displayName":"Use Workflow Timezone","name":"useWorkflowTimezone","type":"boolean","default":false,"description":"Whether to use the workflow timezone set in node's settings rather than UTC"}],"displayOptions":{"show":{"operation":["iCal"]}}}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files","Data Transformation"]},"alias":["CSV","Spreadsheet","Excel","xls","xlsx","ods","tabular","encode","encoding","Move Binary Data","Binary","File","JSON","HTML","ICS","iCal","RTF","64","Base64"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.converttofile/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Files/ConvertToFile/convertToFile.svg","dark":"icons/n8n-nodes-base/dist/nodes/Files/ConvertToFile/convertToFile.dark.svg"}},
{"displayName":"Extract from File","name":"extractFromFile","group":["input"],"version":[1,1.1],"description":"Convert binary data to JSON","defaults":{"name":"Extract from File"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Extract From CSV","value":"csv","action":"Extract from CSV","description":"Transform a CSV file into output items"},{"name":"Extract From HTML","value":"html","action":"Extract from HTML","description":"Transform a table in an HTML file into output items"},{"name":"Extract From ICS","value":"fromIcs","action":"Extract from ICS","description":"Transform a ICS file into output items"},{"name":"Extract From JSON","value":"fromJson","action":"Extract from JSON","description":"Transform a JSON file into output items"},{"name":"Extract From ODS","value":"ods","action":"Extract from ODS","description":"Transform an ODS file into output items"},{"name":"Extract From PDF","value":"pdf","action":"Extract from PDF","description":"Extracts the content and metadata from a PDF file"},{"name":"Extract From RTF","value":"rtf","action":"Extract from RTF","description":"Transform a table in an RTF file into output items"},{"name":"Extract From Text File","value":"text","action":"Extract from text file","description":"Extracts the content of a text file"},{"name":"Extract From XML","value":"xml","action":"Extract from XML","description":"Extracts the content of an XML file"},{"name":"Extract From XLS","value":"xls","action":"Extract from XLS","description":"Transform an Excel file into output items"},{"name":"Extract From XLSX","value":"xlsx","action":"Extract from XLSX","description":"Transform an Excel file into output items"},{"name":"Move File to Base64 String","value":"binaryToPropery","action":"Move file to base64 string","description":"Convert a file into a base64-encoded string"}],"default":"csv"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"","hint":"The name of the input field containing the file data to be processed","displayOptions":{"show":{"operation":["csv","html","rtf","ods","xls","xlsx"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["csv","html","rtf","ods","xls","xlsx"]}},"options":[{"displayName":"Delimiter","name":"delimiter","type":"string","displayOptions":{"show":{"/operation":["csv"]}},"default":",","placeholder":"e.g. ,","description":"Set the field delimiter, usually a comma"},{"displayName":"Encoding","name":"encoding","type":"options","displayOptions":{"show":{"/operation":["csv"]}},"options":[{"name":"ASCII","value":"ascii"},{"name":"Latin1","value":"latin1"},{"name":"UCS-2","value":"ucs-2"},{"name":"UCS2","value":"ucs2"},{"name":"UTF-8","value":"utf-8"},{"name":"UTF16LE","value":"utf16le"},{"name":"UTF8","value":"utf8"}],"default":"utf-8"},{"displayName":"Exclude Byte Order Mark (BOM)","name":"enableBOM","type":"boolean","displayOptions":{"show":{"/operation":["csv"]}},"default":false,"description":"Whether to detect and exclude the byte-order-mark from the CSV Input if present"},{"displayName":"Preserve Quotes","name":"relaxQuotes","type":"boolean","displayOptions":{"show":{"/operation":["csv"]}},"default":false,"description":"Whether to handle unclosed quotes in CSV fields as part of the field's content instead of throwing a parsing error"},{"displayName":"Header Row","name":"headerRow","type":"boolean","default":true,"description":"Whether the first row of the file contains the header names","displayOptions":{"show":{"/operation":["ods","xls","xlsx","csv","html"]}}},{"displayName":"Include Empty Cells","name":"includeEmptyCells","type":"boolean","default":false,"description":"Whether to include empty cells when reading from file. They will be filled with an empty string.","displayOptions":{"show":{"/operation":["ods","xls","xlsx","csv","html"]}}},{"displayName":"Max Number of Rows to Load","name":"maxRowCount","type":"number","displayOptions":{"show":{"/operation":["csv"]}},"default":-1,"placeholder":"e.g. 10","description":"Stop handling records after the requested number of rows are read. Use -1 if you want to load all rows."},{"displayName":"Range","name":"range","type":"string","default":"","description":"The range to read from the table. If set to a number it will be the starting row. If set to string it will be used as A1-style notation range.","displayOptions":{"show":{"/operation":["ods","xls","xlsx"]}}},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return RAW data, instead of parsing it"},{"displayName":"Read As String","name":"readAsString","type":"boolean","default":false,"description":"In some cases and file formats, it is necessary to read as string to ensure special characters are interpreted correctly"},{"displayName":"Sheet Name","name":"sheetName","type":"string","default":"Sheet","placeholder":"e.g. mySheet","description":"Name of the sheet to read from in the spreadsheet","displayOptions":{"show":{"/operation":["ods","xls","xlsx"]}}},{"displayName":"Starting Line","name":"fromLine","type":"number","displayOptions":{"show":{"/operation":["csv"]}},"default":0,"placeholder":"e.g. 0","description":"Start handling records from the requested line number. Starts at 0."},{"displayName":"Skip Records With Errors","name":"skipRecordsWithErrors","type":"fixedCollection","default":{"value":{"enabled":true,"maxSkippedRecords":-1}},"options":[{"displayName":"Value","name":"value","values":[{"displayName":"Enabled","name":"enabled","type":"boolean","default":false,"description":"Whether to skip records with errors when reading from file"},{"displayName":"Max Skipped Records","name":"maxSkippedRecords","type":"number","default":-1,"description":"The maximum number of records that can be skipped, will throw an error if exceeded. Set to -1 to remove limit."}]}],"displayOptions":{"show":{"/operation":["csv"]}}}]},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"e.g data","hint":"The name of the input field containing the file data to be processed","displayOptions":{"show":{"operation":["binaryToPropery","fromJson","text","fromIcs","xml"]}}},{"displayName":"Destination Output Field","name":"destinationKey","type":"string","default":"data","required":true,"placeholder":"e.g data","description":"The name of the output field that will contain the extracted data","displayOptions":{"show":{"operation":["binaryToPropery","fromJson","text","fromIcs","xml"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"File Encoding","name":"encoding","type":"options","options":[{"name":"armscii8","value":"armscii8"},{"name":"ascii","value":"ascii"},{"name":"base64","value":"base64"},{"name":"big5hkscs","value":"big5hkscs"},{"name":"binary","value":"binary"},{"name":"cesu8","value":"cesu8"},{"name":"cp1046","value":"cp1046"},{"name":"cp1124","value":"cp1124"},{"name":"cp1125","value":"cp1125"},{"name":"cp1129","value":"cp1129"},{"name":"cp1133","value":"cp1133"},{"name":"cp1161","value":"cp1161"},{"name":"cp1162","value":"cp1162"},{"name":"cp1163","value":"cp1163"},{"name":"cp437","value":"cp437"},{"name":"cp720","value":"cp720"},{"name":"cp737","value":"cp737"},{"name":"cp775","value":"cp775"},{"name":"cp808","value":"cp808"},{"name":"cp850","value":"cp850"},{"name":"cp852","value":"cp852"},{"name":"cp855","value":"cp855"},{"name":"cp856","value":"cp856"},{"name":"cp857","value":"cp857"},{"name":"cp858","value":"cp858"},{"name":"cp860","value":"cp860"},{"name":"cp861","value":"cp861"},{"name":"cp862","value":"cp862"},{"name":"cp863","value":"cp863"},{"name":"cp864","value":"cp864"},{"name":"cp865","value":"cp865"},{"name":"cp866","value":"cp866"},{"name":"cp869","value":"cp869"},{"name":"cp922","value":"cp922"},{"name":"cp936","value":"cp936"},{"name":"cp949","value":"cp949"},{"name":"cp950","value":"cp950"},{"name":"eucjp","value":"eucjp"},{"name":"gb18030","value":"gb18030"},{"name":"gbk","value":"gbk"},{"name":"georgianacademy","value":"georgianacademy"},{"name":"georgianps","value":"georgianps"},{"name":"hex","value":"hex"},{"name":"hproman8","value":"hproman8"},{"name":"iso646cn","value":"iso646cn"},{"name":"iso646jp","value":"iso646jp"},{"name":"iso88591","value":"iso88591"},{"name":"iso885910","value":"iso885910"},{"name":"iso885911","value":"iso885911"},{"name":"iso885913","value":"iso885913"},{"name":"iso885914","value":"iso885914"},{"name":"iso885915","value":"iso885915"},{"name":"iso885916","value":"iso885916"},{"name":"iso88592","value":"iso88592"},{"name":"iso88593","value":"iso88593"},{"name":"iso88594","value":"iso88594"},{"name":"iso88595","value":"iso88595"},{"name":"iso88596","value":"iso88596"},{"name":"iso88597","value":"iso88597"},{"name":"iso88598","value":"iso88598"},{"name":"iso88599","value":"iso88599"},{"name":"koi8r","value":"koi8r"},{"name":"koi8ru","value":"koi8ru"},{"name":"koi8t","value":"koi8t"},{"name":"koi8u","value":"koi8u"},{"name":"maccenteuro","value":"maccenteuro"},{"name":"maccroatian","value":"maccroatian"},{"name":"maccyrillic","value":"maccyrillic"},{"name":"macgreek","value":"macgreek"},{"name":"maciceland","value":"maciceland"},{"name":"macintosh","value":"macintosh"},{"name":"macroman","value":"macroman"},{"name":"macromania","value":"macromania"},{"name":"macthai","value":"macthai"},{"name":"macturkish","value":"macturkish"},{"name":"macukraine","value":"macukraine"},{"name":"mik","value":"mik"},{"name":"pt154","value":"pt154"},{"name":"rk1048","value":"rk1048"},{"name":"shiftjis","value":"shiftjis"},{"name":"tcvn","value":"tcvn"},{"name":"tis620","value":"tis620"},{"name":"ucs2","value":"ucs2"},{"name":"utf16","value":"utf16"},{"name":"utf16be","value":"utf16be"},{"name":"utf32","value":"utf32"},{"name":"utf32be","value":"utf32be"},{"name":"utf32le","value":"utf32le"},{"name":"utf7","value":"utf7"},{"name":"utf7imap","value":"utf7imap"},{"name":"utf8","value":"utf8"},{"name":"viscii","value":"viscii"},{"name":"windows1250","value":"windows1250"},{"name":"windows1251","value":"windows1251"},{"name":"windows1252","value":"windows1252"},{"name":"windows1253","value":"windows1253"},{"name":"windows1254","value":"windows1254"},{"name":"windows1255","value":"windows1255"},{"name":"windows1256","value":"windows1256"},{"name":"windows1257","value":"windows1257"},{"name":"windows1258","value":"windows1258"},{"name":"windows874","value":"windows874"}],"default":"utf8","description":"Specify the encoding of the file, defaults to UTF-8"},{"displayName":"Strip BOM","name":"stripBOM","displayOptions":{"show":{"encoding":["utf8","cesu8","ucs2"]}},"type":"boolean","default":true,"description":"Whether to strip the BOM (Byte Order Mark) from the file, this could help in an environment where the presence of the BOM is causing issues or inconsistencies"},{"displayName":"Keep Source","name":"keepSource","type":"options","default":"json","options":[{"name":"JSON","value":"json","description":"Include JSON data of the input item"},{"name":"Binary","value":"binary","description":"Include binary data of the input item"},{"name":"Both","value":"both","description":"Include both JSON and binary data of the input item"}]}],"displayOptions":{"show":{"operation":["binaryToPropery","fromJson","text","fromIcs","xml"]}}},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"e.g data","hint":"The name of the input binary field containing the file to be extracted","displayOptions":{"show":{"operation":["pdf"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Join Pages","name":"joinPages","type":"boolean","default":true,"description":"Whether to join the text from all pages or return an array of text from each page"},{"displayName":"Keep Source","name":"keepSource","type":"options","default":"json","options":[{"name":"JSON","value":"json","description":"Include JSON data of the input item"},{"name":"Binary","value":"binary","description":"Include binary data of the input item"},{"name":"Both","value":"both","description":"Include both JSON and binary data of the input item"}]},{"displayName":"Max Pages","name":"maxPages","type":"number","default":0,"description":"Maximum number of pages to include"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"Prowide password, if the PDF is encrypted"}],"displayOptions":{"show":{"operation":["pdf"]}}}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files","Data Transformation"]},"alias":["CSV","Spreadsheet","Excel","xls","xlsx","ods","tabular","decode","decoding","Move Binary Data","Binary","File","PDF","JSON","HTML","ICS","iCal","txt","Text","RTF","XML","64","Base64","Convert"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.extractfromfile/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Files/ExtractFromFile/extractFromFile.svg","dark":"icons/n8n-nodes-base/dist/nodes/Files/ExtractFromFile/extractFromFile.dark.svg"}},
{"displayName":"Filter","name":"filter","icon":"fa:filter","iconColor":"light-blue","group":["transform"],"description":"Keep only items matching a condition","defaultVersion":2.3,"version":[2,2.1,2.2,2.3],"defaults":{"name":"Filter","color":"#229eff"},"inputs":["main"],"outputs":["main"],"outputNames":["Kept","Discarded"],"parameterPane":"wide","properties":[{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"filter","default":{},"typeOptions":{"filter":{"caseSensitive":"={{!$parameter.options.ignoreCase}}","typeValidation":"={{ ($nodeVersion < 2.1 ? $parameter.options.looseTypeValidation :  $parameter.looseTypeValidation) ? \"loose\" : \"strict\" }}","version":"={{ $nodeVersion >= 2.3 ? 3 : $nodeVersion >= 2.2 ? 2 : 1 }}"}}},{"displayName":"Convert types where required","description":"If the type of an expression doesn't match the type of the comparison, n8n will try to cast the expression to the required type. E.g. for booleans <code>\"false\"</code> or <code>0</code> will be cast to <code>false</code>","name":"looseTypeValidation","type":"boolean","default":false,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.1}}]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Ignore Case","description":"Whether to ignore letter case when evaluating conditions","name":"ignoreCase","type":"boolean","default":true},{"displayName":"Convert types where required","description":"If the type of an expression doesn't match the type of the comparison, n8n will try to cast the expression to the required type. E.g. for booleans <code>\"false\"</code> or <code>0</code> will be cast to <code>false</code>","name":"looseTypeValidation","type":"boolean","default":true,"displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.1}}]}}}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"alias":["Router","Filter","Condition","Logic","Boolean","Branch"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.filter/"}]}}},
{"displayName":"Filter","name":"filter","icon":"fa:filter","iconColor":"light-blue","group":["transform"],"description":"Keep only items matching a condition","defaultVersion":2.3,"version":1,"defaults":{"name":"Filter","color":"#229eff"},"inputs":["main"],"outputs":["main"],"outputNames":["Kept","Discarded"],"properties":[{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"description":"The type of values to compare","default":{},"options":[{"name":"boolean","displayName":"Boolean","values":[{"displayName":"Value 1","name":"value1","type":"boolean","default":false,"description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"}],"default":"equal","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"boolean","default":false,"description":"The value to compare with the first one"}]},{"name":"dateTime","displayName":"Date & Time","values":[{"displayName":"Value 1","name":"value1","type":"dateTime","default":"","description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Occurred After","value":"after"},{"name":"Occurred Before","value":"before"}],"default":"after","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"dateTime","default":"","description":"The value to compare with the first one"}]},{"name":"number","displayName":"Number","values":[{"displayName":"Value 1","name":"value1","type":"number","default":0,"description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Smaller","value":"smaller"},{"name":"Smaller or Equal","value":"smallerEqual"},{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"},{"name":"Larger","value":"larger"},{"name":"Larger or Equal","value":"largerEqual"},{"name":"Is Empty","value":"isEmpty"},{"name":"Is Not Empty","value":"isNotEmpty"}],"default":"smaller","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"number","displayOptions":{"hide":{"operation":["isEmpty","isNotEmpty"]}},"default":0,"description":"The value to compare with the first one"}]},{"name":"string","displayName":"String","values":[{"displayName":"Value 1","name":"value1","type":"string","default":"","description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Contains","value":"contains"},{"name":"Not Contains","value":"notContains"},{"name":"Ends With","value":"endsWith"},{"name":"Not Ends With","value":"notEndsWith"},{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"},{"name":"Regex Match","value":"regex"},{"name":"Regex Not Match","value":"notRegex"},{"name":"Starts With","value":"startsWith"},{"name":"Not Starts With","value":"notStartsWith"},{"name":"Is Empty","value":"isEmpty"},{"name":"Is Not Empty","value":"isNotEmpty"}],"default":"equal","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"string","displayOptions":{"hide":{"operation":["isEmpty","isNotEmpty","regex","notRegex"]}},"default":"","description":"The value to compare with the first one"},{"displayName":"Regex","name":"value2","type":"string","displayOptions":{"show":{"operation":["regex","notRegex"]}},"default":"","placeholder":"/text/i","description":"The regex which has to match"}]}]},{"displayName":"Combine Conditions","name":"combineConditions","type":"options","options":[{"name":"AND","description":"Items are passed to the next node only if they meet all the conditions","value":"AND"},{"name":"OR","description":"Items are passed to the next node if they meet at least one condition","value":"OR"}],"default":"AND","description":"How to combine the conditions: AND requires all conditions to be true, OR requires at least one condition to be true"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"alias":["Router","Filter","Condition","Logic","Boolean","Branch"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.filter/"}]}}},
{"displayName":"Flow","name":"flow","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Flow API","defaults":{"name":"Flow"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"flowApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Task","value":"task","description":"Tasks are units of work that can be private or assigned to a list. Through this endpoint, you can manipulate your tasks in Flow, including creating new ones."}],"default":"task"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a new task","action":"Create a task"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"},{"name":"Get","value":"get","description":"Get a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get many tasks","action":"Get many tasks"}],"default":"create"},{"displayName":"Workspace ID","name":"workspaceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"description":"Create resources under the given workspace"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"description":"The title of the task"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Owner ID","name":"ownerid","type":"string","default":"","description":"The ID of the account to whom this task will be assigned"},{"displayName":"List ID","name":"listID","type":"string","default":"","description":"Put the new task in a list (\"project\"). Omit this param to have the task be private."},{"displayName":"Starts On","name":"startsOn","type":"dateTime","default":"","description":"The date on which the task should start"},{"displayName":"Due On","name":"dueOn","type":"dateTime","default":"","description":"The date on which the task should be due"},{"displayName":"Mirror Parent Subscribers","name":"mirrorParentSubscribers","type":"boolean","default":false,"description":"Whether this task will be a subtask, and this is true, the parent tasks's subscribers will be mirrored to this one"},{"displayName":"Mirror Parent Tags","name":"mirrorParentTags","type":"boolean","default":false,"description":"Whether this task will be a subtask, and this is true, the parent tasks's tags will be mirrored to this one"},{"displayName":"Note Content","name":"noteContent","type":"string","default":"","description":"Provide the content for the task's note"},{"displayName":"Note Mime Type","name":"noteMimeType","type":"options","default":"text/plain","options":[{"name":"text/plain","value":"text/plain"},{"name":"text/x-markdown","value":"text/x-markdown"},{"name":"text/html","value":"text/html"}],"description":"Identify which markup language is used to format the given note"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"If provided, this task will become a subtask of the given task"},{"displayName":"Position List","name":"positionList","type":"number","default":0,"description":"Determines the sort order when showing tasks in, or grouped by, a list"},{"displayName":"Position Upcoming","name":"positionUpcoming","type":"number","default":0,"description":"Determines the sort order when showing tasks grouped by their due_date"},{"displayName":"Position","name":"position","type":"number","default":0,"description":"Determines the sort order of tasks"},{"displayName":"Section ID","name":"sectionId","type":"string","default":"","description":"Specify which section under which to create this task"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"A list of tag names to apply to the new task separated by a comma (,)"}]},{"displayName":"Workspace ID","name":"workspaceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"description":"Create resources under the given workspace"},{"displayName":"Task ID","name":"taskId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Update Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The title of the task"},{"displayName":"Completed","name":"completed","type":"boolean","default":false,"description":"Whether to complete the task"},{"displayName":"Owner ID","name":"ownerid","type":"string","default":"","description":"The ID of the account to whom this task will be assigned"},{"displayName":"List ID","name":"listID","type":"string","default":"","description":"Put the new task in a list (\"project\"). Omit this param to have the task be private."},{"displayName":"Starts On","name":"startsOn","type":"dateTime","default":"","description":"The date on which the task should start"},{"displayName":"Due On","name":"dueOn","type":"dateTime","default":"","description":"The date on which the task should be due"},{"displayName":"Mirror Parent Subscribers","name":"mirrorParentSubscribers","type":"boolean","default":false,"description":"Whether this task will be a subtask, and this is true, the parent tasks's subscribers will be mirrored to this one"},{"displayName":"Mirror Parent Tags","name":"mirrorParentTags","type":"boolean","default":false,"description":"Whether this task will be a subtask, and this is true, the parent tasks's tags will be mirrored to this one"},{"displayName":"Note Content","name":"noteContent","type":"string","default":"","description":"Provide the content for the task's note"},{"displayName":"Note Mime Type","name":"noteMimeType","type":"options","default":"text/plain","options":[{"name":"Text/plain","value":"text/plain"},{"name":"text/x-markdown","value":"text/x-markdown"},{"name":"Text/html","value":"text/html"}],"description":"Identify which markup language is used to format the given note"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"If provided, this task will become a subtask of the given task"},{"displayName":"Position List","name":"positionList","type":"number","default":0,"description":"Determines the sort order when showing tasks in, or grouped by, a list"},{"displayName":"Position Upcoming","name":"positionUpcoming","type":"number","default":0,"description":"Determines the sort order when showing tasks grouped by their due_date"},{"displayName":"Position","name":"position","type":"number","default":0,"description":"Determines the sort order of tasks"},{"displayName":"Section ID","name":"sectionId","type":"string","default":"","description":"Specify which section under which to create this task"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"A list of tag names to apply to the new task separated by a comma (,)"}]},{"displayName":"Task ID","name":"taskId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["get"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["get"]}},"options":[{"displayName":"Include","name":"include","type":"multiOptions","default":[],"options":[{"name":"Schedule","value":"schedule"},{"name":"Files","value":"files"},{"name":"File Associations","value":"file_associations"},{"name":"Parent","value":"parent"}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"options":[{"displayName":"Include","name":"include","type":"multiOptions","default":[],"options":[{"name":"Schedule","value":"schedule"},{"name":"Files","value":"files"},{"name":"File Associations","value":"file_associations"},{"name":"Parent","value":"parent"}]},{"displayName":"Order","name":"order","type":"options","default":"created_at","options":[{"name":"Account ID","value":"account_id"},{"name":"Completed At","value":"completed_at"},{"name":"Created At","value":"created_at"},{"name":"Due On","value":"due_on"},{"name":"List ID","value":"list_id"},{"name":"Name","value":"name"},{"name":"Owner ID","value":"owner_id"},{"name":"Position","value":"position"},{"name":"Section ID","value":"section_id"},{"name":"Starts On","value":"starts_on"},{"name":"Updated At","value":"updated_at"}]},{"displayName":"Workspace ID","name":"workspaceId","type":"string","default":"","description":"Create resources under the given workspace"},{"displayName":"Created Before","name":"createdBefore","type":"dateTime","default":"","description":"Select resources created before a certain time"},{"displayName":"Created After","name":"createdAfter","type":"dateTime","default":"","description":"Select resources created after a certain time"},{"displayName":"Update Before","name":"updateBefore","type":"dateTime","default":"","description":"Select resources updated before a certain time"},{"displayName":"Update After","name":"updateAfter","type":"dateTime","default":"","description":"Select resources updated after a certain time"},{"displayName":"Deleted","name":"deleted","type":"boolean","default":false,"description":"Whether to select deleted resources"},{"displayName":"Cleared","name":"cleared","type":"boolean","default":false,"description":"Whether to select cleared resources"}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.flow/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/flow/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Flow/flow.svg"},
{"displayName":"Flow Trigger","name":"flowTrigger","group":["trigger"],"version":1,"description":"Handle Flow events via webhooks","defaults":{"name":"Flow Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"flowApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"","options":[{"name":"Project","value":"list"},{"name":"Task","value":"task"}],"description":"Resource that triggers the webhook"},{"displayName":"Project ID","name":"listIds","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["list"]},"hide":{"resource":["task"]}},"description":"Lists IDs, perhaps known better as \"Projects\" separated by a comma (,)"},{"displayName":"Task ID","name":"taskIds","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"]},"hide":{"resource":["list"]}},"description":"Task IDs separated by a comma (,)"}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.flowtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/flow/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Flow/flow.svg"},
{"displayName":"n8n Form","name":"form","group":["input"],"version":[1,2.3,2.4,2.5],"description":"Generate webforms in n8n and pass their responses to the workflow","defaults":{"name":"Form"},"builderHint":{"relatedNodes":[{"nodeType":"n8n-nodes-base.formTrigger","relationHint":"Creates additional pages/steps after the trigger"}]},"inputs":["main"],"outputs":["main"],"waitingNodeTooltip":"=Execution will continue when form is submitted on <a href=\"{{ $execution.resumeFormUrl }}\" target=\"_blank\">{{ $execution.resumeFormUrl }}</a>","webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","path":"","restartWebhook":true,"isFullPath":true,"nodeType":"form"},{"name":"default","httpMethod":"POST","responseMode":"responseNode","path":"","restartWebhook":true,"isFullPath":true,"nodeType":"form"}],"properties":[{"displayName":"An n8n Form Trigger node must be set up before this node","name":"triggerNotice","type":"notice","default":""},{"displayName":"Page Type","name":"operation","type":"options","default":"page","noDataExpression":true,"options":[{"name":"Next Form Page","value":"page"},{"name":"Form Ending","value":"completion"}]},{"displayName":"Define Form","name":"defineForm","type":"options","noDataExpression":true,"options":[{"name":"Using Fields Below","value":"fields"},{"name":"Using JSON","value":"json"}],"default":"fields","displayOptions":{"show":{"operation":["page"]}}},{"displayName":"Form Fields","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n  {\n    \"fieldLabel\": \"Name\",\n    \"placeholder\": \"enter your name\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Age\",\n    \"fieldType\": \"number\",\n    \"placeholder\": \"enter your age\"\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Textarea\",\n    \"fieldType\": \"textarea\"\n  },\n  {\n    \"fieldLabel\": \"Dropdown Options\",\n    \"fieldType\": \"dropdown\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    },\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Checkboxes\",\n    \"fieldType\": \"checkbox\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Radio\",\n    \"fieldType\": \"radio\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"placeholder\": \"me@mail.con\"\n  },\n  {\n    \"fieldLabel\": \"File\",\n    \"fieldType\": \"file\",\n    \"multipleFiles\": true,\n    \"acceptFileTypes\": \".jpg, .png\"\n  },\n  {\n    \"fieldLabel\": \"Number\",\n    \"fieldType\": \"number\"\n  },\n  {\n    \"fieldLabel\": \"Password\",\n    \"fieldType\": \"password\"\n  }\n]\n","validateType":"form-fields","ignoreValidationDuringExecution":true,"hint":"<a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/\" target=\"_blank\">See docs</a> for field syntax","displayOptions":{"show":{"defineForm":["json"],"operation":["page"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.5}}],"defineForm":["fields"],"operation":["page"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"hideOptionalFields":true,"addOptionalFieldButtonText":"Add Attributes","fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.5}}],"defineForm":["fields"],"operation":["page"]}}},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"boolean","default":false,"description":"Whether to limit the time this node should wait for a user response before execution resumes","displayOptions":{"show":{"operation":["page"]}}},{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}],"displayOptions":{"show":{"limitWaitTime":[true],"operation":["page"]}}},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"],"limitWaitTime":[true],"operation":["page"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"],"limitWaitTime":[true],"operation":["page"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"],"limitWaitTime":[true],"operation":["page"]}},"default":"","description":"Continue execution after the specified date and time"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Form Title","name":"formTitle","type":"string","default":"","placeholder":"e.g. Contact us","required":false,"description":"Shown at the top of the form"},{"displayName":"Form Description","name":"formDescription","type":"string","default":"","placeholder":"e.g. We'll get back to you soon","description":"Shown underneath the Form Title. Can be used to prompt the user on how to complete the form. Accepts HTML. Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags.","typeOptions":{"rows":2}},{"displayName":"Button Label","name":"buttonLabel","type":"string","default":"Submit"},{"displayName":"Custom Form Styling","name":"customCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the public form interface with CSS"}],"displayOptions":{"show":{"operation":["page"]}}},{"displayName":"On n8n Form Submission","name":"respondWith","type":"options","default":"text","options":[{"name":"Show Completion Screen","value":"text","description":"Show a response text to the user"},{"name":"Redirect to URL","value":"redirect","description":"Redirect the user to a URL"},{"name":"Show Text","value":"showText","description":"Display simple text or HTML"},{"name":"Return Binary File","value":"returnBinary","description":"Return incoming binary file"}],"displayOptions":{"show":{"operation":["completion"]}}},{"displayName":"URL","name":"redirectUrl","validateType":"url","type":"string","default":"","required":true,"displayOptions":{"show":{"respondWith":["redirect"],"operation":["completion"]}}},{"displayName":"Completion Title","name":"completionTitle","type":"string","default":"","required":true,"displayOptions":{"show":{"respondWith":["text","returnBinary"],"operation":["completion"]}}},{"displayName":"Completion Message","name":"completionMessage","type":"string","default":"","typeOptions":{"rows":2},"displayOptions":{"show":{"respondWith":["text","returnBinary"],"operation":["completion"]}}},{"displayName":"Text","name":"responseText","type":"string","displayOptions":{"show":{"respondWith":["showText"],"operation":["completion"]}},"typeOptions":{"rows":2},"default":"","placeholder":"e.g. Thanks for filling the form","description":"The text to display on the page. Use HTML to show a customized web page."},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","displayOptions":{"show":{"respondWith":["returnBinary"],"operation":["completion"]}},"default":"data","placeholder":"e.g. data","description":"Find the name of input field containing the binary data to return in the Input panel on the left, in the Binary tab","hint":"The name of the input field containing the binary file data to be returned"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"boolean","default":false,"description":"Whether to limit the time this node should wait for a user response before execution resumes","displayOptions":{"show":{"operation":["completion"]}}},{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}],"displayOptions":{"show":{"limitWaitTime":[true],"operation":["completion"]}}},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"],"limitWaitTime":[true],"operation":["completion"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"],"limitWaitTime":[true],"operation":["completion"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"],"limitWaitTime":[true],"operation":["completion"]}},"default":"","description":"Continue execution after the specified date and time"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Completion Page Title","name":"formTitle","type":"string","default":"","placeholder":"e.g. Contact us","required":false,"description":"Shown at the top of the form"},{"displayName":"Custom Form Styling","name":"customCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the public form interface with CSS"}],"displayOptions":{"show":{"respondWith":["text","returnBinary","redirect"],"operation":["completion"]}}}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"alias":["_Form","form","table","submit","post","page","step","stage","multi"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Form/form.svg"},
{"displayName":"n8n Form Trigger","name":"formTrigger","group":["trigger"],"description":"Generate webforms in n8n and pass their responses to the workflow","defaultVersion":2.5,"version":[2,2.1,2.2,2.3,2.4,2.5],"defaults":{"name":"On form submission"},"builderHint":{"relatedNodes":[{"nodeType":"n8n-nodes-base.form","relationHint":"Add pages and final page to the form"}]},"inputs":[],"outputs":["main"],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","isFullPath":true,"path":"={{ $parameter[\"path\"] || $parameter[\"options\"]?.path || $webhookId }}","ndvHideUrl":true,"nodeType":"form"},{"name":"default","httpMethod":"POST","responseMode":"={{$parameter[\"responseMode\"]}}","responseData":"={{$parameter[\"responseMode\"] === \"lastNode\" ? \"noData\" : undefined}}","isFullPath":true,"path":"={{ $parameter[\"path\"] || $parameter[\"options\"]?.path || $webhookId }}","ndvHideMethod":true,"nodeType":"form"}],"eventTriggerDescription":"Waiting for you to submit the form","activationMessage":"You can now make calls to your production Form URL.","triggerPanel":{"header":"Pull in a test form submission","executionsHelp":{"inactive":"Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Execute step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. Publish the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor.","active":"Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Execute step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. Publish the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor."},"activationHint":{"active":"This node will also trigger automatically on new form submissions (but those executions won't show up here).","inactive":"Publish this workflow to have it also run automatically for new form submissions created via the Production URL."}},"credentials":[{"name":"httpBasicAuth","required":true,"displayOptions":{"show":{"authentication":["basicAuth"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"None","value":"none"}],"default":"none"},{"displayName":"Form Path","name":"path","type":"string","default":"","placeholder":"webhook","required":true,"description":"The final segment of the form's URL, both for test and production","displayOptions":{"show":{"@version":[{"_cnd":{"lte":2.1}}]}}},{"displayName":"Form Title","name":"formTitle","type":"string","default":"","placeholder":"e.g. Contact us","required":true,"description":"Shown at the top of the form"},{"displayName":"Form Description","name":"formDescription","type":"string","default":"","placeholder":"e.g. We'll get back to you soon","description":"Shown underneath the Form Title. Can be used to prompt the user on how to complete the form. Accepts HTML. Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags.","typeOptions":{"rows":2}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.5}}]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"hideOptionalFields":true,"addOptionalFieldButtonText":"Add Attributes","fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Respond When","name":"responseMode","type":"options","options":[{"name":"Form Is Submitted","value":"onReceived","description":"As soon as this node receives the form submission"},{"name":"Workflow Finishes","value":"lastNode","description":"When the last node of the workflow is executed"},{"name":"Using 'Respond to Webhook' Node","value":"responseNode","description":"When the 'Respond to Webhook' node is executed"}],"default":"onReceived","description":"When to respond to the form submission","displayOptions":{"show":{"@version":[{"_cnd":{"lte":2.1}}]}}},{"displayName":"Respond When","name":"responseMode","type":"options","options":[{"name":"Form Is Submitted","value":"onReceived","description":"As soon as this node receives the form submission"},{"name":"Workflow Finishes","value":"lastNode","description":"When the last node of the workflow is executed"}],"default":"onReceived","description":"When to respond to the form submission","displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.2}}]}}},{"displayName":"In the 'Respond to Webhook' node, select 'Respond With JSON' and set the <strong>formSubmittedText</strong> key to display a custom response in the form, or the <strong>redirectURL</strong> key to redirect users to a URL","name":"formNotice","type":"notice","displayOptions":{"show":{"responseMode":["responseNode"]}},"default":""},{"displayName":"Build multi-step forms by adding a form page later in your workflow","name":"addFormPage","type":"notice","default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the link “Form automated with n8n” at the bottom of the form"},{"displayName":"IP(s) Allowlist","name":"ipWhitelist","type":"string","placeholder":"e.g. 127.0.0.1, 192.168.1.0/24","default":"","description":"Comma-separated list of allowed IP addresses or CIDR ranges. Leave empty to allow all IPs."},{"displayName":"Button Label","description":"The label of the submit button in the form","name":"buttonLabel","type":"string","default":"Submit"},{"displayName":"Form Path","name":"path","type":"string","default":"","placeholder":"webhook","required":false,"description":"The final segment of the form's URL, both for test and production","displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.2}}]}}},{"displayName":"Form Response","name":"respondWithOptions","type":"fixedCollection","placeholder":"Add option","default":{"values":{"respondWith":"text"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Respond With","name":"respondWith","type":"options","default":"text","options":[{"name":"Form Submitted Text","value":"text","description":"Show a response text to the user"},{"name":"Redirect URL","value":"redirect","description":"Redirect the user to a URL"}]},{"displayName":"Text to Show","name":"formSubmittedText","description":"The text displayed to users after they fill the form. Leave it empty if don't want to show any additional text.","type":"string","default":"Your response has been recorded","displayOptions":{"show":{"respondWith":["text"]}}},{"displayName":"URL to Redirect to","name":"redirectUrl","description":"The URL to redirect users to after they fill the form. Must be a valid URL.","type":"string","default":"","validateType":"url","placeholder":"e.g. http://www.n8n.io","displayOptions":{"show":{"respondWith":["redirect"]}}}]}],"displayOptions":{"hide":{"/responseMode":["responseNode"]}}},{"displayName":"Ignore Bots","name":"ignoreBots","type":"boolean","default":false,"description":"Whether to ignore requests from bots like link previewers and web crawlers"},{"displayName":"Use Workflow Timezone","name":"useWorkflowTimezone","type":"boolean","default":false,"description":"Whether to use the workflow timezone in 'submittedAt' field or UTC","displayOptions":{"show":{"@version":[2]}}},{"displayName":"Use Workflow Timezone","name":"useWorkflowTimezone","type":"boolean","default":true,"description":"Whether to use the workflow timezone in 'submittedAt' field or UTC","displayOptions":{"show":{"@version":[{"_cnd":{"gt":2}}]}}},{"displayName":"Custom Form Styling","name":"customCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"displayOptions":{"show":{"@version":[{"_cnd":{"gt":2}}]}},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the public form interface with CSS"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Form/form.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"alias":["table","submit","post"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger/"}]}}},
{"displayName":"n8n Form Trigger","name":"formTrigger","group":["trigger"],"description":"Generate webforms in n8n and pass their responses to the workflow","defaultVersion":2.5,"version":1,"defaults":{"name":"n8n Form Trigger"},"inputs":[],"outputs":["main"],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","isFullPath":true,"path":"={{$parameter[\"path\"]}}/n8n-form","ndvHideUrl":true},{"name":"default","httpMethod":"POST","responseMode":"={{$parameter[\"responseMode\"]}}","responseData":"={{$parameter[\"responseMode\"] === \"lastNode\" ? \"noData\" : undefined}}","isFullPath":true,"path":"={{$parameter[\"path\"]}}/n8n-form","ndvHideMethod":true}],"eventTriggerDescription":"Waiting for you to submit the form","activationMessage":"You can now make calls to your production Form URL.","triggerPanel":{"header":"Pull in a test form submission","executionsHelp":{"inactive":"Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Execute step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. Publish the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor.","active":"Form Trigger has two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'Execute step' button, then fill out the test form that opens in a popup tab. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. Publish the workflow, then make requests to the production URL. Then every time there's a form submission via the Production Form URL, the workflow will execute. These executions will show up in the executions list, but not in the editor."},"activationHint":{"active":"This node will also trigger automatically on new form submissions (but those executions won't show up here).","inactive":"Publish this workflow to have it also run automatically for new form submissions created via the Production URL."}},"properties":[{"displayName":"Form Path","name":"path","type":"string","default":"","placeholder":"webhook","required":true,"description":"The final segment of the form's URL, both for test and production"},{"displayName":"Form Title","name":"formTitle","type":"string","default":"","placeholder":"e.g. Contact us","required":true,"description":"Shown at the top of the form"},{"displayName":"Form Description","name":"formDescription","type":"string","default":"","placeholder":"e.g. We'll get back to you soon","description":"Shown underneath the Form Title. Can be used to prompt the user on how to complete the form. Accepts HTML. Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags.","typeOptions":{"rows":2}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}]},{"displayName":"Respond When","name":"responseMode","type":"options","options":[{"name":"Form Is Submitted","value":"onReceived","description":"As soon as this node receives the form submission"},{"name":"Workflow Finishes","value":"lastNode","description":"When the last node of the workflow is executed"},{"name":"Using 'Respond to Webhook' Node","value":"responseNode","description":"When the 'Respond to Webhook' node is executed"}],"default":"onReceived","description":"When to respond to the form submission"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"hide":{"responseMode":["responseNode"]}},"options":[{"displayName":"IP(s) Allowlist","name":"ipWhitelist","type":"string","placeholder":"e.g. 127.0.0.1, 192.168.1.0/24","default":"","description":"Comma-separated list of allowed IP addresses or CIDR ranges. Leave empty to allow all IPs."},{"displayName":"Form Submitted Text","name":"formSubmittedText","description":"The text displayed to users after they filled the form","type":"string","default":"Your response has been recorded"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Form/form.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"alias":["table","submit","post"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.formtrigger/"}]}}},
{"displayName":"Form.io Trigger","name":"formIoTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"event\"]}}","description":"Handle form.io events via webhooks","defaults":{"name":"Form.io Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"formIoApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Form Name or ID","name":"formId","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getForms"},"required":true,"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Trigger Events","name":"events","type":"multiOptions","options":[{"name":"Submission Created","value":"create"},{"name":"Submission Updated","value":"update"}],"required":true,"default":[]},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.formiotrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/formiotrigger/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/FormIo/formio.svg"},
{"displayName":"Formstack Trigger","name":"formstackTrigger","group":["trigger"],"version":1,"subtitle":"=Form ID: {{$parameter[\"formId\"]}}","description":"Starts the workflow on a Formstack form submission.","defaults":{"name":"Formstack Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"formstackApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"formstackOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Form Name or ID","name":"formId","type":"options","typeOptions":{"loadOptionsMethod":"getForms"},"default":"","required":true,"description":"The Formstack form to monitor for new submissions. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.formstacktrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/formstacktrigger/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Formstack/formstack.svg"},
{"displayName":"Freshdesk","name":"freshdesk","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Freshdesk API","defaults":{"name":"Freshdesk"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"freshdeskApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"required":true,"options":[{"name":"Contact","value":"contact"},{"name":"Ticket","value":"ticket"}],"default":"ticket"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Create","value":"create","description":"Create a new ticket","action":"Create a ticket"},{"name":"Delete","value":"delete","description":"Delete a ticket","action":"Delete a ticket"},{"name":"Get","value":"get","description":"Get a ticket","action":"Get a ticket"},{"name":"Get Many","value":"getAll","description":"Get many tickets","action":"Get many tickets"},{"name":"Update","value":"update","description":"Update a ticket","action":"Update a ticket"}],"default":"create"},{"displayName":"Requester Identification","name":"requester","type":"options","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"name":"Email","value":"email","description":"Email address of the requester. If no contact exists with this email address in Freshdesk, it will be added as a new contact."},{"name":"Facebook ID","value":"facebookId","description":"Facebook ID of the requester. If no contact exists with this facebook_id, then a new contact will be created."},{"name":"Phone","value":"phone","description":"Phone number of the requester. If no contact exists with this phone number in Freshdesk, it will be added as a new contact. If the phone number is set and the email address is not, then the name attribute is mandatory."},{"name":"Requester ID","value":"requesterId","description":"User ID of the requester. For existing contacts, the requester_id can be passed instead of the requester's email."},{"name":"Twitter ID","value":"twitterId","description":"Twitter handle of the requester. If no contact exists with this handle in Freshdesk, it will be added as a new contact."},{"name":"Unique External ID","value":"uniqueExternalId","description":"External ID of the requester. If no contact exists with this external ID in Freshdesk, they will be added as a new contact."}],"default":"requesterId"},{"displayName":"Value","name":"requesterIdentificationValue","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":"","description":"Value of the identification selected"},{"displayName":"Status","name":"status","type":"options","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"name":"Closed","value":"closed"},{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Resolved","value":"resolved"}],"default":"pending"},{"displayName":"Priority","name":"priority","type":"options","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"name":"Low","value":"low"},{"name":"Medium","value":"medium"},{"name":"High","value":"high"},{"name":"Urgent","value":"urgent"}],"default":"low"},{"displayName":"Source","name":"source","type":"options","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"name":"Chat","value":"chat"},{"name":"Email","value":"email"},{"name":"Feedback Widget","value":"feedbackWidget"},{"name":"Mobihelp","value":"mobileHelp"},{"name":"Outbound Email","value":"OutboundEmail"},{"name":"Phone","value":"phone"},{"name":"Portal","value":"portal"}],"default":"portal","description":"The channel through which the ticket was created"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"displayName":"Agent Name or ID","name":"agent","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAgents"},"description":"ID of the agent to whom the ticket has been assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"CC Emails","name":"ccEmails","type":"string","default":"","description":"Separated by a comma (,) email addresses added in the 'cc' field of the incoming ticket email"},{"displayName":"Company Name or ID","name":"company","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCompanies"},"description":"Company ID of the requester. This attribute can only be set if the Multiple Companies feature is enabled (Estate plan and above). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":"","typeOptions":{"rows":5},"description":"HTML content of the ticket"},{"displayName":"Due By","name":"dueBy","type":"dateTime","default":"","description":"Timestamp that denotes when the ticket is due to be resolved"},{"displayName":"Email Config ID","name":"emailConfigId","type":"number","default":"","description":"ID of email config which is used for this ticket. (i.e., support@yourcompany.com/sales@yourcompany.com) If product_id is given and email_config_id is not given, product's primary email_config_id will be set."},{"displayName":"FR Due By","name":"frDueBy","type":"dateTime","default":"","description":"Timestamp that denotes when the first response is due"},{"displayName":"Group Name or ID","name":"group","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getGroups"},"description":"ID of the group to which the ticket has been assigned. The default value is the ID of the group that is associated with the given email_config_id. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"","description":"Name of the requester"},{"displayName":"Product Name or ID","name":"product","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getProducts"},"description":"ID of the product to which the ticket is associated. It will be ignored if the email_config_id attribute is set in the request. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Subject","name":"subject","type":"string","default":"","placeholder":"","description":"Subject of the ticket"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"Separated by a comma (,) tags that have been associated with the ticket"},{"displayName":"Type","name":"type","type":"options","default":"Question","description":"Helps categorize the ticket according to the different kinds of issues your support team deals with","options":[{"name":"Feature Request","value":"Feature Request"},{"name":"Incident","value":"Incident"},{"name":"Problem","value":"Problem"},{"name":"Question","value":"Question"},{"name":"Refund","value":"Refund"}]}]},{"displayName":"Ticket ID","name":"ticketId","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"options":[{"displayName":"Agent Name or ID","name":"agent","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAgents"},"description":"ID of the agent to whom the ticket has been assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"CC Emails","name":"ccEmails","type":"string","default":"","description":"Separated by a comma (,) email addresses added in the 'cc' field of the incoming ticket email"},{"displayName":"Company Name or ID","name":"company","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCompanies"},"description":"Company ID of the requester. This attribute can only be set if the Multiple Companies feature is enabled (Estate plan and above). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Due By","name":"dueBy","type":"dateTime","default":"","description":"Timestamp that denotes when the ticket is due to be resolved"},{"displayName":"Email Config ID","name":"emailConfigId","type":"number","default":"","description":"ID of email config which is used for this ticket. (i.e., support@yourcompany.com/sales@yourcompany.com) If product_id is given and email_config_id is not given, product's primary email_config_id will be set."},{"displayName":"FR Due By","name":"frDueBy","type":"dateTime","default":"","description":"Timestamp that denotes when the first response is due"},{"displayName":"Group Name or ID","name":"group","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getGroups"},"description":"ID of the group to which the ticket has been assigned. The default value is the ID of the group that is associated with the given email_config_id. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"","description":"Name of the requester"},{"displayName":"Product Name or ID","name":"product","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getProducts"},"description":"ID of the product to which the ticket is associated. It will be ignored if the email_config_id attribute is set in the request. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Priority","name":"priority","type":"options","options":[{"name":"Low","value":"low"},{"name":"Medium","value":"medium"},{"name":"High","value":"high"},{"name":"Urgent","value":"urgent"}],"default":"low"},{"displayName":"Requester Identification","name":"requester","type":"options","options":[{"name":"Email","value":"email","description":"Email address of the requester. If no contact exists with this email address in Freshdesk, it will be added as a new contact."},{"name":"Facebook ID","value":"facebookId","description":"Facebook ID of the requester. If no contact exists with this facebook_id, then a new contact will be created."},{"name":"Phone","value":"phone","description":"Phone number of the requester. If no contact exists with this phone number in Freshdesk, it will be added as a new contact. If the phone number is set and the email address is not, then the name attribute is mandatory."},{"name":"Requester ID","value":"requesterId","description":"User ID of the requester. For existing contacts, the requester_id can be passed instead of the requester's email."},{"name":"Twitter ID","value":"twitterId","description":"Twitter handle of the requester. If no contact exists with this handle in Freshdesk, it will be added as a new contact."},{"name":"Unique External ID","value":"uniqueExternalId","description":"External ID of the requester. If no contact exists with this external ID in Freshdesk, they will be added as a new contact."}],"default":"requesterId"},{"displayName":"Requester Value","name":"requesterIdentificationValue","type":"string","default":"","description":"Value of the identification selected"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Resolved","value":"resolved"},{"name":"Closed","value":"closed"}],"default":"pending"},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Chat","value":"chat"},{"name":"Email","value":"email"},{"name":"Feedback Widget","value":"feedbackWidget"},{"name":"Mobihelp","value":"mobileHelp"},{"name":"Outbound Email","value":"OutboundEmail"},{"name":"Phone","value":"phone"},{"name":"Portal","value":"portal"}],"default":"portal","description":"The channel through which the ticket was created"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"Separated by a comma (,) tags that have been associated with the ticket"},{"displayName":"Type","name":"type","type":"options","default":"Question","description":"Helps categorize the ticket according to the different kinds of issues your support team deals with","options":[{"name":"Feature Request","value":"Feature Request"},{"name":"Incident","value":"Incident"},{"name":"Problem","value":"Problem"},{"name":"Question","value":"Question"},{"name":"Refund","value":"Refund"}]}]},{"displayName":"Ticket ID","name":"ticketId","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"options":[{"displayName":"Company ID","name":"companyId","type":"string","default":""},{"displayName":"Include","name":"include","type":"multiOptions","options":[{"name":"Company","value":"company"},{"name":"Description","value":"description"},{"name":"Requester","value":"requester"},{"name":"Stats","value":"stats"}],"default":[]},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"Order sort attribute ascending or descending"},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Created At","value":"createdAt"},{"name":"Due By","value":"dueBy"},{"name":"Updated At","value":"updatedAt"}],"default":"","description":"Sort collection by object attribute"},{"displayName":"Requester Email","name":"requesterEmail","type":"string","default":""},{"displayName":"Requester ID","name":"requesterId","type":"string","default":""},{"displayName":"Updated Since","name":"updatedSince","type":"dateTime","default":""}]},{"displayName":"Ticket ID","name":"ticketId","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["delete"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a new contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","placeholder":"","displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"default":"","description":"Name of the contact","required":true},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"description":"Primary email address of the contact. If you want to associate additional email(s) with this contact, use the other_emails attribute."},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create","update"],"resource":["contact"]}},"default":{},"options":[{"displayName":"Address","name":"address","type":"string","default":"","description":"Address of the contact"},{"displayName":"Company ID","name":"company_id","type":"number","default":"","description":"ID of the primary company to which this contact belongs"},{"displayName":"Custom Fields","name":"customFields","type":"fixedCollection","placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"description":"Key value pairs containing the name and value of the custom field. Only dates in the format YYYY-MM-DD are accepted as input for custom date fields.","default":[],"options":[{"displayName":"Custom Field","name":"customField","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Custom Field's name"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom Field's values"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A small description of the contact"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","displayOptions":{"show":{"/operation":["update"]}},"description":"Primary email address of the contact. If you want to associate additional email(s) with this contact, use the other_emails attribute."},{"displayName":"Job Title","name":"job_title","type":"string","default":"","description":"Job title of the contact"},{"displayName":"Language","name":"language","type":"string","default":"","description":"Language of the contact. Default language is \"en\". This attribute can only be set if the Multiple Language feature is enabled (Garden plan and above)."},{"displayName":"Mobile","name":"mobile","type":"string","default":"","description":"Mobile number of the contact"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}},"description":"Name of the contact"},{"displayName":"Other Companies","name":"other_companies","type":"string","default":[],"typeOptions":{"multipleValues":true},"placeholder":"Add Company","description":"Additional companies associated with the contact. This attribute can only be set if the Multiple Companies feature is enabled (Estate plan and above)."},{"displayName":"Other Emails","name":"other_emails","type":"string","default":[],"typeOptions":{"multipleValues":true},"placeholder":"Add Email","description":"Additional emails associated with the contact"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Telephone number of the contact"},{"displayName":"Tags","name":"tags","type":"string","default":[],"typeOptions":{"multipleValues":true},"description":"Tags associated with this contact"},{"displayName":"Time Zone","name":"time_zone","type":"string","default":"","description":"Time zone of the contact. Default value is the time zone of the domain. This attribute can only be set if the Multiple Time Zone feature is enabled (Garden plan and above)."},{"displayName":"Twitter ID","name":"twitter_id","type":"string","default":"","description":"Twitter handle of the contact"},{"displayName":"Unique External ID","name":"unique_external_id","type":"string","default":"","description":"External ID of the contact"},{"displayName":"View All Tickets","name":"view_all_tickets","type":"boolean","default":false,"description":"Whether the contact can see all the tickets that are associated with the company to which they belong"}]},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"required":true},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"required":true},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["contact"]}},"options":[{"displayName":"Company ID","name":"company_id","type":"number","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Mobile","name":"mobile","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"State","name":"state","type":"options","default":"","options":[{"name":"Blocked","value":"blocked"},{"name":"Deleted","value":"deleted"},{"name":"Unverified","value":"unverified"},{"name":"Verified","value":"verified"}]},{"displayName":"Updated Since","name":"updated_since","type":"dateTime","default":""}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.freshdesk/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/freshdesk/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Freshdesk/freshdesk.svg"},
{"displayName":"Freshservice","name":"freshservice","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Freshservice API","defaults":{"name":"Freshservice"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"freshserviceApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Agent","value":"agent"},{"name":"Agent Group","value":"agentGroup"},{"name":"Agent Role","value":"agentRole"},{"name":"Announcement","value":"announcement"},{"name":"Asset Type","value":"assetType"},{"name":"Change","value":"change"},{"name":"Department","value":"department"},{"name":"Location","value":"location"},{"name":"Problem","value":"problem"},{"name":"Product","value":"product"},{"name":"Release","value":"release"},{"name":"Requester","value":"requester"},{"name":"Requester Group","value":"requesterGroup"},{"name":"Software","value":"software"},{"name":"Ticket","value":"ticket"}],"default":"agent"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["agent"]}},"options":[{"name":"Create","value":"create","description":"Create an agent","action":"Create an agent"},{"name":"Delete","value":"delete","description":"Delete an agent","action":"Delete an agent"},{"name":"Get","value":"get","description":"Retrieve an agent","action":"Get an agent"},{"name":"Get Many","value":"getAll","description":"Retrieve many agents","action":"Get many agents"},{"name":"Update","value":"update","description":"Update an agent","action":"Update an agent"}],"default":"create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["agent"],"operation":["create"]}}},{"displayName":"First Name","name":"firstName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["agent"],"operation":["create"]}}},{"displayName":"Roles","name":"roles","description":"Role to assign to the agent","type":"fixedCollection","placeholder":"Add Role","typeOptions":{"multipleValues":true},"required":true,"default":{},"displayOptions":{"show":{"resource":["agent"],"operation":["create"]}},"options":[{"displayName":"Role Properties","name":"roleProperties","values":[{"displayName":"Role Name or ID","name":"role","description":"Name of the role to assign to the agent. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getAgentRoles"},"required":true,"default":""},{"displayName":"Scope","name":"assignment_scope","description":"Scope in which the agent may use the permissions granted by the role","type":"options","options":[{"name":"Entire Helpdesk","value":"entire_helpdesk"},{"name":"Member Groups","value":"member_groups"},{"name":"Specified Groups","value":"specified_groups"},{"name":"Assigned Items","value":"assigned_items"}],"required":true,"default":"specified_groups"},{"displayName":"Group Names or IDs","name":"groups","description":"Groups in which the permissions granted by the role apply. Required only when Scope is Specified Groups - ignored otherwise. Choose from the list or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAgentGroups"},"default":[]}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["agent"],"operation":["create"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":""},{"displayName":"Background Information","name":"background_information","type":"string","default":""},{"displayName":"Department Names or IDs","name":"department_ids","type":"multiOptions","default":[],"description":"IDs of the departments to which the agent belongs. Choose from the list or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Job Title","name":"job_title","type":"string","default":""},{"displayName":"Language","name":"language","type":"options","default":"","options":[{"value":"en","name":"English"},{"value":"ar","name":"Arabic"},{"value":"ca","name":"Catalan"},{"value":"cs","name":"Czech"},{"value":"cy-GB","name":"Welsh"},{"value":"da","name":"Danish"},{"value":"de","name":"German"},{"value":"es","name":"Spanish"},{"value":"es-LA","name":"Spanish (Latin America)"},{"value":"et","name":"Estonian"},{"value":"fi","name":"Finnish"},{"value":"fr","name":"French"},{"value":"he","name":"Hebrew"},{"value":"hu","name":"Hungarian"},{"value":"id","name":"Indonesian"},{"value":"it","name":"Italian"},{"value":"ja-JP","name":"Japanese"},{"value":"ko","name":"Korean"},{"value":"LV","name":"Latvian"},{"value":"nb-NO","name":"Norwegian"},{"value":"nl","name":"Dutch"},{"value":"pl","name":"Polish"},{"value":"pt","name":"Portuguese"},{"value":"pt-BR","name":"Portuguese (Brazil)"},{"value":"pt-PT","name":"Portuguese (Portugal)"},{"value":"ru-RU","name":"Russian"},{"value":"sk","name":"Slovak"},{"value":"sk-SK","name":"Slovak"},{"value":"sl","name":"Slovenian"},{"value":"sv-SE","name":"Swedish"},{"value":"th","name":"Thai"},{"value":"tr","name":"Turkish"},{"value":"UK","name":"Ukrainian"},{"value":"vi","name":"Vietnamese"},{"value":"zh-CN","name":"Chinese (Simplified)"},{"value":"zh-TW","name":"Chinese (Traditional)"}]},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Location Name or ID","name":"location_id","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getLocations"}},{"displayName":"Group Names or IDs","name":"member_of","type":"multiOptions","default":[],"description":"Comma-separated IDs of the groups that the agent is a member of. Choose from the list or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Mobile Phone","name":"mobile_phone_number","type":"string","default":""},{"displayName":"Observer of Group Names/IDs","name":"observer_of","type":"multiOptions","default":[],"description":"Comma-separated IDs of the groups that the agent is an observer of. Choose from the list or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Scoreboard Level ID","name":"scoreboard_level_id","type":"options","description":"ID of the level of the agent in the Arcade","default":1,"options":[{"name":"Beginner","value":1},{"name":"Intermediate","value":2},{"name":"Professional","value":3},{"name":"Expert","value":4},{"name":"Master","value":5},{"name":"Guru","value":6}]},{"displayName":"Time Format","name":"time_format","type":"options","default":"12h","options":[{"name":"12-Hour Format","value":"12h"},{"name":"24-Hour Format","value":"24h"}]},{"displayName":"Work Phone","name":"work_phone_number","type":"string","default":""}]},{"displayName":"Agent ID","name":"agentId","description":"ID of the agent to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["agent"],"operation":["delete"]}}},{"displayName":"Agent ID","name":"agentId","description":"ID of the agent to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["agent"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["agent"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["agent"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["agent"],"operation":["getAll"]}},"options":[{"displayName":"Department Name or ID","name":"department_id","type":"options","default":"","description":"ID of the department to which the agent belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Job Title","name":"job_title","type":"string","default":""},{"displayName":"Language","name":"language","type":"options","default":"","options":[{"value":"en","name":"English"},{"value":"ar","name":"Arabic"},{"value":"ca","name":"Catalan"},{"value":"cs","name":"Czech"},{"value":"cy-GB","name":"Welsh"},{"value":"da","name":"Danish"},{"value":"de","name":"German"},{"value":"es","name":"Spanish"},{"value":"es-LA","name":"Spanish (Latin America)"},{"value":"et","name":"Estonian"},{"value":"fi","name":"Finnish"},{"value":"fr","name":"French"},{"value":"he","name":"Hebrew"},{"value":"hu","name":"Hungarian"},{"value":"id","name":"Indonesian"},{"value":"it","name":"Italian"},{"value":"ja-JP","name":"Japanese"},{"value":"ko","name":"Korean"},{"value":"LV","name":"Latvian"},{"value":"nb-NO","name":"Norwegian"},{"value":"nl","name":"Dutch"},{"value":"pl","name":"Polish"},{"value":"pt","name":"Portuguese"},{"value":"pt-BR","name":"Portuguese (Brazil)"},{"value":"pt-PT","name":"Portuguese (Portugal)"},{"value":"ru-RU","name":"Russian"},{"value":"sk","name":"Slovak"},{"value":"sk-SK","name":"Slovak"},{"value":"sl","name":"Slovenian"},{"value":"sv-SE","name":"Swedish"},{"value":"th","name":"Thai"},{"value":"tr","name":"Turkish"},{"value":"UK","name":"Ukrainian"},{"value":"vi","name":"Vietnamese"},{"value":"zh-CN","name":"Chinese (Simplified)"},{"value":"zh-TW","name":"Chinese (Traditional)"}]},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Location Name or ID","name":"location_id","type":"options","default":"","description":"Choose from the list or specify an ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getLocations"}},{"displayName":"Mobile Phone Number","name":"mobile_phone_number","type":"string","default":""},{"displayName":"Work Phone Number","name":"work_phone_number","type":"string","default":""}]},{"displayName":"Agent ID","name":"agentId","description":"ID of the agent to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["agent"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["agent"],"operation":["update"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":""},{"displayName":"Background Information","name":"background_information","type":"string","default":""},{"displayName":"Department Names or IDs","name":"department_ids","type":"multiOptions","default":[],"description":"IDs of the departments to which the agent belongs. Choose from the list or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Job Title","name":"job_title","type":"string","default":""},{"displayName":"Language","name":"language","type":"options","default":"","options":[{"value":"en","name":"English"},{"value":"ar","name":"Arabic"},{"value":"ca","name":"Catalan"},{"value":"cs","name":"Czech"},{"value":"cy-GB","name":"Welsh"},{"value":"da","name":"Danish"},{"value":"de","name":"German"},{"value":"es","name":"Spanish"},{"value":"es-LA","name":"Spanish (Latin America)"},{"value":"et","name":"Estonian"},{"value":"fi","name":"Finnish"},{"value":"fr","name":"French"},{"value":"he","name":"Hebrew"},{"value":"hu","name":"Hungarian"},{"value":"id","name":"Indonesian"},{"value":"it","name":"Italian"},{"value":"ja-JP","name":"Japanese"},{"value":"ko","name":"Korean"},{"value":"LV","name":"Latvian"},{"value":"nb-NO","name":"Norwegian"},{"value":"nl","name":"Dutch"},{"value":"pl","name":"Polish"},{"value":"pt","name":"Portuguese"},{"value":"pt-BR","name":"Portuguese (Brazil)"},{"value":"pt-PT","name":"Portuguese (Portugal)"},{"value":"ru-RU","name":"Russian"},{"value":"sk","name":"Slovak"},{"value":"sk-SK","name":"Slovak"},{"value":"sl","name":"Slovenian"},{"value":"sv-SE","name":"Swedish"},{"value":"th","name":"Thai"},{"value":"tr","name":"Turkish"},{"value":"UK","name":"Ukrainian"},{"value":"vi","name":"Vietnamese"},{"value":"zh-CN","name":"Chinese (Simplified)"},{"value":"zh-TW","name":"Chinese (Traditional)"}]},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Location Name or ID","name":"location_id","type":"options","default":"","description":"Choose from the list or specify an ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getLocations"}},{"displayName":"Group Names or IDs","name":"member_of","type":"multiOptions","default":[],"description":"Comma-separated IDs of the groups that the agent is a member of. Choose from the list or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Mobile Phone","name":"mobile_phone_number","type":"string","default":""},{"displayName":"Observer of Group Names/IDs","name":"observer_of","type":"multiOptions","default":[],"description":"Comma-separated IDs of the groups that the agent is an observer of. Choose from the list or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Scoreboard Level ID","name":"scoreboard_level_id","type":"options","description":"ID of the level of the agent in the Arcade","default":1,"options":[{"name":"Beginner","value":1},{"name":"Intermediate","value":2},{"name":"Professional","value":3},{"name":"Expert","value":4},{"name":"Master","value":5},{"name":"Guru","value":6}]},{"displayName":"Time Format","name":"time_format","type":"options","default":"12h","options":[{"name":"12-Hour Format","value":"12h"},{"name":"24-Hour Format","value":"24h"}]},{"displayName":"Work Phone","name":"work_phone_number","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["agentGroup"]}},"options":[{"name":"Create","value":"create","description":"Create an agent group","action":"Create an agent group"},{"name":"Delete","value":"delete","description":"Delete an agent group","action":"Delete an agent group"},{"name":"Get","value":"get","description":"Retrieve an agent group","action":"Get an agent group"},{"name":"Get Many","value":"getAll","description":"Retrieve many agent groups","action":"Get many agent groups"},{"name":"Update","value":"update","description":"Update an agent group","action":"Update an agent group"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["agentGroup"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["agentGroup"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Escalate to Agent Name or ID","name":"escalate_to","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAgents"},"description":"ID of the user to whom an escalation email is sent if a ticket in this group is unassigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Member Names or IDs","name":"members","type":"multiOptions","default":[],"description":"Comma-separated IDs of agents who are members of this group. Choose from the list or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Observer Names or IDs","name":"observers","type":"multiOptions","default":[],"description":"Comma-separated agent IDs who are observers of this group. Choose from the list or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Unassigned For","name":"unassigned_for","description":"Time after which an escalation email is sent if a ticket in the group remains unassigned","type":"options","default":"30m","options":[{"name":"1 Day","value":"1d"},{"name":"1 Hour","value":"1h"},{"name":"12 Hours","value":"12h"},{"name":"2 Days","value":"2d"},{"name":"2 Hours","value":"2h"},{"name":"3 Days","value":"3d"},{"name":"30 Minutes","value":"30m"},{"name":"8 Hours","value":"8h"}]}]},{"displayName":"Agent Group ID","name":"agentGroupId","description":"ID of the agent group to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["agentGroup"],"operation":["delete"]}}},{"displayName":"Agent Group ID","name":"agentGroupId","description":"ID of the agent group to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["agentGroup"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["agentGroup"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["agentGroup"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Agent Group ID","name":"agentGroupId","description":"ID of the agent group to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["agentGroup"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["agentGroup"],"operation":["update"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Escalate to Agent Name or ID","name":"escalate_to","type":"options","default":"","description":"ID of the agent to whom an escalation email is sent if a ticket in this group is unassigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Member Names or IDs","name":"members","type":"multiOptions","default":[],"description":"Comma-separated IDs of agents who are members of this group. Choose from the list or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Observer Names or IDs","name":"observers","type":"multiOptions","default":[],"description":"Comma-separated agent user IDs who are observers of this group. Choose from the list or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Unassigned For","name":"unassigned_for","description":"Time after which an escalation email is sent if a ticket in the group remains unassigned","type":"options","default":"30m","options":[{"name":"1 Day","value":"1d"},{"name":"1 Hour","value":"1h"},{"name":"12 Hours","value":"12h"},{"name":"2 Days","value":"2d"},{"name":"2 Hours","value":"2h"},{"name":"3 Days","value":"3d"},{"name":"30 Minutes","value":"30m"},{"name":"8 Hours","value":"8h"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["agentRole"]}},"options":[{"name":"Get","value":"get","description":"Retrieve an agent role","action":"Get an agent role"},{"name":"Get Many","value":"getAll","description":"Retrieve many agent roles","action":"Get many agent roles"}],"default":"get"},{"displayName":"Agent Role ID","name":"agentRoleId","description":"ID of the agent role to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["agentRole"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["agentRole"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["agentRole"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["announcement"]}},"options":[{"name":"Create","value":"create","description":"Create an announcement","action":"Create an announcement"},{"name":"Delete","value":"delete","description":"Delete an announcement","action":"Delete an announcement"},{"name":"Get","value":"get","description":"Retrieve an announcement","action":"Get an announcement"},{"name":"Get Many","value":"getAll","description":"Retrieve many announcements","action":"Get many announcements"},{"name":"Update","value":"update","description":"Update an announcement","action":"Update an announcement"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["announcement"],"operation":["create"]}}},{"displayName":"Body","name":"bodyHtml","description":"HTML supported","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["announcement"],"operation":["create"]}}},{"displayName":"Visibility","name":"visibility","type":"options","required":true,"default":"everyone","options":[{"name":"Agents Only","value":"agents_only"},{"name":"Agents and Groups","value":"grouped_visibility"},{"name":"Everyone","value":"everyone"}],"displayOptions":{"show":{"resource":["announcement"],"operation":["create"]}}},{"displayName":"Visible From","name":"visibleFrom","description":"Timestamp at which announcement becomes active","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["announcement"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["announcement"],"operation":["create"]}},"options":[{"displayName":"Additional Emails","name":"additional_emails","type":"string","default":"","description":"Comma-separated additional email addresses to which the announcement needs to be sent"},{"displayName":"Department Names or IDs","name":"departments","type":"multiOptions","default":[],"description":"Comma-separated IDs of departments that may view this announcement. Choose from the list or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Visible From","name":"visible_from","description":"Timestamp at which announcement is active","type":"dateTime","default":""},{"displayName":"Visible Until","name":"visible_till","description":"Timestamp until which announcement is active","type":"dateTime","default":""}]},{"displayName":"Announcement ID","name":"announcementId","description":"ID of the announcement to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["announcement"],"operation":["delete"]}}},{"displayName":"Announcement ID","name":"announcementId","description":"ID of the announcement to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["announcement"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["announcement"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["announcement"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Announcement ID","name":"announcementId","description":"ID of the announcement to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["announcement"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["announcement"],"operation":["update"]}},"options":[{"displayName":"Additional Emails","name":"additional_emails","type":"string","default":"","description":"Comma-separated additional email addresses to which the announcement needs to be sent"},{"displayName":"Body","name":"body_html","type":"string","default":"","description":"HTML supported"},{"displayName":"Department Names or IDs","name":"departments","type":"multiOptions","default":[],"description":"Comma-separated IDs of departments that may view this announcement. Choose from the list or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Title","name":"title","type":"string","default":""},{"displayName":"Visibility","name":"visibility","type":"options","default":"everyone","options":[{"name":"Agents Only","value":"agents_only"},{"name":"Agents and Groups","value":"grouped_visibility"},{"name":"Everyone","value":"everyone"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["assetType"]}},"options":[{"name":"Create","value":"create","description":"Create an asset type","action":"Create an asset type"},{"name":"Delete","value":"delete","description":"Delete an asset type","action":"Delete an asset type"},{"name":"Get","value":"get","description":"Retrieve an asset type","action":"Get an asset type"},{"name":"Get Many","value":"getAll","description":"Retrieve many asset types","action":"Get many asset types"},{"name":"Update","value":"update","description":"Update an asset type","action":"Update an asset type"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["assetType"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["assetType"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Parent Asset Type Name or ID","name":"parent_asset_type_id","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAssetTypes"}}]},{"displayName":"Asset Type ID","name":"assetTypeId","description":"ID of the asset type to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["assetType"],"operation":["delete"]}}},{"displayName":"Asset Type ID","name":"assetTypeId","description":"ID of the asset type to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["assetType"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["assetType"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["assetType"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Asset Type ID","name":"assetTypeId","description":"ID of the asset type to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["assetType"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["assetType"],"operation":["update"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["change"]}},"options":[{"name":"Create","value":"create","description":"Create a change","action":"Create a change"},{"name":"Delete","value":"delete","description":"Delete a change","action":"Delete a change"},{"name":"Get","value":"get","description":"Retrieve a change","action":"Get a change"},{"name":"Get Many","value":"getAll","description":"Retrieve many changes","action":"Get many changes"},{"name":"Update","value":"update","description":"Update a change","action":"Update a change"}],"default":"create"},{"displayName":"Requester Name or ID","name":"requesterId","description":"ID of the requester of the change. Choose from the list or specify an ID. You can also specify the ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getRequesters"},"displayOptions":{"show":{"resource":["change"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["change"],"operation":["create"]}}},{"displayName":"Planned Start Date","name":"plannedStartDate","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["change"],"operation":["create"]}}},{"displayName":"Planned End Date","name":"plannedEndDate","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["change"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["change"],"operation":["create"]}},"options":[{"displayName":"Agent Name or ID","name":"agent_id","type":"options","default":"","description":"ID of the agent to whom the change is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Change Type","name":"change_type","type":"options","default":1,"options":[{"name":"Minor","value":1},{"name":"Standard","value":2},{"name":"Major","value":3},{"name":"Emergency","value":4}]},{"displayName":"Department Name or ID","name":"department_id","type":"options","default":"","description":"ID of the department requesting the change. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Description","name":"description","type":"string","default":"","description":"HTML supported"},{"displayName":"Group Name or ID","name":"group_id","type":"options","default":"","description":"ID of the agent group to which the change is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Impact","name":"impact","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}]},{"displayName":"Priority","name":"priority","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Urgent","value":4}]},{"displayName":"Risk","name":"risk","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Very High","value":4}]},{"displayName":"Status","name":"status","type":"options","default":1,"options":[{"name":"Open","value":1},{"name":"Planning","value":2},{"name":"Approval","value":3},{"name":"Pending Release","value":4},{"name":"Pending Review","value":5},{"name":"Closed","value":6}]},{"displayName":"Subject","name":"subject","type":"string","default":""}]},{"displayName":"Change ID","name":"changeId","description":"ID of the change to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["change"],"operation":["delete"]}}},{"displayName":"Change ID","name":"changeId","description":"ID of the change to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["change"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["change"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["change"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["change"],"operation":["getAll"]}},"options":[{"displayName":"Predefined Filters","name":"filter","type":"options","default":"my_open","options":[{"name":"Closed","value":"closed"},{"name":"My Open","value":"my_open"},{"name":"Release Requested","value":"release_requested"},{"name":"Requester ID","value":"requester_id"},{"name":"Unassigned","value":"unassigned"}]},{"displayName":"Sort Order","name":"sort_by","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"},{"displayName":"Updated Since","name":"updated_since","type":"dateTime","default":""}]},{"displayName":"Change ID","name":"changeId","description":"ID of the change to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["change"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["change"],"operation":["update"]}},"options":[{"displayName":"Agent Name or ID","name":"agent_id","type":"options","default":"","description":"ID of the agent to whom the change is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Change Type","name":"change_type","type":"options","default":1,"options":[{"name":"Minor","value":1},{"name":"Standard","value":2},{"name":"Major","value":3},{"name":"Emergency","value":4}]},{"displayName":"Department Name or ID","name":"department_id","type":"options","default":"","description":"ID of the department requesting the change. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Description","name":"description","type":"string","default":"","description":"HTML supported"},{"displayName":"Group Name or ID","name":"group_id","type":"options","default":"","description":"ID of the agent group to which the change is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Impact","name":"impact","type":"options","default":1,"description":"Impact of the change","options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}]},{"displayName":"Priority","name":"priority","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Urgent","value":4}]},{"displayName":"Requester Name or ID","name":"requester_id","type":"options","default":"","description":"ID of the requester of the change. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getRequesters"}},{"displayName":"Risk","name":"risk","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Very High","value":4}]},{"displayName":"Status","name":"status","type":"options","default":1,"options":[{"name":"Open","value":1},{"name":"Planning","value":2},{"name":"Approval","value":3},{"name":"Pending Release","value":4},{"name":"Pending Review","value":5},{"name":"Closed","value":6}]},{"displayName":"Subject","name":"subject","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["department"]}},"options":[{"name":"Create","value":"create","description":"Create a department","action":"Create a department"},{"name":"Delete","value":"delete","description":"Delete a department","action":"Delete a department"},{"name":"Get","value":"get","description":"Retrieve a department","action":"Get a department"},{"name":"Get Many","value":"getAll","description":"Retrieve many departments","action":"Get many departments"},{"name":"Update","value":"update","description":"Update a department","action":"Update a department"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["department"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["department"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Domains","name":"domains","type":"string","default":"","description":"Comma-separated email domains associated with the department"}]},{"displayName":"Department ID","name":"departmentId","description":"ID of the department to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["department"],"operation":["delete"]}}},{"displayName":"Department ID","name":"departmentId","description":"ID of the department to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["department"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["department"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["department"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["department"],"operation":["getAll"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the department"}]},{"displayName":"Department ID","name":"departmentId","description":"ID of the department to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["department"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["department"],"operation":["update"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Domains","name":"domains","type":"string","default":"","description":"Comma-separated email domains associated with the department"},{"displayName":"Name","name":"name","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["location"]}},"options":[{"name":"Create","value":"create","description":"Create a location","action":"Create a location"},{"name":"Delete","value":"delete","description":"Delete a location","action":"Delete a location"},{"name":"Get","value":"get","description":"Retrieve a location","action":"Get a location"},{"name":"Get Many","value":"getAll","description":"Retrieve many locations","action":"Get many locations"},{"name":"Update","value":"update","description":"Update a location","action":"Update a location"}],"default":"create"},{"displayName":"Name","name":"name","description":"Name of the location","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["location"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["location"],"operation":["create"]}},"options":[{"displayName":"Address","name":"address","placeholder":"Add Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Address Details","name":"addressFields","values":[{"displayName":"Line 1","name":"line1","type":"string","default":""},{"displayName":"Line 2","name":"line2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Zip Code","name":"zipcode","type":"string","default":""}]}]}]},{"displayName":"Location ID","name":"locationId","description":"ID of the location to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["location"],"operation":["delete"]}}},{"displayName":"Location ID","name":"locationId","description":"ID of the location to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["location"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["location"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["location"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Location ID","name":"locationId","description":"ID of the location to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["location"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["location"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","placeholder":"Add Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Address Details","name":"addressFields","values":[{"displayName":"Line 1","name":"line1","type":"string","default":""},{"displayName":"Line 2","name":"line2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Zip Code","name":"zipcode","type":"string","default":""}]}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["problem"]}},"options":[{"name":"Create","value":"create","description":"Create a problem","action":"Create a problem"},{"name":"Delete","value":"delete","description":"Delete a problem","action":"Delete a problem"},{"name":"Get","value":"get","description":"Retrieve a problem","action":"Get a problem"},{"name":"Get Many","value":"getAll","description":"Retrieve many problems","action":"Get many problems"},{"name":"Update","value":"update","description":"Update a problem","action":"Update a problem"}],"default":"create"},{"displayName":"Subject","name":"subject","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["problem"],"operation":["create"]}}},{"displayName":"Requester Name or ID","name":"requesterId","description":"ID of the initiator of the problem. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getRequesters"},"displayOptions":{"show":{"resource":["problem"],"operation":["create"]}}},{"displayName":"Due By","name":"dueBy","description":"Date when the problem is due to be solved","type":"dateTime","default":"","displayOptions":{"show":{"resource":["problem"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["problem"],"operation":["create"]}},"options":[{"displayName":"Agent Name or ID","name":"agent_id","type":"options","default":"","description":"ID of the agent to whom the problem is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Department Name or ID","name":"department_id","type":"options","default":"","description":"ID of the department initiating the problem. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Description","name":"description","description":"HTML supported","type":"string","default":""},{"displayName":"Group Name or ID","name":"group_id","type":"options","default":"","description":"ID of the agent group to which the problem is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Impact","name":"impact","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}]},{"displayName":"Priority","name":"priority","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Urgent","value":4}]},{"displayName":"Status","name":"status","type":"options","default":1,"options":[{"name":"Open","value":1},{"name":"Change Requested","value":2},{"name":"Closed","value":3}]}]},{"displayName":"Problem ID","name":"problemId","description":"ID of the problem to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["problem"],"operation":["delete"]}}},{"displayName":"Problem ID","name":"problemId","description":"ID of the problem to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["problem"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["problem"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["problem"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Problem ID","name":"problemId","description":"ID of the problem to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["problem"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["problem"],"operation":["update"]}},"options":[{"displayName":"Agent Name or ID","name":"agent_id","type":"options","default":"","description":"ID of the agent to whom the problem is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Department Name or ID","name":"department_id","type":"options","default":"","description":"ID of the department initiating the problem. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Description","name":"description","type":"string","default":"","description":"HTML supported"},{"displayName":"Due By","name":"due_by","description":"Date when the problem is due to be solved","type":"dateTime","default":""},{"displayName":"Group Name or ID","name":"group_id","type":"options","default":"","description":"ID of the agent group to which the problem is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Impact","name":"impact","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}]},{"displayName":"Priority","name":"priority","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Urgent","value":4}]},{"displayName":"Requester Name or ID","name":"requester_id","type":"options","default":"","description":"ID of the initiator of the problem. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getRequesters"}},{"displayName":"Status","name":"status","type":"options","default":1,"options":[{"name":"Open","value":1},{"name":"Change Requested","value":2},{"name":"Closed","value":3}]},{"displayName":"Subject","name":"subject","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["product"]}},"options":[{"name":"Create","value":"create","description":"Create a product","action":"Create a product"},{"name":"Delete","value":"delete","description":"Delete a product","action":"Delete a product"},{"name":"Get","value":"get","description":"Retrieve a product","action":"Get a product"},{"name":"Get Many","value":"getAll","description":"Retrieve many products","action":"Get many products"},{"name":"Update","value":"update","description":"Update a product","action":"Update a product"}],"default":"create"},{"displayName":"Asset Type Name or ID","name":"assetTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getAssetTypes"},"displayOptions":{"show":{"resource":["product"],"operation":["create"]}}},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"HTML supported"},{"displayName":"Manufacturer","name":"manufacturer","type":"string","default":""},{"displayName":"Mode of Procurement","name":"mode_of_procurement","type":"options","default":"Buy","options":[{"name":"Buy","value":"Buy"},{"name":"Lease","value":"Lease"},{"name":"Both","value":"Both"}]},{"displayName":"Status","name":"status","type":"options","default":"In Production","options":[{"name":"In Production","value":"In Production"},{"name":"In Pipeline","value":"In Pipeline"},{"name":"Retired","value":"Retired"}]}]},{"displayName":"Product ID","name":"productId","description":"ID of the product to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["delete"]}}},{"displayName":"Product ID","name":"productId","description":"ID of the product to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["product"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["product"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Product ID","name":"productId","description":"ID of the product to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["update"]}},"options":[{"displayName":"Asset Type Name or ID","name":"asset_type_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getAssetTypes"}},{"displayName":"Description","name":"description","type":"string","default":"","description":"HTML supported"},{"displayName":"Manufacturer","name":"manufacturer","type":"string","default":""},{"displayName":"Mode of Procurement","name":"mode_of_procurement","type":"options","default":"Buy","options":[{"name":"Buy","value":"Buy"},{"name":"Lease","value":"Lease"},{"name":"Both","value":"Both"}]},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","default":"In Production","options":[{"name":"In Production","value":"In Production"},{"name":"In Pipeline","value":"In Pipeline"},{"name":"Retired","value":"Retired"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["release"]}},"options":[{"name":"Create","value":"create","description":"Create a release","action":"Create a release"},{"name":"Delete","value":"delete","description":"Delete a release","action":"Delete a release"},{"name":"Get","value":"get","description":"Retrieve a release","action":"Get a release"},{"name":"Get Many","value":"getAll","description":"Retrieve many releases","action":"Get many releases"},{"name":"Update","value":"update","description":"Update a release","action":"Update a release"}],"default":"create"},{"displayName":"Subject","name":"subject","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["release"],"operation":["create"]}}},{"displayName":"Release Type","name":"releaseType","type":"options","default":1,"displayOptions":{"show":{"resource":["release"],"operation":["create"]}},"options":[{"name":"Minor","value":1},{"name":"Standard","value":2},{"name":"Major","value":3},{"name":"Emergency","value":4}]},{"displayName":"Priority","name":"priority","type":"options","default":1,"displayOptions":{"show":{"resource":["release"],"operation":["create"]}},"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Urgent","value":4}]},{"displayName":"Status","name":"status","type":"options","default":1,"displayOptions":{"show":{"resource":["release"],"operation":["create"]}},"options":[{"name":"Open","value":1},{"name":"On Hold","value":2},{"name":"In Progress","value":3},{"name":"Incomplete","value":4},{"name":"Completed","value":5}]},{"displayName":"Planned Start Date","name":"plannedStartDate","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["release"],"operation":["create"]}}},{"displayName":"Planned End Date","name":"plannedEndDate","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["release"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["release"],"operation":["create"]}},"options":[{"displayName":"Department Name or ID","name":"department_id","type":"options","default":"","description":"ID of the department initiating the release. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Description","name":"description","description":"HTML supported","type":"string","default":""},{"displayName":"Group Name or ID","name":"group_id","type":"options","default":"","description":"ID of the agent group to which the release is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}}]},{"displayName":"Release ID","name":"releaseId","description":"ID of the release to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["release"],"operation":["delete"]}}},{"displayName":"Release ID","name":"releaseId","description":"ID of the release to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["release"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["release"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["release"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Release ID","name":"releaseId","description":"ID of the release to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["release"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["release"],"operation":["update"]}},"options":[{"displayName":"Department Name or ID","name":"department_id","type":"options","default":"","description":"ID of the department initiating the release. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Description","name":"description","type":"string","default":"","description":"HTML supported"},{"displayName":"Group Name or ID","name":"group_id","type":"options","default":"","description":"ID of the agent group to which the release is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Priority","name":"priority","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Urgent","value":4}]},{"displayName":"Release Type","name":"release_type","type":"options","default":1,"options":[{"name":"Minor","value":1},{"name":"Standard","value":2},{"name":"Major","value":3},{"name":"Emergency","value":4}]},{"displayName":"Status","name":"status","type":"options","default":1,"options":[{"name":"Open","value":1},{"name":"On Hold","value":2},{"name":"In Progress","value":3},{"name":"Incomplete","value":4},{"name":"Completed","value":5}]},{"displayName":"Subject","name":"subject","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["requester"]}},"options":[{"name":"Create","value":"create","description":"Create a requester","action":"Create a requester"},{"name":"Delete","value":"delete","description":"Delete a requester","action":"Delete a requester"},{"name":"Get","value":"get","description":"Retrieve a requester","action":"Get a requester"},{"name":"Get Many","value":"getAll","description":"Retrieve many requesters","action":"Get many requesters"},{"name":"Update","value":"update","description":"Update a requester","action":"Update a requester"}],"default":"create"},{"displayName":"First Name","name":"firstName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["requester"],"operation":["create"]}}},{"displayName":"Primary Email","name":"primaryEmail","type":"string","default":"","displayOptions":{"show":{"resource":["requester"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["requester"],"operation":["create"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":""},{"displayName":"Background Information","name":"background_information","type":"string","default":""},{"displayName":"Department Names or IDs","name":"department_ids","type":"multiOptions","default":[],"description":"Comma-separated IDs of the departments associated with the requester. Choose from the list or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Job Title","name":"job_title","type":"string","default":""},{"displayName":"Language","name":"language","type":"options","default":"","options":[{"value":"en","name":"English"},{"value":"ar","name":"Arabic"},{"value":"ca","name":"Catalan"},{"value":"cs","name":"Czech"},{"value":"cy-GB","name":"Welsh"},{"value":"da","name":"Danish"},{"value":"de","name":"German"},{"value":"es","name":"Spanish"},{"value":"es-LA","name":"Spanish (Latin America)"},{"value":"et","name":"Estonian"},{"value":"fi","name":"Finnish"},{"value":"fr","name":"French"},{"value":"he","name":"Hebrew"},{"value":"hu","name":"Hungarian"},{"value":"id","name":"Indonesian"},{"value":"it","name":"Italian"},{"value":"ja-JP","name":"Japanese"},{"value":"ko","name":"Korean"},{"value":"LV","name":"Latvian"},{"value":"nb-NO","name":"Norwegian"},{"value":"nl","name":"Dutch"},{"value":"pl","name":"Polish"},{"value":"pt","name":"Portuguese"},{"value":"pt-BR","name":"Portuguese (Brazil)"},{"value":"pt-PT","name":"Portuguese (Portugal)"},{"value":"ru-RU","name":"Russian"},{"value":"sk","name":"Slovak"},{"value":"sk-SK","name":"Slovak"},{"value":"sl","name":"Slovenian"},{"value":"sv-SE","name":"Swedish"},{"value":"th","name":"Thai"},{"value":"tr","name":"Turkish"},{"value":"UK","name":"Ukrainian"},{"value":"vi","name":"Vietnamese"},{"value":"zh-CN","name":"Chinese (Simplified)"},{"value":"zh-TW","name":"Chinese (Traditional)"}]},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Location Name or ID","name":"location_id","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getLocations"}},{"displayName":"Mobile Phone","name":"mobile_phone_number","type":"string","default":""},{"displayName":"Secondary Emails","name":"secondary_emails","type":"string","default":"","description":"Comma-separated secondary emails associated with the requester"},{"displayName":"Time Format","name":"time_format","type":"options","default":"12h","options":[{"name":"12-Hour Format","value":"12h"},{"name":"24-Hour Format","value":"24h"}]},{"displayName":"Work Phone","name":"work_phone_number","type":"string","default":""}]},{"displayName":"Requester ID","name":"requesterId","description":"ID of the requester to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["requester"],"operation":["delete"]}}},{"displayName":"Requester ID","name":"requesterId","description":"ID of the requester to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["requester"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["requester"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["requester"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["requester"],"operation":["getAll"]}},"options":[{"displayName":"Department Name or ID","name":"department_id","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Job Title","name":"job_title","type":"string","default":""},{"displayName":"Language","name":"language","type":"options","default":"","options":[{"value":"en","name":"English"},{"value":"ar","name":"Arabic"},{"value":"ca","name":"Catalan"},{"value":"cs","name":"Czech"},{"value":"cy-GB","name":"Welsh"},{"value":"da","name":"Danish"},{"value":"de","name":"German"},{"value":"es","name":"Spanish"},{"value":"es-LA","name":"Spanish (Latin America)"},{"value":"et","name":"Estonian"},{"value":"fi","name":"Finnish"},{"value":"fr","name":"French"},{"value":"he","name":"Hebrew"},{"value":"hu","name":"Hungarian"},{"value":"id","name":"Indonesian"},{"value":"it","name":"Italian"},{"value":"ja-JP","name":"Japanese"},{"value":"ko","name":"Korean"},{"value":"LV","name":"Latvian"},{"value":"nb-NO","name":"Norwegian"},{"value":"nl","name":"Dutch"},{"value":"pl","name":"Polish"},{"value":"pt","name":"Portuguese"},{"value":"pt-BR","name":"Portuguese (Brazil)"},{"value":"pt-PT","name":"Portuguese (Portugal)"},{"value":"ru-RU","name":"Russian"},{"value":"sk","name":"Slovak"},{"value":"sk-SK","name":"Slovak"},{"value":"sl","name":"Slovenian"},{"value":"sv-SE","name":"Swedish"},{"value":"th","name":"Thai"},{"value":"tr","name":"Turkish"},{"value":"UK","name":"Ukrainian"},{"value":"vi","name":"Vietnamese"},{"value":"zh-CN","name":"Chinese (Simplified)"},{"value":"zh-TW","name":"Chinese (Traditional)"}]},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Location Name or ID","name":"location_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getLocations"}},{"displayName":"Mobile Phone Number","name":"mobile_phone_number","type":"string","default":""},{"displayName":"Primary Email","name":"primary_email","type":"string","default":""},{"displayName":"Work Phone Number","name":"work_phone_number","type":"string","default":""}]},{"displayName":"Requester ID","name":"requesterId","description":"ID of the requester to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["requester"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["requester"],"operation":["update"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":""},{"displayName":"Background Information","name":"background_information","type":"string","default":""},{"displayName":"Department Names or IDs","name":"department_ids","type":"multiOptions","default":[],"description":"Comma-separated IDs of the departments associated with the requester. Choose from the list or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Job Title","name":"job_title","type":"string","default":""},{"displayName":"Language","name":"language","type":"options","default":"","options":[{"value":"en","name":"English"},{"value":"ar","name":"Arabic"},{"value":"ca","name":"Catalan"},{"value":"cs","name":"Czech"},{"value":"cy-GB","name":"Welsh"},{"value":"da","name":"Danish"},{"value":"de","name":"German"},{"value":"es","name":"Spanish"},{"value":"es-LA","name":"Spanish (Latin America)"},{"value":"et","name":"Estonian"},{"value":"fi","name":"Finnish"},{"value":"fr","name":"French"},{"value":"he","name":"Hebrew"},{"value":"hu","name":"Hungarian"},{"value":"id","name":"Indonesian"},{"value":"it","name":"Italian"},{"value":"ja-JP","name":"Japanese"},{"value":"ko","name":"Korean"},{"value":"LV","name":"Latvian"},{"value":"nb-NO","name":"Norwegian"},{"value":"nl","name":"Dutch"},{"value":"pl","name":"Polish"},{"value":"pt","name":"Portuguese"},{"value":"pt-BR","name":"Portuguese (Brazil)"},{"value":"pt-PT","name":"Portuguese (Portugal)"},{"value":"ru-RU","name":"Russian"},{"value":"sk","name":"Slovak"},{"value":"sk-SK","name":"Slovak"},{"value":"sl","name":"Slovenian"},{"value":"sv-SE","name":"Swedish"},{"value":"th","name":"Thai"},{"value":"tr","name":"Turkish"},{"value":"UK","name":"Ukrainian"},{"value":"vi","name":"Vietnamese"},{"value":"zh-CN","name":"Chinese (Simplified)"},{"value":"zh-TW","name":"Chinese (Traditional)"}]},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Location Name or ID","name":"location_id","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getLocations"}},{"displayName":"Mobile Phone","name":"mobile_phone_number","type":"string","default":""},{"displayName":"Primary Email","name":"primary_email","type":"string","default":""},{"displayName":"Secondary Emails","name":"secondary_emails","type":"string","default":"","description":"Comma-separated secondary emails associated with the requester"},{"displayName":"Time Format","name":"time_format","type":"options","default":"12h","options":[{"name":"12-Hour Format","value":"12h"},{"name":"24-Hour Format","value":"24h"}]},{"displayName":"Work Phone","name":"work_phone_number","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["requesterGroup"]}},"options":[{"name":"Create","value":"create","description":"Create a requester group","action":"Create a requester group"},{"name":"Delete","value":"delete","description":"Delete a requester group","action":"Delete a requester group"},{"name":"Get","value":"get","description":"Retrieve a requester group","action":"Get a requester group"},{"name":"Get Many","value":"getAll","description":"Retrieve many requester groups","action":"Get many requester groups"},{"name":"Update","value":"update","description":"Update a requester group","action":"Update a requester group"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["requesterGroup"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["requesterGroup"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""}]},{"displayName":"Requester Group ID","name":"requesterGroupId","description":"ID of the requester group to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["requesterGroup"],"operation":["delete"]}}},{"displayName":"Requester Group ID","name":"requesterGroupId","description":"ID of the requester group to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["requesterGroup"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["requesterGroup"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["requesterGroup"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Requester Group ID","name":"requesterGroupId","description":"ID of the requester group to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["requesterGroup"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["requesterGroup"],"operation":["update"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the requester group"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the requester group"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["software"]}},"options":[{"name":"Create","value":"create","description":"Create a software application","action":"Create a software application"},{"name":"Delete","value":"delete","description":"Delete a software application","action":"Delete a software application"},{"name":"Get","value":"get","description":"Retrieve a software application","action":"Get a software application"},{"name":"Get Many","value":"getAll","description":"Retrieve many software applications","action":"Get many software applications"},{"name":"Update","value":"update","description":"Update a software application","action":"Update a software application"}],"default":"create"},{"displayName":"Application Type","name":"applicationType","type":"options","required":true,"options":[{"name":"Desktop","value":"desktop"},{"name":"Mobile","value":"mobile"},{"name":"SaaS","value":"saas"}],"default":"desktop","displayOptions":{"show":{"resource":["software"],"operation":["create"]}}},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["software"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["software"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","default":"managed","options":[{"name":"Disabled","value":"disabled"},{"name":"Ignored","value":"ignored"},{"name":"Needs Review","value":"needs review"},{"name":"Restricted","value":"restricted"}]}]},{"displayName":"Software ID","name":"softwareId","description":"ID of the software application to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["software"],"operation":["delete"]}}},{"displayName":"Software ID","name":"softwareId","description":"ID of the software application to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["software"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["software"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["software"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Software ID","name":"softwareId","description":"ID of the software application to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["software"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["software"],"operation":["update"]}},"options":[{"displayName":"Application Type","name":"application_type","type":"options","default":"desktop","description":"Type of the software","options":[{"name":"Desktop","value":"desktop"},{"name":"Mobile","value":"mobile"},{"name":"SaaS","value":"saas"}]},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","default":"managed","options":[{"name":"Disabled","value":"disabled"},{"name":"Ignored","value":"ignored"},{"name":"Needs Review","value":"needs review"},{"name":"Restricted","value":"restricted"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Create","value":"create","description":"Create a ticket","action":"Create a ticket"},{"name":"Delete","value":"delete","description":"Delete a ticket","action":"Delete a ticket"},{"name":"Get","value":"get","description":"Retrieve a ticket","action":"Get a ticket"},{"name":"Get Many","value":"getAll","description":"Retrieve many tickets","action":"Get many tickets"},{"name":"Update","value":"update","description":"Update a ticket","action":"Update a ticket"}],"default":"create"},{"displayName":"Email","name":"email","description":"Email address of the ticket author","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","type":"string","default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Description","name":"description","type":"string","default":"","description":"HTML supported","displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Priority","name":"priority","type":"options","default":1,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Urgent","value":4}]},{"displayName":"Status","name":"status","type":"options","default":2,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"name":"Open","value":2},{"name":"Pending","value":3},{"name":"Resolved","value":4},{"name":"Closed","value":5}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"displayName":"CC Emails","name":"cc_emails","type":"string","default":"","description":"Comma-separated email addresses to add in the CC field of the ticket email"},{"displayName":"Department Name or ID","name":"department_id","type":"options","default":"","description":"ID of the department to which this ticket belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Group Name or ID","name":"group_id","type":"options","default":"","description":"ID of the group to which the ticket has been assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Impact","name":"impact","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}]},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the ticket author"},{"displayName":"Requester Name or ID","name":"requester_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getRequesters"}}]},{"displayName":"Ticket ID","name":"ticketId","description":"ID of the ticket to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["delete"]}}},{"displayName":"Ticket ID","name":"ticketId","description":"ID of the ticket to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"options":[{"displayName":"Agent Name or ID","name":"agent_id","type":"options","default":"","description":"ID of the agent to whom the tickets have been assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgents"}},{"displayName":"Group Name or ID","name":"group_id","type":"options","default":"","description":"ID of the group to which the tickets have been assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Impact","name":"impact","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}]},{"displayName":"Priority","name":"priority","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Urgent","value":4}]},{"displayName":"Status","name":"status","type":"options","default":2,"options":[{"name":"Open","value":2},{"name":"Pending","value":3},{"name":"Resolved","value":4},{"name":"Closed","value":5}]},{"displayName":"Created On","name":"created_at","type":"dateTime","default":"","description":"Date when the ticket was created"},{"displayName":"Due By","name":"due_by","description":"Date when the ticket is due to be resolved","type":"dateTime","default":""}]},{"displayName":"Ticket ID","name":"ticketId","description":"ID of the ticket to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"options":[{"displayName":"Department Name or ID","name":"department_id","type":"options","default":"","description":"ID of the department to which this ticket has been assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Description","name":"description","type":"string","default":"","description":"HTML supported"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address of the ticket author"},{"displayName":"Group Name or ID","name":"group_id","type":"options","default":"","description":"ID of the group to which the ticket has been assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getAgentGroups"}},{"displayName":"Impact","name":"impact","type":"options","default":1,"options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}]},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the ticket author"},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Priority","name":"priority","type":"options","default":1,"description":"Priority of the ticket","options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3},{"name":"Urgent","value":4}]},{"displayName":"Status","name":"status","type":"options","default":2,"options":[{"name":"Open","value":2},{"name":"Pending","value":3},{"name":"Resolved","value":4},{"name":"Closed","value":5}]},{"displayName":"Subject","name":"subject","type":"string","default":""}]}],"codex":{"categories":["Productivity"],"alias":["Freshdesk"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.freshservice/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/freshservice/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Freshservice/freshservice.svg"},
{"displayName":"Freshworks CRM","name":"freshworksCrm","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Freshworks CRM API","defaults":{"name":"Freshworks CRM"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"freshworksCrmApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"},{"name":"Appointment","value":"appointment"},{"name":"Contact","value":"contact"},{"name":"Deal","value":"deal"},{"name":"Note","value":"note"},{"name":"Sales Activity","value":"salesActivity"},{"name":"Search","value":"search"},{"name":"Task","value":"task"}],"default":"account"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["account"]}},"options":[{"name":"Create","value":"create","description":"Create an account","action":"Create an account"},{"name":"Delete","value":"delete","description":"Delete an account","action":"Delete an account"},{"name":"Get","value":"get","description":"Retrieve an account","action":"Get an account"},{"name":"Get Many","value":"getAll","description":"Retrieve many accounts","action":"Get many accounts"},{"name":"Update","value":"update","description":"Update an account","action":"Update an account"}],"default":"create"},{"displayName":"Name","name":"name","description":"Name of the account","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["create"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":"","description":"Address of the account"},{"displayName":"Annual Revenue","name":"annual_revenue","type":"number","default":0,"description":"Annual revenue of the account"},{"displayName":"Business Type Name or ID","name":"business_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getBusinessTypes"},"description":"ID of the business that the account belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"City","name":"city","type":"string","default":"","description":"City that the account belongs to"},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country that the account belongs to"},{"displayName":"Facebook","name":"facebook","type":"string","default":"","description":"Facebook username of the account"},{"displayName":"Industry Type Name or ID","name":"industry_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getIndustryTypes"},"description":"ID of the industry that the account belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"LinkedIn","name":"linkedin","type":"string","default":"","description":"LinkedIn account of the account"},{"displayName":"Number of Employees","name":"number_of_employees","type":"number","default":0,"description":"Number of employees in the account"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Parent Sales Account ID","name":"parent_sales_account_id","type":"string","default":"","description":"Parent account ID of the account"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number of the account"},{"displayName":"State","name":"state","type":"string","default":"","description":"State that the account belongs to"},{"displayName":"Territory Name or ID","name":"territory_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTerritories"},"description":"ID of the territory that the account belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Twitter","name":"twitter","type":"string","default":"","description":"Twitter username of the account"},{"displayName":"Website","name":"website","type":"string","default":"","description":"Website of the account"},{"displayName":"Zipcode","name":"zipcode","type":"string","default":"","description":"Zipcode of the region that the account belongs to"}]},{"displayName":"Account ID","name":"accountId","description":"ID of the account to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["delete"]}}},{"displayName":"Account ID","name":"accountId","description":"ID of the account to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["get"]}}},{"displayName":"View Name or ID","name":"view","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getAccountViews"},"displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["account"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Account ID","name":"accountId","description":"ID of the account to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["update"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":"","description":"Address of the account"},{"displayName":"Annual Revenue","name":"annual_revenue","type":"number","default":0,"description":"Annual revenue of the account"},{"displayName":"Business Type Name or ID","name":"business_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getBusinessTypes"},"description":"ID of the business that the account belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"City","name":"city","type":"string","default":"","description":"City that the account belongs to"},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country that the account belongs to"},{"displayName":"Facebook","name":"facebook","type":"string","default":"","description":"Facebook username of the account"},{"displayName":"Industry Type Name or ID","name":"industry_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getIndustryTypes"},"description":"ID of the industry that the account belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"LinkedIn","name":"linkedin","type":"string","default":"","description":"LinkedIn account of the account"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the account"},{"displayName":"Number of Employees","name":"number_of_employees","type":"number","default":0,"description":"Number of employees in the account"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the account is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Parent Sales Account ID","name":"parent_sales_account_id","type":"string","default":"","description":"Parent account ID of the account"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number of the account"},{"displayName":"State","name":"state","type":"string","default":"","description":"State that the account belongs to"},{"displayName":"Territory Name or ID","name":"territory_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTerritories"},"description":"ID of the territory that the account belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Twitter","name":"twitter","type":"string","default":"","description":"Twitter username of the account"},{"displayName":"Website","name":"website","type":"string","default":"","description":"Website of the account"},{"displayName":"Zipcode","name":"zipcode","type":"string","default":"","description":"Zipcode of the region that the account belongs to"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["appointment"]}},"options":[{"name":"Create","value":"create","description":"Create an appointment","action":"Create an appointment"},{"name":"Delete","value":"delete","description":"Delete an appointment","action":"Delete an appointment"},{"name":"Get","value":"get","description":"Retrieve an appointment","action":"Get an appointment"},{"name":"Get Many","value":"getAll","description":"Retrieve many appointments","action":"Get many appointments"},{"name":"Update","value":"update","description":"Update an appointment","action":"Update an appointment"}],"default":"create"},{"displayName":"Title","name":"title","description":"Title of the appointment","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["appointment"],"operation":["create"]}}},{"displayName":"Start Date","name":"fromDate","description":"Timestamp that denotes the start of appointment. Start date if this is an all-day appointment.","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["appointment"],"operation":["create"]}}},{"displayName":"End Date","name":"endDate","description":"Timestamp that denotes the end of appointment. End date if this is an all-day appointment.","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["appointment"],"operation":["create"]}}},{"displayName":"Attendees","name":"attendees","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["appointment"],"operation":["create"]}},"placeholder":"Add Attendee","default":{},"options":[{"name":"attendee","displayName":"Attendee","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Contact","value":"contact"},{"name":"User","value":"user"}],"default":"contact"},{"displayName":"User Name or ID","name":"userId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"type":["user"]}},"typeOptions":{"loadOptionsMethod":"getUsers"},"default":""},{"displayName":"Contact ID","name":"contactId","displayOptions":{"show":{"type":["contact"]}},"type":"string","default":""}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["appointment"],"operation":["create"]}},"options":[{"displayName":"Creator Name or ID","name":"creater_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who created the appointment. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Is All-Day","name":"is_allday","type":"boolean","default":false,"description":"Whether it is an all-day appointment or not"},{"displayName":"Latitude","name":"latitude","type":"string","default":"","description":"Latitude of the location when you check in for an appointment"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Location of the appointment"},{"displayName":"Longitude","name":"longitude","type":"string","default":"","description":"Longitude of the location when you check in for an appointment"},{"displayName":"Outcome Name or ID","name":"outcome_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getOutcomes"},"description":"ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Target ID","name":"targetable_id","type":"string","default":"","description":"ID of contact/account against whom appointment is created"},{"displayName":"Target Type","name":"targetable_type","type":"options","default":"Contact","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"SalesAccount","value":"SalesAccount"}]},{"displayName":"Time Zone","name":"time_zone","type":"options","default":"","description":"Timezone that the appointment is scheduled in","options":[{"name":"Africa/Abidjan","value":"Africa/Abidjan"},{"name":"Africa/Accra","value":"Africa/Accra"},{"name":"Africa/Addis_Ababa","value":"Africa/Addis_Ababa"},{"name":"Africa/Algiers","value":"Africa/Algiers"},{"name":"Africa/Asmara","value":"Africa/Asmara"},{"name":"Africa/Asmera","value":"Africa/Asmera"},{"name":"Africa/Bamako","value":"Africa/Bamako"},{"name":"Africa/Bangui","value":"Africa/Bangui"},{"name":"Africa/Banjul","value":"Africa/Banjul"},{"name":"Africa/Bissau","value":"Africa/Bissau"},{"name":"Africa/Blantyre","value":"Africa/Blantyre"},{"name":"Africa/Brazzaville","value":"Africa/Brazzaville"},{"name":"Africa/Bujumbura","value":"Africa/Bujumbura"},{"name":"Africa/Cairo","value":"Africa/Cairo"},{"name":"Africa/Casablanca","value":"Africa/Casablanca"},{"name":"Africa/Ceuta","value":"Africa/Ceuta"},{"name":"Africa/Conakry","value":"Africa/Conakry"},{"name":"Africa/Dakar","value":"Africa/Dakar"},{"name":"Africa/Dar_es_Salaam","value":"Africa/Dar_es_Salaam"},{"name":"Africa/Djibouti","value":"Africa/Djibouti"},{"name":"Africa/Douala","value":"Africa/Douala"},{"name":"Africa/El_Aaiun","value":"Africa/El_Aaiun"},{"name":"Africa/Freetown","value":"Africa/Freetown"},{"name":"Africa/Gaborone","value":"Africa/Gaborone"},{"name":"Africa/Harare","value":"Africa/Harare"},{"name":"Africa/Johannesburg","value":"Africa/Johannesburg"},{"name":"Africa/Juba","value":"Africa/Juba"},{"name":"Africa/Kampala","value":"Africa/Kampala"},{"name":"Africa/Khartoum","value":"Africa/Khartoum"},{"name":"Africa/Kigali","value":"Africa/Kigali"},{"name":"Africa/Kinshasa","value":"Africa/Kinshasa"},{"name":"Africa/Lagos","value":"Africa/Lagos"},{"name":"Africa/Libreville","value":"Africa/Libreville"},{"name":"Africa/Lome","value":"Africa/Lome"},{"name":"Africa/Luanda","value":"Africa/Luanda"},{"name":"Africa/Lubumbashi","value":"Africa/Lubumbashi"},{"name":"Africa/Lusaka","value":"Africa/Lusaka"},{"name":"Africa/Malabo","value":"Africa/Malabo"},{"name":"Africa/Maputo","value":"Africa/Maputo"},{"name":"Africa/Maseru","value":"Africa/Maseru"},{"name":"Africa/Mbabane","value":"Africa/Mbabane"},{"name":"Africa/Mogadishu","value":"Africa/Mogadishu"},{"name":"Africa/Monrovia","value":"Africa/Monrovia"},{"name":"Africa/Nairobi","value":"Africa/Nairobi"},{"name":"Africa/Ndjamena","value":"Africa/Ndjamena"},{"name":"Africa/Niamey","value":"Africa/Niamey"},{"name":"Africa/Nouakchott","value":"Africa/Nouakchott"},{"name":"Africa/Ouagadougou","value":"Africa/Ouagadougou"},{"name":"Africa/Porto-Novo","value":"Africa/Porto-Novo"},{"name":"Africa/Sao_Tome","value":"Africa/Sao_Tome"},{"name":"Africa/Timbuktu","value":"Africa/Timbuktu"},{"name":"Africa/Tripoli","value":"Africa/Tripoli"},{"name":"Africa/Tunis","value":"Africa/Tunis"},{"name":"Africa/Windhoek","value":"Africa/Windhoek"},{"name":"America/Adak","value":"America/Adak"},{"name":"America/Anchorage","value":"America/Anchorage"},{"name":"America/Anguilla","value":"America/Anguilla"},{"name":"America/Antigua","value":"America/Antigua"},{"name":"America/Araguaina","value":"America/Araguaina"},{"name":"America/Argentina/Buenos_Aires","value":"America/Argentina/Buenos_Aires"},{"name":"America/Argentina/Catamarca","value":"America/Argentina/Catamarca"},{"name":"America/Argentina/ComodRivadavia","value":"America/Argentina/ComodRivadavia"},{"name":"America/Argentina/Cordoba","value":"America/Argentina/Cordoba"},{"name":"America/Argentina/Jujuy","value":"America/Argentina/Jujuy"},{"name":"America/Argentina/La_Rioja","value":"America/Argentina/La_Rioja"},{"name":"America/Argentina/Mendoza","value":"America/Argentina/Mendoza"},{"name":"America/Argentina/Rio_Gallegos","value":"America/Argentina/Rio_Gallegos"},{"name":"America/Argentina/Salta","value":"America/Argentina/Salta"},{"name":"America/Argentina/San_Juan","value":"America/Argentina/San_Juan"},{"name":"America/Argentina/San_Luis","value":"America/Argentina/San_Luis"},{"name":"America/Argentina/Tucuman","value":"America/Argentina/Tucuman"},{"name":"America/Argentina/Ushuaia","value":"America/Argentina/Ushuaia"},{"name":"America/Aruba","value":"America/Aruba"},{"name":"America/Asuncion","value":"America/Asuncion"},{"name":"America/Atikokan","value":"America/Atikokan"},{"name":"America/Atka","value":"America/Atka"},{"name":"America/Bahia","value":"America/Bahia"},{"name":"America/Bahia_Banderas","value":"America/Bahia_Banderas"},{"name":"America/Barbados","value":"America/Barbados"},{"name":"America/Belem","value":"America/Belem"},{"name":"America/Belize","value":"America/Belize"},{"name":"America/Blanc-Sablon","value":"America/Blanc-Sablon"},{"name":"America/Boa_Vista","value":"America/Boa_Vista"},{"name":"America/Bogota","value":"America/Bogota"},{"name":"America/Boise","value":"America/Boise"},{"name":"America/Buenos_Aires","value":"America/Buenos_Aires"},{"name":"America/Cambridge_Bay","value":"America/Cambridge_Bay"},{"name":"America/Campo_Grande","value":"America/Campo_Grande"},{"name":"America/Cancun","value":"America/Cancun"},{"name":"America/Caracas","value":"America/Caracas"},{"name":"America/Catamarca","value":"America/Catamarca"},{"name":"America/Cayenne","value":"America/Cayenne"},{"name":"America/Cayman","value":"America/Cayman"},{"name":"America/Chicago","value":"America/Chicago"},{"name":"America/Chihuahua","value":"America/Chihuahua"},{"name":"America/Ciudad_Juarez","value":"America/Ciudad_Juarez"},{"name":"America/Coral_Harbour","value":"America/Coral_Harbour"},{"name":"America/Cordoba","value":"America/Cordoba"},{"name":"America/Costa_Rica","value":"America/Costa_Rica"},{"name":"America/Coyhaique","value":"America/Coyhaique"},{"name":"America/Creston","value":"America/Creston"},{"name":"America/Cuiaba","value":"America/Cuiaba"},{"name":"America/Curacao","value":"America/Curacao"},{"name":"America/Danmarkshavn","value":"America/Danmarkshavn"},{"name":"America/Dawson","value":"America/Dawson"},{"name":"America/Dawson_Creek","value":"America/Dawson_Creek"},{"name":"America/Denver","value":"America/Denver"},{"name":"America/Detroit","value":"America/Detroit"},{"name":"America/Dominica","value":"America/Dominica"},{"name":"America/Edmonton","value":"America/Edmonton"},{"name":"America/Eirunepe","value":"America/Eirunepe"},{"name":"America/El_Salvador","value":"America/El_Salvador"},{"name":"America/Ensenada","value":"America/Ensenada"},{"name":"America/Fort_Nelson","value":"America/Fort_Nelson"},{"name":"America/Fort_Wayne","value":"America/Fort_Wayne"},{"name":"America/Fortaleza","value":"America/Fortaleza"},{"name":"America/Glace_Bay","value":"America/Glace_Bay"},{"name":"America/Godthab","value":"America/Godthab"},{"name":"America/Goose_Bay","value":"America/Goose_Bay"},{"name":"America/Grand_Turk","value":"America/Grand_Turk"},{"name":"America/Grenada","value":"America/Grenada"},{"name":"America/Guadeloupe","value":"America/Guadeloupe"},{"name":"America/Guatemala","value":"America/Guatemala"},{"name":"America/Guayaquil","value":"America/Guayaquil"},{"name":"America/Guyana","value":"America/Guyana"},{"name":"America/Halifax","value":"America/Halifax"},{"name":"America/Havana","value":"America/Havana"},{"name":"America/Hermosillo","value":"America/Hermosillo"},{"name":"America/Indiana/Indianapolis","value":"America/Indiana/Indianapolis"},{"name":"America/Indiana/Knox","value":"America/Indiana/Knox"},{"name":"America/Indiana/Marengo","value":"America/Indiana/Marengo"},{"name":"America/Indiana/Petersburg","value":"America/Indiana/Petersburg"},{"name":"America/Indiana/Tell_City","value":"America/Indiana/Tell_City"},{"name":"America/Indiana/Vevay","value":"America/Indiana/Vevay"},{"name":"America/Indiana/Vincennes","value":"America/Indiana/Vincennes"},{"name":"America/Indiana/Winamac","value":"America/Indiana/Winamac"},{"name":"America/Indianapolis","value":"America/Indianapolis"},{"name":"America/Inuvik","value":"America/Inuvik"},{"name":"America/Iqaluit","value":"America/Iqaluit"},{"name":"America/Jamaica","value":"America/Jamaica"},{"name":"America/Jujuy","value":"America/Jujuy"},{"name":"America/Juneau","value":"America/Juneau"},{"name":"America/Kentucky/Louisville","value":"America/Kentucky/Louisville"},{"name":"America/Kentucky/Monticello","value":"America/Kentucky/Monticello"},{"name":"America/Knox_IN","value":"America/Knox_IN"},{"name":"America/Kralendijk","value":"America/Kralendijk"},{"name":"America/La_Paz","value":"America/La_Paz"},{"name":"America/Lima","value":"America/Lima"},{"name":"America/Los_Angeles","value":"America/Los_Angeles"},{"name":"America/Louisville","value":"America/Louisville"},{"name":"America/Lower_Princes","value":"America/Lower_Princes"},{"name":"America/Maceio","value":"America/Maceio"},{"name":"America/Managua","value":"America/Managua"},{"name":"America/Manaus","value":"America/Manaus"},{"name":"America/Marigot","value":"America/Marigot"},{"name":"America/Martinique","value":"America/Martinique"},{"name":"America/Matamoros","value":"America/Matamoros"},{"name":"America/Mazatlan","value":"America/Mazatlan"},{"name":"America/Mendoza","value":"America/Mendoza"},{"name":"America/Menominee","value":"America/Menominee"},{"name":"America/Merida","value":"America/Merida"},{"name":"America/Metlakatla","value":"America/Metlakatla"},{"name":"America/Mexico_City","value":"America/Mexico_City"},{"name":"America/Miquelon","value":"America/Miquelon"},{"name":"America/Moncton","value":"America/Moncton"},{"name":"America/Monterrey","value":"America/Monterrey"},{"name":"America/Montevideo","value":"America/Montevideo"},{"name":"America/Montreal","value":"America/Montreal"},{"name":"America/Montserrat","value":"America/Montserrat"},{"name":"America/Nassau","value":"America/Nassau"},{"name":"America/New_York","value":"America/New_York"},{"name":"America/Nipigon","value":"America/Nipigon"},{"name":"America/Nome","value":"America/Nome"},{"name":"America/Noronha","value":"America/Noronha"},{"name":"America/North_Dakota/Beulah","value":"America/North_Dakota/Beulah"},{"name":"America/North_Dakota/Center","value":"America/North_Dakota/Center"},{"name":"America/North_Dakota/New_Salem","value":"America/North_Dakota/New_Salem"},{"name":"America/Nuuk","value":"America/Nuuk"},{"name":"America/Ojinaga","value":"America/Ojinaga"},{"name":"America/Panama","value":"America/Panama"},{"name":"America/Pangnirtung","value":"America/Pangnirtung"},{"name":"America/Paramaribo","value":"America/Paramaribo"},{"name":"America/Phoenix","value":"America/Phoenix"},{"name":"America/Port-au-Prince","value":"America/Port-au-Prince"},{"name":"America/Port_of_Spain","value":"America/Port_of_Spain"},{"name":"America/Porto_Acre","value":"America/Porto_Acre"},{"name":"America/Porto_Velho","value":"America/Porto_Velho"},{"name":"America/Puerto_Rico","value":"America/Puerto_Rico"},{"name":"America/Punta_Arenas","value":"America/Punta_Arenas"},{"name":"America/Rainy_River","value":"America/Rainy_River"},{"name":"America/Rankin_Inlet","value":"America/Rankin_Inlet"},{"name":"America/Recife","value":"America/Recife"},{"name":"America/Regina","value":"America/Regina"},{"name":"America/Resolute","value":"America/Resolute"},{"name":"America/Rio_Branco","value":"America/Rio_Branco"},{"name":"America/Rosario","value":"America/Rosario"},{"name":"America/Santa_Isabel","value":"America/Santa_Isabel"},{"name":"America/Santarem","value":"America/Santarem"},{"name":"America/Santiago","value":"America/Santiago"},{"name":"America/Santo_Domingo","value":"America/Santo_Domingo"},{"name":"America/Sao_Paulo","value":"America/Sao_Paulo"},{"name":"America/Scoresbysund","value":"America/Scoresbysund"},{"name":"America/Shiprock","value":"America/Shiprock"},{"name":"America/Sitka","value":"America/Sitka"},{"name":"America/St_Barthelemy","value":"America/St_Barthelemy"},{"name":"America/St_Johns","value":"America/St_Johns"},{"name":"America/St_Kitts","value":"America/St_Kitts"},{"name":"America/St_Lucia","value":"America/St_Lucia"},{"name":"America/St_Thomas","value":"America/St_Thomas"},{"name":"America/St_Vincent","value":"America/St_Vincent"},{"name":"America/Swift_Current","value":"America/Swift_Current"},{"name":"America/Tegucigalpa","value":"America/Tegucigalpa"},{"name":"America/Thule","value":"America/Thule"},{"name":"America/Thunder_Bay","value":"America/Thunder_Bay"},{"name":"America/Tijuana","value":"America/Tijuana"},{"name":"America/Toronto","value":"America/Toronto"},{"name":"America/Tortola","value":"America/Tortola"},{"name":"America/Vancouver","value":"America/Vancouver"},{"name":"America/Virgin","value":"America/Virgin"},{"name":"America/Whitehorse","value":"America/Whitehorse"},{"name":"America/Winnipeg","value":"America/Winnipeg"},{"name":"America/Yakutat","value":"America/Yakutat"},{"name":"America/Yellowknife","value":"America/Yellowknife"},{"name":"Antarctica/Casey","value":"Antarctica/Casey"},{"name":"Antarctica/Davis","value":"Antarctica/Davis"},{"name":"Antarctica/DumontDUrville","value":"Antarctica/DumontDUrville"},{"name":"Antarctica/Macquarie","value":"Antarctica/Macquarie"},{"name":"Antarctica/Mawson","value":"Antarctica/Mawson"},{"name":"Antarctica/McMurdo","value":"Antarctica/McMurdo"},{"name":"Antarctica/Palmer","value":"Antarctica/Palmer"},{"name":"Antarctica/Rothera","value":"Antarctica/Rothera"},{"name":"Antarctica/South_Pole","value":"Antarctica/South_Pole"},{"name":"Antarctica/Syowa","value":"Antarctica/Syowa"},{"name":"Antarctica/Troll","value":"Antarctica/Troll"},{"name":"Antarctica/Vostok","value":"Antarctica/Vostok"},{"name":"Arctic/Longyearbyen","value":"Arctic/Longyearbyen"},{"name":"Asia/Aden","value":"Asia/Aden"},{"name":"Asia/Almaty","value":"Asia/Almaty"},{"name":"Asia/Amman","value":"Asia/Amman"},{"name":"Asia/Anadyr","value":"Asia/Anadyr"},{"name":"Asia/Aqtau","value":"Asia/Aqtau"},{"name":"Asia/Aqtobe","value":"Asia/Aqtobe"},{"name":"Asia/Ashgabat","value":"Asia/Ashgabat"},{"name":"Asia/Ashkhabad","value":"Asia/Ashkhabad"},{"name":"Asia/Atyrau","value":"Asia/Atyrau"},{"name":"Asia/Baghdad","value":"Asia/Baghdad"},{"name":"Asia/Bahrain","value":"Asia/Bahrain"},{"name":"Asia/Baku","value":"Asia/Baku"},{"name":"Asia/Bangkok","value":"Asia/Bangkok"},{"name":"Asia/Barnaul","value":"Asia/Barnaul"},{"name":"Asia/Beirut","value":"Asia/Beirut"},{"name":"Asia/Bishkek","value":"Asia/Bishkek"},{"name":"Asia/Brunei","value":"Asia/Brunei"},{"name":"Asia/Calcutta","value":"Asia/Calcutta"},{"name":"Asia/Chita","value":"Asia/Chita"},{"name":"Asia/Choibalsan","value":"Asia/Choibalsan"},{"name":"Asia/Chongqing","value":"Asia/Chongqing"},{"name":"Asia/Chungking","value":"Asia/Chungking"},{"name":"Asia/Colombo","value":"Asia/Colombo"},{"name":"Asia/Dacca","value":"Asia/Dacca"},{"name":"Asia/Damascus","value":"Asia/Damascus"},{"name":"Asia/Dhaka","value":"Asia/Dhaka"},{"name":"Asia/Dili","value":"Asia/Dili"},{"name":"Asia/Dubai","value":"Asia/Dubai"},{"name":"Asia/Dushanbe","value":"Asia/Dushanbe"},{"name":"Asia/Famagusta","value":"Asia/Famagusta"},{"name":"Asia/Gaza","value":"Asia/Gaza"},{"name":"Asia/Harbin","value":"Asia/Harbin"},{"name":"Asia/Hebron","value":"Asia/Hebron"},{"name":"Asia/Ho_Chi_Minh","value":"Asia/Ho_Chi_Minh"},{"name":"Asia/Hong_Kong","value":"Asia/Hong_Kong"},{"name":"Asia/Hovd","value":"Asia/Hovd"},{"name":"Asia/Irkutsk","value":"Asia/Irkutsk"},{"name":"Asia/Istanbul","value":"Asia/Istanbul"},{"name":"Asia/Jakarta","value":"Asia/Jakarta"},{"name":"Asia/Jayapura","value":"Asia/Jayapura"},{"name":"Asia/Jerusalem","value":"Asia/Jerusalem"},{"name":"Asia/Kabul","value":"Asia/Kabul"},{"name":"Asia/Kamchatka","value":"Asia/Kamchatka"},{"name":"Asia/Karachi","value":"Asia/Karachi"},{"name":"Asia/Kashgar","value":"Asia/Kashgar"},{"name":"Asia/Kathmandu","value":"Asia/Kathmandu"},{"name":"Asia/Katmandu","value":"Asia/Katmandu"},{"name":"Asia/Khandyga","value":"Asia/Khandyga"},{"name":"Asia/Kolkata","value":"Asia/Kolkata"},{"name":"Asia/Krasnoyarsk","value":"Asia/Krasnoyarsk"},{"name":"Asia/Kuala_Lumpur","value":"Asia/Kuala_Lumpur"},{"name":"Asia/Kuching","value":"Asia/Kuching"},{"name":"Asia/Kuwait","value":"Asia/Kuwait"},{"name":"Asia/Macao","value":"Asia/Macao"},{"name":"Asia/Macau","value":"Asia/Macau"},{"name":"Asia/Magadan","value":"Asia/Magadan"},{"name":"Asia/Makassar","value":"Asia/Makassar"},{"name":"Asia/Manila","value":"Asia/Manila"},{"name":"Asia/Muscat","value":"Asia/Muscat"},{"name":"Asia/Nicosia","value":"Asia/Nicosia"},{"name":"Asia/Novokuznetsk","value":"Asia/Novokuznetsk"},{"name":"Asia/Novosibirsk","value":"Asia/Novosibirsk"},{"name":"Asia/Omsk","value":"Asia/Omsk"},{"name":"Asia/Oral","value":"Asia/Oral"},{"name":"Asia/Phnom_Penh","value":"Asia/Phnom_Penh"},{"name":"Asia/Pontianak","value":"Asia/Pontianak"},{"name":"Asia/Pyongyang","value":"Asia/Pyongyang"},{"name":"Asia/Qatar","value":"Asia/Qatar"},{"name":"Asia/Qostanay","value":"Asia/Qostanay"},{"name":"Asia/Qyzylorda","value":"Asia/Qyzylorda"},{"name":"Asia/Rangoon","value":"Asia/Rangoon"},{"name":"Asia/Riyadh","value":"Asia/Riyadh"},{"name":"Asia/Saigon","value":"Asia/Saigon"},{"name":"Asia/Sakhalin","value":"Asia/Sakhalin"},{"name":"Asia/Samarkand","value":"Asia/Samarkand"},{"name":"Asia/Seoul","value":"Asia/Seoul"},{"name":"Asia/Shanghai","value":"Asia/Shanghai"},{"name":"Asia/Singapore","value":"Asia/Singapore"},{"name":"Asia/Srednekolymsk","value":"Asia/Srednekolymsk"},{"name":"Asia/Taipei","value":"Asia/Taipei"},{"name":"Asia/Tashkent","value":"Asia/Tashkent"},{"name":"Asia/Tbilisi","value":"Asia/Tbilisi"},{"name":"Asia/Tehran","value":"Asia/Tehran"},{"name":"Asia/Tel_Aviv","value":"Asia/Tel_Aviv"},{"name":"Asia/Thimbu","value":"Asia/Thimbu"},{"name":"Asia/Thimphu","value":"Asia/Thimphu"},{"name":"Asia/Tokyo","value":"Asia/Tokyo"},{"name":"Asia/Tomsk","value":"Asia/Tomsk"},{"name":"Asia/Ujung_Pandang","value":"Asia/Ujung_Pandang"},{"name":"Asia/Ulaanbaatar","value":"Asia/Ulaanbaatar"},{"name":"Asia/Ulan_Bator","value":"Asia/Ulan_Bator"},{"name":"Asia/Urumqi","value":"Asia/Urumqi"},{"name":"Asia/Ust-Nera","value":"Asia/Ust-Nera"},{"name":"Asia/Vientiane","value":"Asia/Vientiane"},{"name":"Asia/Vladivostok","value":"Asia/Vladivostok"},{"name":"Asia/Yakutsk","value":"Asia/Yakutsk"},{"name":"Asia/Yangon","value":"Asia/Yangon"},{"name":"Asia/Yekaterinburg","value":"Asia/Yekaterinburg"},{"name":"Asia/Yerevan","value":"Asia/Yerevan"},{"name":"Atlantic/Azores","value":"Atlantic/Azores"},{"name":"Atlantic/Bermuda","value":"Atlantic/Bermuda"},{"name":"Atlantic/Canary","value":"Atlantic/Canary"},{"name":"Atlantic/Cape_Verde","value":"Atlantic/Cape_Verde"},{"name":"Atlantic/Faeroe","value":"Atlantic/Faeroe"},{"name":"Atlantic/Faroe","value":"Atlantic/Faroe"},{"name":"Atlantic/Jan_Mayen","value":"Atlantic/Jan_Mayen"},{"name":"Atlantic/Madeira","value":"Atlantic/Madeira"},{"name":"Atlantic/Reykjavik","value":"Atlantic/Reykjavik"},{"name":"Atlantic/South_Georgia","value":"Atlantic/South_Georgia"},{"name":"Atlantic/St_Helena","value":"Atlantic/St_Helena"},{"name":"Atlantic/Stanley","value":"Atlantic/Stanley"},{"name":"Australia/ACT","value":"Australia/ACT"},{"name":"Australia/Adelaide","value":"Australia/Adelaide"},{"name":"Australia/Brisbane","value":"Australia/Brisbane"},{"name":"Australia/Broken_Hill","value":"Australia/Broken_Hill"},{"name":"Australia/Canberra","value":"Australia/Canberra"},{"name":"Australia/Currie","value":"Australia/Currie"},{"name":"Australia/Darwin","value":"Australia/Darwin"},{"name":"Australia/Eucla","value":"Australia/Eucla"},{"name":"Australia/Hobart","value":"Australia/Hobart"},{"name":"Australia/LHI","value":"Australia/LHI"},{"name":"Australia/Lindeman","value":"Australia/Lindeman"},{"name":"Australia/Lord_Howe","value":"Australia/Lord_Howe"},{"name":"Australia/Melbourne","value":"Australia/Melbourne"},{"name":"Australia/NSW","value":"Australia/NSW"},{"name":"Australia/North","value":"Australia/North"},{"name":"Australia/Perth","value":"Australia/Perth"},{"name":"Australia/Queensland","value":"Australia/Queensland"},{"name":"Australia/South","value":"Australia/South"},{"name":"Australia/Sydney","value":"Australia/Sydney"},{"name":"Australia/Tasmania","value":"Australia/Tasmania"},{"name":"Australia/Victoria","value":"Australia/Victoria"},{"name":"Australia/West","value":"Australia/West"},{"name":"Australia/Yancowinna","value":"Australia/Yancowinna"},{"name":"Brazil/Acre","value":"Brazil/Acre"},{"name":"Brazil/DeNoronha","value":"Brazil/DeNoronha"},{"name":"Brazil/East","value":"Brazil/East"},{"name":"Brazil/West","value":"Brazil/West"},{"name":"CET","value":"CET"},{"name":"CST6CDT","value":"CST6CDT"},{"name":"Canada/Atlantic","value":"Canada/Atlantic"},{"name":"Canada/Central","value":"Canada/Central"},{"name":"Canada/Eastern","value":"Canada/Eastern"},{"name":"Canada/Mountain","value":"Canada/Mountain"},{"name":"Canada/Newfoundland","value":"Canada/Newfoundland"},{"name":"Canada/Pacific","value":"Canada/Pacific"},{"name":"Canada/Saskatchewan","value":"Canada/Saskatchewan"},{"name":"Canada/Yukon","value":"Canada/Yukon"},{"name":"Chile/Continental","value":"Chile/Continental"},{"name":"Chile/EasterIsland","value":"Chile/EasterIsland"},{"name":"Cuba","value":"Cuba"},{"name":"EET","value":"EET"},{"name":"EST","value":"EST"},{"name":"EST5EDT","value":"EST5EDT"},{"name":"Egypt","value":"Egypt"},{"name":"Eire","value":"Eire"},{"name":"Etc/GMT","value":"Etc/GMT"},{"name":"Etc/GMT+0","value":"Etc/GMT+0"},{"name":"Etc/GMT+1","value":"Etc/GMT+1"},{"name":"Etc/GMT+10","value":"Etc/GMT+10"},{"name":"Etc/GMT+11","value":"Etc/GMT+11"},{"name":"Etc/GMT+12","value":"Etc/GMT+12"},{"name":"Etc/GMT+2","value":"Etc/GMT+2"},{"name":"Etc/GMT+3","value":"Etc/GMT+3"},{"name":"Etc/GMT+4","value":"Etc/GMT+4"},{"name":"Etc/GMT+5","value":"Etc/GMT+5"},{"name":"Etc/GMT+6","value":"Etc/GMT+6"},{"name":"Etc/GMT+7","value":"Etc/GMT+7"},{"name":"Etc/GMT+8","value":"Etc/GMT+8"},{"name":"Etc/GMT+9","value":"Etc/GMT+9"},{"name":"Etc/GMT-0","value":"Etc/GMT-0"},{"name":"Etc/GMT-1","value":"Etc/GMT-1"},{"name":"Etc/GMT-10","value":"Etc/GMT-10"},{"name":"Etc/GMT-11","value":"Etc/GMT-11"},{"name":"Etc/GMT-12","value":"Etc/GMT-12"},{"name":"Etc/GMT-13","value":"Etc/GMT-13"},{"name":"Etc/GMT-14","value":"Etc/GMT-14"},{"name":"Etc/GMT-2","value":"Etc/GMT-2"},{"name":"Etc/GMT-3","value":"Etc/GMT-3"},{"name":"Etc/GMT-4","value":"Etc/GMT-4"},{"name":"Etc/GMT-5","value":"Etc/GMT-5"},{"name":"Etc/GMT-6","value":"Etc/GMT-6"},{"name":"Etc/GMT-7","value":"Etc/GMT-7"},{"name":"Etc/GMT-8","value":"Etc/GMT-8"},{"name":"Etc/GMT-9","value":"Etc/GMT-9"},{"name":"Etc/GMT0","value":"Etc/GMT0"},{"name":"Etc/Greenwich","value":"Etc/Greenwich"},{"name":"Etc/UCT","value":"Etc/UCT"},{"name":"Etc/UTC","value":"Etc/UTC"},{"name":"Etc/Universal","value":"Etc/Universal"},{"name":"Etc/Zulu","value":"Etc/Zulu"},{"name":"Europe/Amsterdam","value":"Europe/Amsterdam"},{"name":"Europe/Andorra","value":"Europe/Andorra"},{"name":"Europe/Astrakhan","value":"Europe/Astrakhan"},{"name":"Europe/Athens","value":"Europe/Athens"},{"name":"Europe/Belfast","value":"Europe/Belfast"},{"name":"Europe/Belgrade","value":"Europe/Belgrade"},{"name":"Europe/Berlin","value":"Europe/Berlin"},{"name":"Europe/Bratislava","value":"Europe/Bratislava"},{"name":"Europe/Brussels","value":"Europe/Brussels"},{"name":"Europe/Bucharest","value":"Europe/Bucharest"},{"name":"Europe/Budapest","value":"Europe/Budapest"},{"name":"Europe/Busingen","value":"Europe/Busingen"},{"name":"Europe/Chisinau","value":"Europe/Chisinau"},{"name":"Europe/Copenhagen","value":"Europe/Copenhagen"},{"name":"Europe/Dublin","value":"Europe/Dublin"},{"name":"Europe/Gibraltar","value":"Europe/Gibraltar"},{"name":"Europe/Guernsey","value":"Europe/Guernsey"},{"name":"Europe/Helsinki","value":"Europe/Helsinki"},{"name":"Europe/Isle_of_Man","value":"Europe/Isle_of_Man"},{"name":"Europe/Istanbul","value":"Europe/Istanbul"},{"name":"Europe/Jersey","value":"Europe/Jersey"},{"name":"Europe/Kaliningrad","value":"Europe/Kaliningrad"},{"name":"Europe/Kiev","value":"Europe/Kiev"},{"name":"Europe/Kirov","value":"Europe/Kirov"},{"name":"Europe/Kyiv","value":"Europe/Kyiv"},{"name":"Europe/Lisbon","value":"Europe/Lisbon"},{"name":"Europe/Ljubljana","value":"Europe/Ljubljana"},{"name":"Europe/London","value":"Europe/London"},{"name":"Europe/Luxembourg","value":"Europe/Luxembourg"},{"name":"Europe/Madrid","value":"Europe/Madrid"},{"name":"Europe/Malta","value":"Europe/Malta"},{"name":"Europe/Mariehamn","value":"Europe/Mariehamn"},{"name":"Europe/Minsk","value":"Europe/Minsk"},{"name":"Europe/Monaco","value":"Europe/Monaco"},{"name":"Europe/Moscow","value":"Europe/Moscow"},{"name":"Europe/Nicosia","value":"Europe/Nicosia"},{"name":"Europe/Oslo","value":"Europe/Oslo"},{"name":"Europe/Paris","value":"Europe/Paris"},{"name":"Europe/Podgorica","value":"Europe/Podgorica"},{"name":"Europe/Prague","value":"Europe/Prague"},{"name":"Europe/Riga","value":"Europe/Riga"},{"name":"Europe/Rome","value":"Europe/Rome"},{"name":"Europe/Samara","value":"Europe/Samara"},{"name":"Europe/San_Marino","value":"Europe/San_Marino"},{"name":"Europe/Sarajevo","value":"Europe/Sarajevo"},{"name":"Europe/Saratov","value":"Europe/Saratov"},{"name":"Europe/Simferopol","value":"Europe/Simferopol"},{"name":"Europe/Skopje","value":"Europe/Skopje"},{"name":"Europe/Sofia","value":"Europe/Sofia"},{"name":"Europe/Stockholm","value":"Europe/Stockholm"},{"name":"Europe/Tallinn","value":"Europe/Tallinn"},{"name":"Europe/Tirane","value":"Europe/Tirane"},{"name":"Europe/Tiraspol","value":"Europe/Tiraspol"},{"name":"Europe/Ulyanovsk","value":"Europe/Ulyanovsk"},{"name":"Europe/Uzhgorod","value":"Europe/Uzhgorod"},{"name":"Europe/Vaduz","value":"Europe/Vaduz"},{"name":"Europe/Vatican","value":"Europe/Vatican"},{"name":"Europe/Vienna","value":"Europe/Vienna"},{"name":"Europe/Vilnius","value":"Europe/Vilnius"},{"name":"Europe/Volgograd","value":"Europe/Volgograd"},{"name":"Europe/Warsaw","value":"Europe/Warsaw"},{"name":"Europe/Zagreb","value":"Europe/Zagreb"},{"name":"Europe/Zaporozhye","value":"Europe/Zaporozhye"},{"name":"Europe/Zurich","value":"Europe/Zurich"},{"name":"GB","value":"GB"},{"name":"GB-Eire","value":"GB-Eire"},{"name":"GMT","value":"GMT"},{"name":"GMT+0","value":"GMT+0"},{"name":"GMT-0","value":"GMT-0"},{"name":"GMT0","value":"GMT0"},{"name":"Greenwich","value":"Greenwich"},{"name":"HST","value":"HST"},{"name":"Hongkong","value":"Hongkong"},{"name":"Iceland","value":"Iceland"},{"name":"Indian/Antananarivo","value":"Indian/Antananarivo"},{"name":"Indian/Chagos","value":"Indian/Chagos"},{"name":"Indian/Christmas","value":"Indian/Christmas"},{"name":"Indian/Cocos","value":"Indian/Cocos"},{"name":"Indian/Comoro","value":"Indian/Comoro"},{"name":"Indian/Kerguelen","value":"Indian/Kerguelen"},{"name":"Indian/Mahe","value":"Indian/Mahe"},{"name":"Indian/Maldives","value":"Indian/Maldives"},{"name":"Indian/Mauritius","value":"Indian/Mauritius"},{"name":"Indian/Mayotte","value":"Indian/Mayotte"},{"name":"Indian/Reunion","value":"Indian/Reunion"},{"name":"Iran","value":"Iran"},{"name":"Israel","value":"Israel"},{"name":"Jamaica","value":"Jamaica"},{"name":"Japan","value":"Japan"},{"name":"Kwajalein","value":"Kwajalein"},{"name":"Libya","value":"Libya"},{"name":"MET","value":"MET"},{"name":"MST","value":"MST"},{"name":"MST7MDT","value":"MST7MDT"},{"name":"Mexico/BajaNorte","value":"Mexico/BajaNorte"},{"name":"Mexico/BajaSur","value":"Mexico/BajaSur"},{"name":"Mexico/General","value":"Mexico/General"},{"name":"NZ","value":"NZ"},{"name":"NZ-CHAT","value":"NZ-CHAT"},{"name":"Navajo","value":"Navajo"},{"name":"PRC","value":"PRC"},{"name":"PST8PDT","value":"PST8PDT"},{"name":"Pacific/Apia","value":"Pacific/Apia"},{"name":"Pacific/Auckland","value":"Pacific/Auckland"},{"name":"Pacific/Bougainville","value":"Pacific/Bougainville"},{"name":"Pacific/Chatham","value":"Pacific/Chatham"},{"name":"Pacific/Chuuk","value":"Pacific/Chuuk"},{"name":"Pacific/Easter","value":"Pacific/Easter"},{"name":"Pacific/Efate","value":"Pacific/Efate"},{"name":"Pacific/Enderbury","value":"Pacific/Enderbury"},{"name":"Pacific/Fakaofo","value":"Pacific/Fakaofo"},{"name":"Pacific/Fiji","value":"Pacific/Fiji"},{"name":"Pacific/Funafuti","value":"Pacific/Funafuti"},{"name":"Pacific/Galapagos","value":"Pacific/Galapagos"},{"name":"Pacific/Gambier","value":"Pacific/Gambier"},{"name":"Pacific/Guadalcanal","value":"Pacific/Guadalcanal"},{"name":"Pacific/Guam","value":"Pacific/Guam"},{"name":"Pacific/Honolulu","value":"Pacific/Honolulu"},{"name":"Pacific/Johnston","value":"Pacific/Johnston"},{"name":"Pacific/Kanton","value":"Pacific/Kanton"},{"name":"Pacific/Kiritimati","value":"Pacific/Kiritimati"},{"name":"Pacific/Kosrae","value":"Pacific/Kosrae"},{"name":"Pacific/Kwajalein","value":"Pacific/Kwajalein"},{"name":"Pacific/Majuro","value":"Pacific/Majuro"},{"name":"Pacific/Marquesas","value":"Pacific/Marquesas"},{"name":"Pacific/Midway","value":"Pacific/Midway"},{"name":"Pacific/Nauru","value":"Pacific/Nauru"},{"name":"Pacific/Niue","value":"Pacific/Niue"},{"name":"Pacific/Norfolk","value":"Pacific/Norfolk"},{"name":"Pacific/Noumea","value":"Pacific/Noumea"},{"name":"Pacific/Pago_Pago","value":"Pacific/Pago_Pago"},{"name":"Pacific/Palau","value":"Pacific/Palau"},{"name":"Pacific/Pitcairn","value":"Pacific/Pitcairn"},{"name":"Pacific/Pohnpei","value":"Pacific/Pohnpei"},{"name":"Pacific/Ponape","value":"Pacific/Ponape"},{"name":"Pacific/Port_Moresby","value":"Pacific/Port_Moresby"},{"name":"Pacific/Rarotonga","value":"Pacific/Rarotonga"},{"name":"Pacific/Saipan","value":"Pacific/Saipan"},{"name":"Pacific/Samoa","value":"Pacific/Samoa"},{"name":"Pacific/Tahiti","value":"Pacific/Tahiti"},{"name":"Pacific/Tarawa","value":"Pacific/Tarawa"},{"name":"Pacific/Tongatapu","value":"Pacific/Tongatapu"},{"name":"Pacific/Truk","value":"Pacific/Truk"},{"name":"Pacific/Wake","value":"Pacific/Wake"},{"name":"Pacific/Wallis","value":"Pacific/Wallis"},{"name":"Pacific/Yap","value":"Pacific/Yap"},{"name":"Poland","value":"Poland"},{"name":"Portugal","value":"Portugal"},{"name":"ROC","value":"ROC"},{"name":"ROK","value":"ROK"},{"name":"Singapore","value":"Singapore"},{"name":"Turkey","value":"Turkey"},{"name":"UCT","value":"UCT"},{"name":"US/Alaska","value":"US/Alaska"},{"name":"US/Aleutian","value":"US/Aleutian"},{"name":"US/Arizona","value":"US/Arizona"},{"name":"US/Central","value":"US/Central"},{"name":"US/East-Indiana","value":"US/East-Indiana"},{"name":"US/Eastern","value":"US/Eastern"},{"name":"US/Hawaii","value":"US/Hawaii"},{"name":"US/Indiana-Starke","value":"US/Indiana-Starke"},{"name":"US/Michigan","value":"US/Michigan"},{"name":"US/Mountain","value":"US/Mountain"},{"name":"US/Pacific","value":"US/Pacific"},{"name":"US/Samoa","value":"US/Samoa"},{"name":"UTC","value":"UTC"},{"name":"Universal","value":"Universal"},{"name":"W-SU","value":"W-SU"},{"name":"WET","value":"WET"},{"name":"Zulu","value":"Zulu"}]}]},{"displayName":"Appointment ID","name":"appointmentId","description":"ID of the appointment to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["appointment"],"operation":["delete"]}}},{"displayName":"Appointment ID","name":"appointmentId","description":"ID of the appointment to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["appointment"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["appointment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["appointment"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["appointment"],"operation":["getAll"]}},"options":[{"displayName":"Include","name":"include","type":"options","default":"creater","options":[{"name":"Appointment Attendees","value":"appointment_attendees"},{"name":"Creator","value":"creater"},{"name":"Target","value":"targetable"}]},{"displayName":"Time","name":"filter","type":"options","default":"upcoming","options":[{"name":"Past","value":"past"},{"name":"Upcoming","value":"upcoming"}]}]},{"displayName":"Appointment ID","name":"appointmentId","description":"ID of the appointment to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["appointment"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["appointment"],"operation":["update"]}},"options":[{"displayName":"Attendees","name":"attendees","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Attendee","default":{},"options":[{"name":"attendee","displayName":"Attendee","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Contact","value":"contact"},{"name":"User","value":"user"}],"default":"contact"},{"displayName":"User Name or ID","name":"userId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"type":["user"]}},"typeOptions":{"loadOptionsMethod":"getUsers"},"default":""},{"displayName":"Contact ID","name":"contactId","displayOptions":{"show":{"type":["contact"]}},"type":"string","default":""}]}]},{"displayName":"Creator Name or ID","name":"creater_id","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who created the appointment. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"End Date","name":"endDate","description":"Timestamp that denotes the end of appointment. End date if this is an all-day appointment.","type":"dateTime","default":""},{"displayName":"Is All-Day","name":"is_allday","type":"boolean","default":false,"description":"Whether it is an all-day appointment or not"},{"displayName":"Latitude","name":"latitude","type":"string","default":"","description":"Latitude of the location when you check in for an appointment"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Location of the appointment"},{"displayName":"Longitude","name":"longitude","type":"string","default":"","description":"Longitude of the location when you check in for an appointment"},{"displayName":"Outcome Name or ID","name":"outcome_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getOutcomes"},"description":"ID of outcome of Appointment sales activity type. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Start Date","name":"fromDate","description":"Timestamp that denotes the start of appointment. Start date if this is an all-day appointment.","type":"dateTime","default":""},{"displayName":"Target ID","name":"targetable_id","type":"string","default":"","description":"ID of contact/account against whom appointment is created"},{"displayName":"Target Type","name":"targetable_type","type":"options","default":"Contact","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"SalesAccount","value":"SalesAccount"}]},{"displayName":"Time Zone","name":"time_zone","type":"options","default":"","description":"Timezone that the appointment is scheduled in","options":[{"name":"Africa/Abidjan","value":"Africa/Abidjan"},{"name":"Africa/Accra","value":"Africa/Accra"},{"name":"Africa/Addis_Ababa","value":"Africa/Addis_Ababa"},{"name":"Africa/Algiers","value":"Africa/Algiers"},{"name":"Africa/Asmara","value":"Africa/Asmara"},{"name":"Africa/Asmera","value":"Africa/Asmera"},{"name":"Africa/Bamako","value":"Africa/Bamako"},{"name":"Africa/Bangui","value":"Africa/Bangui"},{"name":"Africa/Banjul","value":"Africa/Banjul"},{"name":"Africa/Bissau","value":"Africa/Bissau"},{"name":"Africa/Blantyre","value":"Africa/Blantyre"},{"name":"Africa/Brazzaville","value":"Africa/Brazzaville"},{"name":"Africa/Bujumbura","value":"Africa/Bujumbura"},{"name":"Africa/Cairo","value":"Africa/Cairo"},{"name":"Africa/Casablanca","value":"Africa/Casablanca"},{"name":"Africa/Ceuta","value":"Africa/Ceuta"},{"name":"Africa/Conakry","value":"Africa/Conakry"},{"name":"Africa/Dakar","value":"Africa/Dakar"},{"name":"Africa/Dar_es_Salaam","value":"Africa/Dar_es_Salaam"},{"name":"Africa/Djibouti","value":"Africa/Djibouti"},{"name":"Africa/Douala","value":"Africa/Douala"},{"name":"Africa/El_Aaiun","value":"Africa/El_Aaiun"},{"name":"Africa/Freetown","value":"Africa/Freetown"},{"name":"Africa/Gaborone","value":"Africa/Gaborone"},{"name":"Africa/Harare","value":"Africa/Harare"},{"name":"Africa/Johannesburg","value":"Africa/Johannesburg"},{"name":"Africa/Juba","value":"Africa/Juba"},{"name":"Africa/Kampala","value":"Africa/Kampala"},{"name":"Africa/Khartoum","value":"Africa/Khartoum"},{"name":"Africa/Kigali","value":"Africa/Kigali"},{"name":"Africa/Kinshasa","value":"Africa/Kinshasa"},{"name":"Africa/Lagos","value":"Africa/Lagos"},{"name":"Africa/Libreville","value":"Africa/Libreville"},{"name":"Africa/Lome","value":"Africa/Lome"},{"name":"Africa/Luanda","value":"Africa/Luanda"},{"name":"Africa/Lubumbashi","value":"Africa/Lubumbashi"},{"name":"Africa/Lusaka","value":"Africa/Lusaka"},{"name":"Africa/Malabo","value":"Africa/Malabo"},{"name":"Africa/Maputo","value":"Africa/Maputo"},{"name":"Africa/Maseru","value":"Africa/Maseru"},{"name":"Africa/Mbabane","value":"Africa/Mbabane"},{"name":"Africa/Mogadishu","value":"Africa/Mogadishu"},{"name":"Africa/Monrovia","value":"Africa/Monrovia"},{"name":"Africa/Nairobi","value":"Africa/Nairobi"},{"name":"Africa/Ndjamena","value":"Africa/Ndjamena"},{"name":"Africa/Niamey","value":"Africa/Niamey"},{"name":"Africa/Nouakchott","value":"Africa/Nouakchott"},{"name":"Africa/Ouagadougou","value":"Africa/Ouagadougou"},{"name":"Africa/Porto-Novo","value":"Africa/Porto-Novo"},{"name":"Africa/Sao_Tome","value":"Africa/Sao_Tome"},{"name":"Africa/Timbuktu","value":"Africa/Timbuktu"},{"name":"Africa/Tripoli","value":"Africa/Tripoli"},{"name":"Africa/Tunis","value":"Africa/Tunis"},{"name":"Africa/Windhoek","value":"Africa/Windhoek"},{"name":"America/Adak","value":"America/Adak"},{"name":"America/Anchorage","value":"America/Anchorage"},{"name":"America/Anguilla","value":"America/Anguilla"},{"name":"America/Antigua","value":"America/Antigua"},{"name":"America/Araguaina","value":"America/Araguaina"},{"name":"America/Argentina/Buenos_Aires","value":"America/Argentina/Buenos_Aires"},{"name":"America/Argentina/Catamarca","value":"America/Argentina/Catamarca"},{"name":"America/Argentina/ComodRivadavia","value":"America/Argentina/ComodRivadavia"},{"name":"America/Argentina/Cordoba","value":"America/Argentina/Cordoba"},{"name":"America/Argentina/Jujuy","value":"America/Argentina/Jujuy"},{"name":"America/Argentina/La_Rioja","value":"America/Argentina/La_Rioja"},{"name":"America/Argentina/Mendoza","value":"America/Argentina/Mendoza"},{"name":"America/Argentina/Rio_Gallegos","value":"America/Argentina/Rio_Gallegos"},{"name":"America/Argentina/Salta","value":"America/Argentina/Salta"},{"name":"America/Argentina/San_Juan","value":"America/Argentina/San_Juan"},{"name":"America/Argentina/San_Luis","value":"America/Argentina/San_Luis"},{"name":"America/Argentina/Tucuman","value":"America/Argentina/Tucuman"},{"name":"America/Argentina/Ushuaia","value":"America/Argentina/Ushuaia"},{"name":"America/Aruba","value":"America/Aruba"},{"name":"America/Asuncion","value":"America/Asuncion"},{"name":"America/Atikokan","value":"America/Atikokan"},{"name":"America/Atka","value":"America/Atka"},{"name":"America/Bahia","value":"America/Bahia"},{"name":"America/Bahia_Banderas","value":"America/Bahia_Banderas"},{"name":"America/Barbados","value":"America/Barbados"},{"name":"America/Belem","value":"America/Belem"},{"name":"America/Belize","value":"America/Belize"},{"name":"America/Blanc-Sablon","value":"America/Blanc-Sablon"},{"name":"America/Boa_Vista","value":"America/Boa_Vista"},{"name":"America/Bogota","value":"America/Bogota"},{"name":"America/Boise","value":"America/Boise"},{"name":"America/Buenos_Aires","value":"America/Buenos_Aires"},{"name":"America/Cambridge_Bay","value":"America/Cambridge_Bay"},{"name":"America/Campo_Grande","value":"America/Campo_Grande"},{"name":"America/Cancun","value":"America/Cancun"},{"name":"America/Caracas","value":"America/Caracas"},{"name":"America/Catamarca","value":"America/Catamarca"},{"name":"America/Cayenne","value":"America/Cayenne"},{"name":"America/Cayman","value":"America/Cayman"},{"name":"America/Chicago","value":"America/Chicago"},{"name":"America/Chihuahua","value":"America/Chihuahua"},{"name":"America/Ciudad_Juarez","value":"America/Ciudad_Juarez"},{"name":"America/Coral_Harbour","value":"America/Coral_Harbour"},{"name":"America/Cordoba","value":"America/Cordoba"},{"name":"America/Costa_Rica","value":"America/Costa_Rica"},{"name":"America/Coyhaique","value":"America/Coyhaique"},{"name":"America/Creston","value":"America/Creston"},{"name":"America/Cuiaba","value":"America/Cuiaba"},{"name":"America/Curacao","value":"America/Curacao"},{"name":"America/Danmarkshavn","value":"America/Danmarkshavn"},{"name":"America/Dawson","value":"America/Dawson"},{"name":"America/Dawson_Creek","value":"America/Dawson_Creek"},{"name":"America/Denver","value":"America/Denver"},{"name":"America/Detroit","value":"America/Detroit"},{"name":"America/Dominica","value":"America/Dominica"},{"name":"America/Edmonton","value":"America/Edmonton"},{"name":"America/Eirunepe","value":"America/Eirunepe"},{"name":"America/El_Salvador","value":"America/El_Salvador"},{"name":"America/Ensenada","value":"America/Ensenada"},{"name":"America/Fort_Nelson","value":"America/Fort_Nelson"},{"name":"America/Fort_Wayne","value":"America/Fort_Wayne"},{"name":"America/Fortaleza","value":"America/Fortaleza"},{"name":"America/Glace_Bay","value":"America/Glace_Bay"},{"name":"America/Godthab","value":"America/Godthab"},{"name":"America/Goose_Bay","value":"America/Goose_Bay"},{"name":"America/Grand_Turk","value":"America/Grand_Turk"},{"name":"America/Grenada","value":"America/Grenada"},{"name":"America/Guadeloupe","value":"America/Guadeloupe"},{"name":"America/Guatemala","value":"America/Guatemala"},{"name":"America/Guayaquil","value":"America/Guayaquil"},{"name":"America/Guyana","value":"America/Guyana"},{"name":"America/Halifax","value":"America/Halifax"},{"name":"America/Havana","value":"America/Havana"},{"name":"America/Hermosillo","value":"America/Hermosillo"},{"name":"America/Indiana/Indianapolis","value":"America/Indiana/Indianapolis"},{"name":"America/Indiana/Knox","value":"America/Indiana/Knox"},{"name":"America/Indiana/Marengo","value":"America/Indiana/Marengo"},{"name":"America/Indiana/Petersburg","value":"America/Indiana/Petersburg"},{"name":"America/Indiana/Tell_City","value":"America/Indiana/Tell_City"},{"name":"America/Indiana/Vevay","value":"America/Indiana/Vevay"},{"name":"America/Indiana/Vincennes","value":"America/Indiana/Vincennes"},{"name":"America/Indiana/Winamac","value":"America/Indiana/Winamac"},{"name":"America/Indianapolis","value":"America/Indianapolis"},{"name":"America/Inuvik","value":"America/Inuvik"},{"name":"America/Iqaluit","value":"America/Iqaluit"},{"name":"America/Jamaica","value":"America/Jamaica"},{"name":"America/Jujuy","value":"America/Jujuy"},{"name":"America/Juneau","value":"America/Juneau"},{"name":"America/Kentucky/Louisville","value":"America/Kentucky/Louisville"},{"name":"America/Kentucky/Monticello","value":"America/Kentucky/Monticello"},{"name":"America/Knox_IN","value":"America/Knox_IN"},{"name":"America/Kralendijk","value":"America/Kralendijk"},{"name":"America/La_Paz","value":"America/La_Paz"},{"name":"America/Lima","value":"America/Lima"},{"name":"America/Los_Angeles","value":"America/Los_Angeles"},{"name":"America/Louisville","value":"America/Louisville"},{"name":"America/Lower_Princes","value":"America/Lower_Princes"},{"name":"America/Maceio","value":"America/Maceio"},{"name":"America/Managua","value":"America/Managua"},{"name":"America/Manaus","value":"America/Manaus"},{"name":"America/Marigot","value":"America/Marigot"},{"name":"America/Martinique","value":"America/Martinique"},{"name":"America/Matamoros","value":"America/Matamoros"},{"name":"America/Mazatlan","value":"America/Mazatlan"},{"name":"America/Mendoza","value":"America/Mendoza"},{"name":"America/Menominee","value":"America/Menominee"},{"name":"America/Merida","value":"America/Merida"},{"name":"America/Metlakatla","value":"America/Metlakatla"},{"name":"America/Mexico_City","value":"America/Mexico_City"},{"name":"America/Miquelon","value":"America/Miquelon"},{"name":"America/Moncton","value":"America/Moncton"},{"name":"America/Monterrey","value":"America/Monterrey"},{"name":"America/Montevideo","value":"America/Montevideo"},{"name":"America/Montreal","value":"America/Montreal"},{"name":"America/Montserrat","value":"America/Montserrat"},{"name":"America/Nassau","value":"America/Nassau"},{"name":"America/New_York","value":"America/New_York"},{"name":"America/Nipigon","value":"America/Nipigon"},{"name":"America/Nome","value":"America/Nome"},{"name":"America/Noronha","value":"America/Noronha"},{"name":"America/North_Dakota/Beulah","value":"America/North_Dakota/Beulah"},{"name":"America/North_Dakota/Center","value":"America/North_Dakota/Center"},{"name":"America/North_Dakota/New_Salem","value":"America/North_Dakota/New_Salem"},{"name":"America/Nuuk","value":"America/Nuuk"},{"name":"America/Ojinaga","value":"America/Ojinaga"},{"name":"America/Panama","value":"America/Panama"},{"name":"America/Pangnirtung","value":"America/Pangnirtung"},{"name":"America/Paramaribo","value":"America/Paramaribo"},{"name":"America/Phoenix","value":"America/Phoenix"},{"name":"America/Port-au-Prince","value":"America/Port-au-Prince"},{"name":"America/Port_of_Spain","value":"America/Port_of_Spain"},{"name":"America/Porto_Acre","value":"America/Porto_Acre"},{"name":"America/Porto_Velho","value":"America/Porto_Velho"},{"name":"America/Puerto_Rico","value":"America/Puerto_Rico"},{"name":"America/Punta_Arenas","value":"America/Punta_Arenas"},{"name":"America/Rainy_River","value":"America/Rainy_River"},{"name":"America/Rankin_Inlet","value":"America/Rankin_Inlet"},{"name":"America/Recife","value":"America/Recife"},{"name":"America/Regina","value":"America/Regina"},{"name":"America/Resolute","value":"America/Resolute"},{"name":"America/Rio_Branco","value":"America/Rio_Branco"},{"name":"America/Rosario","value":"America/Rosario"},{"name":"America/Santa_Isabel","value":"America/Santa_Isabel"},{"name":"America/Santarem","value":"America/Santarem"},{"name":"America/Santiago","value":"America/Santiago"},{"name":"America/Santo_Domingo","value":"America/Santo_Domingo"},{"name":"America/Sao_Paulo","value":"America/Sao_Paulo"},{"name":"America/Scoresbysund","value":"America/Scoresbysund"},{"name":"America/Shiprock","value":"America/Shiprock"},{"name":"America/Sitka","value":"America/Sitka"},{"name":"America/St_Barthelemy","value":"America/St_Barthelemy"},{"name":"America/St_Johns","value":"America/St_Johns"},{"name":"America/St_Kitts","value":"America/St_Kitts"},{"name":"America/St_Lucia","value":"America/St_Lucia"},{"name":"America/St_Thomas","value":"America/St_Thomas"},{"name":"America/St_Vincent","value":"America/St_Vincent"},{"name":"America/Swift_Current","value":"America/Swift_Current"},{"name":"America/Tegucigalpa","value":"America/Tegucigalpa"},{"name":"America/Thule","value":"America/Thule"},{"name":"America/Thunder_Bay","value":"America/Thunder_Bay"},{"name":"America/Tijuana","value":"America/Tijuana"},{"name":"America/Toronto","value":"America/Toronto"},{"name":"America/Tortola","value":"America/Tortola"},{"name":"America/Vancouver","value":"America/Vancouver"},{"name":"America/Virgin","value":"America/Virgin"},{"name":"America/Whitehorse","value":"America/Whitehorse"},{"name":"America/Winnipeg","value":"America/Winnipeg"},{"name":"America/Yakutat","value":"America/Yakutat"},{"name":"America/Yellowknife","value":"America/Yellowknife"},{"name":"Antarctica/Casey","value":"Antarctica/Casey"},{"name":"Antarctica/Davis","value":"Antarctica/Davis"},{"name":"Antarctica/DumontDUrville","value":"Antarctica/DumontDUrville"},{"name":"Antarctica/Macquarie","value":"Antarctica/Macquarie"},{"name":"Antarctica/Mawson","value":"Antarctica/Mawson"},{"name":"Antarctica/McMurdo","value":"Antarctica/McMurdo"},{"name":"Antarctica/Palmer","value":"Antarctica/Palmer"},{"name":"Antarctica/Rothera","value":"Antarctica/Rothera"},{"name":"Antarctica/South_Pole","value":"Antarctica/South_Pole"},{"name":"Antarctica/Syowa","value":"Antarctica/Syowa"},{"name":"Antarctica/Troll","value":"Antarctica/Troll"},{"name":"Antarctica/Vostok","value":"Antarctica/Vostok"},{"name":"Arctic/Longyearbyen","value":"Arctic/Longyearbyen"},{"name":"Asia/Aden","value":"Asia/Aden"},{"name":"Asia/Almaty","value":"Asia/Almaty"},{"name":"Asia/Amman","value":"Asia/Amman"},{"name":"Asia/Anadyr","value":"Asia/Anadyr"},{"name":"Asia/Aqtau","value":"Asia/Aqtau"},{"name":"Asia/Aqtobe","value":"Asia/Aqtobe"},{"name":"Asia/Ashgabat","value":"Asia/Ashgabat"},{"name":"Asia/Ashkhabad","value":"Asia/Ashkhabad"},{"name":"Asia/Atyrau","value":"Asia/Atyrau"},{"name":"Asia/Baghdad","value":"Asia/Baghdad"},{"name":"Asia/Bahrain","value":"Asia/Bahrain"},{"name":"Asia/Baku","value":"Asia/Baku"},{"name":"Asia/Bangkok","value":"Asia/Bangkok"},{"name":"Asia/Barnaul","value":"Asia/Barnaul"},{"name":"Asia/Beirut","value":"Asia/Beirut"},{"name":"Asia/Bishkek","value":"Asia/Bishkek"},{"name":"Asia/Brunei","value":"Asia/Brunei"},{"name":"Asia/Calcutta","value":"Asia/Calcutta"},{"name":"Asia/Chita","value":"Asia/Chita"},{"name":"Asia/Choibalsan","value":"Asia/Choibalsan"},{"name":"Asia/Chongqing","value":"Asia/Chongqing"},{"name":"Asia/Chungking","value":"Asia/Chungking"},{"name":"Asia/Colombo","value":"Asia/Colombo"},{"name":"Asia/Dacca","value":"Asia/Dacca"},{"name":"Asia/Damascus","value":"Asia/Damascus"},{"name":"Asia/Dhaka","value":"Asia/Dhaka"},{"name":"Asia/Dili","value":"Asia/Dili"},{"name":"Asia/Dubai","value":"Asia/Dubai"},{"name":"Asia/Dushanbe","value":"Asia/Dushanbe"},{"name":"Asia/Famagusta","value":"Asia/Famagusta"},{"name":"Asia/Gaza","value":"Asia/Gaza"},{"name":"Asia/Harbin","value":"Asia/Harbin"},{"name":"Asia/Hebron","value":"Asia/Hebron"},{"name":"Asia/Ho_Chi_Minh","value":"Asia/Ho_Chi_Minh"},{"name":"Asia/Hong_Kong","value":"Asia/Hong_Kong"},{"name":"Asia/Hovd","value":"Asia/Hovd"},{"name":"Asia/Irkutsk","value":"Asia/Irkutsk"},{"name":"Asia/Istanbul","value":"Asia/Istanbul"},{"name":"Asia/Jakarta","value":"Asia/Jakarta"},{"name":"Asia/Jayapura","value":"Asia/Jayapura"},{"name":"Asia/Jerusalem","value":"Asia/Jerusalem"},{"name":"Asia/Kabul","value":"Asia/Kabul"},{"name":"Asia/Kamchatka","value":"Asia/Kamchatka"},{"name":"Asia/Karachi","value":"Asia/Karachi"},{"name":"Asia/Kashgar","value":"Asia/Kashgar"},{"name":"Asia/Kathmandu","value":"Asia/Kathmandu"},{"name":"Asia/Katmandu","value":"Asia/Katmandu"},{"name":"Asia/Khandyga","value":"Asia/Khandyga"},{"name":"Asia/Kolkata","value":"Asia/Kolkata"},{"name":"Asia/Krasnoyarsk","value":"Asia/Krasnoyarsk"},{"name":"Asia/Kuala_Lumpur","value":"Asia/Kuala_Lumpur"},{"name":"Asia/Kuching","value":"Asia/Kuching"},{"name":"Asia/Kuwait","value":"Asia/Kuwait"},{"name":"Asia/Macao","value":"Asia/Macao"},{"name":"Asia/Macau","value":"Asia/Macau"},{"name":"Asia/Magadan","value":"Asia/Magadan"},{"name":"Asia/Makassar","value":"Asia/Makassar"},{"name":"Asia/Manila","value":"Asia/Manila"},{"name":"Asia/Muscat","value":"Asia/Muscat"},{"name":"Asia/Nicosia","value":"Asia/Nicosia"},{"name":"Asia/Novokuznetsk","value":"Asia/Novokuznetsk"},{"name":"Asia/Novosibirsk","value":"Asia/Novosibirsk"},{"name":"Asia/Omsk","value":"Asia/Omsk"},{"name":"Asia/Oral","value":"Asia/Oral"},{"name":"Asia/Phnom_Penh","value":"Asia/Phnom_Penh"},{"name":"Asia/Pontianak","value":"Asia/Pontianak"},{"name":"Asia/Pyongyang","value":"Asia/Pyongyang"},{"name":"Asia/Qatar","value":"Asia/Qatar"},{"name":"Asia/Qostanay","value":"Asia/Qostanay"},{"name":"Asia/Qyzylorda","value":"Asia/Qyzylorda"},{"name":"Asia/Rangoon","value":"Asia/Rangoon"},{"name":"Asia/Riyadh","value":"Asia/Riyadh"},{"name":"Asia/Saigon","value":"Asia/Saigon"},{"name":"Asia/Sakhalin","value":"Asia/Sakhalin"},{"name":"Asia/Samarkand","value":"Asia/Samarkand"},{"name":"Asia/Seoul","value":"Asia/Seoul"},{"name":"Asia/Shanghai","value":"Asia/Shanghai"},{"name":"Asia/Singapore","value":"Asia/Singapore"},{"name":"Asia/Srednekolymsk","value":"Asia/Srednekolymsk"},{"name":"Asia/Taipei","value":"Asia/Taipei"},{"name":"Asia/Tashkent","value":"Asia/Tashkent"},{"name":"Asia/Tbilisi","value":"Asia/Tbilisi"},{"name":"Asia/Tehran","value":"Asia/Tehran"},{"name":"Asia/Tel_Aviv","value":"Asia/Tel_Aviv"},{"name":"Asia/Thimbu","value":"Asia/Thimbu"},{"name":"Asia/Thimphu","value":"Asia/Thimphu"},{"name":"Asia/Tokyo","value":"Asia/Tokyo"},{"name":"Asia/Tomsk","value":"Asia/Tomsk"},{"name":"Asia/Ujung_Pandang","value":"Asia/Ujung_Pandang"},{"name":"Asia/Ulaanbaatar","value":"Asia/Ulaanbaatar"},{"name":"Asia/Ulan_Bator","value":"Asia/Ulan_Bator"},{"name":"Asia/Urumqi","value":"Asia/Urumqi"},{"name":"Asia/Ust-Nera","value":"Asia/Ust-Nera"},{"name":"Asia/Vientiane","value":"Asia/Vientiane"},{"name":"Asia/Vladivostok","value":"Asia/Vladivostok"},{"name":"Asia/Yakutsk","value":"Asia/Yakutsk"},{"name":"Asia/Yangon","value":"Asia/Yangon"},{"name":"Asia/Yekaterinburg","value":"Asia/Yekaterinburg"},{"name":"Asia/Yerevan","value":"Asia/Yerevan"},{"name":"Atlantic/Azores","value":"Atlantic/Azores"},{"name":"Atlantic/Bermuda","value":"Atlantic/Bermuda"},{"name":"Atlantic/Canary","value":"Atlantic/Canary"},{"name":"Atlantic/Cape_Verde","value":"Atlantic/Cape_Verde"},{"name":"Atlantic/Faeroe","value":"Atlantic/Faeroe"},{"name":"Atlantic/Faroe","value":"Atlantic/Faroe"},{"name":"Atlantic/Jan_Mayen","value":"Atlantic/Jan_Mayen"},{"name":"Atlantic/Madeira","value":"Atlantic/Madeira"},{"name":"Atlantic/Reykjavik","value":"Atlantic/Reykjavik"},{"name":"Atlantic/South_Georgia","value":"Atlantic/South_Georgia"},{"name":"Atlantic/St_Helena","value":"Atlantic/St_Helena"},{"name":"Atlantic/Stanley","value":"Atlantic/Stanley"},{"name":"Australia/ACT","value":"Australia/ACT"},{"name":"Australia/Adelaide","value":"Australia/Adelaide"},{"name":"Australia/Brisbane","value":"Australia/Brisbane"},{"name":"Australia/Broken_Hill","value":"Australia/Broken_Hill"},{"name":"Australia/Canberra","value":"Australia/Canberra"},{"name":"Australia/Currie","value":"Australia/Currie"},{"name":"Australia/Darwin","value":"Australia/Darwin"},{"name":"Australia/Eucla","value":"Australia/Eucla"},{"name":"Australia/Hobart","value":"Australia/Hobart"},{"name":"Australia/LHI","value":"Australia/LHI"},{"name":"Australia/Lindeman","value":"Australia/Lindeman"},{"name":"Australia/Lord_Howe","value":"Australia/Lord_Howe"},{"name":"Australia/Melbourne","value":"Australia/Melbourne"},{"name":"Australia/NSW","value":"Australia/NSW"},{"name":"Australia/North","value":"Australia/North"},{"name":"Australia/Perth","value":"Australia/Perth"},{"name":"Australia/Queensland","value":"Australia/Queensland"},{"name":"Australia/South","value":"Australia/South"},{"name":"Australia/Sydney","value":"Australia/Sydney"},{"name":"Australia/Tasmania","value":"Australia/Tasmania"},{"name":"Australia/Victoria","value":"Australia/Victoria"},{"name":"Australia/West","value":"Australia/West"},{"name":"Australia/Yancowinna","value":"Australia/Yancowinna"},{"name":"Brazil/Acre","value":"Brazil/Acre"},{"name":"Brazil/DeNoronha","value":"Brazil/DeNoronha"},{"name":"Brazil/East","value":"Brazil/East"},{"name":"Brazil/West","value":"Brazil/West"},{"name":"CET","value":"CET"},{"name":"CST6CDT","value":"CST6CDT"},{"name":"Canada/Atlantic","value":"Canada/Atlantic"},{"name":"Canada/Central","value":"Canada/Central"},{"name":"Canada/Eastern","value":"Canada/Eastern"},{"name":"Canada/Mountain","value":"Canada/Mountain"},{"name":"Canada/Newfoundland","value":"Canada/Newfoundland"},{"name":"Canada/Pacific","value":"Canada/Pacific"},{"name":"Canada/Saskatchewan","value":"Canada/Saskatchewan"},{"name":"Canada/Yukon","value":"Canada/Yukon"},{"name":"Chile/Continental","value":"Chile/Continental"},{"name":"Chile/EasterIsland","value":"Chile/EasterIsland"},{"name":"Cuba","value":"Cuba"},{"name":"EET","value":"EET"},{"name":"EST","value":"EST"},{"name":"EST5EDT","value":"EST5EDT"},{"name":"Egypt","value":"Egypt"},{"name":"Eire","value":"Eire"},{"name":"Etc/GMT","value":"Etc/GMT"},{"name":"Etc/GMT+0","value":"Etc/GMT+0"},{"name":"Etc/GMT+1","value":"Etc/GMT+1"},{"name":"Etc/GMT+10","value":"Etc/GMT+10"},{"name":"Etc/GMT+11","value":"Etc/GMT+11"},{"name":"Etc/GMT+12","value":"Etc/GMT+12"},{"name":"Etc/GMT+2","value":"Etc/GMT+2"},{"name":"Etc/GMT+3","value":"Etc/GMT+3"},{"name":"Etc/GMT+4","value":"Etc/GMT+4"},{"name":"Etc/GMT+5","value":"Etc/GMT+5"},{"name":"Etc/GMT+6","value":"Etc/GMT+6"},{"name":"Etc/GMT+7","value":"Etc/GMT+7"},{"name":"Etc/GMT+8","value":"Etc/GMT+8"},{"name":"Etc/GMT+9","value":"Etc/GMT+9"},{"name":"Etc/GMT-0","value":"Etc/GMT-0"},{"name":"Etc/GMT-1","value":"Etc/GMT-1"},{"name":"Etc/GMT-10","value":"Etc/GMT-10"},{"name":"Etc/GMT-11","value":"Etc/GMT-11"},{"name":"Etc/GMT-12","value":"Etc/GMT-12"},{"name":"Etc/GMT-13","value":"Etc/GMT-13"},{"name":"Etc/GMT-14","value":"Etc/GMT-14"},{"name":"Etc/GMT-2","value":"Etc/GMT-2"},{"name":"Etc/GMT-3","value":"Etc/GMT-3"},{"name":"Etc/GMT-4","value":"Etc/GMT-4"},{"name":"Etc/GMT-5","value":"Etc/GMT-5"},{"name":"Etc/GMT-6","value":"Etc/GMT-6"},{"name":"Etc/GMT-7","value":"Etc/GMT-7"},{"name":"Etc/GMT-8","value":"Etc/GMT-8"},{"name":"Etc/GMT-9","value":"Etc/GMT-9"},{"name":"Etc/GMT0","value":"Etc/GMT0"},{"name":"Etc/Greenwich","value":"Etc/Greenwich"},{"name":"Etc/UCT","value":"Etc/UCT"},{"name":"Etc/UTC","value":"Etc/UTC"},{"name":"Etc/Universal","value":"Etc/Universal"},{"name":"Etc/Zulu","value":"Etc/Zulu"},{"name":"Europe/Amsterdam","value":"Europe/Amsterdam"},{"name":"Europe/Andorra","value":"Europe/Andorra"},{"name":"Europe/Astrakhan","value":"Europe/Astrakhan"},{"name":"Europe/Athens","value":"Europe/Athens"},{"name":"Europe/Belfast","value":"Europe/Belfast"},{"name":"Europe/Belgrade","value":"Europe/Belgrade"},{"name":"Europe/Berlin","value":"Europe/Berlin"},{"name":"Europe/Bratislava","value":"Europe/Bratislava"},{"name":"Europe/Brussels","value":"Europe/Brussels"},{"name":"Europe/Bucharest","value":"Europe/Bucharest"},{"name":"Europe/Budapest","value":"Europe/Budapest"},{"name":"Europe/Busingen","value":"Europe/Busingen"},{"name":"Europe/Chisinau","value":"Europe/Chisinau"},{"name":"Europe/Copenhagen","value":"Europe/Copenhagen"},{"name":"Europe/Dublin","value":"Europe/Dublin"},{"name":"Europe/Gibraltar","value":"Europe/Gibraltar"},{"name":"Europe/Guernsey","value":"Europe/Guernsey"},{"name":"Europe/Helsinki","value":"Europe/Helsinki"},{"name":"Europe/Isle_of_Man","value":"Europe/Isle_of_Man"},{"name":"Europe/Istanbul","value":"Europe/Istanbul"},{"name":"Europe/Jersey","value":"Europe/Jersey"},{"name":"Europe/Kaliningrad","value":"Europe/Kaliningrad"},{"name":"Europe/Kiev","value":"Europe/Kiev"},{"name":"Europe/Kirov","value":"Europe/Kirov"},{"name":"Europe/Kyiv","value":"Europe/Kyiv"},{"name":"Europe/Lisbon","value":"Europe/Lisbon"},{"name":"Europe/Ljubljana","value":"Europe/Ljubljana"},{"name":"Europe/London","value":"Europe/London"},{"name":"Europe/Luxembourg","value":"Europe/Luxembourg"},{"name":"Europe/Madrid","value":"Europe/Madrid"},{"name":"Europe/Malta","value":"Europe/Malta"},{"name":"Europe/Mariehamn","value":"Europe/Mariehamn"},{"name":"Europe/Minsk","value":"Europe/Minsk"},{"name":"Europe/Monaco","value":"Europe/Monaco"},{"name":"Europe/Moscow","value":"Europe/Moscow"},{"name":"Europe/Nicosia","value":"Europe/Nicosia"},{"name":"Europe/Oslo","value":"Europe/Oslo"},{"name":"Europe/Paris","value":"Europe/Paris"},{"name":"Europe/Podgorica","value":"Europe/Podgorica"},{"name":"Europe/Prague","value":"Europe/Prague"},{"name":"Europe/Riga","value":"Europe/Riga"},{"name":"Europe/Rome","value":"Europe/Rome"},{"name":"Europe/Samara","value":"Europe/Samara"},{"name":"Europe/San_Marino","value":"Europe/San_Marino"},{"name":"Europe/Sarajevo","value":"Europe/Sarajevo"},{"name":"Europe/Saratov","value":"Europe/Saratov"},{"name":"Europe/Simferopol","value":"Europe/Simferopol"},{"name":"Europe/Skopje","value":"Europe/Skopje"},{"name":"Europe/Sofia","value":"Europe/Sofia"},{"name":"Europe/Stockholm","value":"Europe/Stockholm"},{"name":"Europe/Tallinn","value":"Europe/Tallinn"},{"name":"Europe/Tirane","value":"Europe/Tirane"},{"name":"Europe/Tiraspol","value":"Europe/Tiraspol"},{"name":"Europe/Ulyanovsk","value":"Europe/Ulyanovsk"},{"name":"Europe/Uzhgorod","value":"Europe/Uzhgorod"},{"name":"Europe/Vaduz","value":"Europe/Vaduz"},{"name":"Europe/Vatican","value":"Europe/Vatican"},{"name":"Europe/Vienna","value":"Europe/Vienna"},{"name":"Europe/Vilnius","value":"Europe/Vilnius"},{"name":"Europe/Volgograd","value":"Europe/Volgograd"},{"name":"Europe/Warsaw","value":"Europe/Warsaw"},{"name":"Europe/Zagreb","value":"Europe/Zagreb"},{"name":"Europe/Zaporozhye","value":"Europe/Zaporozhye"},{"name":"Europe/Zurich","value":"Europe/Zurich"},{"name":"GB","value":"GB"},{"name":"GB-Eire","value":"GB-Eire"},{"name":"GMT","value":"GMT"},{"name":"GMT+0","value":"GMT+0"},{"name":"GMT-0","value":"GMT-0"},{"name":"GMT0","value":"GMT0"},{"name":"Greenwich","value":"Greenwich"},{"name":"HST","value":"HST"},{"name":"Hongkong","value":"Hongkong"},{"name":"Iceland","value":"Iceland"},{"name":"Indian/Antananarivo","value":"Indian/Antananarivo"},{"name":"Indian/Chagos","value":"Indian/Chagos"},{"name":"Indian/Christmas","value":"Indian/Christmas"},{"name":"Indian/Cocos","value":"Indian/Cocos"},{"name":"Indian/Comoro","value":"Indian/Comoro"},{"name":"Indian/Kerguelen","value":"Indian/Kerguelen"},{"name":"Indian/Mahe","value":"Indian/Mahe"},{"name":"Indian/Maldives","value":"Indian/Maldives"},{"name":"Indian/Mauritius","value":"Indian/Mauritius"},{"name":"Indian/Mayotte","value":"Indian/Mayotte"},{"name":"Indian/Reunion","value":"Indian/Reunion"},{"name":"Iran","value":"Iran"},{"name":"Israel","value":"Israel"},{"name":"Jamaica","value":"Jamaica"},{"name":"Japan","value":"Japan"},{"name":"Kwajalein","value":"Kwajalein"},{"name":"Libya","value":"Libya"},{"name":"MET","value":"MET"},{"name":"MST","value":"MST"},{"name":"MST7MDT","value":"MST7MDT"},{"name":"Mexico/BajaNorte","value":"Mexico/BajaNorte"},{"name":"Mexico/BajaSur","value":"Mexico/BajaSur"},{"name":"Mexico/General","value":"Mexico/General"},{"name":"NZ","value":"NZ"},{"name":"NZ-CHAT","value":"NZ-CHAT"},{"name":"Navajo","value":"Navajo"},{"name":"PRC","value":"PRC"},{"name":"PST8PDT","value":"PST8PDT"},{"name":"Pacific/Apia","value":"Pacific/Apia"},{"name":"Pacific/Auckland","value":"Pacific/Auckland"},{"name":"Pacific/Bougainville","value":"Pacific/Bougainville"},{"name":"Pacific/Chatham","value":"Pacific/Chatham"},{"name":"Pacific/Chuuk","value":"Pacific/Chuuk"},{"name":"Pacific/Easter","value":"Pacific/Easter"},{"name":"Pacific/Efate","value":"Pacific/Efate"},{"name":"Pacific/Enderbury","value":"Pacific/Enderbury"},{"name":"Pacific/Fakaofo","value":"Pacific/Fakaofo"},{"name":"Pacific/Fiji","value":"Pacific/Fiji"},{"name":"Pacific/Funafuti","value":"Pacific/Funafuti"},{"name":"Pacific/Galapagos","value":"Pacific/Galapagos"},{"name":"Pacific/Gambier","value":"Pacific/Gambier"},{"name":"Pacific/Guadalcanal","value":"Pacific/Guadalcanal"},{"name":"Pacific/Guam","value":"Pacific/Guam"},{"name":"Pacific/Honolulu","value":"Pacific/Honolulu"},{"name":"Pacific/Johnston","value":"Pacific/Johnston"},{"name":"Pacific/Kanton","value":"Pacific/Kanton"},{"name":"Pacific/Kiritimati","value":"Pacific/Kiritimati"},{"name":"Pacific/Kosrae","value":"Pacific/Kosrae"},{"name":"Pacific/Kwajalein","value":"Pacific/Kwajalein"},{"name":"Pacific/Majuro","value":"Pacific/Majuro"},{"name":"Pacific/Marquesas","value":"Pacific/Marquesas"},{"name":"Pacific/Midway","value":"Pacific/Midway"},{"name":"Pacific/Nauru","value":"Pacific/Nauru"},{"name":"Pacific/Niue","value":"Pacific/Niue"},{"name":"Pacific/Norfolk","value":"Pacific/Norfolk"},{"name":"Pacific/Noumea","value":"Pacific/Noumea"},{"name":"Pacific/Pago_Pago","value":"Pacific/Pago_Pago"},{"name":"Pacific/Palau","value":"Pacific/Palau"},{"name":"Pacific/Pitcairn","value":"Pacific/Pitcairn"},{"name":"Pacific/Pohnpei","value":"Pacific/Pohnpei"},{"name":"Pacific/Ponape","value":"Pacific/Ponape"},{"name":"Pacific/Port_Moresby","value":"Pacific/Port_Moresby"},{"name":"Pacific/Rarotonga","value":"Pacific/Rarotonga"},{"name":"Pacific/Saipan","value":"Pacific/Saipan"},{"name":"Pacific/Samoa","value":"Pacific/Samoa"},{"name":"Pacific/Tahiti","value":"Pacific/Tahiti"},{"name":"Pacific/Tarawa","value":"Pacific/Tarawa"},{"name":"Pacific/Tongatapu","value":"Pacific/Tongatapu"},{"name":"Pacific/Truk","value":"Pacific/Truk"},{"name":"Pacific/Wake","value":"Pacific/Wake"},{"name":"Pacific/Wallis","value":"Pacific/Wallis"},{"name":"Pacific/Yap","value":"Pacific/Yap"},{"name":"Poland","value":"Poland"},{"name":"Portugal","value":"Portugal"},{"name":"ROC","value":"ROC"},{"name":"ROK","value":"ROK"},{"name":"Singapore","value":"Singapore"},{"name":"Turkey","value":"Turkey"},{"name":"UCT","value":"UCT"},{"name":"US/Alaska","value":"US/Alaska"},{"name":"US/Aleutian","value":"US/Aleutian"},{"name":"US/Arizona","value":"US/Arizona"},{"name":"US/Central","value":"US/Central"},{"name":"US/East-Indiana","value":"US/East-Indiana"},{"name":"US/Eastern","value":"US/Eastern"},{"name":"US/Hawaii","value":"US/Hawaii"},{"name":"US/Indiana-Starke","value":"US/Indiana-Starke"},{"name":"US/Michigan","value":"US/Michigan"},{"name":"US/Mountain","value":"US/Mountain"},{"name":"US/Pacific","value":"US/Pacific"},{"name":"US/Samoa","value":"US/Samoa"},{"name":"UTC","value":"UTC"},{"name":"Universal","value":"Universal"},{"name":"W-SU","value":"W-SU"},{"name":"WET","value":"WET"},{"name":"Zulu","value":"Zulu"}]},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the appointment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Retrieve a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Retrieve many contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"First Name","name":"firstName","description":"First name of the contact","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Last Name","name":"lastName","description":"Last name of the contact","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Email Address","name":"emails","type":"string","default":"","description":"Email addresses of the contact","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":"","description":"Address of the contact"},{"displayName":"Campaign Name or ID","name":"campaign_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"City","name":"city","type":"string","default":"","description":"City that the contact belongs to"},{"displayName":"Contact Status Name or ID","name":"contact_status_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getContactStatuses"},"description":"ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country that the contact belongs to"},{"displayName":"External ID","name":"external_id","type":"string","default":"","description":"External ID of the contact"},{"displayName":"Facebook","name":"facebook","type":"string","default":"","description":"Facebook username of the contact"},{"displayName":"Job Title","name":"job_title","type":"string","default":"","description":"Designation of the contact in the account they belong to"},{"displayName":"Keywords","name":"keyword","type":"string","default":"","description":"Keywords that the contact used to reach your website/web app"},{"displayName":"Lead Source ID","name":"lead_source_id","type":"string","default":"","description":"ID of the source where contact came from"},{"displayName":"Lifecycle Stage Name or ID","name":"lifecycle_stage_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getLifecycleStages"},"description":"ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"LinkedIn","name":"linkedin","type":"string","default":"","description":"LinkedIn account of the contact"},{"displayName":"Medium","name":"medium","type":"string","default":"","description":"Medium that led your contact to your website/webapp"},{"displayName":"Mobile Number","name":"mobile_number","type":"string","default":"","description":"Mobile phone number of the contact"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Sales Account Names or IDs","name":"sales_accounts","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"Accounts which contact belongs to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"State","name":"state","type":"string","default":"","description":"State that the contact belongs to"},{"displayName":"Subscription Status","name":"subscription_status","type":"string","default":"","description":"Status of subscription that the contact is in"},{"displayName":"Subscription Types","name":"subscription_types","type":"string","default":"","description":"Type of subscription that the contact is in"},{"displayName":"Territory Name or ID","name":"territory_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTerritories"},"description":"ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Time Zone","name":"time_zone","type":"string","default":"","description":"Timezone that the contact belongs to"},{"displayName":"Twitter","name":"twitter","type":"string","default":"","description":"Twitter username of the contact"},{"displayName":"Work Number","name":"work_number","type":"string","default":"","description":"Work phone number of the contact"},{"displayName":"Zipcode","name":"zipcode","type":"string","default":"","description":"Zipcode of the region that the contact belongs to"}]},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}}},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"View Name or ID","name":"view","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"typeOptions":{"loadOptionsMethod":"getContactViews"},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Address","name":"address","type":"string","default":"","description":"Address of the contact"},{"displayName":"Campaign Name or ID","name":"campaign_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign that led your contact to your webapp. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"City","name":"city","type":"string","default":"","description":"City that the contact belongs to"},{"displayName":"Contact Status Name or ID","name":"contact_status_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getContactStatuses"},"description":"ID of the contact status that the contact belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country that the contact belongs to"},{"displayName":"External ID","name":"external_id","type":"string","default":"","description":"External ID of the contact"},{"displayName":"Facebook","name":"facebook","type":"string","default":"","description":"Facebook username of the contact"},{"displayName":"First Name","name":"first_name","type":"string","default":"","description":"First name of the contact"},{"displayName":"Job Title","name":"job_title","type":"string","default":"","description":"Designation of the contact in the account they belong to"},{"displayName":"Keywords","name":"keyword","type":"string","default":"","description":"Keywords that the contact used to reach your website/web app"},{"displayName":"Last Name","name":"last_name","type":"string","default":"","description":"Last name of the contact"},{"displayName":"Lead Source Name or ID","name":"lead_source_id","type":"options","default":"","description":"ID of the source where contact came from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Lifecycle Stage Name or ID","name":"lifecycle_stage_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getLifecycleStages"},"description":"ID of the lifecycle stage that the contact belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"LinkedIn","name":"linkedin","type":"string","default":"","description":"LinkedIn account of the contact"},{"displayName":"Medium","name":"medium","type":"string","default":"","description":"Medium that led your contact to your website/webapp"},{"displayName":"Mobile Number","name":"mobile_number","type":"string","default":"","description":"Mobile phone number of the contact"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the contact is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Sales Account Names or IDs","name":"sales_accounts","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"Accounts which contact belongs to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"State","name":"state","type":"string","default":"","description":"State that the contact belongs to"},{"displayName":"Subscription Status Name or ID","name":"subscription_status","type":"options","default":"","description":"Status of subscription that the contact is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Subscription Types Name or ID","name":"subscription_types","type":"options","default":"","description":"Type of subscription that the contact is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Territory Name or ID","name":"territory_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTerritories"},"description":"ID of the territory that the contact belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Time Zone","name":"time_zone","type":"string","default":"","description":"Timezone that the contact belongs to"},{"displayName":"Twitter","name":"twitter","type":"string","default":"","description":"Twitter username of the contact"},{"displayName":"Work Number","name":"work_number","type":"string","default":"","description":"Work phone number of the contact"},{"displayName":"Zipcode","name":"zipcode","type":"string","default":"","description":"Zipcode of the region that the contact belongs to"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["deal"]}},"options":[{"name":"Create","value":"create","description":"Create a deal","action":"Create a deal"},{"name":"Delete","value":"delete","description":"Delete a deal","action":"Delete a deal"},{"name":"Get","value":"get","description":"Retrieve a deal","action":"Get a deal"},{"name":"Get Many","value":"getAll","description":"Retrieve many deals","action":"Get many deals"},{"name":"Update","value":"update","description":"Update a deal","action":"Update a deal"}],"default":"create"},{"displayName":"Amount","name":"amount","description":"Value of the deal","type":"number","required":true,"default":0,"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}}},{"displayName":"Name","name":"name","description":"Name of the deal","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"options":[{"displayName":"Base Currency Amount","name":"base_currency_amount","type":"number","default":0,"description":"Value of the deal in base currency"},{"displayName":"Campaign Name or ID","name":"campaign_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign that landed this deal. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Currency Name or ID","name":"currency_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCurrencies"},"description":"ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Deal Payment Status Name or ID","name":"deal_payment_status_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealPaymentStatuses"},"description":"ID of the mode of payment for the deal. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Deal Pipeline Name or ID","name":"deal_pipeline_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealPipelines"},"description":"ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Deal Product Name or ID","name":"deal_product_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealProducts"},"description":"ID of the product that the deal belongs to (in a multi-product company). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Deal Reason Name or ID","name":"deal_reason_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealReasons"},"description":"ID of the reason for losing the deal. Can only be set if the deal is in 'Lost' stage. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Deal Stage Name or ID","name":"deal_stage_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealStages"},"description":"ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Deal Type Name or ID","name":"deal_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealTypes"},"description":"ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Lead Source ID","name":"lead_source_id","type":"string","default":"","description":"ID of the source where deal came from"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Probability","name":"probability","type":"number","default":0,"typeOptions":{"minValue":0,"maxValue":100},"description":"Probability of winning the deal as a number between 0 and 100"},{"displayName":"Sales Account Name or ID","name":"sales_account_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Territory Name or ID","name":"territory_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTerritories"},"description":"ID of the territory that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Deal ID","name":"dealId","description":"ID of the deal to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["delete"]}}},{"displayName":"Deal ID","name":"dealId","description":"ID of the deal to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["get"]}}},{"displayName":"View Name or ID","name":"view","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"resource":["deal"],"operation":["getAll"]}},"typeOptions":{"loadOptionsMethod":"getDealViews"},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["deal"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["deal"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Deal ID","name":"dealId","description":"ID of the deal to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"options":[{"displayName":"Amount","name":"amount","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Value of the deal"},{"displayName":"Base Currency Amount","name":"base_currency_amount","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Value of the deal in base currency"},{"displayName":"Campaign Name or ID","name":"campaign_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign that landed this deal. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Currency Name or ID","name":"currency_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCurrencies"},"description":"ID of the currency that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Deal Payment Status Name or ID","name":"deal_payment_status_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealPaymentStatuses"},"description":"ID of the mode of payment for the deal. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Deal Pipeline Name or ID","name":"deal_pipeline_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealPipelines"},"description":"ID of the deal pipeline that it belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Deal Product Name or ID","name":"deal_product_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealProducts"},"description":"ID of the product that the deal belongs to (in a multi-product company). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Deal Reason Name or ID","name":"deal_reason_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealReasons"},"description":"ID of the reason for losing the deal. Can only be set if the deal is in 'Lost' stage. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Deal Stage Name or ID","name":"deal_stage_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealStages"},"description":"ID of the deal stage that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Deal Type Name or ID","name":"deal_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDealTypes"},"description":"ID of the deal type that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Lead Source ID","name":"lead_source_id","type":"string","default":"","description":"ID of the source where deal came from"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the deal"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the deal is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Probability","name":"probability","type":"number","default":0,"typeOptions":{"minValue":0,"maxValue":100},"description":"Probability of winning the deal as a number between 0 and 100"},{"displayName":"Sales Account Name or ID","name":"sales_account_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Territory Name or ID","name":"territory_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getTerritories"},"description":"ID of the territory that the deal belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["note"]}},"options":[{"name":"Create","value":"create","description":"Create a note","action":"Create a note"},{"name":"Delete","value":"delete","description":"Delete a note","action":"Delete a note"},{"name":"Update","value":"update","description":"Update a note","action":"Update a note"}],"default":"create"},{"displayName":"Content","name":"description","description":"Content of the note","type":"string","required":true,"typeOptions":{"rows":5},"default":"","displayOptions":{"show":{"resource":["note"],"operation":["create"]}}},{"displayName":"Target Type","name":"targetableType","description":"Type of the entity for which the note is created","type":"options","required":true,"default":"Contact","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"Sales Account","value":"SalesAccount"}],"displayOptions":{"show":{"resource":["note"],"operation":["create"]}}},{"displayName":"Target ID","name":"targetable_id","description":"ID of the entity for which note is created. The type of entity is selected in \"Target Type\".","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["note"],"operation":["create"]}}},{"displayName":"Note ID","name":"noteId","description":"ID of the note to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["note"],"operation":["delete"]}}},{"displayName":"Note ID","name":"noteId","description":"ID of the note to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["note"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["note"],"operation":["update"]}},"options":[{"displayName":"Content","name":"description","type":"string","typeOptions":{"rows":5},"default":"","description":"Content of the note"},{"displayName":"Target ID","name":"targetable_id","type":"string","default":"","description":"ID of the entity for which the note is updated"},{"displayName":"Target Type","name":"targetable_type","type":"options","default":"Contact","description":"Type of the entity for which the note is updated","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"Sales Account","value":"SalesAccount"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["salesActivity"]}},"options":[{"name":"Get","value":"get","description":"Retrieve a sales activity","action":"Get a sales activity"},{"name":"Get Many","value":"getAll","description":"Retrieve many sales activities","action":"Get many sales activities"}],"default":"get"},{"displayName":"Sales Activity Type Name or ID","name":"sales_activity_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getSalesActivityTypes"},"description":"ID of a sales activity type for which the sales activity is created. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"Title","name":"title","description":"Title of the sales activity to create","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"Owner Name or ID","name":"ownerId","description":"ID of the user who owns the sales activity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"required":true,"displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"Start Date","name":"from_date","description":"Timestamp that denotes the end of sales activity","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"End Date","name":"end_date","description":"Timestamp that denotes the end of sales activity","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"Target Type","name":"targetableType","description":"Type of the entity for which the sales activity is created","type":"options","required":true,"default":"Contact","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"Sales Account","value":"SalesAccount"}],"displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"Target ID","name":"targetable_id","description":"ID of the entity for which the sales activity is created. The type of entity is selected in \"Target Type\".","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["salesActivity"],"operation":["create"]}},"options":[{"displayName":"Creator Name or ID","name":"creater_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who created the sales activity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Latitude","name":"latitude","type":"string","default":"","description":"Latitude of the location when you check in on a sales activity"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Location of the sales activity"},{"displayName":"Longitude","name":"longitude","type":"string","default":"","description":"Longitude of the location when you check in for a sales activity"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Description about the sales activity"},{"displayName":"Sales Activity Outcome Name or ID","name":"sales_activity_outcome_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getOutcomes"},"description":"ID of a sales activity's outcome. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Sales Activity ID","name":"salesActivityId","description":"ID of the salesActivity to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"operation":["delete"]}}},{"displayName":"Sales Activity ID","name":"salesActivityId","description":"ID of the salesActivity to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["salesActivity"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["salesActivity"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Sales Activity ID","name":"salesActivityId","description":"ID of the salesActivity to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesActivity"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["salesActivity"],"operation":["update"]}},"options":[{"displayName":"Creator Name or ID","name":"creater_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who created the sales activity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Start Date","name":"end_date","description":"Timestamp that denotes the start of the sales activity","type":"dateTime","default":""},{"displayName":"Latitude","name":"latitude","type":"string","default":"","description":"Latitude of the location when you check in on a sales activity"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Location of the sales activity"},{"displayName":"Longitude","name":"longitude","type":"string","default":"","description":"Longitude of the location when you check in for a sales activity"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Description about the sales activity"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who owns the sales activity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Sales Activity Outcome Name or ID","name":"sales_activity_outcome_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getOutcomes"},"description":"ID of a sales activity's outcome. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Sales Activity Type Name or ID","name":"sales_activity_type_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getSalesActivityTypes"},"description":"ID of a sales activity type for which the sales activity is updated. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Start Date","name":"from_date","description":"Timestamp that denotes the start of the sales activity","type":"dateTime","default":""},{"displayName":"Target ID","name":"targetable_id","type":"string","default":"","description":"ID of the entity for which the sales activity is updated. The type of entity is selected in \"Target Type\"."},{"displayName":"Target Type","name":"targetable_type","type":"options","default":"Contact","description":"Type of the entity for which the sales activity is updated","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"SalesAccount","value":"SalesAccount"}]},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the sales activity to update"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["search"]}},"options":[{"name":"Query","value":"query","description":"Search for records by entering search queries of your choice","action":"Query a search"},{"name":"Lookup","value":"lookup","description":"Search for the name or email address of records","action":"Lookup a search"}],"default":"query"},{"displayName":"Search Term","name":"query","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["search"],"operation":["query"]}},"description":"Enter a term that will be used for searching entities"},{"displayName":"Search on Entities","name":"entities","type":"multiOptions","options":[{"name":"Contact","value":"contact"},{"name":"Deal","value":"deal"},{"name":"Sales Account","value":"sales_account"},{"name":"User","value":"user"}],"required":true,"default":[],"displayOptions":{"show":{"resource":["search"],"operation":["query"]}},"description":"Enter a term that will be used for searching entities"},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"displayOptions":{"show":{"resource":["search"],"operation":["query"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":25,"displayOptions":{"show":{"resource":["search"],"operation":["query"],"returnAll":[false]}},"description":"Max number of results to return"},{"displayName":"Search Field","name":"searchField","type":"options","options":[{"name":"Email","value":"email"},{"name":"Name","value":"name"},{"name":"Custom Field","value":"customField","description":"Only allowed custom fields of type \"Text field\", \"Number\", \"Dropdown\" or \"Radio button\""}],"required":true,"default":"","displayOptions":{"show":{"resource":["search"],"operation":["lookup"]}},"description":"Field against which the entities have to be searched"},{"displayName":"Custom Field Name","name":"customFieldName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["search"],"operation":["lookup"],"searchField":["customField"]}}},{"displayName":"Custom Field Value","name":"customFieldValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["search"],"operation":["lookup"],"searchField":["customField"]}}},{"displayName":"Field Value","name":"fieldValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["search"],"operation":["lookup"],"searchField":["email","name"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["search"],"operation":["lookup"]}},"options":[{"displayName":"Entities","name":"entities","type":"multiOptions","default":[],"options":[{"name":"Contact","value":"contact"},{"name":"Deal","value":"deal"},{"name":"Sales Account","value":"sales_account"}],"description":"Use 'entities' to query against related entities. You can include multiple entities at once, provided the field is available in both entities or else you'd receive an error response."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Retrieve a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Retrieve many tasks","action":"Get many tasks"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Title","name":"title","description":"Title of the task","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Due Date","name":"dueDate","description":"Timestamp that denotes when the task is due to be completed","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Owner Name or ID","name":"ownerId","description":"ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"required":true,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Target Type","name":"targetableType","description":"Type of the entity for which the task is updated","type":"options","required":true,"default":"Contact","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"SalesAccount","value":"SalesAccount"}],"displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Target ID","name":"targetable_id","description":"ID of the entity for which the task is created. The type of entity is selected in \"Target Type\".","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Creator Name or ID","name":"creater_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who created the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Outcome Name or ID","name":"outcome_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getOutcomes"},"description":"ID of the outcome of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Task Type ID","name":"task_type_id","type":"string","default":"","description":"ID of the type of task"}]},{"displayName":"Task ID","name":"taskId","description":"ID of the task to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["delete"]}}},{"displayName":"Task ID","name":"taskId","description":"ID of the task to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"options":[{"displayName":"Include","name":"include","type":"options","default":"owner","options":[{"name":"Owner","value":"owner"},{"name":"Target","value":"targetable"},{"name":"Users","value":"users"}]},{"displayName":"Status","name":"filter","type":"options","default":"open","options":[{"name":"Completed","value":"completed"},{"name":"Due Today","value":"due_today"},{"name":"Due Tomorrow","value":"due_tomorrow"},{"name":"Open","value":"open"},{"name":"Overdue","value":"overdue"}]}]},{"displayName":"Task ID","name":"taskId","description":"ID of the task to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Creator Name or ID","name":"creater_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user who created the sales activity. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Due Date","name":"dueDate","description":"Timestamp that denotes when the task is due to be completed","type":"dateTime","default":""},{"displayName":"Outcome Name or ID","name":"outcome_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getOutcomes"},"description":"ID of the outcome of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Target ID","name":"targetable_id","type":"string","default":"","description":"ID of the entity for which the task is updated. The type of entity is selected in \"Target Type\"."},{"displayName":"Target Type","name":"targetable_type","description":"Type of the entity for which the task is updated","type":"options","default":"Contact","options":[{"name":"Contact","value":"Contact"},{"name":"Deal","value":"Deal"},{"name":"SalesAccount","value":"SalesAccount"}]},{"displayName":"Task Type ID","name":"task_type_id","type":"string","default":"","description":"ID of the type of task"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the task"}]}],"codex":{"categories":["Marketing","Sales"],"alias":["Freshdesk"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.freshworkscrm/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/freshworkscrm/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/FreshworksCrm/freshworksCrm.svg"},
{"displayName":"FTP","name":"ftp","icon":"fa:server","iconColor":"dark-blue","group":["input"],"version":1,"subtitle":"={{$parameter[\"protocol\"] + \": \" + $parameter[\"operation\"]}}","description":"Transfer files via FTP or SFTP","defaults":{"name":"FTP","color":"#303050"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"ftp","required":true,"displayOptions":{"show":{"protocol":["ftp"]}},"testedBy":"ftpConnectionTest"},{"name":"sftp","required":true,"displayOptions":{"show":{"protocol":["sftp"]}},"testedBy":"sftpConnectionTest"}],"properties":[{"displayName":"Protocol","name":"protocol","type":"options","options":[{"name":"FTP","value":"ftp"},{"name":"SFTP","value":"sftp"}],"default":"ftp","description":"File transfer protocol"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Delete","value":"delete","description":"Delete a file/folder","action":"Delete a file or folder"},{"name":"Download","value":"download","description":"Download a file","action":"Download a file"},{"name":"List","value":"list","description":"List folder content","action":"List folder content"},{"name":"Rename","value":"rename","description":"Rename/move oldPath to newPath","action":"Rename / move a file or folder"},{"name":"Upload","value":"upload","description":"Upload a file","action":"Upload a file"}],"default":"download","noDataExpression":true},{"displayName":"Path","displayOptions":{"show":{"operation":["delete"]}},"name":"path","type":"string","default":"","description":"The file path of the file to delete. Has to contain the full path.","placeholder":"e.g. /public/documents/file-to-delete.txt","required":true},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["delete"]}},"default":{},"options":[{"displayName":"Folder","name":"folder","type":"boolean","default":false,"description":"Whether folders can be deleted"},{"displayName":"Recursive","displayOptions":{"show":{"folder":[true]}},"name":"recursive","type":"boolean","default":false,"description":"Whether to remove all files and directories in target directory"},{"displayName":"Timeout","name":"timeout","description":"Connection timeout in milliseconds","type":"number","typeOptions":{"minValue":1},"default":10000}]},{"displayName":"Path","displayOptions":{"show":{"operation":["download"]}},"name":"path","type":"string","default":"","description":"The file path of the file to download. Has to contain the full path.","placeholder":"e.g. /public/documents/file-to-download.txt","required":true},{"displayName":"Put Output File in Field","displayOptions":{"show":{"operation":["download"]}},"name":"binaryPropertyName","type":"string","default":"data","hint":"The name of the output binary field to put the file in","required":true},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["download"]}},"options":[{"displayName":"Enable Concurrent Reads","name":"enableConcurrentReads","type":"boolean","default":false,"description":"Whether to enable concurrent reads for downloading files"},{"displayName":"Max Concurrent Reads","name":"maxConcurrentReads","type":"number","default":5,"displayOptions":{"show":{"enableConcurrentReads":[true]}}},{"displayName":"Chunk Size","name":"chunkSize","type":"number","default":64,"description":"Size of each chunk in KB to download, Not all servers support this","displayOptions":{"show":{"enableConcurrentReads":[true]}}},{"displayName":"Timeout","name":"timeout","description":"Connection timeout in milliseconds","type":"number","typeOptions":{"minValue":1},"default":10000}]},{"displayName":"Old Path","displayOptions":{"show":{"operation":["rename"]}},"name":"oldPath","type":"string","default":"","placeholder":"e.g. /public/documents/old-file.txt","required":true},{"displayName":"New Path","displayOptions":{"show":{"operation":["rename"]}},"name":"newPath","type":"string","default":"","placeholder":"e.g. /public/documents/new-file.txt","required":true},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["rename"]}},"options":[{"displayName":"Create Directories","name":"createDirectories","type":"boolean","default":false,"description":"Whether to recursively create destination directory when renaming an existing file or folder"},{"displayName":"Timeout","name":"timeout","description":"Connection timeout in milliseconds","type":"number","typeOptions":{"minValue":1},"default":10000}]},{"displayName":"Path","displayOptions":{"show":{"operation":["upload"]}},"name":"path","type":"string","default":"","description":"The file path of the file to upload. Has to contain the full path.","placeholder":"e.g. /public/documents/file-to-upload.txt","required":true},{"displayName":"Binary File","displayOptions":{"show":{"operation":["upload"]}},"name":"binaryData","type":"boolean","default":true,"description":"The text content of the file to upload"},{"displayName":"Input Binary Field","displayOptions":{"show":{"operation":["upload"],"binaryData":[true]}},"name":"binaryPropertyName","type":"string","default":"data","hint":"The name of the input binary field containing the file to be written","required":true},{"displayName":"File Content","displayOptions":{"show":{"operation":["upload"],"binaryData":[false]}},"name":"fileContent","type":"string","default":"","description":"The text content of the file to upload"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["upload"]}},"options":[{"displayName":"Timeout","name":"timeout","description":"Connection timeout in milliseconds","type":"number","typeOptions":{"minValue":1},"default":10000}]},{"displayName":"Path","displayOptions":{"show":{"operation":["list"]}},"name":"path","type":"string","default":"/","placeholder":"e.g. /public/folder","description":"Path of directory to list contents of","required":true},{"displayName":"Recursive","displayOptions":{"show":{"operation":["list"]}},"name":"recursive","type":"boolean","default":false,"description":"Whether to return object representing all directories / objects recursively found within SFTP server","required":true},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["list"]}},"options":[{"displayName":"Timeout","name":"timeout","description":"Connection timeout in milliseconds","type":"number","typeOptions":{"minValue":1},"default":10000}]}],"codex":{"categories":["Core Nodes","Data & Storage","Development","Utility"],"subcategories":{"Core Nodes":["Files","Helpers"]},"alias":["SFTP","FTP","Binary","File","Transfer"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.ftp/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/ftp/"}]}}},
{"displayName":"Function","name":"function","hidden":true,"icon":"fa:code","group":["transform"],"version":1,"description":"Run custom function code which gets executed once and allows you to add, remove, change and replace items","defaults":{"name":"Function","color":"#FF9922"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"A newer version of this node type is available, called the ‘Code’ node","name":"notice","type":"notice","default":""},{"displayName":"JavaScript Code","name":"functionCode","typeOptions":{"alwaysOpenEditWindow":true,"codeAutocomplete":"function","editor":"jsEditor","rows":10},"type":"string","default":"// Code here will run only once, no matter how many input items there are.\n// More info and help:https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.function/\n// Tip: You can use luxon for dates and $jmespath for querying JSON structures\n\n// Loop over inputs and add a new field called 'myNewField' to the JSON of each one\nfor (item of items) {\n  item.json.myNewField = 1;\n}\n\n// You can write logs to the browser console\nconsole.log('Done!');\n\nreturn items;","description":"The JavaScript code to execute","noDataExpression":true}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"alias":["Code","Javascript","Custom Code","Script","cpde"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.code/"}]}}},
{"displayName":"Function Item","name":"functionItem","hidden":true,"icon":"fa:code","group":["transform"],"version":1,"description":"Run custom function code which gets executed once per item","defaults":{"name":"Function Item","color":"#ddbb33"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"A newer version of this node type is available, called the ‘Code’ node","name":"notice","type":"notice","default":""},{"displayName":"JavaScript Code","name":"functionCode","typeOptions":{"alwaysOpenEditWindow":true,"codeAutocomplete":"functionItem","editor":"jsEditor","rows":10},"type":"string","default":"// Code here will run once per input item.\n// More info and help: https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.functionitem/\n// Tip: You can use luxon for dates and $jmespath for querying JSON structures\n\n// Add a new field called 'myNewField' to the JSON of the item\nitem.myNewField = 1;\n\n// You can write logs to the browser console\nconsole.log('Done!');\n\nreturn item;","description":"The JavaScript code to execute for each item","noDataExpression":true}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"alias":["Javascript","Code","Custom Code","JS"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.code/"}]}}},
{"displayName":"GetResponse","name":"getResponse","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume GetResponse API","defaults":{"name":"GetResponse"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"getResponseApi","required":true,"displayOptions":{"show":{"authentication":["apiKey"]}}},{"name":"getResponseOAuth2Api","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":"Contact","value":"contact"}],"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":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"default":""},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","typeOptions":{"loadOptionsMethod":"getCampaigns"},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"customFieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"description":"The end user specified key of the user defined data. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":""},{"displayName":"Value","name":"value","type":"string","description":"The end user specified value of the user defined data","default":""}]}]},{"displayName":"Day Of Cycle","name":"dayOfCycle","type":"string","description":"The day on which the contact is in the Autoresponder cycle. null indicates the contacts is not in the cycle.","default":""},{"displayName":"IP Address","name":"ipAddress","type":"string","description":"The contact's IP address. IPv4 and IPv6 formats are accepted.","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Note","name":"note","type":"string","default":""},{"displayName":"Scoring","name":"scoring","type":"number","default":"","description":"Contact scoring, pass null to remove the score from a contact","typeOptions":{"minValue":0}},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTags"},"default":[]}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"default":"","description":"ID of contact to delete"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"options":[{"displayName":"IP Address","name":"ipAddress","type":"string","description":"This makes it possible to pass the IP from which the contact unsubscribed. Used only if the messageId was send.","default":""},{"displayName":"Message ID","name":"messageId","type":"string","description":"The ID of a message (such as a newsletter, an autoresponder, or an RSS-newsletter). When passed, this method will simulate the unsubscribe process, as if the contact clicked the unsubscribe link in a given message.","default":""}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"default":"","description":"Unique identifier for a particular contact"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","description":"List of fields that should be returned. ID is always returned. Fields should be separated by comma","default":""}]},{"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},"description":"Max number of results to return","default":20,"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Campaign ID","name":"campaignId","type":"string","description":"Search contacts by campaign ID","default":""},{"displayName":"Change On From","name":"changeOnFrom","type":"dateTime","default":"","description":"Search contacts edited from this date"},{"displayName":"Change On To","name":"changeOnTo","type":"dateTime","default":"","description":"Search contacts edited to this date"},{"displayName":"Created On From","name":"createdOnFrom","type":"dateTime","default":"","description":"Count data from this date"},{"displayName":"Created On To","name":"createdOnTo","type":"dateTime","default":"","description":"Count data from this date"},{"displayName":"Exact Match","name":"exactMatch","type":"boolean","default":false,"description":"Whether to search for contacts with the exact value of the email and name provided in the query string. Without this flag, matching is done via a standard 'like' comparison, which may sometimes be slow."},{"displayName":"Fields","name":"fields","type":"string","description":"List of fields that should be returned. ID is always returned. Fields should be separated by comma","default":""},{"displayName":"Name","name":"name","type":"string","description":"Search contacts by name","default":""},{"displayName":"Origin","name":"origin","type":"options","options":[{"name":"API","value":"api"},{"name":"Copy","value":"copy"},{"name":"Email","value":"email"},{"name":"Forward","value":"forward"},{"name":"Import","value":"import"},{"name":"Iphone","value":"iphone"},{"name":"Landing Page","value":"landing_page"},{"name":"Leads","value":"leads"},{"name":"Panel","value":"panel"},{"name":"Sale","value":"sale"},{"name":"Survey","value":"survey"},{"name":"Webinar","value":"webinar"},{"name":"WWW","value":"www"}],"description":"Search contacts by origin","default":""},{"displayName":"Sort By","name":"sortBy","type":"options","options":[{"name":"Campaign ID","value":"campaignId"},{"name":"Changed On","value":"changedOn"},{"name":"Created On","value":"createdOn"},{"name":"Email","value":"email"}],"default":""},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"ASC","value":"ASC"},{"name":"DESC","value":"DESC"}],"default":""}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"default":"","description":"Unique identifier for a particular contact"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCampaigns"},"default":""},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"customFieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"description":"The end user specified key of the user defined data. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":""},{"displayName":"Value","name":"value","type":"string","description":"The end user specified value of the user defined data","default":""}]}]},{"displayName":"Day Of Cycle","name":"dayOfCycle","type":"string","description":"The day on which the contact is in the Autoresponder cycle. null indicates the contacts is not in the cycle.","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"IP Address","name":"ipAddress","type":"string","description":"The contact's IP address. IPv4 and IPv6 formats are accepted.","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Note","name":"note","type":"string","default":""},{"displayName":"Scoring","name":"scoring","type":"number","default":"","description":"Contact scoring, pass null to remove the score from a contact","typeOptions":{"minValue":0}},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTags"},"default":[]}]}],"codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.getresponse/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/getresponse/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/GetResponse/getResponse.png"},
{"displayName":"GetResponse Trigger","name":"getResponseTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when GetResponse events occur","defaults":{"name":"GetResponse Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"getResponseApi","required":true,"displayOptions":{"show":{"authentication":["apiKey"]}}},{"name":"getResponseOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Key","value":"apiKey"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiKey"},{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"Customer Subscribed","value":"subscribe","description":"Receive notifications when a customer is subscribed to a list"},{"name":"Customer Unsubscribed","value":"unsubscribe","description":"Receive notifications when a customer is unsubscribed from a list"},{"name":"Email Clicked","value":"click","description":"Receive notifications when a email is clicked"},{"name":"Email Opened","value":"open","description":"Receive notifications when a email is opened"},{"name":"Survey Submitted","value":"survey","description":"Receive notifications when a survey is submitted"}],"default":[],"required":true},{"displayName":"List Names or IDs","name":"listIds","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getLists"},"default":[]},{"displayName":"Options","name":"options","placeholder":"Add option","type":"collection","default":{},"options":[{"displayName":"Delete Current Subscription","name":"delete","type":"boolean","default":false,"description":"Whether to delete the current subscription"}]}],"codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.getresponsetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/getresponse/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/GetResponse/getResponse.png"},
{"displayName":"Ghost","name":"ghost","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Ghost API","defaults":{"name":"Ghost"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"ghostAdminApi","required":true,"displayOptions":{"show":{"source":["adminApi"]}}},{"name":"ghostContentApi","required":true,"displayOptions":{"show":{"source":["contentApi"]}}}],"properties":[{"displayName":"Source","name":"source","type":"options","description":"Pick where your data comes from, Content or Admin API","options":[{"name":"Admin API","value":"adminApi"},{"name":"Content API","value":"contentApi"}],"default":"contentApi"},{"displayName":"Resource","name":"resource","type":"options","options":[{"name":"Post","value":"post"}],"noDataExpression":true,"default":"post"},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"source":["contentApi"],"resource":["post"]}},"options":[{"name":"Get","value":"get","description":"Get a post","action":"Get a post"},{"name":"Get Many","value":"getAll","description":"Get many posts","action":"Get many posts"}],"default":"get"},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"source":["adminApi"],"resource":["post"]}},"options":[{"name":"Create","value":"create","description":"Create a post","action":"Create a post"},{"name":"Delete","value":"delete","description":"Delete a post","action":"Delete a post"},{"name":"Get","value":"get","description":"Get a post","action":"Get a post"},{"name":"Get Many","value":"getAll","description":"Get many posts","action":"Get many posts"},{"name":"Update","value":"update","description":"Update a post","action":"Update a post"}],"default":"get"},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["create"]}},"description":"Post's title"},{"displayName":"Content Format","name":"contentFormat","type":"options","displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["create"]}},"options":[{"name":"HTML","value":"html"},{"name":"Mobile Doc","value":"mobileDoc"},{"name":"Lexical","value":"lexical"}],"default":"html","description":"The format of the post"},{"displayName":"Content","name":"content","type":"string","displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["create"],"contentFormat":["html"]}},"default":"","description":"The content of the post to create"},{"displayName":"Content (JSON)","name":"content","type":"json","displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["create"],"contentFormat":["mobileDoc"]}},"default":"","description":"Mobiledoc is the raw JSON format that Ghost uses to store post contents. <a href=\"https://ghost.org/docs/concepts/posts/#document-storage\">Info</a>."},{"displayName":"Content (JSON)","name":"content","type":"json","displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["create"],"contentFormat":["lexical"]}},"default":"","description":"Lexical is the JSON format returned by the Ghost Default editor"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["create"]}},"options":[{"displayName":"Author Names or IDs","name":"authors","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAuthors"},"default":[]},{"displayName":"Cannonical URL","name":"canonical_url","type":"string","default":""},{"displayName":"Code Injection Foot","name":"codeinjection_foot","type":"string","default":"","description":"The Code Injection allows you inject a small snippet into your Ghost site"},{"displayName":"Code Injection Head","name":"codeinjection_head","type":"string","default":"","description":"The Code Injection allows you inject a small snippet into your Ghost site"},{"displayName":"Featured","name":"featured","type":"boolean","default":false},{"displayName":"Meta Description","name":"meta_description","type":"string","default":""},{"displayName":"Meta Title","name":"meta_title","type":"string","default":""},{"displayName":"Open Graph Description","name":"og_description","type":"string","default":""},{"displayName":"Open Graph Image","name":"og_image","type":"string","default":"","description":"URL of the image"},{"displayName":"Open Graph Title","name":"og_title","type":"string","default":""},{"displayName":"Published At","name":"published_at","type":"dateTime","default":""},{"displayName":"Slug","name":"slug","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Published","value":"published"},{"name":"Scheduled","value":"scheduled"}],"default":"draft"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Twitter Description","name":"twitter_description","type":"string","default":""},{"displayName":"Twitter Image","name":"twitter_image","type":"string","default":"","description":"URL of the image"},{"displayName":"Twitter Title","name":"twitter_title","type":"string","default":""}]},{"displayName":"Post ID","name":"postId","type":"string","default":"","required":true,"displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["delete"]}},"description":"The ID of the post to delete"},{"displayName":"By","name":"by","type":"options","default":"id","required":true,"options":[{"name":"ID","value":"id"},{"name":"Slug","value":"slug"}],"displayOptions":{"show":{"source":["contentApi","adminApi"],"resource":["post"],"operation":["get"]}},"description":"Get the post either by slug or ID"},{"displayName":"Identifier","name":"identifier","type":"string","default":"","required":true,"displayOptions":{"show":{"source":["contentApi","adminApi"],"resource":["post"],"operation":["get"]}},"description":"The ID or slug of the post to get"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["get"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Limit the fields returned in the response object. E.g. for posts fields=title,url."},{"displayName":"Formats","name":"formats","type":"multiOptions","options":[{"name":"HTML","value":"html"},{"name":"Mobile Doc","value":"mobiledoc"},{"name":"Lexical","value":"lexical"}],"default":["mobiledoc"]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"source":["contentApi"],"resource":["post"],"operation":["get"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Limit the fields returned in the response object. E.g. for posts fields=title,url."},{"displayName":"Formats","name":"formats","type":"multiOptions","options":[{"name":"HTML","value":"html"},{"name":"Plaintext","value":"plaintext"}],"default":["html"]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"source":["contentApi","adminApi"],"resource":["post"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"source":["adminApi","contentApi"],"resource":["post"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"source":["contentApi"],"resource":["post"],"operation":["getAll"]}},"options":[{"displayName":"Include","name":"include","type":"multiOptions","options":[{"name":"Authors","value":"authors"},{"name":"Tags","value":"tags"}],"default":[],"description":"Tells the API to return additional data related to the resource you have requested"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Limit the fields returned in the response object. E.g. for posts fields=title,url."},{"displayName":"Formats","name":"formats","type":"multiOptions","options":[{"name":"HTML","value":"html"},{"name":"Plaintext","value":"plaintext"},{"name":"Lexical","value":"lexical"}],"default":["html"],"description":"By default, only html is returned, however each post and page in Ghost has 2 available formats: html and plaintext"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["getAll"]}},"options":[{"displayName":"Include","name":"include","type":"multiOptions","options":[{"name":"Authors","value":"authors"},{"name":"Tags","value":"tags"}],"default":[],"description":"Tells the API to return additional data related to the resource you have requested"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Limit the fields returned in the response object. E.g. for posts fields=title,url."},{"displayName":"Formats","name":"formats","type":"multiOptions","options":[{"name":"HTML","value":"html"},{"name":"Mobile Doc","value":"mobiledoc"},{"name":"Lexical","value":"lexical"}],"default":["mobiledoc"]}]},{"displayName":"Post ID","name":"postId","type":"string","displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["update"]}},"default":"","description":"The ID of the post to update"},{"displayName":"Content Format","name":"contentFormat","type":"options","displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["update"]}},"options":[{"name":"HTML","value":"html"},{"name":"Mobile Doc","value":"mobileDoc"},{"name":"Lexical","value":"lexical"}],"default":"html","description":"The format of the post"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"source":["adminApi"],"resource":["post"],"operation":["update"]}},"options":[{"displayName":"Author Names or IDs","name":"authors","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAuthors"},"default":[]},{"displayName":"Cannonical URL","name":"canonical_url","type":"string","default":""},{"displayName":"Code Injection Foot","name":"codeinjection_foot","type":"string","default":""},{"displayName":"Code Injection Head","name":"codeinjection_head","type":"string","default":""},{"displayName":"Content","name":"content","type":"string","displayOptions":{"show":{"/contentFormat":["html"]}},"default":""},{"displayName":"Content (JSON)","name":"contentJson","type":"json","displayOptions":{"show":{"/contentFormat":["mobileDoc"]}},"default":"","description":"Mobiledoc is the raw JSON format that Ghost uses to store post contents. <a href=\"https://ghost.org/docs/concepts/posts/#document-storage\">Info.</a>."},{"displayName":"Content (JSON)","name":"contentJson","type":"json","displayOptions":{"show":{"/contentFormat":["lexical"]}},"default":"","description":"Lexical is the JSON format returned by the Ghost Default editor"},{"displayName":"Featured","name":"featured","type":"boolean","default":false},{"displayName":"Meta Description","name":"meta_description","type":"string","default":""},{"displayName":"Meta Title","name":"meta_title","type":"string","default":""},{"displayName":"Open Graph Description","name":"og_description","type":"string","default":""},{"displayName":"Open Graph Image","name":"og_image","type":"string","default":"","description":"URL of the image"},{"displayName":"Open Graph Title","name":"og_title","type":"string","default":""},{"displayName":"Published At","name":"published_at","type":"dateTime","default":""},{"displayName":"Slug","name":"slug","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Published","value":"published"},{"name":"Scheduled","value":"scheduled"}],"default":"draft"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Title","name":"title","type":"string","default":"","description":"Post's title"},{"displayName":"Twitter Description","name":"twitter_description","type":"string","default":""},{"displayName":"Twitter Image","name":"twitter_image","type":"string","default":"","description":"URL of the image"},{"displayName":"Twitter Title","name":"twitter_title","type":"string","default":""}]}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.ghost/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/ghost/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Ghost/ghost.svg"},
{"displayName":"Git","name":"git","group":["transform"],"version":[1,1.1],"description":"Control git.","defaults":{"name":"Git"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"gitPassword","required":true,"displayOptions":{"show":{"authentication":["gitPassword"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Authenticate","value":"gitPassword"},{"name":"None","value":"none"}],"displayOptions":{"show":{"operation":["clone","push"]}},"default":"none","description":"The way to authenticate"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"log","options":[{"name":"Add","value":"add","description":"Add a file or folder to commit","action":"Add a file or folder to commit"},{"name":"Add Config","value":"addConfig","description":"Add configuration property","action":"Add configuration property"},{"name":"Clone","value":"clone","description":"Clone a repository","action":"Clone a repository"},{"name":"Commit","value":"commit","description":"Commit files or folders to git","action":"Commit files or folders to git"},{"name":"Fetch","value":"fetch","description":"Fetch from remote repository","action":"Fetch from remote repository"},{"name":"List Config","value":"listConfig","description":"Return current configuration","action":"Return current configuration"},{"name":"Log","value":"log","description":"Return git commit history","action":"Return git commit history"},{"name":"Pull","value":"pull","description":"Pull from remote repository","action":"Pull from remote repository"},{"name":"Push","value":"push","description":"Push to remote repository","action":"Push to remote repository"},{"name":"Push Tags","value":"pushTags","description":"Push Tags to remote repository","action":"Push tags to remote repository"},{"name":"Reflog","value":"reflog","description":"Return reference log","action":"Return reference log"},{"name":"Status","value":"status","description":"Return status of current repository","action":"Return status of current repository"},{"name":"Switch Branch","value":"switchBranch","description":"Switch to a different branch","action":"Switch to a different branch"},{"name":"Tag","value":"tag","description":"Create a new tag","action":"Create a new tag"},{"name":"User Setup","value":"userSetup","description":"Set the user","action":"Set up a user"}]},{"displayName":"Repository Path","name":"repositoryPath","type":"string","displayOptions":{"hide":{"operation":["clone"]}},"default":"","placeholder":"/tmp/repository","required":true,"description":"Local path of the git repository to operate on"},{"displayName":"New Repository Path","name":"repositoryPath","type":"string","displayOptions":{"show":{"operation":["clone"]}},"default":"","placeholder":"/tmp/repository","required":true,"description":"Local path to which the git repository should be cloned into"},{"displayName":"Paths to Add","name":"pathsToAdd","type":"string","displayOptions":{"show":{"operation":["add"]}},"default":"","placeholder":"README.md","description":"Comma-separated list of paths (absolute or relative to Repository Path) of files or folders to add","required":true},{"displayName":"Key","name":"key","type":"options","displayOptions":{"show":{"operation":["addConfig"],"@version":[{"_cnd":{"gte":1.1}}]}},"options":[{"name":"user.email","value":"user.email"},{"name":"user.name","value":"user.name"},{"name":"remote.origin.url","value":"remote.origin.url"}],"default":"","description":"Name of the key to set","required":true},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["addConfig"],"@version":[{"_cnd":{"lt":1.1}}]}},"default":"","placeholder":"user.email","description":"Name of the key to set","required":true},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"operation":["addConfig"]}},"default":"","placeholder":"name@example.com","description":"Value of the key to set","required":true},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["addConfig"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Append","value":"append"},{"name":"Set","value":"set"}],"default":"set","description":"Append setting rather than set it in the local config"}]},{"displayName":"Source Repository","name":"sourceRepository","type":"string","displayOptions":{"show":{"operation":["clone"]}},"default":"","placeholder":"https://github.com/n8n-io/n8n","description":"The URL or path of the repository to clone","required":true},{"displayName":"Message","name":"message","type":"string","displayOptions":{"show":{"operation":["commit"]}},"default":"","description":"The commit message to use"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["commit"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Branch","name":"branch","type":"string","default":"","placeholder":"main","description":"The branch to switch to before committing. If empty or not set, will commit to current branch."},{"displayName":"Paths to Add","name":"pathsToAdd","type":"string","default":"","placeholder":"/data/file1.json","description":"Comma-separated list of paths (absolute or relative to Repository Path) of files or folders to commit. If not set will all \"added\" files and folders be committed."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["log"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["log"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["log"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"File","name":"file","type":"string","default":"README.md","description":"The path (absolute or relative to Repository Path) of file or folder to get the history of"}]},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["push"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Branch","name":"branch","type":"string","default":"","placeholder":"main","description":"The branch to switch to before pushing. If empty or not set, will push current branch."},{"displayName":"Target Repository","name":"targetRepository","type":"string","default":"","placeholder":"https://github.com/n8n-io/n8n","description":"The URL or path of the repository to push to"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["reflog"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["reflog"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["reflog"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Reference","name":"reference","type":"string","default":"","placeholder":"HEAD","description":"The reference to show the reflog for (e.g., HEAD, branch name). Leave empty for HEAD."}]},{"displayName":"Branch Name","name":"branchName","type":"string","displayOptions":{"show":{"operation":["switchBranch"]}},"default":"","placeholder":"feature/new-feature","required":true,"description":"The name of the branch to switch to"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["switchBranch"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Create Branch If Not Exists","name":"createBranch","type":"boolean","default":true,"description":"Whether to create the branch if it does not exist"},{"displayName":"Start Point","name":"startPoint","type":"string","default":"","placeholder":"main","description":"The commit/branch/tag to create the new branch from. If not set, creates from current HEAD.","displayOptions":{"show":{"createBranch":[true]}}},{"displayName":"Force Switch","name":"force","type":"boolean","default":false,"description":"Whether to force the branch switch, discarding any local changes"},{"displayName":"Set Upstream","name":"setUpstream","type":"boolean","default":false,"description":"Whether to set up tracking to a remote branch when creating a new branch","displayOptions":{"show":{"createBranch":[true]}}},{"displayName":"Remote Name","name":"remoteName","type":"string","default":"origin","placeholder":"origin","description":"The name of the remote to track","displayOptions":{"show":{"createBranch":[true],"setUpstream":[true]}}}]},{"displayName":"Name","name":"name","type":"string","displayOptions":{"show":{"operation":["tag"]}},"default":"","description":"The name of the tag to create","required":true}],"codex":{"categories":["Core Nodes","Development"],"subcategories":["Helpers"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.git/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/git/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Git/git.svg"},
{"displayName":"GitHub","name":"github","group":["input"],"version":[1,1.1],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume GitHub API","defaults":{"name":"GitHub"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"waitingNodeTooltip":"={{ ((parameters, resumeUrl) => {\n    if (parameters?.operation === 'dispatchAndWait') {\n        const message = 'Execution will continue when the following webhook URL is called: ';\n        return `${message}<a href=\"${resumeUrl}\" target=\"_blank\">${resumeUrl}</a>`;\n    }\n    return '';\n})($parameter, $execution.resumeUrl) }}","webhooks":[{"name":"default","httpMethod":"POST","isFullPath":true,"responseCode":"={{((parameters) => {\n    if (parameters.responseCode) {\n        return parameters.responseCode;\n    }\n    const responseCodeOptions = parameters.options;\n    if (responseCodeOptions?.responseCode?.values) {\n        const { responseCode, customCode } = responseCodeOptions.responseCode.values;\n        if (customCode) {\n            return customCode;\n        }\n        return responseCode;\n    }\n    return 200;\n})($parameter)}}","responseMode":"onReceived","responseData":"={{((parameters) => {\n    const { responseData, responseMode, options } = parameters;\n    if (responseData)\n        return responseData;\n    if (responseMode === 'onReceived') {\n        const data = options?.responseData;\n        if (data)\n            return data;\n    }\n    if (options?.noResponseBody)\n        return 'noData';\n    return undefined;\n})($parameter)}}","responseBinaryPropertyName":"={{$parameter[\"responseBinaryPropertyName\"]}}","responseContentType":"={{$parameter[\"options\"][\"responseContentType\"]}}","responsePropertyName":"={{$parameter[\"options\"][\"responsePropertyName\"]}}","responseHeaders":"={{$parameter[\"options\"][\"responseHeaders\"]}}","path":"","restartWebhook":true}],"credentials":[{"name":"githubApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"githubOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Issue","value":"issue"},{"name":"Organization","value":"organization"},{"name":"Release","value":"release"},{"name":"Repository","value":"repository"},{"name":"Review","value":"review"},{"name":"User","value":"user"},{"name":"Workflow","value":"workflow"}],"default":"issue"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["organization"]}},"options":[{"name":"Get Repositories","value":"getRepositories","description":"Returns all repositories of an organization","action":"Get repositories for an organization"}],"default":"getRepositories"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issue"]}},"options":[{"name":"Create","value":"create","description":"Create a new issue","action":"Create an issue"},{"name":"Create Comment","value":"createComment","description":"Create a new comment on an issue","action":"Create a comment on an issue"},{"name":"Edit","value":"edit","description":"Edit an issue","action":"Edit an issue"},{"name":"Get","value":"get","description":"Get the data of a single issue","action":"Get an issue"},{"name":"Lock","value":"lock","description":"Lock an issue","action":"Lock an issue"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Create","value":"create","description":"Create a new file in repository","action":"Create a file"},{"name":"Delete","value":"delete","description":"Delete a file in repository","action":"Delete a file"},{"name":"Edit","value":"edit","description":"Edit a file in repository","action":"Edit a file"},{"name":"Get","value":"get","description":"Get the data of a single file","action":"Get a file"},{"name":"List","value":"list","description":"List contents of a folder","action":"List files"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["repository"]}},"options":[{"name":"Get","value":"get","description":"Get the data of a single repository","action":"Get a repository"},{"name":"Get Issues","value":"getIssues","description":"Returns issues of a repository","action":"Get issues of a repository"},{"name":"Get License","value":"getLicense","description":"Returns the contents of the repository's license file, if one is detected","action":"Get the license of a repository"},{"name":"Get Profile","value":"getProfile","description":"Get the community profile of a repository with metrics, health score, description, license, etc","action":"Get the profile of a repository"},{"name":"Get Pull Requests","value":"getPullRequests","description":"Returns pull requests of a repository","action":"Get pull requests of a repository"},{"name":"List Popular Paths","value":"listPopularPaths","description":"Get the top 10 popular content paths over the last 14 days","action":"List popular paths in a repository"},{"name":"List Referrers","value":"listReferrers","description":"Get the top 10 referrering domains over the last 14 days","action":"List the top referrers of a repository"}],"default":"getIssues"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get Repositories","value":"getRepositories","description":"Returns the repositories of a user","action":"Get a user's repositories"},{"name":"Get Issues","value":"getUserIssues","description":"Returns the issues assigned to the user","action":"Get a user's issues"},{"name":"Invite","value":"invite","description":"Invites a user to an organization","action":"Invite a user"}],"default":"getRepositories"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["release"]}},"options":[{"name":"Create","value":"create","description":"Creates a new release","action":"Create a release"},{"name":"Delete","value":"delete","description":"Delete a release","action":"Delete a release"},{"name":"Get","value":"get","description":"Get a release","action":"Get a release"},{"name":"Get Many","value":"getAll","description":"Get many repository releases","action":"Get many releases"},{"name":"Update","value":"update","description":"Update a release","action":"Update a release"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["review"]}},"options":[{"name":"Create","value":"create","description":"Creates a new review","action":"Create a review"},{"name":"Get","value":"get","description":"Get a review for a pull request","action":"Get a review"},{"name":"Get Many","value":"getAll","description":"Get many reviews for a pull request","action":"Get many reviews"},{"name":"Update","value":"update","description":"Update a review","action":"Update a review"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["workflow"]}},"options":[{"name":"Disable","value":"disable","description":"Disable a workflow","action":"Disable a workflow"},{"name":"Dispatch","value":"dispatch","description":"Dispatch a workflow event","action":"Dispatch a workflow event"},{"name":"Dispatch and Wait for Completion","value":"dispatchAndWait","description":"Dispatch a workflow event and wait for a webhook to be called before proceeding","action":"Dispatch a workflow event and wait for completion"},{"name":"Enable","value":"enable","description":"Enable a workflow","action":"Enable a workflow"},{"name":"Get","value":"get","description":"Get a workflow","action":"Get a workflow"},{"name":"Get Usage","value":"getUsage","description":"Get the usage of a workflow","action":"Get the usage of a workflow"},{"name":"List","value":"list","description":"List workflows","action":"List workflows"}],"default":"dispatch"},{"displayName":"Your execution will pause until a webhook is called. This URL will be generated at runtime and passed to your Github workflow as a resumeUrl input.","name":"webhookNotice","type":"notice","displayOptions":{"show":{"resource":["workflow"],"operation":["dispatchAndWait"]}},"default":""},{"displayName":"Repository Owner","name":"owner","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Repository Owner","name":"list","type":"list","placeholder":"Select an owner...","typeOptions":{"searchListMethod":"getUsers","searchable":true,"searchFilterRequired":false}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://github.com/n8n-io","extractValue":{"type":"regex","regex":"https:\\/\\/(?:[^/]+)\\/([-_0-9a-zA-Z]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/([^/]+)\\/([-_0-9a-zA-Z]+)(?:.*)","errorMessage":"Not a valid Github URL"}}]},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. n8n-io","validation":[{"type":"regex","properties":{"regex":"[-_a-zA-Z0-9]+","errorMessage":"Not a valid Github Owner Name"}}],"url":"=https://github.com/{{$value}}"}],"displayOptions":{"hide":{"operation":["invite","getUserIssues"]}}},{"displayName":"Repository Name","name":"repository","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Repository Name","name":"list","type":"list","placeholder":"Select an Repository...","typeOptions":{"searchListMethod":"getRepositories","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://github.com/n8n-io/n8n","extractValue":{"type":"regex","regex":"https:\\/\\/(?:[^/]+)\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/([^/]+)\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)(?:.*)","errorMessage":"Not a valid Github Repository URL"}}]},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. n8n","validation":[{"type":"regex","properties":{"regex":"[-_.0-9a-zA-Z]+","errorMessage":"Not a valid Github Repository Name"}}],"url":"=https://github.com/{{$parameter[\"owner\"]}}/{{$value}}"}],"displayOptions":{"hide":{"resource":["user","organization"],"operation":["getRepositories"]}}},{"displayName":"Workflow","name":"workflowId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Workflow","name":"list","type":"list","placeholder":"Select a workflow...","typeOptions":{"searchListMethod":"getWorkflows","searchable":true}},{"displayName":"By File Name","name":"filename","type":"string","placeholder":"e.g. main.yaml or main.yml","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9_-]+.(yaml|yml)","errorMessage":"Not a valid Github Workflow File Name"}}]},{"displayName":"By ID","name":"name","type":"string","placeholder":"e.g. 12345678","validation":[{"type":"regex","properties":{"regex":"\\d+","errorMessage":"Not a valid Github Workflow ID"}}]}],"displayOptions":{"show":{"resource":["workflow"],"operation":["disable","dispatch","dispatchAndWait","get","getUsage","enable"]}},"description":"The workflow to dispatch"},{"displayName":"Ref","name":"ref","type":"string","default":"main","required":true,"displayOptions":{"show":{"resource":["workflow"],"operation":["dispatch","dispatchAndWait"],"@version":[{"_cnd":{"lte":1}}]}},"description":"The git reference for the workflow dispatch (branch or tag name)"},{"displayName":"Ref","name":"ref","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a branch, tag, or commit...","typeOptions":{"searchListMethod":"getRefs","searchable":true}},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. main","validation":[{"type":"regex","properties":{"regex":"^[a-zA-Z0-9/._-]+$","errorMessage":"Not a valid branch, tag"}}]}],"displayOptions":{"show":{"resource":["workflow"],"operation":["dispatch","dispatchAndWait"],"@version":[{"_cnd":{"gte":1.1}}]}},"description":"The git reference for the workflow dispatch (branch, tag, or commit SHA)"},{"displayName":"Inputs","name":"inputs","type":"json","default":"{}","displayOptions":{"show":{"resource":["workflow"],"operation":["dispatch","dispatchAndWait"]}},"description":"JSON object with input parameters for the workflow"},{"displayName":"File Path","name":"filePath","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["file"]},"hide":{"operation":["list"]}},"placeholder":"docs/README.md","description":"The file path of the file. Has to contain the full path."},{"displayName":"Path","name":"filePath","type":"string","default":"","displayOptions":{"show":{"resource":["file"],"operation":["list"]}},"placeholder":"docs/","description":"The path of the folder to list"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["create","edit"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","required":true,"displayOptions":{"show":{"binaryData":[false],"operation":["create","edit"],"resource":["file"]}},"placeholder":"","description":"The text content of the file"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryData":[true],"operation":["create","edit"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be written"},{"displayName":"Commit Message","name":"commitMessage","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}}},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"fixedCollection","default":{},"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}},"options":[{"name":"author","displayName":"Author","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the author of the commit"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email of the author of the commit"}]},{"name":"branch","displayName":"Branch","values":[{"displayName":"Branch","name":"branch","type":"string","default":"","description":"The branch to commit to. If not set the repository’s default branch (usually master) is used."}]},{"name":"committer","displayName":"Committer","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the committer of the commit"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email of the committer of the commit"}]}]},{"displayName":"As Binary Property","name":"asBinaryProperty","type":"boolean","default":true,"displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"description":"Whether to set the data of the file as binary property instead of returning the raw API response"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"asBinaryProperty":[true],"operation":["get"],"resource":["file"]}},"placeholder":"","hint":"The name of the output binary field to put the file in"},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"collection","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"options":[{"displayName":"Reference","name":"reference","type":"string","default":"","placeholder":"master","description":"The name of the commit/branch/tag. Default: the repository’s default branch (usually master)."}]},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"description":"The title of the issue"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"default":"","displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"description":"The body of the issue"},{"displayName":"Labels","name":"labels","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Label"},"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":{"label":""},"options":[{"displayName":"Label","name":"label","type":"string","default":"","description":"Label to add to issue"}]},{"displayName":"Assignees","name":"assignees","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Assignee"},"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":{"assignee":""},"options":[{"displayName":"Assignee","name":"assignee","type":"string","default":"","description":"User to assign issue too"}]},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["createComment"],"resource":["issue"]}},"description":"The number of the issue on which to create the comment on"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"displayOptions":{"show":{"operation":["createComment"],"resource":["issue"]}},"default":"","description":"The body of the comment"},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["edit"],"resource":["issue"]}},"description":"The number of the issue edit"},{"displayName":"Edit Fields","name":"editFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["edit"],"resource":["issue"]}},"default":{},"options":[{"displayName":"Assignees","name":"assignees","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Assignee"},"default":{"assignee":""},"options":[{"displayName":"Assignees","name":"assignee","type":"string","default":"","description":"User to assign issue to"}]},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"default":"","description":"The body of the issue"},{"displayName":"Labels","name":"labels","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Label"},"default":{"label":""},"options":[{"displayName":"Label","name":"label","type":"string","default":"","description":"Label to add to issue"}]},{"displayName":"State","name":"state","type":"options","options":[{"name":"Closed","value":"closed","description":"Set the state to \"closed\""},{"name":"Open","value":"open","description":"Set the state to \"open\""}],"default":"open","description":"The state to set"},{"displayName":"State Reason","name":"state_reason","type":"options","options":[{"name":"Completed","value":"completed","description":"Issue is completed"},{"name":"Not Planned","value":"not_planned","description":"Issue is not planned"},{"name":"Reopened","value":"reopened","description":"Issue is reopened"}],"default":"completed","description":"The reason for the state change"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of the issue"}]},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["issue"]}},"description":"The issue number to get data for"},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["lock"],"resource":["issue"]}},"description":"The issue number to lock"},{"displayName":"Lock Reason","name":"lockReason","type":"options","displayOptions":{"show":{"operation":["lock"],"resource":["issue"]}},"options":[{"name":"Off-Topic","value":"off-topic","description":"The issue is Off-Topic"},{"name":"Too Heated","value":"too heated","description":"The discussion is too heated"},{"name":"Resolved","value":"resolved","description":"The issue got resolved"},{"name":"Spam","value":"spam","description":"The issue is spam"}],"default":"resolved","description":"The reason for locking the issue"},{"displayName":"Tag","name":"releaseTag","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["release"]}},"description":"The tag of the release"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["create"],"resource":["release"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the issue"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"default":"","description":"The body of the release"},{"displayName":"Draft","name":"draft","type":"boolean","default":false,"description":"Whether to create a draft (unpublished) release, \"false\" to create a published one"},{"displayName":"Prerelease","name":"prerelease","type":"boolean","default":false,"description":"Whether to point out that the release is non-production ready"},{"displayName":"Target Commitish","name":"target_commitish","type":"string","default":"","description":"Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch(usually master)."}]},{"displayName":"Release ID","name":"release_id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["release"],"operation":["get","delete","update"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["update"],"resource":["release"]}},"default":{},"options":[{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"default":"","description":"The body of the release"},{"displayName":"Draft","name":"draft","type":"boolean","default":false,"description":"Whether to create a draft (unpublished) release, \"false\" to create a published one"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the release"},{"displayName":"Prerelease","name":"prerelease","type":"boolean","default":false,"description":"Whether to point out that the release is non-production ready"},{"displayName":"Tag Name","name":"tag_name","type":"string","default":"","description":"The name of the tag"},{"displayName":"Target Commitish","name":"target_commitish","type":"string","default":"","description":"Specifies the commitish value that determines where the Git tag is created from. Can be any branch or commit SHA. Unused if the Git tag already exists. Default: the repository's default branch(usually master)."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["release"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["release"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["repository"],"operation":["getIssues"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["repository"],"operation":["getIssues"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"getRepositoryIssuesFilters","type":"collection","typeOptions":{"multipleValueButtonText":"Add Filter"},"displayOptions":{"show":{"operation":["getIssues"],"resource":["repository"]}},"default":{},"options":[{"displayName":"Assignee","name":"assignee","type":"string","default":"","description":"Return only issues which are assigned to a specific user"},{"displayName":"Creator","name":"creator","type":"string","default":"","description":"Return only issues which were created by a specific user"},{"displayName":"Mentioned","name":"mentioned","type":"string","default":"","description":"Return only issues in which a specific user was mentioned"},{"displayName":"Labels","name":"labels","type":"string","default":"","description":"Return only issues with the given labels. Multiple labels can be separated by comma."},{"displayName":"Updated Since","name":"since","type":"dateTime","default":"","description":"Return only issues updated at or after this time"},{"displayName":"State","name":"state","type":"options","options":[{"name":"All","value":"all","description":"Returns issues with any state"},{"name":"Closed","value":"closed","description":"Return issues with \"closed\" state"},{"name":"Open","value":"open","description":"Return issues with \"open\" state"}],"default":"open","description":"The state to set"},{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"Created","value":"created","description":"Sort by created date"},{"name":"Updated","value":"updated","description":"Sort by updated date"},{"name":"Comments","value":"comments","description":"Sort by comments"}],"default":"created","description":"The order the issues should be returned in"},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"asc","description":"Sort in ascending order"},{"name":"Descending","value":"desc","description":"Sort in descending order"}],"default":"desc","description":"The sort order"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["repository"],"operation":["getPullRequests"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["repository"],"operation":["getPullRequests"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return. Maximum value is <a href=\"https://docs.github.com/en/rest/pulls/pulls?apiVersion=2022-11-28#list-pull-requests\">100</a>."},{"displayName":"Filters","name":"getRepositoryPullRequestsFilters","type":"collection","typeOptions":{"multipleValueButtonText":"Add Filter"},"displayOptions":{"show":{"operation":["getPullRequests"],"resource":["repository"]}},"default":{},"options":[{"displayName":"State","name":"state","type":"options","options":[{"name":"All","value":"all","description":"Returns pull requests with any state"},{"name":"Closed","value":"closed","description":"Return pull requests with \"closed\" state"},{"name":"Open","value":"open","description":"Return pull requests with \"open\" state"}],"default":"open","description":"The state to set"},{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"Created","value":"created","description":"Sort by created date"},{"name":"Updated","value":"updated","description":"Sort by updated date"},{"name":"Popularity","value":"popularity","description":"Sort by number of comments"},{"name":"Long-Running","value":"long-running","description":"Sort by date created and will limit the results to pull requests that have been open for more than a month and have had activity within the past month"}],"default":"created","description":"The order the pull requests should be returned in"},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"asc","description":"Sort in ascending order"},{"name":"Descending","value":"desc","description":"Sort in descending order"}],"default":"desc","description":"The sort order"}]},{"displayName":"PR Number","name":"pullRequestNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["get","update"],"resource":["review"]}},"description":"The number of the pull request"},{"displayName":"Review ID","name":"reviewId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get","update"],"resource":["review"]}},"description":"ID of the review"},{"displayName":"PR Number","name":"pullRequestNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["review"]}},"description":"The number of the pull request"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["review"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["review"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"PR Number","name":"pullRequestNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["review"]}},"description":"The number of the pull request to review"},{"displayName":"Event","name":"event","type":"options","displayOptions":{"show":{"operation":["create"],"resource":["review"]}},"options":[{"name":"Approve","value":"approve","description":"Approve the pull request"},{"name":"Request Change","value":"requestChanges","description":"Request code changes"},{"name":"Comment","value":"comment","description":"Add a comment without approval or change requests"},{"name":"Pending","value":"pending","description":"You will need to submit the pull request review when you are ready"}],"default":"approve","description":"The review action you want to perform"},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["review"],"event":["requestChanges","comment"]}},"default":"","description":"The body of the review (required for events Request Changes or Comment)"},{"displayName":"Additional Fields","name":"additionalFields","placeholder":"Add Field","type":"collection","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["review"]}},"options":[{"displayName":"Commit ID","name":"commitId","type":"string","default":"","description":"The SHA of the commit that needs a review, if different from the latest"}]},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"operation":["update"],"resource":["review"]}},"default":"","description":"The body of the review"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getRepositories"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["getRepositories"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Organization","name":"organization","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["invite"],"resource":["user"]}},"description":"The GitHub organization that the user is being invited to"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"operation":["invite"],"resource":["user"]}},"description":"The email address of the invited user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["organization"],"operation":["getRepositories"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["organization"],"operation":["getRepositories"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getUserIssues"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getUserIssues"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"getUserIssuesFilters","type":"collection","typeOptions":{"multipleValueButtonText":"Add Filter"},"displayOptions":{"show":{"operation":["getUserIssues"]}},"default":{},"options":[{"displayName":"Mentioned","name":"mentioned","type":"string","default":"","description":"Return only issues in which a specific user was mentioned"},{"displayName":"Labels","name":"labels","type":"string","default":"","description":"Return only issues with the given labels. Multiple labels can be separated by comma."},{"displayName":"Updated Since","name":"since","type":"dateTime","default":"","description":"Return only issues updated at or after this time"},{"displayName":"State","name":"state","type":"options","options":[{"name":"All","value":"all","description":"Returns issues with any state"},{"name":"Closed","value":"closed","description":"Return issues with \"closed\" state"},{"name":"Open","value":"open","description":"Return issues with \"open\" state"}],"default":"open","description":"The state to set"},{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"Created","value":"created","description":"Sort by created date"},{"name":"Updated","value":"updated","description":"Sort by updated date"},{"name":"Comments","value":"comments","description":"Sort by comments"}],"default":"created","description":"The order the issues should be returned in"},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"asc","description":"Sort in ascending order"},{"name":"Descending","value":"desc","description":"Sort in descending order"}],"default":"desc","description":"The sort order"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.github/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/github/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Github/github.svg","dark":"icons/n8n-nodes-base/dist/nodes/Github/github.dark.svg"}},
{"displayName":"Github Trigger","name":"githubTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"owner\"] + \"/\" + $parameter[\"repository\"] + \": \" + $parameter[\"events\"].join(\", \")}}","description":"Starts the workflow when Github events occur","defaults":{"name":"Github Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"githubApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"githubOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Only members with owner privileges for an organization or admin privileges for a repository can set up the webhooks this node requires.","name":"notice","type":"notice","default":""},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Repository Owner","name":"owner","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Repository Owner","name":"list","type":"list","placeholder":"Select an owner...","typeOptions":{"searchListMethod":"getUsers","searchable":true,"searchFilterRequired":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://github.com/n8n-io","extractValue":{"type":"regex","regex":"https:\\/\\/(?:[^/]+)\\/([-_0-9a-zA-Z]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/([^/]+)\\/([-_0-9a-zA-Z]+)(?:.*)","errorMessage":"Not a valid Github URL"}}]},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. n8n-io","validation":[{"type":"regex","properties":{"regex":"[-_a-zA-Z0-9]+","errorMessage":"Not a valid Github Owner Name"}}],"url":"=https://github.com/{{$value}}"}]},{"displayName":"Repository Name","name":"repository","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Repository Name","name":"list","type":"list","placeholder":"Select an Repository...","typeOptions":{"searchListMethod":"getRepositories","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://github.com/n8n-io/n8n","extractValue":{"type":"regex","regex":"https:\\/\\/(?:[^/]+)\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/([^/]+)\\/(?:[-_0-9a-zA-Z]+)\\/([-_.0-9a-zA-Z]+)(?:.*)","errorMessage":"Not a valid Github Repository URL"}}]},{"displayName":"By Name","name":"name","type":"string","placeholder":"e.g. n8n","validation":[{"type":"regex","properties":{"regex":"[-_.0-9a-zA-Z]+","errorMessage":"Not a valid Github Repository Name"}}],"url":"=https://github.com/{{$parameter[\"owner\"]}}/{{$value}}"}]},{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"*","value":"*","description":"Any time any event is triggered (Wildcard Event)"},{"name":"Check Run","value":"check_run","description":"Triggered when a check run is created, rerequested, completed, or has a requested_action"},{"name":"Check Suite","value":"check_suite","description":"Triggered when a check suite is completed, requested, or rerequested"},{"name":"Commit Comment","value":"commit_comment","description":"Triggered when a commit comment is created"},{"name":"Create","value":"create","description":"Represents a created repository, branch, or tag"},{"name":"Delete","value":"delete","description":"Represents a deleted branch or tag"},{"name":"Deploy Key","value":"deploy_key","description":"Triggered when a deploy key is added or removed from a repository"},{"name":"Deployment","value":"deployment","description":"Represents a deployment"},{"name":"Deployment Status","value":"deployment_status","description":"Represents a deployment status"},{"name":"Fork","value":"fork","description":"Triggered when a user forks a repository"},{"name":"Github App Authorization","value":"github_app_authorization","description":"Triggered when someone revokes their authorization of a GitHub App"},{"name":"Gollum","value":"gollum","description":"Triggered when a Wiki page is created or updated"},{"name":"Installation","value":"installation","description":"Triggered when someone installs (created), uninstalls (deleted), or accepts new permissions (new_permissions_accepted) for a GitHub App. When a GitHub App owner requests new permissions, the person who installed the GitHub App must accept the new permissions request."},{"name":"Installation Repositories","value":"installation_repositories","description":"Triggered when a repository is added or removed from an installation"},{"name":"Issue Comment","value":"issue_comment","description":"Triggered when an issue comment is created, edited, or deleted"},{"name":"Issues","value":"issues","description":"Triggered when an issue is opened, edited, deleted, transferred, pinned, unpinned, closed, reopened, assigned, unassigned, labeled, unlabeled, locked, unlocked, milestoned, or demilestoned"},{"name":"Label","value":"label","description":"Triggered when a repository's label is created, edited, or deleted"},{"name":"Marketplace Purchase","value":"marketplace_purchase","description":"Triggered when someone purchases a GitHub Marketplace plan, cancels their plan, upgrades their plan (effective immediately), downgrades a plan that remains pending until the end of the billing cycle, or cancels a pending plan change"},{"name":"Member","value":"member","description":"Triggered when a user accepts an invitation or is removed as a collaborator to a repository, or has their permissions changed"},{"name":"Membership","value":"membership","description":"Triggered when a user is added or removed from a team. Organization hooks only."},{"name":"Meta","value":"meta","description":"Triggered when the webhook that this event is configured on is deleted"},{"name":"Milestone","value":"milestone","description":"Triggered when a milestone is created, closed, opened, edited, or deleted"},{"name":"Org Block","value":"org_block","description":"Triggered when an organization blocks or unblocks a user. Organization hooks only."},{"name":"Organization","value":"organization","description":"Triggered when an organization is deleted and renamed, and when a user is added, removed, or invited to an organization. Organization hooks only."},{"name":"Page Build","value":"page_build","description":"Triggered on push to a GitHub Pages enabled branch (gh-pages for project pages, master for user and organization pages)"},{"name":"Project","value":"project","description":"Triggered when a project is created, updated, closed, reopened, or deleted"},{"name":"Project Card","value":"project_card","description":"Triggered when a project card is created, edited, moved, converted to an issue, or deleted"},{"name":"Project Column","value":"project_column","description":"Triggered when a project column is created, updated, moved, or deleted"},{"name":"Public","value":"public","description":"Triggered when a private repository is open sourced"},{"name":"Pull Request","value":"pull_request","description":"Triggered when a pull request is assigned, unassigned, labeled, unlabeled, opened, edited, closed, reopened, synchronize, ready_for_review, locked, unlocked, a pull request review is requested, or a review request is removed"},{"name":"Pull Request Review","value":"pull_request_review","description":"Triggered when a pull request review is submitted into a non-pending state, the body is edited, or the review is dismissed"},{"name":"Pull Request Review Comment","value":"pull_request_review_comment","description":"Triggered when a comment on a pull request's unified diff is created, edited, or deleted (in the Files Changed tab)"},{"name":"Push","value":"push","description":"Triggered on a push to a repository branch. Branch pushes and repository tag pushes also trigger webhook push events. This is the default event."},{"name":"Release","value":"release","description":"Triggered when a release is published, unpublished, created, edited, deleted, or prereleased"},{"name":"Repository","value":"repository","description":"Triggered when a repository is created, archived, unarchived, renamed, edited, transferred, made public, or made private. Organization hooks are also triggered when a repository is deleted."},{"name":"Repository Import","value":"repository_import","description":"Triggered when a successful, cancelled, or failed repository import finishes for a GitHub organization or a personal repository"},{"name":"Repository Vulnerability Alert","value":"repository_vulnerability_alert","description":"Triggered when a security alert is created, dismissed, or resolved"},{"name":"Security Advisory","value":"security_advisory","description":"Triggered when a new security advisory is published, updated, or withdrawn"},{"name":"Star","value":"star","description":"Triggered when a star is added or removed from a repository"},{"name":"Status","value":"status","description":"Triggered when the status of a Git commit changes"},{"name":"Team","value":"team","description":"Triggered when an organization's team is created, deleted, edited, added_to_repository, or removed_from_repository. Organization hooks only."},{"name":"Team Add","value":"team_add","description":"Triggered when a repository is added to a team"},{"name":"Watch","value":"watch","description":"Triggered when someone stars a repository"}],"required":true,"default":[],"description":"The events to listen to"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Insecure SSL","name":"insecureSSL","type":"boolean","default":false,"description":"Whether the SSL certificate of the n8n host be verified by GitHub when delivering payloads"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.githubtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/github/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Github/github.svg","dark":"icons/n8n-nodes-base/dist/nodes/Github/github.dark.svg"}},
{"displayName":"GitLab","name":"gitlab","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Retrieve data from GitLab API","defaults":{"name":"GitLab"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"gitlabApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"gitlabOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Issue","value":"issue"},{"name":"Release","value":"release"},{"name":"Repository","value":"repository"},{"name":"User","value":"user"}],"default":"issue"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issue"]}},"options":[{"name":"Create","value":"create","description":"Create a new issue","action":"Create an issue"},{"name":"Create Comment","value":"createComment","description":"Create a new comment on an issue","action":"Create a comment on an issue"},{"name":"Edit","value":"edit","description":"Edit an issue","action":"Edit an issue"},{"name":"Get","value":"get","description":"Get the data of a single issue","action":"Get an issue"},{"name":"Lock","value":"lock","description":"Lock an issue","action":"Lock an issue"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["repository"]}},"options":[{"name":"Get","value":"get","description":"Get the data of a single repository","action":"Get a repository"},{"name":"Get Issues","value":"getIssues","description":"Returns issues of a repository","action":"Get issues of a repository"}],"default":"getIssues"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get Repositories","value":"getRepositories","description":"Returns the repositories of a user","action":"Get a user's repositories"}],"default":"getRepositories"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["release"]}},"options":[{"name":"Create","value":"create","description":"Create a new release","action":"Create a release"},{"name":"Delete","value":"delete","description":"Delete a release","action":"Delete a release"},{"name":"Get","value":"get","description":"Get a release","action":"Get a release"},{"name":"Get Many","value":"getAll","description":"Get many releases","action":"Get many releases"},{"name":"Update","value":"update","description":"Update a release","action":"Update a release"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Create","value":"create","description":"Create a new file in repository","action":"Create a file"},{"name":"Delete","value":"delete","description":"Delete a file in repository","action":"Delete a file"},{"name":"Edit","value":"edit","description":"Edit a file in repository","action":"Edit a file"},{"name":"Get","value":"get","description":"Get the data of a single file","action":"Get a file"},{"name":"List","value":"list","description":"List contents of a folder","action":"List files"}],"default":"create"},{"displayName":"Project Owner","name":"owner","type":"string","default":"","required":true,"placeholder":"n8n-io","description":"User, group or namespace of the project"},{"displayName":"Project Name","name":"repository","type":"string","default":"","required":true,"displayOptions":{"hide":{"resource":["user"],"operation":["getRepositories"]}},"placeholder":"n8n","description":"The name of the project"},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"description":"The title of the issue"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"default":"","displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"description":"The body of the issue"},{"displayName":"Due Date","name":"due_date","type":"dateTime","displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":"","description":"Due Date for issue"},{"displayName":"Labels","name":"labels","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Label"},"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":{"label":""},"options":[{"displayName":"Label","name":"label","type":"string","default":"","description":"Label to add to issue"}]},{"displayName":"Assignees","name":"assignee_ids","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Assignee"},"displayOptions":{"show":{"operation":["create"],"resource":["issue"]}},"default":{"assignee":""},"options":[{"displayName":"Assignee","name":"assignee","type":"number","default":0,"description":"User ID to assign issue to"}]},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["createComment"],"resource":["issue"]}},"description":"The number of the issue on which to create the comment on"},{"displayName":"Body","name":"body","type":"string","typeOptions":{"rows":5},"displayOptions":{"show":{"operation":["createComment"],"resource":["issue"]}},"default":"","description":"The body of the comment"},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["edit"],"resource":["issue"]}},"description":"The number of the issue edit"},{"displayName":"Edit Fields","name":"editFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["edit"],"resource":["issue"]}},"default":{},"options":[{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of the issue"},{"displayName":"Body","name":"description","type":"string","typeOptions":{"rows":5},"default":"","description":"The body of the issue"},{"displayName":"State","name":"state","type":"options","options":[{"name":"Closed","value":"closed","description":"Set the state to \"closed\""},{"name":"Open","value":"open","description":"Set the state to \"open\""}],"default":"open","description":"The state to set"},{"displayName":"Labels","name":"labels","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Label"},"default":{"label":""},"options":[{"displayName":"Label","name":"label","type":"string","default":"","description":"Label to add to issue"}]},{"displayName":"Assignees","name":"assignee_ids","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Assignee"},"default":{"assignee":""},"options":[{"displayName":"Assignees","name":"assignee","type":"string","default":"","description":"User to assign issue too"}]},{"displayName":"Due Date","name":"due_date","type":"dateTime","default":"","description":"Due Date for issue"}]},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["issue"]}},"description":"The number of the issue get data of"},{"displayName":"Issue Number","name":"issueNumber","type":"number","default":0,"required":true,"displayOptions":{"show":{"operation":["lock"],"resource":["issue"]}},"description":"The number of the issue to lock"},{"displayName":"Lock Reason","name":"lockReason","type":"options","displayOptions":{"show":{"operation":["lock"],"resource":["issue"]}},"options":[{"name":"Off-Topic","value":"off-topic","description":"The issue is Off-Topic"},{"name":"Too Heated","value":"too heated","description":"The discussion is too heated"},{"name":"Resolved","value":"resolved","description":"The issue got resolved"},{"name":"Spam","value":"spam","description":"The issue is spam"}],"default":"resolved","description":"The reason to lock the issue"},{"displayName":"Tag","name":"releaseTag","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["release"]}},"description":"The tag of the release"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["create"],"resource":["release"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the release"},{"displayName":"Description","name":"description","type":"string","typeOptions":{"rows":5},"default":"","description":"The description of the release"},{"displayName":"Ref","name":"ref","type":"string","default":"","description":"If Tag doesn’t exist, the release will be created from Ref. It can be a commit SHA, another tag name, or a branch name."}]},{"displayName":"Project ID","name":"projectId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete","get"],"resource":["release"]}},"description":"The ID or URL-encoded path of the project"},{"displayName":"Tag Name","name":"tag_name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete","get"],"resource":["release"]}},"description":"The Git tag the release is associated with"},{"displayName":"Project ID","name":"projectId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["release"]}},"description":"The ID or URL-encoded path of the project"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["release","file","repository"],"operation":["getAll","list","getIssues"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["release","file","repository"],"operation":["getAll","list","getIssues"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":20,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["getAll"],"resource":["release"]}},"default":{},"options":[{"displayName":"Order By","name":"order_by","type":"options","options":[{"name":"Created At","value":"created_at"},{"name":"Released At","value":"released_at"}],"default":"released_at","description":"The field to use as order"},{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"The direction of the order. ."}]},{"displayName":"Project ID","name":"projectId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["release"]}},"description":"The ID or URL-encoded path of the project"},{"displayName":"Tag Name","name":"tag_name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["release"]}},"description":"The Git tag the release is associated with"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","typeOptions":{"multipleValueButtonText":"Add Field"},"displayOptions":{"show":{"operation":["update"],"resource":["release"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The release name"},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the release. You can use Markdown."},{"displayName":"Milestones","name":"milestones","type":"string","default":"","description":"The title of each milestone to associate with the release (provide a titles list spearated with comma)"},{"displayName":"Released At","name":"released_at","type":"dateTime","default":"","description":"The date when the release is/was ready"}]},{"displayName":"Filters","name":"getRepositoryIssuesFilters","type":"collection","typeOptions":{"multipleValueButtonText":"Add Filter"},"displayOptions":{"show":{"operation":["getIssues"],"resource":["repository"]}},"default":{},"options":[{"displayName":"Assignee","name":"assignee_username","type":"string","default":"","description":"Return only issues which are assigned to a specific user"},{"displayName":"Creator","name":"author_username","type":"string","default":"","description":"Return only issues which were created by a specific user"},{"displayName":"Search","name":"search","type":"string","default":"","description":"Search issues against their title and description"},{"displayName":"Labels","name":"labels","type":"string","default":"","description":"Return only issues with the given labels. Multiple lables can be separated by comma."},{"displayName":"Updated After","name":"updated_after","type":"dateTime","default":"","description":"Return only issues updated at or after this time"},{"displayName":"State","name":"state","type":"options","options":[{"name":"All","value":"","description":"Returns issues with any state"},{"name":"Closed","value":"closed","description":"Return issues with \"closed\" state"},{"name":"Open","value":"opened","description":"Return issues with \"open\" state"}],"default":"opened","description":"The state to filter by"},{"displayName":"Sort","name":"order_by","type":"options","options":[{"name":"Created At","value":"created_at","description":"Sort by created date"},{"name":"Updated At","value":"updated_at","description":"Sort by updated date"},{"name":"Priority","value":"priority","description":"Sort by priority"}],"default":"created_at","description":"The order the issues should be returned in"},{"displayName":"Direction","name":"sort","type":"options","options":[{"name":"Ascending","value":"asc","description":"Sort in ascending order"},{"name":"Descending","value":"desc","description":"Sort in descending order"}],"default":"desc","description":"The sort order"}]},{"displayName":"File Path","name":"filePath","type":"string","default":"","displayOptions":{"show":{"resource":["file"]},"hide":{"operation":["list"]}},"placeholder":"docs/README.md","description":"The file path of the file. Has to contain the full path or leave it empty for root folder."},{"displayName":"Path","name":"filePath","type":"string","default":"","displayOptions":{"show":{"resource":["file"],"operation":["list"]}},"placeholder":"docs/","description":"The path of the folder to list"},{"displayName":"Page","name":"page","type":"number","displayOptions":{"show":{"resource":["file"],"operation":["list"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":1,"description":"Page of results to display"},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"collection","default":{},"displayOptions":{"show":{"resource":["file"],"operation":["list"]}},"options":[{"displayName":"Reference","name":"ref","type":"string","default":"","placeholder":"main","description":"The name of the commit/branch/tag. Default: the repository’s default branch (usually main)."},{"displayName":"Recursive","name":"recursive","type":"boolean","default":false,"description":"Whether or not to get a recursive file tree. Default is false."}]},{"displayName":"As Binary Property","name":"asBinaryProperty","type":"boolean","default":true,"displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"description":"Whether to set the data of the file as binary property instead of returning the raw API response"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"asBinaryProperty":[true],"operation":["get"],"resource":["file"]}},"placeholder":"","hint":"The name of the output binary field to put the file in"},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"collection","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"options":[{"displayName":"Reference","name":"reference","type":"string","default":"","placeholder":"main","description":"The name of the commit/branch/tag. Default: the repository’s default branch (usually main)."}]},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["create","edit"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","required":true,"displayOptions":{"show":{"binaryData":[false],"operation":["create","edit"],"resource":["file"]}},"placeholder":"","description":"The text content of the file"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryData":[true],"operation":["create","edit"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be written"},{"displayName":"Commit Message","name":"commitMessage","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}}},{"displayName":"Branch","name":"branch","type":"string","default":"","description":"Name of the new branch to create. The commit is added to this branch.","required":true,"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}}},{"displayName":"Additional Parameters","name":"additionalParameters","placeholder":"Add Parameter","description":"Additional fields to add","type":"fixedCollection","default":{},"displayOptions":{"show":{"operation":["create","delete","edit"],"resource":["file"]}},"options":[{"displayName":"Start Branch","name":"branchStart","values":[{"displayName":"Start Branch","name":"branchStart","type":"string","default":"","description":"Name of the base branch to create the new branch from"}]},{"name":"author","displayName":"Author","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the author of the commit"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email of the author of the commit"}]},{"name":"encoding","displayName":"Encoding","values":[{"displayName":"Encoding","name":"encoding","type":"string","default":"text","description":"Change encoding to base64. Default is text."}]}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gitlab/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/gitlab/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gitlab/gitlab.svg"},
{"displayName":"GitLab Trigger","name":"gitlabTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"owner\"] + \"/\" + $parameter[\"repository\"] + \": \" + $parameter[\"events\"].join(\", \")}}","description":"Starts the workflow when GitLab events occur","defaults":{"name":"GitLab Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"gitlabApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"gitlabOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Repository Owner","name":"owner","type":"string","default":"","required":true,"placeholder":"n8n-io","description":"Owner of the repository"},{"displayName":"Repository Name","name":"repository","type":"string","default":"","required":true,"placeholder":"n8n","description":"The name of the repository"},{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"Comment","value":"note","description":"Triggered when a new comment is made on commits, merge requests, issues, and code snippets"},{"name":"Confidential Issues","value":"confidential_issues","description":"Triggered on confidential issues' events"},{"name":"Confidential Comments","value":"confidential_note","description":"Triggered when a confidential comment is made"},{"name":"Deployments","value":"deployment","description":"Triggered when a deployment starts/succeeds/fails/is cancelled"},{"name":"Issue","value":"issues","description":"Triggered when a new issue is created or an existing issue was updated/closed/reopened"},{"name":"Job","value":"job","description":"Triggered on status change of a job"},{"name":"Merge Request","value":"merge_requests","description":"Triggered when a new merge request is created, an existing merge request was updated/merged/closed or a commit is added in the source branch"},{"name":"Pipeline","value":"pipeline","description":"Triggered on status change of Pipeline"},{"name":"Push","value":"push","description":"Triggered when you push to the repository except when pushing tags"},{"name":"Release","value":"releases","description":"Release events are triggered when a release is created or updated"},{"name":"Tag","value":"tag_push","description":"Triggered when you create (or delete) tags to the repository"},{"name":"Wiki Page","value":"wiki_page","description":"Triggered when a wiki page is created, updated or deleted"},{"name":"*","value":"*","description":"Any time any event is triggered (Wildcard Event)"}],"required":true,"default":[],"description":"The events to listen to"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.gitlabtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/gitlab/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gitlab/gitlab.svg"},
{"displayName":"Gong","name":"gong","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Interact with Gong API","defaults":{"name":"Gong"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"gongApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"gongOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"requestDefaults":{"baseURL":"={{ $credentials.baseUrl.replace(new RegExp(\"/$\"), \"\") }}"},"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Call","value":"call"},{"name":"User","value":"user"}],"default":"call"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["call"]}},"options":[{"name":"Get","value":"get","description":"Retrieve data for a specific call","routing":{"request":{"method":"POST","url":"/v2/calls/extensive","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}},"action":"Get call"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of calls","routing":{"request":{"method":"POST","url":"/v2/calls/extensive","body":{"filter":{}},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}},"action":"Get many calls"}],"default":"getAll"},{"displayName":"Call to Get","name":"call","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["call"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getCalls","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 7782342274025937895","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,20}","errorMessage":"Not a valid Gong Call ID"}}]},{"displayName":"By URL","name":"url","extractValue":{"type":"regex","regex":"https:\\/\\/[a-zA-Z0-9-]+\\.app\\.gong\\.io\\/call\\?id=([0-9]{1,20})"},"placeholder":"e.g. https://subdomain.app.gong.io/call?id=7782342274025937895","type":"string","validation":[{"type":"regex","properties":{"regex":"https:\\/\\/[a-zA-Z0-9-]+\\.app\\.gong\\.io\\/call\\?id=([0-9]{1,20})","errorMessage":"Not a valid Gong URL"}}]}],"required":true,"routing":{"send":{"type":"body","property":"filter.callIds","propertyInDotNotation":true,"value":"={{ [$value] }}"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"calls"}}]}},"type":"resourceLocator"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["call"],"operation":["get"]}},"options":[{"displayName":"Call Data to Include","name":"properties","type":"multiOptions","default":[],"description":"The Call properties to include in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","options":[{"name":"Action Items","value":"pointsOfInterest","description":"Call points of interest"},{"name":"Audio and Video URLs","value":"media","description":"Audio and video URL of the call. The URLs will be available for 8 hours."},{"name":"Brief","value":"brief","description":"Spotlight call brief","routing":{"send":{"type":"body","property":"contentSelector.exposedFields.content.brief","propertyInDotNotation":true,"value":"={{ $value }}"}}},{"name":"Comments","value":"publicComments","description":"Public comments made for this call"},{"name":"Highlights","value":"highlights","description":"Call highlights"},{"name":"Keypoints","value":"keyPoints","description":"Key points of the call"},{"name":"Outcome","value":"callOutcome","description":"Outcome of the call"},{"name":"Outline","value":"outline","description":"Call outline"},{"name":"Participants","value":"parties","description":"Information about the participants of the call"},{"name":"Structure","value":"structure","description":"Call agenda"},{"name":"Topics","value":"topics","description":"Duration of call topics"},{"name":"Trackers","value":"trackers","description":"Smart tracker and keyword tracker information for the call"},{"name":"Transcript","value":"transcript","description":"Information about the participants"}],"routing":{"send":{"preSend":[null]},"output":{"postReceive":[null]}}}],"placeholder":"Add Option","type":"collection"},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["call"],"operation":["getAll"]}},"routing":{"send":{"paginate":"={{ $value }}"},"operations":{}},"type":"boolean"},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"resource":["call"],"operation":["getAll"],"returnAll":[false]}},"routing":{"output":{"postReceive":[null,{"type":"limit","properties":{"maxResults":"={{ $value }}"}}]}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Filters","name":"filters","default":{},"displayOptions":{"show":{"resource":["call"],"operation":["getAll"]}},"options":[{"displayName":"After","name":"fromDateTime","default":"","description":"Returns calls that started on or after the specified date and time. If not provided, list starts with earliest call. For web-conference calls recorded by Gong, the date denotes its scheduled time, otherwise, it denotes its actual start time.","placeholder":"e.g. 2018-02-18T02:30:00-07:00 or 2018-02-18T08:00:00Z","routing":{"send":{"type":"body","property":"filter.fromDateTime","propertyInDotNotation":true,"value":"={{ new Date($value).toISOString() }}"}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Before","name":"toDateTime","default":"","description":"Returns calls that started up to but excluding specified date and time. If not provided, list ends with most recent call. For web-conference calls recorded by Gong, the date denotes its scheduled time, otherwise, it denotes its actual start time.","placeholder":"e.g. 2018-02-18T02:30:00-07:00 or 2018-02-18T08:00:00Z","routing":{"send":{"type":"body","property":"filter.toDateTime","propertyInDotNotation":true,"value":"={{ new Date($value).toISOString() }}"}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Workspace ID","name":"workspaceId","default":"","description":"Return only the calls belonging to this workspace","placeholder":"e.g. 623457276584334","routing":{"send":{"type":"body","property":"filter.workspaceId","propertyInDotNotation":true,"value":"={{ $value }}"}},"type":"string","validateType":"number"},{"displayName":"Call IDs","name":"callIds","default":"","description":"List of calls IDs to be filtered","hint":"Comma separated list of IDs, array of strings can be set in expression","routing":{"send":{"preSend":[null]}},"placeholder":"e.g. 7782342274025937895","type":"string"},{"displayName":"Organizer","name":"primaryUserIds","default":{"mode":"list","value":""},"description":"Return only the calls hosted by the specified user","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 7782342274025937895","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,20}","errorMessage":"Not a valid Gong User ID"}}]}],"routing":{"send":{"type":"body","property":"filter.primaryUserIds","propertyInDotNotation":true,"value":"={{ [$value] }}"}},"type":"resourceLocator"}],"placeholder":"Add Filter","type":"collection"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["call"],"operation":["getAll"]}},"options":[{"displayName":"Call Data to Include","name":"properties","type":"multiOptions","default":[],"description":"The Call properties to include in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","options":[{"name":"Participants","value":"parties","description":"Information about the participants of the call"},{"name":"Topics","value":"topics","description":"Information about the topics of the call"}],"routing":{"send":{"preSend":[null]}}}],"placeholder":"Add Option","type":"collection"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get","value":"get","description":"Retrieve data for a specific user","action":"Get user","routing":{"request":{"method":"POST","url":"/v2/users/extensive","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}},{"name":"Get Many","value":"getAll","description":"Retrieve a list of users","action":"Get many users","routing":{"request":{"method":"POST","url":"/v2/users/extensive","body":{"filter":{}},"ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}}],"default":"get"},{"displayName":"User to Get","name":"user","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 7782342274025937895","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,20}","errorMessage":"Not a valid Gong User ID"}}]}],"routing":{"send":{"type":"body","property":"filter.userIds","propertyInDotNotation":true,"value":"={{ [$value] }}"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"users"}}]}},"type":"resourceLocator"},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"routing":{"send":{"paginate":"={{ $value }}"},"operations":{}},"type":"boolean","validateType":"boolean"},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"routing":{"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"users"}},{"type":"limit","properties":{"maxResults":"={{ $value }}"}}]}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Filters","name":"filters","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"displayName":"Created After","name":"createdFromDateTime","default":"","description":"An optional user creation time lower limit, if supplied the API will return only the users created at or after this time","placeholder":"e.g. 2018-02-18T02:30:00-07:00 or 2018-02-18T08:00:00Z","routing":{"send":{"type":"body","property":"filter.createdFromDateTime","propertyInDotNotation":true,"value":"={{ new Date($value).toISOString() }}"}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Created Before","name":"createdToDateTime","default":"","description":"An optional user creation time upper limit, if supplied the API will return only the users created before this time","placeholder":"e.g. 2018-02-18T02:30:00-07:00 or 2018-02-18T08:00:00Z","routing":{"send":{"type":"body","property":"filter.createdToDateTime","propertyInDotNotation":true,"value":"={{ new Date($value).toISOString() }}"}},"type":"dateTime","validateType":"dateTime"},{"displayName":"User IDs","name":"userIds","default":"","description":"Set of Gong's unique numeric identifiers for the users (up to 20 digits)","hint":"Comma separated list of IDs, array of strings can be set in expression","routing":{"send":{"preSend":[null]}},"placeholder":"e.g. 7782342274025937895","type":"string"}],"placeholder":"Add Filter","type":"collection"},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development","Developer Tools"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gong/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gong/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gong/gong.svg"},
{"displayName":"Google Ads","name":"googleAds","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Ads API","schemaPath":"Google/Ads","defaults":{"name":"Google Ads"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAdsOAuth2Api","required":true,"testedBy":{"request":{"method":"GET","url":"/v20/customers:listAccessibleCustomers"}}}],"requestDefaults":{"returnFullResponse":true,"baseURL":"https://googleads.googleapis.com","headers":{"developer-token":"={{$credentials.developerToken}}"}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Campaign","value":"campaign"}],"default":"campaign"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["campaign"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many campaigns linked to the specified account","routing":{"request":{"method":"POST","url":"={{\"/v20/customers/\" + $parameter[\"clientCustomerId\"].toString().replace(/-/g, \"\")  + \"/googleAds:search\"}}","body":{"query":"={{ \"select campaign.id, campaign.name, campaign_budget.amount_micros, campaign_budget.period,campaign.status,campaign.optimization_score,campaign.advertising_channel_type,campaign.advertising_channel_sub_type,metrics.impressions,metrics.interactions,metrics.interaction_rate,metrics.average_cost,metrics.cost_micros,metrics.conversions,metrics.cost_per_conversion,metrics.conversions_from_interactions_rate,metrics.video_views,metrics.average_cpm,metrics.ctr from campaign where campaign.id > 0 \" + ([\"allTime\", undefined, \"\"].includes($parameter.additionalOptions?.dateRange) ? \"\" : \" and segments.date DURING \" + $parameter.additionalOptions.dateRange) + \" \" + ([\"all\", undefined, \"\"].includes($parameter.additionalOptions?.campaignStatus) ? \"\" : \" and campaign.status = '\" + $parameter.additionalOptions.campaignStatus + \"'\") + \"\" }}"},"headers":{"login-customer-id":"={{$parameter[\"managerCustomerId\"].toString().replace(/-/g, \"\")}}"}},"output":{"postReceive":[null]}},"action":"Get many campaigns"},{"name":"Get","value":"get","description":"Get a specific campaign","routing":{"request":{"method":"POST","url":"={{\"/v20/customers/\" + $parameter[\"clientCustomerId\"].toString().replace(/-/g, \"\") + \"/googleAds:search\"}}","returnFullResponse":true,"body":{"query":"={{ \"select campaign.id, campaign.name, campaign_budget.amount_micros, campaign_budget.period,campaign.status,campaign.optimization_score,campaign.advertising_channel_type,campaign.advertising_channel_sub_type,metrics.impressions,metrics.interactions,metrics.interaction_rate,metrics.average_cost,metrics.cost_micros,metrics.conversions,metrics.cost_per_conversion,metrics.conversions_from_interactions_rate,metrics.video_views,metrics.average_cpm,metrics.ctr from campaign where campaign.id = \" + $parameter[\"campaignId\"].toString().replace(/-/g, \"\")}}"},"headers":{"login-customer-id":"={{$parameter[\"managerCustomerId\"].toString().replace(/-/g, \"\")}}"}},"output":{"postReceive":[null]}},"action":"Get a campaign"}],"default":"getAll"},{"displayName":"Divide field names expressed with <i>micros</i> by 1,000,000 to get the actual value","name":"campaigsNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["campaign"]}}},{"displayName":"Manager Customer ID","name":"managerCustomerId","type":"string","required":true,"placeholder":"9998887777","displayOptions":{"show":{"resource":["campaign"]}},"default":""},{"displayName":"Client Customer ID","name":"clientCustomerId","type":"string","required":true,"placeholder":"6665554444","displayOptions":{"show":{"resource":["campaign"]}},"default":""},{"displayName":"Campaign ID","name":"campaignId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["campaign"]}},"default":"","description":"ID of the campaign"},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","displayOptions":{"show":{"resource":["campaign"],"operation":["getAll"]}},"default":{},"description":"Additional options for fetching campaigns","placeholder":"Add option","options":[{"displayName":"Date Range","name":"dateRange","description":"Filters statistics by period","type":"options","options":[{"name":"All Time","value":"allTime","description":"Fetch statistics for all period"},{"name":"Today","value":"TODAY","description":"Today only"},{"name":"Yesterday","value":"YESTERDAY","description":"Yesterday only"},{"name":"Last 7 Days","value":"LAST_7_DAYS","description":"Last 7 days, not including today"},{"name":"Last Business Week","value":"LAST_BUSINESS_WEEK","description":"The 5 day business week, Monday through Friday, of the previous business week"},{"name":"This Month","value":"THIS_MONTH","description":"All days in the current month"},{"name":"Last Month","value":"LAST_MONTH","description":"All days in the previous month"},{"name":"Last 14 Days","value":"LAST_14_DAYS","description":"The last 14 days not including today"},{"name":"Last 30 Days","value":"LAST_30_DAYS","description":"The last 30 days not including today"}],"default":"allTime"},{"displayName":"Show Campaigns by Status","name":"campaignStatus","description":"Filters campaigns by status","type":"options","options":[{"name":"All","value":"all","description":"Fetch all campaigns regardless of status"},{"name":"Enabled","value":"ENABLED","description":"Filter only active campaigns"},{"name":"Paused","value":"PAUSED","description":"Filter only paused campaigns"},{"name":"Removed","value":"REMOVED","description":"Filter only removed campaigns"}],"default":"all"}]},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleads/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Ads/googleAds.svg"},
{"displayName":"Google Analytics","name":"googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"schemaPath":"Google/Analytics","version":2,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"Property Type","name":"propertyType","type":"options","noDataExpression":true,"description":"Google Analytics 4 is the latest version. Universal Analytics is an older version that is not fully functional after the end of June 2023.","options":[{"name":"Google Analytics 4","value":"ga4"},{"name":"Universal Analytics","value":"universal"}],"default":"ga4","displayOptions":{"show":{"resource":["report"],"operation":["get"]}}},{"displayName":"Property","name":"propertyId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The Property of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a property...","typeOptions":{"searchListMethod":"searchProperties","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics\\.google\\.com\\/analytics.*\\/p([0-9]{1,})(?:\\/.*|)"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics Property ID"}}],"url":"=https://analytics.google.com/analytics/web/#/p{{$value}}/"}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2026-04-02T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2026-04-09T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"dateRange":["custom"],"propertyType":["ga4"]}}},{"displayName":"Metrics","name":"metricsGA4","type":"fixedCollection","default":{"metricValues":[{"listName":"totalUsers"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Metric","description":"The quantitative measurements of a report. For example, the metric eventCount is the total number of events. Requests are allowed up to 10 metrics.","options":[{"displayName":"Values","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","description":"A mathematical expression for derived metrics. For example, the metric Event count per user is eventCount/totalUsers.","placeholder":"e.g. eventCount/totalUsers","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Invisible","name":"invisible","type":"boolean","default":false,"displayOptions":{"show":{"listName":["custom"]}},"description":"Whether a metric is invisible in the report response. If a metric is invisible, the metric will not produce a column in the response, but can be used in metricFilter, orderBys, or a metric expression."}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Dimensions to split by","name":"dimensionsGA4","type":"fixedCollection","default":{"dimensionValues":[{"listName":"date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension city indicates the city from which an event originates. Dimension values in report responses are strings; for example, the city could be \"Paris\" or \"New York\". Requests are allowed up to 9 dimensions.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["ga4"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["ga4"]}},"options":[{"displayName":"Currency Code","name":"currencyCode","type":"string","default":"","description":"A currency code in ISO4217 format, such as \"AED\", \"USD\", \"JPY\". If the field is empty, the report uses the property's default currency."},{"displayName":"Dimensions Filters","name":"dimensionFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"String Filter","name":"stringFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true},{"displayName":"Match Type","name":"matchType","type":"options","default":"EXACT","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Contains Value","value":"CONTAINS"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Exact Match","value":"EXACT"},{"name":"Full Match for the Regular Expression","value":"FULL_REGEXP"},{"name":"Partial Match for the Regular Expression","value":"PARTIAL_REGEXP"}]}]},{"displayName":"In List Filter","name":"inListFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Values","name":"values","type":"string","default":"","hint":"Comma separated list of values. Must be non-empty."},{"displayName":"Case Sensitive","name":"caseSensitive","type":"boolean","default":true}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"date","options":[{"name":"Browser","value":"browser"},{"name":"Campaign","value":"campaignName"},{"name":"City","value":"city"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Device Category","value":"deviceCategory"},{"name":"Item Name","value":"itemName"},{"name":"Language","value":"language"},{"name":"Page Location","value":"pageLocation"},{"name":"Source / Medium","value":"sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"date","description":"The name of the dimension. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Metric Aggregation","name":"metricAggregations","type":"multiOptions","default":[],"options":[{"name":"MAXIMUM","value":"MAXIMUM"},{"name":"MINIMUM","value":"MINIMUM"},{"name":"TOTAL","value":"TOTAL"}],"displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Metrics Filters","name":"metricsFiltersUI","type":"fixedCollection","default":{},"placeholder":"Add Filter","options":[{"displayName":"Filter Expressions","name":"filterExpressions","values":[{"displayName":"Filter Expression Type","name":"filterExpressionType","type":"options","default":"andGroup","options":[{"name":"And Group","value":"andGroup"},{"name":"Or Group","value":"orGroup"}]},{"displayName":"Expression","name":"expression","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Expression","options":[{"displayName":"Between Filter","name":"betweenFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"From Value","name":"fromValue","type":"string","default":""},{"displayName":"To Value","name":"toValue","type":"string","default":""}]},{"displayName":"Numeric Filter","name":"numericFilter","values":[{"displayName":"Metric","name":"listName","type":"options","default":"totalUsers","options":[{"name":"1 Day Active Users","value":"active1DayUsers"},{"name":"28 Day Active Users","value":"active28DayUsers"},{"name":"7 Day Active Users","value":"active7DayUsers"},{"name":"Checkouts","value":"checkouts"},{"name":"Events","value":"eventCount"},{"name":"Page Views","value":"screenPageViews"},{"name":"Session Duration","value":"userEngagementDuration"},{"name":"Sessions","value":"sessions"},{"name":"Sessions per User","value":"sessionsPerUser"},{"name":"Total Users","value":"totalUsers"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"totalUsers","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Value Type","name":"valueType","type":"options","default":"doubleValue","options":[{"name":"Double Value","value":"doubleValue"},{"name":"Integer Value","value":"int64Value"}]},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"EQUAL","options":[{"name":"Equal","value":"EQUAL"},{"name":"Greater Than","value":"GREATER_THAN"},{"name":"Greater than or Equal","value":"GREATER_THAN_OR_EQUAL"},{"name":"Less Than","value":"LESS_THAN"},{"name":"Less than or Equal","value":"LESS_THAN_OR_EQUAL"}]}]}]}]}]},{"displayName":"Keep Empty Rows","name":"keepEmptyRows","type":"boolean","default":false,"description":"Whether false or unspecified, each row with all metrics equal to 0 will not be returned. If true, these rows will be returned if they are not separately removed by a filter."},{"displayName":"Order By","name":"orderByUI","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Order","description":"Specifies how rows are ordered in the response","options":[{"displayName":"Metric Order By","name":"metricOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Metric Name or ID","name":"metricName","type":"options","typeOptions":{"loadOptionsMethod":"getMetricsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Dimmension Order By","name":"dimmensionOrderBy","values":[{"displayName":"Descending","name":"desc","type":"boolean","default":false,"description":"Whether true, sorts by descending order"},{"displayName":"Dimmension Name or ID","name":"dimensionName","type":"options","typeOptions":{"loadOptionsMethod":"getDimensionsGA4","loadOptionsDependsOn":["propertyId.value"]},"default":"","description":"Sorts by metric values. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Order Type","name":"orderType","type":"options","default":"ORDER_TYPE_UNSPECIFIED","options":[{"name":"Alphanumeric","value":"ALPHANUMERIC","description":"Alphanumeric sort by Unicode code point"},{"name":"Case Insensitive Alphanumeric","value":"CASE_INSENSITIVE_ALPHANUMERIC","description":"Case insensitive alphanumeric sort by lower case Unicode code point"},{"name":"Numeric","value":"NUMERIC","description":"Dimension values are converted to numbers before sorting"},{"name":"Unspecified","value":"ORDER_TYPE_UNSPECIFIED"}]}]}]},{"displayName":"Return Property Quota","name":"returnPropertyQuota","type":"boolean","default":false,"description":"Whether to return the current state of this Analytics Property's quota. Quota is returned in PropertyQuota.","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"View","name":"viewId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The View of Google Analytics","hint":"If this doesn't work, try changing the 'Property Type' field above","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a view...","typeOptions":{"searchListMethod":"searchViews","searchFilterRequired":false,"searchable":false}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://analytics.google.com/analytics/...","validation":[{"type":"regex","properties":{"regex":".*analytics.google.com/analytics.*p[0-9]{1,}.*","errorMessage":"Not a valid Google Analytics URL"}}],"extractValue":{"type":"regex","regex":".*analytics.google.com/analytics.*p([0-9]{1,})"}},{"displayName":"By ID","name":"id","type":"string","placeholder":"123456","validation":[{"type":"regex","properties":{"regex":"[0-9]{1,}","errorMessage":"Not a valid Google Analytics View ID"}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Date Range","name":"dateRange","type":"options","required":true,"options":[{"name":"Last 7 Days","value":"last7days"},{"name":"Last 30 Days","value":"last30days"},{"name":"Today","value":"today"},{"name":"Yesterday","value":"yesterday"},{"name":"Last Complete Calendar Week","value":"lastCalendarWeek"},{"name":"Last Complete Calendar Month","value":"lastCalendarMonth"},{"name":"Custom","value":"custom"}],"default":"last7days","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Start","name":"startDate","type":"dateTime","required":true,"default":"2026-04-02T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"End","name":"endDate","type":"dateTime","required":true,"default":"2026-04-09T00:00:00.000+00:00","displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"],"dateRange":["custom"]}}},{"displayName":"Metrics","name":"metricsUA","type":"fixedCollection","default":{"metricValues":[{"listName":"ga:users"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add metric","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Metric","name":"listName","type":"options","default":"ga:users","options":[{"name":"Checkouts","value":"ga:productCheckouts"},{"name":"Events","value":"ga:totalEvents"},{"name":"Page Views","value":"ga:pageviews"},{"name":"Session Duration","value":"ga:sessionDuration"},{"name":"Sessions","value":"ga:sessions"},{"name":"Sessions per User","value":"ga:sessionsPerUser"},{"name":"Total Users","value":"ga:users"},{"name":"Other metrics…","value":"other"},{"name":"Custom metric…","value":"custom"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getMetrics","loadOptionsDependsOn":["viewId.value"]},"default":"ga:users","hint":"If expression is specified, name can be any string that you would like","description":"The name of the metric. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Name","name":"name","type":"string","default":"custom_metric","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Expression","name":"expression","type":"string","default":"","placeholder":"e.g. ga:totalRefunds/ga:users","description":"Learn more about Google Analytics <a href=\"https://developers.google.com/analytics/devguides/reporting/core/v4/rest/v4/reports/batchGet#Metric\">metric expressions</a>","displayOptions":{"show":{"listName":["custom"]}}},{"displayName":"Formatting Type","name":"formattingType","type":"options","default":"INTEGER","description":"Specifies how the metric expression should be formatted","options":[{"name":"Currency","value":"CURRENCY"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INTEGER"},{"name":"Percent","value":"PERCENT"},{"name":"Time","value":"TIME"}],"displayOptions":{"show":{"listName":["custom"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Dimensions to split by","name":"dimensionsUA","type":"fixedCollection","default":{"dimensionValues":[{"listName":"ga:date"}]},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension ga:city indicates the city, for example, \"Paris\" or \"New York\", from which a session originates.","options":[{"displayName":"Values","name":"dimensionValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}}]}],"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify Output","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"],"propertyType":["universal"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"],"propertyType":["universal"]}},"options":[{"displayName":"Dimension Filters","name":"dimensionFiltersUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension Filter","description":"Dimension Filters in the request","options":[{"displayName":"Filters","name":"filterValues","values":[{"displayName":"Dimension","name":"listName","type":"options","default":"ga:date","options":[{"name":"Browser","value":"ga:browser"},{"name":"Campaign","value":"ga:campaign"},{"name":"City","value":"ga:city"},{"name":"Country","value":"ga:country"},{"name":"Date","value":"ga:date"},{"name":"Device Category","value":"ga:deviceCategory"},{"name":"Item Name","value":"ga:productName"},{"name":"Language","value":"ga:language"},{"name":"Page","value":"ga:pagePath"},{"name":"Source / Medium","value":"ga:sourceMedium"},{"name":"Other dimensions…","value":"other"}]},{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions","loadOptionsDependsOn":["viewId.value"]},"default":"ga:date","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"listName":["other"]}}},{"displayName":"Operator","name":"operator","type":"options","default":"EXACT","description":"Operator to use in combination with value","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Equals (Number)","value":"NUMERIC_EQUAL"},{"name":"Exactly Matches","value":"EXACT"},{"name":"Greater Than (Number)","value":"NUMERIC_GREATER_THAN"},{"name":"Less Than (Number)","value":"NUMERIC_LESS_THAN"},{"name":"Partly Matches","value":"PARTIAL"},{"name":"Regular Expression","value":"REGEXP"}]},{"displayName":"Value","name":"expressions","type":"string","default":"","placeholder":"","description":"String or <a href=\"https://support.google.com/analytics/answer/1034324?hl=en\">regular expression</a> to match against"}]}]},{"displayName":"Hide Totals","name":"hideTotals","type":"boolean","default":false,"description":"Whether to hide the total of all metrics for all the matching rows, for every date range","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Hide Value Ranges","name":"hideValueRanges","type":"boolean","default":false,"description":"Whether to hide the minimum and maximum across all matching rows","displayOptions":{"show":{"/simple":[false]}}},{"displayName":"Include Empty Rows","name":"includeEmptyRows","type":"boolean","default":false,"description":"Whether the response exclude rows if all the retrieved metrics are equal to zero"},{"displayName":"Use Resource Quotas","name":"useResourceQuotas","type":"boolean","default":false,"description":"Whether to enable resource based quotas","displayOptions":{"show":{"/simple":[false]}}}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userActivity"]}},"options":[{"name":"Search","value":"search","description":"Return user activity data","action":"Search user activity data"}],"default":"search"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"The view from Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","hint":"If there's nothing here, try changing the 'Property type' field above"},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"ID of a user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"options":[{"displayName":"Activity Types","name":"activityTypes","type":"multiOptions","options":[{"name":"Ecommerce","value":"ECOMMERCE"},{"name":"Event","value":"EVENT"},{"name":"Goal","value":"GOAL"},{"name":"Pageview","value":"PAGEVIEW"},{"name":"Screenview","value":"SCREENVIEW"}],"description":"Type of activites requested","default":[]}]}],"usableAsTool":true,"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg","codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleanalytics/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
{"displayName":"Google Analytics","name":"googleAnalytics","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Analytics API","defaultVersion":2,"schemaPath":"Google/Analytics","version":1,"defaults":{"name":"Google Analytics"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleAnalyticsOAuth2","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Report","value":"report"},{"name":"User Activity","value":"userActivity"}],"default":"report"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Return the analytics data","action":"Get a report"}],"default":"get"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"placeholder":"123456","description":"The View ID of Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["report"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":1000,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["report"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"options":[{"displayName":"Date Ranges","name":"dateRangesUi","placeholder":"Add Date Range","type":"fixedCollection","default":{},"description":"Date ranges in the request","options":[{"displayName":"Date Range","name":"dateRanges","values":[{"displayName":"Start Date","name":"startDate","type":"dateTime","default":""},{"displayName":"End Date","name":"endDate","type":"dateTime","default":""}]}]},{"displayName":"Dimensions","name":"dimensionUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension","description":"Dimensions are attributes of your data. For example, the dimension ga:city indicates the city, for example, \"Paris\" or \"New York\", from which a session originates.","options":[{"displayName":"Dimension","name":"dimensionValues","values":[{"displayName":"Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions"},"default":"","description":"Name of the dimension to fetch, for example ga:browser. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}]},{"displayName":"Dimension Filters","name":"dimensionFiltersUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Dimension Filter","description":"Dimension Filters in the request","options":[{"displayName":"Filters","name":"filterValues","values":[{"displayName":"Dimension Name or ID","name":"dimensionName","type":"options","typeOptions":{"loadOptionsMethod":"getDimensions"},"default":"","description":"Name of the dimension to filter by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Operator","name":"operator","type":"options","default":"EXACT","description":"Operator to use in combination with value","options":[{"name":"Begins With","value":"BEGINS_WITH"},{"name":"Ends With","value":"ENDS_WITH"},{"name":"Equal (Number)","value":"NUMERIC_EQUAL"},{"name":"Exact","value":"EXACT"},{"name":"Greater Than (Number)","value":"NUMERIC_GREATER_THAN"},{"name":"Less Than (Number)","value":"NUMERIC_LESS_THAN"},{"name":"Partial","value":"PARTIAL"},{"name":"Regular Expression","value":"REGEXP"}]},{"displayName":"Value","name":"expressions","type":"string","default":"","placeholder":"ga:newUsers","description":"String or <a href=\"https://support.google.com/analytics/answer/1034324?hl=en\">regular expression</a> to match against"}]}]},{"displayName":"Hide Totals","name":"hideTotals","type":"boolean","default":false,"description":"Whether to hide the total of all metrics for all the matching rows, for every date range"},{"displayName":"Hide Value Ranges","name":"hideValueRanges","type":"boolean","default":false,"description":"Whether to hide the minimum and maximum across all matching rows"},{"displayName":"Include Empty Rows","name":"includeEmptyRows","type":"boolean","default":false,"description":"Whether the response exclude rows if all the retrieved metrics are equal to zero"},{"displayName":"Metrics","name":"metricsUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Metrics","description":"Metrics in the request","options":[{"displayName":"Metric","name":"metricValues","values":[{"displayName":"Alias","name":"alias","type":"string","default":"","description":"An alias for the metric expression is an alternate name for the expression. The alias can be used for filtering and sorting."},{"displayName":"Expression","name":"expression","type":"string","default":"ga:newUsers","description":"<p>A metric expression in the request. An expression is constructed from one or more metrics and numbers.</p><p>Accepted operators include: Plus (+), Minus (-), Negation (Unary -), Divided by (/), Multiplied by (*), Parenthesis, Positive cardinal numbers (0-9), can include decimals and is limited to 1024 characters.</p><p>Example ga:totalRefunds/ga:users, in most cases the metric expression is just a single metric name like ga:users.</p><p>Adding mixed MetricType (E.g., CURRENCY + PERCENTAGE) metrics will result in unexpected results.</p>."},{"displayName":"Formatting Type","name":"formattingType","type":"options","default":"INTEGER","description":"Specifies how the metric expression should be formatted","options":[{"name":"Currency","value":"CURRENCY"},{"name":"Float","value":"FLOAT"},{"name":"Integer","value":"INTEGER"},{"name":"Percent","value":"PERCENT"},{"name":"Time","value":"TIME"}]}]}]},{"displayName":"Use Resource Quotas","name":"useResourceQuotas","type":"boolean","default":false,"description":"Whether to enable resource based quotas"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userActivity"]}},"options":[{"name":"Search","value":"search","description":"Return user activity data","action":"Search user activity data"}],"default":"search"},{"displayName":"View Name or ID","name":"viewId","type":"options","typeOptions":{"loadOptionsMethod":"getViews"},"default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"The View ID of Google Analytics. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["userActivity"],"operation":["search"]}},"placeholder":"123456","description":"ID of a user"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"resource":["userActivity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["userActivity"]}},"options":[{"displayName":"Activity Types","name":"activityTypes","type":"multiOptions","options":[{"name":"Ecommerce","value":"ECOMMERCE"},{"name":"Event","value":"EVENT"},{"name":"Goal","value":"GOAL"},{"name":"Pageview","value":"PAGEVIEW"},{"name":"Screenview","value":"SCREENVIEW"}],"description":"Type of activites requested","default":[]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Analytics/analytics.svg","codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleanalytics/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
{"displayName":"Google BigQuery","name":"googleBigQuery","group":["input"],"subtitle":"={{$parameter[\"operation\"]}}","description":"Consume Google BigQuery API","defaultVersion":2.1,"version":[2,2.1],"defaults":{"name":"Google BigQuery"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleBigQueryOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"hidden","noDataExpression":true,"options":[{"name":"Database","value":"database"}],"default":"database"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["database"]}},"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute a SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in a table","action":"Insert rows in a table"}],"default":"executeQuery"},{"displayName":"Project","name":"projectId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchProjects","searchable":true}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/console.cloud.google.com\\/bigquery\\?project=([0-9a-zA-Z\\-_]+).{0,}"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/console.cloud.google.com\\/bigquery\\?project=([0-9a-zA-Z\\-_]+).{0,}","errorMessage":"Not a valid BigQuery Project URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid BigQuery Project ID"}}],"url":"=https://console.cloud.google.com/bigquery?project={{$value}}"}],"description":"Projects to which you have been granted any project role","displayOptions":{"show":{"resource":["database"],"operation":["executeQuery","insert"]}}},{"displayName":"Dataset","name":"datasetId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchDatasets","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Dataset ID"}}]}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"Table","name":"tableId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchTables","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"SQL Query","name":"sqlQuery","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor"},"displayOptions":{"hide":{"/options.useLegacySql":[true]},"show":{"resource":["database"],"operation":["executeQuery"]}},"default":"","placeholder":"SELECT * FROM dataset.table LIMIT 100","description":"SQL query to execute, you can find more information <a href=\"https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax\" target=\"_blank\">here</a>. Standard SQL syntax used by default, but you can also use Legacy SQL syntax by using optinon 'Use Legacy SQL'."},{"displayName":"SQL Query","name":"sqlQuery","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor"},"displayOptions":{"show":{"/options.useLegacySql":[true],"resource":["database"],"operation":["executeQuery"]}},"default":"","placeholder":"SELECT * FROM [project:dataset.table] LIMIT 100;","hint":"Legacy SQL syntax","description":"SQL query to execute, you can find more information about Legacy SQL syntax <a href=\"https://cloud.google.com/bigquery/docs/reference/standard-sql/query-syntax\" target=\"_blank\">here</a>"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Default Dataset Name or ID","name":"defaultDataset","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId.value"]},"default":"","description":"If not set, all table names in the query string must be qualified in the format 'datasetId.tableId'. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Dry Run","name":"dryRun","type":"boolean","default":false,"description":"Whether set to true BigQuery doesn't run the job. Instead, if the query is valid, BigQuery returns statistics about the job such as how many bytes would be processed. If the query is invalid, an error returns."},{"displayName":"Include Schema in Output","name":"includeSchema","type":"boolean","default":false,"description":"Whether to include the schema in the output. If set to true, the output will contain key '_schema' with the schema of the table.","displayOptions":{"hide":{"rawOutput":[true]}}},{"displayName":"Location (Region)","name":"location","type":"string","default":"","placeholder":"e.g. europe-west3","description":"Location or the region where data would be stored and processed. Pricing for storage and analysis is also defined by location of data and reservations, more information <a href=\"https://cloud.google.com/bigquery/docs/locations\" target=\"_blank\">here</a>."},{"displayName":"Maximum Bytes Billed","name":"maximumBytesBilled","type":"string","default":"","description":"Limits the bytes billed for this query. Queries with bytes billed above this limit will fail (without incurring a charge). String in <a href=\"https://developers.google.com/discovery/v1/type-format?utm_source=cloud.google.com&utm_medium=referral\" target=\"_blank\">Int64Value</a> format"},{"displayName":"Max Results Per Page","name":"maxResults","type":"number","default":1000,"description":"Maximum number of results to return per page of results. This is particularly useful when dealing with large datasets. It will not affect the total number of results returned, e.g. rows in a table. You can use LIMIT in your SQL query to limit the number of rows returned."},{"displayName":"Timeout","name":"timeoutMs","type":"number","default":10000,"hint":"How long to wait for the query to complete, in milliseconds","description":"Specifies the maximum amount of time, in milliseconds, that the client is willing to wait for the query to complete. Be aware that the call is not guaranteed to wait for the specified timeout; it typically returns after around 200 seconds (200,000 milliseconds), even if the query is not complete."},{"displayName":"Raw Output","name":"rawOutput","type":"boolean","default":false,"displayOptions":{"hide":{"dryRun":[true]}}},{"displayName":"Use Legacy SQL","name":"useLegacySql","type":"boolean","default":false,"description":"Whether to use BigQuery's legacy SQL dialect for this query. If set to false, the query will use BigQuery's standard SQL."},{"displayName":"Return Integers as Numbers","name":"returnAsNumbers","type":"boolean","default":false,"description":"Whether all integer values will be returned as numbers. If set to false, all integer values will be returned as strings."},{"displayName":"Query Parameters (Named)","name":"queryParameters","type":"fixedCollection","description":"Use <a href=\"https://cloud.google.com/bigquery/docs/parameterized-queries#using_structs_in_parameterized_queries\" target=\"_blank\">parameterized queries</a> to prevent SQL injections. Positional arguments are not supported at the moment. This feature won't be available when using legacy SQL.","displayOptions":{"hide":{"/options.useLegacySql":[true]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{"namedParameters":[{"name":"","value":""}]},"options":[{"name":"namedParameters","displayName":"Named Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The substitute value. It must be a string. Arrays, dates and struct types mentioned in <a href=\"https://cloud.google.com/bigquery/docs/parameterized-queries#using_structs_in_parameterized_queries\" target=\"_blank\">the official documentation</a> are not yet supported."}]}]}],"displayOptions":{"show":{"resource":["database"],"operation":["executeQuery"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data","value":"autoMap","description":"Use when node input properties match destination field names"},{"name":"Map Each Field Below","value":"define","description":"Set the value for each destination field"}],"default":"autoMap","description":"Whether to insert the input data this node receives in the new row","displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}},{"displayName":"In this mode, make sure the incoming data fields are named the same as the columns in BigQuery. (Use an 'Edit Fields' node before this node to change them if required.)","name":"info","type":"notice","default":"","displayOptions":{"show":{"dataMode":["autoMap"],"resource":["database"],"operation":["insert"]}}},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field","multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"values","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId.value","datasetId.value","tableId.value"],"loadOptionsMethod":"getSchema"},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}],"displayOptions":{"show":{"dataMode":["define"],"resource":["database"],"operation":["insert"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Batch Size","name":"batchSize","type":"number","default":100,"typeOptions":{"minValue":1}},{"displayName":"Ignore Unknown Values","name":"ignoreUnknownValues","type":"boolean","default":false,"description":"Whether to gnore row values that do not match the schema"},{"displayName":"Skip Invalid Rows","name":"skipInvalidRows","type":"boolean","default":false,"description":"Whether to skip rows with values that do not match the schema"},{"displayName":"Template Suffix","name":"templateSuffix","type":"string","default":"","description":"Create a new table based on the destination table and insert rows into the new table. The new table will be named <code>{destinationTable}{templateSuffix}</code>"},{"displayName":"Trace ID","name":"traceId","type":"string","default":"","description":"Unique ID for the request, for debugging only. It is case-sensitive, limited to up to 36 ASCII characters. A UUID is recommended."}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]}}}],"usableAsTool":true,"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BigQuery/googleBigQuery.svg","codex":{"categories":["Data & Storage","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlebigquery/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
{"displayName":"Google BigQuery","name":"googleBigQuery","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google BigQuery API","defaultVersion":2.1,"version":1,"defaults":{"name":"Google BigQuery"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleBigQueryOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Authentication","name":"authentication","type":"options","noDataExpression":true,"options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Record","value":"record"}],"default":"record"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["record"]}},"options":[{"name":"Create","value":"create","description":"Create a new record","action":"Create a record"},{"name":"Get Many","value":"getAll","description":"Retrieve many records","action":"Get many records"}],"default":"create"},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the project to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Dataset Name or ID","name":"datasetId","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId"]},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the dataset to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["projectId","datasetId"]},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"default":"","description":"ID of the table to create the record in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"resource":["record"],"operation":["create"]}},"default":"","required":true,"placeholder":"id,name,description","description":"Comma-separated list of the item properties to use as columns"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["record"]}},"options":[{"displayName":"Ignore Unknown Values","name":"ignoreUnknownValues","type":"boolean","default":false,"description":"Whether to ignore row values that do not match the schema"},{"displayName":"Skip Invalid Rows","name":"skipInvalidRows","type":"boolean","default":false,"description":"Whether to skip rows with values that do not match the schema"},{"displayName":"Template Suffix","name":"templateSuffix","type":"string","default":"","description":"Create a new table based on the destination table and insert rows into the new table. The new table will be named <code>{destinationTable}{templateSuffix}</code>"},{"displayName":"Trace ID","name":"traceId","type":"string","default":"","description":"Unique ID for the request, for debugging only. It is case-sensitive, limited to up to 36 ASCII characters. A UUID is recommended."}]},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the project to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Dataset Name or ID","name":"datasetId","type":"options","typeOptions":{"loadOptionsMethod":"getDatasets","loadOptionsDependsOn":["projectId"]},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the dataset to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Table Name or ID","name":"tableId","type":"options","typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["projectId","datasetId"]},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":"","description":"ID of the table to retrieve all rows from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["record"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["record"],"operation":["getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["record"]}},"options":[{"displayName":"Fields","name":"selectedFields","type":"string","default":"","description":"Subset of fields to return, supports select into sub fields. Example: <code>selectedFields = \"a,e.d.f\"</code>"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BigQuery/googleBigQuery.svg","codex":{"categories":["Data & Storage","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlebigquery/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
{"displayName":"Google Books","name":"googleBooks","group":["input","output"],"version":[1,2],"description":"Read data from Google Books","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Google Books"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleBooksOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Service Account","value":"serviceAccount"},{"name":"OAuth2","value":"oAuth2"}],"default":"serviceAccount","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2","displayOptions":{"show":{"@version":[2]}}},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Bookshelf","value":"bookshelf"},{"name":"Bookshelf Volume","value":"bookshelfVolume"},{"name":"Volume","value":"volume"}],"default":"bookshelf"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Get","value":"get","description":"Retrieve a specific bookshelf resource for the specified user","action":"Get a bookshelf"},{"name":"Get Many","value":"getAll","description":"Get many public bookshelf resource for the specified user","action":"Get many bookshelves"}],"displayOptions":{"show":{"resource":["bookshelf"]}},"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Add","value":"add","description":"Add a volume to a bookshelf","action":"Add a bookshelf volume"},{"name":"Clear","value":"clear","description":"Clears all volumes from a bookshelf","action":"Clear a bookshelf volume"},{"name":"Get Many","value":"getAll","description":"Get many volumes in a specific bookshelf for the specified user","action":"Get many bookshelf volumes"},{"name":"Move","value":"move","description":"Moves a volume within a bookshelf","action":"Move a bookshelf volume"},{"name":"Remove","value":"remove","description":"Removes a volume from a bookshelf","action":"Remove a bookshelf volume"}],"displayOptions":{"show":{"resource":["bookshelfVolume"]}},"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Get","value":"get","description":"Get a volume resource based on ID","action":"Get a volume"},{"name":"Get Many","value":"getAll","description":"Get many volumes filtered by query","action":"Get many volumes"}],"displayOptions":{"show":{"resource":["volume"]}},"default":"get"},{"displayName":"My Library","name":"myLibrary","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["get","getAll"],"resource":["bookshelf","bookshelfVolume"]}}},{"displayName":"Search Query","name":"searchQuery","type":"string","description":"Full-text search query string","default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["volume"]}}},{"displayName":"User ID","name":"userId","type":"string","description":"ID of user","default":"","required":true,"displayOptions":{"show":{"operation":["get","getAll"],"resource":["bookshelf","bookshelfVolume"]},"hide":{"myLibrary":[true]}}},{"displayName":"Bookshelf ID","name":"shelfId","type":"string","description":"ID of the bookshelf","default":"","required":true,"displayOptions":{"show":{"operation":["get","add","clear","move","remove"],"resource":["bookshelf","bookshelfVolume"]}}},{"displayName":"Bookshelf ID","name":"shelfId","type":"string","description":"ID of the bookshelf","default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["bookshelfVolume"]}}},{"displayName":"Volume ID","name":"volumeId","type":"string","description":"ID of the volume","default":"","required":true,"displayOptions":{"show":{"operation":["add","move","remove","get"],"resource":["bookshelfVolume","volume"]}}},{"displayName":"Volume Position","name":"volumePosition","type":"string","description":"Position on shelf to move the item (0 puts the item before the current first item, 1 puts it between the first and the second and so on)","default":"","required":true,"displayOptions":{"show":{"operation":["move"],"resource":["bookshelfVolume"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":40},"default":40,"description":"Max number of results to return"}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlebooks/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Books/googlebooks.svg"},
{"displayName":"Google Calendar","name":"googleCalendar","group":["input"],"version":[1,1.1,1.2,1.3],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google Calendar API","schemaPath":"Google/Calendar","defaults":{"name":"Google Calendar"},"inputs":["main"],"outputs":["main"],"builderHint":{"relatedNodes":[{"nodeType":"n8n-nodes-base.googleCalendarTool","relationHint":"Tool version for AI Agent use"}]},"usableAsTool":true,"credentials":[{"name":"googleCalendarOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Calendar","value":"calendar"},{"name":"Event","value":"event"}],"default":"event"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["calendar"]}},"options":[{"name":"Availability","value":"availability","description":"If a time-slot is available in a calendar","action":"Get availability in a calendar"}],"default":"availability"},{"displayName":"Calendar","name":"calendar","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Google Calendar to operate on","modes":[{"displayName":"Calendar","name":"list","type":"list","placeholder":"Select a Calendar...","typeOptions":{"searchListMethod":"getCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"(^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*(?:[ \t]+)*$)","errorMessage":"Not a valid Google Calendar ID"}}],"extractValue":{"type":"regex","regex":"(^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*)"},"placeholder":"name@google.com"}],"displayOptions":{"show":{"resource":["calendar"]}}},{"displayName":"Start Time","name":"timeMin","type":"dateTime","required":true,"displayOptions":{"show":{"operation":["availability"],"resource":["calendar"],"@version":[{"_cnd":{"lt":1.3}}]}},"default":"","description":"Start of the interval"},{"displayName":"End Time","name":"timeMax","type":"dateTime","required":true,"displayOptions":{"show":{"operation":["availability"],"resource":["calendar"],"@version":[{"_cnd":{"lt":1.3}}]}},"default":"","description":"End of the interval"},{"displayName":"Start Time","name":"timeMin","type":"dateTime","required":true,"displayOptions":{"show":{"operation":["availability"],"resource":["calendar"],"@version":[{"_cnd":{"gte":1.3}}]}},"default":"={{ $now }}","description":"Start of the interval, use <a href=\"https://docs.n8n.io/code/cookbook/luxon/\" target=\"_blank\">expression</a> to set a date, or switch to fixed mode to choose date from widget"},{"displayName":"End Time","name":"timeMax","type":"dateTime","required":true,"displayOptions":{"show":{"operation":["availability"],"resource":["calendar"],"@version":[{"_cnd":{"gte":1.3}}]}},"default":"={{ $now.plus(1, 'hour') }}","description":"End of the interval, use <a href=\"https://docs.n8n.io/code/cookbook/luxon/\" target=\"_blank\">expression</a> to set a date, or switch to fixed mode to choose date from widget"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["availability"],"resource":["calendar"]}},"default":{},"options":[{"displayName":"Output Format","name":"outputFormat","type":"options","options":[{"name":"Availability","value":"availability","description":"Returns if there are any events in the given time or not"},{"name":"Booked Slots","value":"bookedSlots","description":"Returns the booked slots"},{"name":"RAW","value":"raw","description":"Returns the RAW data from the API"}],"default":"availability","description":"The format to return the data in"},{"displayName":"Timezone","name":"timezone","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Time zone used in the response. By default n8n timezone is used.","modes":[{"displayName":"Timezone","name":"list","type":"list","placeholder":"Select a Timezone...","typeOptions":{"searchListMethod":"getTimezones","searchable":true}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"(Africa/Abidjan|Africa/Accra|Africa/Addis_Ababa|Africa/Algiers|Africa/Asmara|Africa/Asmera|Africa/Bamako|Africa/Bangui|Africa/Banjul|Africa/Bissau|Africa/Blantyre|Africa/Brazzaville|Africa/Bujumbura|Africa/Cairo|Africa/Casablanca|Africa/Ceuta|Africa/Conakry|Africa/Dakar|Africa/Dar_es_Salaam|Africa/Djibouti|Africa/Douala|Africa/El_Aaiun|Africa/Freetown|Africa/Gaborone|Africa/Harare|Africa/Johannesburg|Africa/Juba|Africa/Kampala|Africa/Khartoum|Africa/Kigali|Africa/Kinshasa|Africa/Lagos|Africa/Libreville|Africa/Lome|Africa/Luanda|Africa/Lubumbashi|Africa/Lusaka|Africa/Malabo|Africa/Maputo|Africa/Maseru|Africa/Mbabane|Africa/Mogadishu|Africa/Monrovia|Africa/Nairobi|Africa/Ndjamena|Africa/Niamey|Africa/Nouakchott|Africa/Ouagadougou|Africa/Porto-Novo|Africa/Sao_Tome|Africa/Timbuktu|Africa/Tripoli|Africa/Tunis|Africa/Windhoek|America/Adak|America/Anchorage|America/Anguilla|America/Antigua|America/Araguaina|America/Argentina/Buenos_Aires|America/Argentina/Catamarca|America/Argentina/ComodRivadavia|America/Argentina/Cordoba|America/Argentina/Jujuy|America/Argentina/La_Rioja|America/Argentina/Mendoza|America/Argentina/Rio_Gallegos|America/Argentina/Salta|America/Argentina/San_Juan|America/Argentina/San_Luis|America/Argentina/Tucuman|America/Argentina/Ushuaia|America/Aruba|America/Asuncion|America/Atikokan|America/Atka|America/Bahia|America/Bahia_Banderas|America/Barbados|America/Belem|America/Belize|America/Blanc-Sablon|America/Boa_Vista|America/Bogota|America/Boise|America/Buenos_Aires|America/Cambridge_Bay|America/Campo_Grande|America/Cancun|America/Caracas|America/Catamarca|America/Cayenne|America/Cayman|America/Chicago|America/Chihuahua|America/Ciudad_Juarez|America/Coral_Harbour|America/Cordoba|America/Costa_Rica|America/Coyhaique|America/Creston|America/Cuiaba|America/Curacao|America/Danmarkshavn|America/Dawson|America/Dawson_Creek|America/Denver|America/Detroit|America/Dominica|America/Edmonton|America/Eirunepe|America/El_Salvador|America/Ensenada|America/Fort_Nelson|America/Fort_Wayne|America/Fortaleza|America/Glace_Bay|America/Godthab|America/Goose_Bay|America/Grand_Turk|America/Grenada|America/Guadeloupe|America/Guatemala|America/Guayaquil|America/Guyana|America/Halifax|America/Havana|America/Hermosillo|America/Indiana/Indianapolis|America/Indiana/Knox|America/Indiana/Marengo|America/Indiana/Petersburg|America/Indiana/Tell_City|America/Indiana/Vevay|America/Indiana/Vincennes|America/Indiana/Winamac|America/Indianapolis|America/Inuvik|America/Iqaluit|America/Jamaica|America/Jujuy|America/Juneau|America/Kentucky/Louisville|America/Kentucky/Monticello|America/Knox_IN|America/Kralendijk|America/La_Paz|America/Lima|America/Los_Angeles|America/Louisville|America/Lower_Princes|America/Maceio|America/Managua|America/Manaus|America/Marigot|America/Martinique|America/Matamoros|America/Mazatlan|America/Mendoza|America/Menominee|America/Merida|America/Metlakatla|America/Mexico_City|America/Miquelon|America/Moncton|America/Monterrey|America/Montevideo|America/Montreal|America/Montserrat|America/Nassau|America/New_York|America/Nipigon|America/Nome|America/Noronha|America/North_Dakota/Beulah|America/North_Dakota/Center|America/North_Dakota/New_Salem|America/Nuuk|America/Ojinaga|America/Panama|America/Pangnirtung|America/Paramaribo|America/Phoenix|America/Port-au-Prince|America/Port_of_Spain|America/Porto_Acre|America/Porto_Velho|America/Puerto_Rico|America/Punta_Arenas|America/Rainy_River|America/Rankin_Inlet|America/Recife|America/Regina|America/Resolute|America/Rio_Branco|America/Rosario|America/Santa_Isabel|America/Santarem|America/Santiago|America/Santo_Domingo|America/Sao_Paulo|America/Scoresbysund|America/Shiprock|America/Sitka|America/St_Barthelemy|America/St_Johns|America/St_Kitts|America/St_Lucia|America/St_Thomas|America/St_Vincent|America/Swift_Current|America/Tegucigalpa|America/Thule|America/Thunder_Bay|America/Tijuana|America/Toronto|America/Tortola|America/Vancouver|America/Virgin|America/Whitehorse|America/Winnipeg|America/Yakutat|America/Yellowknife|Antarctica/Casey|Antarctica/Davis|Antarctica/DumontDUrville|Antarctica/Macquarie|Antarctica/Mawson|Antarctica/McMurdo|Antarctica/Palmer|Antarctica/Rothera|Antarctica/South_Pole|Antarctica/Syowa|Antarctica/Troll|Antarctica/Vostok|Arctic/Longyearbyen|Asia/Aden|Asia/Almaty|Asia/Amman|Asia/Anadyr|Asia/Aqtau|Asia/Aqtobe|Asia/Ashgabat|Asia/Ashkhabad|Asia/Atyrau|Asia/Baghdad|Asia/Bahrain|Asia/Baku|Asia/Bangkok|Asia/Barnaul|Asia/Beirut|Asia/Bishkek|Asia/Brunei|Asia/Calcutta|Asia/Chita|Asia/Choibalsan|Asia/Chongqing|Asia/Chungking|Asia/Colombo|Asia/Dacca|Asia/Damascus|Asia/Dhaka|Asia/Dili|Asia/Dubai|Asia/Dushanbe|Asia/Famagusta|Asia/Gaza|Asia/Harbin|Asia/Hebron|Asia/Ho_Chi_Minh|Asia/Hong_Kong|Asia/Hovd|Asia/Irkutsk|Asia/Istanbul|Asia/Jakarta|Asia/Jayapura|Asia/Jerusalem|Asia/Kabul|Asia/Kamchatka|Asia/Karachi|Asia/Kashgar|Asia/Kathmandu|Asia/Katmandu|Asia/Khandyga|Asia/Kolkata|Asia/Krasnoyarsk|Asia/Kuala_Lumpur|Asia/Kuching|Asia/Kuwait|Asia/Macao|Asia/Macau|Asia/Magadan|Asia/Makassar|Asia/Manila|Asia/Muscat|Asia/Nicosia|Asia/Novokuznetsk|Asia/Novosibirsk|Asia/Omsk|Asia/Oral|Asia/Phnom_Penh|Asia/Pontianak|Asia/Pyongyang|Asia/Qatar|Asia/Qostanay|Asia/Qyzylorda|Asia/Rangoon|Asia/Riyadh|Asia/Saigon|Asia/Sakhalin|Asia/Samarkand|Asia/Seoul|Asia/Shanghai|Asia/Singapore|Asia/Srednekolymsk|Asia/Taipei|Asia/Tashkent|Asia/Tbilisi|Asia/Tehran|Asia/Tel_Aviv|Asia/Thimbu|Asia/Thimphu|Asia/Tokyo|Asia/Tomsk|Asia/Ujung_Pandang|Asia/Ulaanbaatar|Asia/Ulan_Bator|Asia/Urumqi|Asia/Ust-Nera|Asia/Vientiane|Asia/Vladivostok|Asia/Yakutsk|Asia/Yangon|Asia/Yekaterinburg|Asia/Yerevan|Atlantic/Azores|Atlantic/Bermuda|Atlantic/Canary|Atlantic/Cape_Verde|Atlantic/Faeroe|Atlantic/Faroe|Atlantic/Jan_Mayen|Atlantic/Madeira|Atlantic/Reykjavik|Atlantic/South_Georgia|Atlantic/St_Helena|Atlantic/Stanley|Australia/ACT|Australia/Adelaide|Australia/Brisbane|Australia/Broken_Hill|Australia/Canberra|Australia/Currie|Australia/Darwin|Australia/Eucla|Australia/Hobart|Australia/LHI|Australia/Lindeman|Australia/Lord_Howe|Australia/Melbourne|Australia/NSW|Australia/North|Australia/Perth|Australia/Queensland|Australia/South|Australia/Sydney|Australia/Tasmania|Australia/Victoria|Australia/West|Australia/Yancowinna|Brazil/Acre|Brazil/DeNoronha|Brazil/East|Brazil/West|CET|CST6CDT|Canada/Atlantic|Canada/Central|Canada/Eastern|Canada/Mountain|Canada/Newfoundland|Canada/Pacific|Canada/Saskatchewan|Canada/Yukon|Chile/Continental|Chile/EasterIsland|Cuba|EET|EST|EST5EDT|Egypt|Eire|Etc/GMT|Etc/GMT\\+0|Etc/GMT\\+1|Etc/GMT\\+10|Etc/GMT\\+11|Etc/GMT\\+12|Etc/GMT\\+2|Etc/GMT\\+3|Etc/GMT\\+4|Etc/GMT\\+5|Etc/GMT\\+6|Etc/GMT\\+7|Etc/GMT\\+8|Etc/GMT\\+9|Etc/GMT-0|Etc/GMT-1|Etc/GMT-10|Etc/GMT-11|Etc/GMT-12|Etc/GMT-13|Etc/GMT-14|Etc/GMT-2|Etc/GMT-3|Etc/GMT-4|Etc/GMT-5|Etc/GMT-6|Etc/GMT-7|Etc/GMT-8|Etc/GMT-9|Etc/GMT0|Etc/Greenwich|Etc/UCT|Etc/UTC|Etc/Universal|Etc/Zulu|Europe/Amsterdam|Europe/Andorra|Europe/Astrakhan|Europe/Athens|Europe/Belfast|Europe/Belgrade|Europe/Berlin|Europe/Bratislava|Europe/Brussels|Europe/Bucharest|Europe/Budapest|Europe/Busingen|Europe/Chisinau|Europe/Copenhagen|Europe/Dublin|Europe/Gibraltar|Europe/Guernsey|Europe/Helsinki|Europe/Isle_of_Man|Europe/Istanbul|Europe/Jersey|Europe/Kaliningrad|Europe/Kiev|Europe/Kirov|Europe/Kyiv|Europe/Lisbon|Europe/Ljubljana|Europe/London|Europe/Luxembourg|Europe/Madrid|Europe/Malta|Europe/Mariehamn|Europe/Minsk|Europe/Monaco|Europe/Moscow|Europe/Nicosia|Europe/Oslo|Europe/Paris|Europe/Podgorica|Europe/Prague|Europe/Riga|Europe/Rome|Europe/Samara|Europe/San_Marino|Europe/Sarajevo|Europe/Saratov|Europe/Simferopol|Europe/Skopje|Europe/Sofia|Europe/Stockholm|Europe/Tallinn|Europe/Tirane|Europe/Tiraspol|Europe/Ulyanovsk|Europe/Uzhgorod|Europe/Vaduz|Europe/Vatican|Europe/Vienna|Europe/Vilnius|Europe/Volgograd|Europe/Warsaw|Europe/Zagreb|Europe/Zaporozhye|Europe/Zurich|GB|GB-Eire|GMT|GMT\\+0|GMT-0|GMT0|Greenwich|HST|Hongkong|Iceland|Indian/Antananarivo|Indian/Chagos|Indian/Christmas|Indian/Cocos|Indian/Comoro|Indian/Kerguelen|Indian/Mahe|Indian/Maldives|Indian/Mauritius|Indian/Mayotte|Indian/Reunion|Iran|Israel|Jamaica|Japan|Kwajalein|Libya|MET|MST|MST7MDT|Mexico/BajaNorte|Mexico/BajaSur|Mexico/General|NZ|NZ-CHAT|Navajo|PRC|PST8PDT|Pacific/Apia|Pacific/Auckland|Pacific/Bougainville|Pacific/Chatham|Pacific/Chuuk|Pacific/Easter|Pacific/Efate|Pacific/Enderbury|Pacific/Fakaofo|Pacific/Fiji|Pacific/Funafuti|Pacific/Galapagos|Pacific/Gambier|Pacific/Guadalcanal|Pacific/Guam|Pacific/Honolulu|Pacific/Johnston|Pacific/Kanton|Pacific/Kiritimati|Pacific/Kosrae|Pacific/Kwajalein|Pacific/Majuro|Pacific/Marquesas|Pacific/Midway|Pacific/Nauru|Pacific/Niue|Pacific/Norfolk|Pacific/Noumea|Pacific/Pago_Pago|Pacific/Palau|Pacific/Pitcairn|Pacific/Pohnpei|Pacific/Ponape|Pacific/Port_Moresby|Pacific/Rarotonga|Pacific/Saipan|Pacific/Samoa|Pacific/Tahiti|Pacific/Tarawa|Pacific/Tongatapu|Pacific/Truk|Pacific/Wake|Pacific/Wallis|Pacific/Yap|Poland|Portugal|ROC|ROK|Singapore|Turkey|UCT|US/Alaska|US/Aleutian|US/Arizona|US/Central|US/East-Indiana|US/Eastern|US/Hawaii|US/Indiana-Starke|US/Michigan|US/Mountain|US/Pacific|US/Samoa|UTC|Universal|W-SU|WET|Zulu)[ \t]*","errorMessage":"Not a valid Timezone"}}],"extractValue":{"type":"regex","regex":"([-+/_a-zA-Z0-9]*)"},"placeholder":"Europe/Berlin"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Create","value":"create","description":"Add a event to calendar","action":"Create an event"},{"name":"Delete","value":"delete","description":"Delete an event","action":"Delete an event"},{"name":"Get","value":"get","description":"Retrieve an event","action":"Get an event"},{"name":"Get Many","value":"getAll","description":"Retrieve many events from a calendar","action":"Get many events"},{"name":"Update","value":"update","description":"Update an event","action":"Update an event"}],"default":"create"},{"displayName":"Calendar","name":"calendar","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Google Calendar to operate on","modes":[{"displayName":"Calendar","name":"list","type":"list","placeholder":"Select a Calendar...","typeOptions":{"searchListMethod":"getCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"(^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*(?:[ \t]+)*$)","errorMessage":"Not a valid Google Calendar ID"}}],"extractValue":{"type":"regex","regex":"(^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*)"},"placeholder":"name@google.com"}],"displayOptions":{"show":{"resource":["event"]}}},{"displayName":"Start","name":"start","type":"dateTime","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["event"],"@version":[{"_cnd":{"lt":1.3}}]}},"default":"","description":"Start time of the event"},{"displayName":"End","name":"end","type":"dateTime","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["event"],"@version":[{"_cnd":{"lt":1.3}}]}},"default":"","description":"End time of the event"},{"displayName":"Start","name":"start","type":"dateTime","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["event"],"@version":[{"_cnd":{"gte":1.3}}]}},"default":"={{ $now }}","description":"Start time of the event, use <a href=\"https://docs.n8n.io/code/cookbook/luxon/\" target=\"_blank\">expression</a> to set a date, or switch to fixed mode to choose date from widget"},{"displayName":"End","name":"end","type":"dateTime","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["event"],"@version":[{"_cnd":{"gte":1.3}}]}},"default":"={{ $now.plus(1, 'hour') }}","description":"End time of the event, use <a href=\"https://docs.n8n.io/code/cookbook/luxon/\" target=\"_blank\">expression</a> to set a date, or switch to fixed mode to choose date from widget"},{"displayName":"Use Default Reminders","name":"useDefaultReminders","type":"boolean","displayOptions":{"show":{"operation":["create"],"resource":["event"]}},"default":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["event"]}},"options":[{"displayName":"All Day","name":"allday","type":"options","options":[{"name":"Yes","value":"yes"},{"name":"No","value":"no"}],"default":"no","description":"Whether the event is all day or not"},{"displayName":"Attendees","name":"attendees","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Attendee"},"default":"","description":"The attendees of the event. Multiple ones can be separated by comma."},{"displayName":"Color Name or ID","name":"color","type":"options","typeOptions":{"loadOptionsMethod":"getColors"},"default":"","description":"The color of the event. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Conference Data","name":"conferenceDataUi","placeholder":"Add Conference","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"displayName":"Conference Link","name":"conferenceDataValues","values":[{"displayName":"Type Name or ID","name":"conferenceSolution","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getConferenceSolutions","loadOptionsDependsOn":["calendar"]},"default":""}]}],"description":"Creates a conference link (Hangouts, Meet etc) and attaches it to the event"},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Guests Can Invite Others","name":"guestsCanInviteOthers","type":"boolean","default":true,"description":"Whether attendees other than the organizer can invite others to the event"},{"displayName":"Guests Can Modify","name":"guestsCanModify","type":"boolean","default":false,"description":"Whether attendees other than the organizer can modify the event"},{"displayName":"Guests Can See Other Guests","name":"guestsCanSeeOtherGuests","type":"boolean","default":true,"description":"Whether attendees other than the organizer can see who the event's attendees are"},{"displayName":"ID","name":"id","type":"string","default":"","description":"Opaque identifier of the event"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Geographic location of the event as free-form text"},{"displayName":"Max Attendees","name":"maxAttendees","type":"number","default":0,"description":"The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned."},{"displayName":"Repeat Frequency","name":"repeatFrecuency","type":"options","options":[{"name":"Daily","value":"Daily"},{"name":"Weekly","value":"weekly"},{"name":"Monthly","value":"monthly"},{"name":"Yearly","value":"yearly"}],"default":""},{"displayName":"Repeat How Many Times?","name":"repeatHowManyTimes","type":"number","typeOptions":{"minValue":1},"default":1},{"displayName":"Repeat Until","name":"repeatUntil","type":"dateTime","default":""},{"displayName":"RRULE","name":"rrule","type":"string","default":"","description":"Recurrence rule. When set, the parameters Repeat Frequency, Repeat How Many Times and Repeat Until are ignored."},{"displayName":"Send Updates","name":"sendUpdates","type":"options","options":[{"name":"All","value":"all","description":"Notifications are sent to all guests"},{"name":"External Only","value":"externalOnly","description":"Notifications are sent to non-Google Calendar guests only"},{"name":"None","value":"none","description":"No notifications are sent. This value should only be used for migration use case."}],"description":"Whether to send notifications about the creation of the new event","default":""},{"displayName":"Show Me As","name":"showMeAs","type":"options","options":[{"name":"Available","value":"transparent","description":"The event does not block time on the calendar"},{"name":"Busy","value":"opaque","description":"The event does block time on the calendar"}],"default":"opaque","description":"Whether the event blocks time on the calendar"},{"displayName":"Summary","name":"summary","type":"string","default":"","description":"Title of the event"},{"displayName":"Visibility","name":"visibility","type":"options","options":[{"name":"Confidential","value":"confidential","description":"The event is private. This value is provided for compatibility reasons."},{"name":"Default","value":"default","description":"Uses the default visibility for events on the calendar"},{"name":"Private","value":"private","description":"The event is private and only event attendees may view event details"},{"name":"Public","value":"public","description":"The event is public and event details are visible to all readers of the calendar"}],"default":"default","description":"Visibility of the event"}]},{"displayName":"Reminders","name":"remindersUi","type":"fixedCollection","default":{},"placeholder":"Add Reminder","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["event"],"operation":["create"],"useDefaultReminders":[false]}},"options":[{"name":"remindersValues","displayName":"Reminder","values":[{"displayName":"Method","name":"method","type":"options","options":[{"name":"Email","value":"email"},{"name":"Popup","value":"popup"}],"default":""},{"displayName":"Minutes Before","name":"minutes","type":"number","typeOptions":{"minValue":0,"maxValue":40320},"default":0}]}],"description":"If the event doesn't use the default reminders, this lists the reminders specific to the event"},{"displayName":"Event ID","name":"eventId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["event"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["delete"],"resource":["event"]}},"options":[{"displayName":"Send Updates","name":"sendUpdates","type":"options","options":[{"name":"All","value":"all","description":"Notifications are sent to all guests"},{"name":"External Only","value":"externalOnly","description":"Notifications are sent to non-Google Calendar guests only"},{"name":"None","value":"none","description":"No notifications are sent. This value should only be used for migration use case."}],"description":"Whether to send notifications about the creation of the new event","default":""}]},{"displayName":"Event ID","name":"eventId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["event"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["event"]}},"options":[{"displayName":"Max Attendees","name":"maxAttendees","type":"number","default":0,"description":"The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned."},{"displayName":"Return Next Instance of Recurring Event","name":"returnNextInstance","type":"boolean","default":false,"description":"Whether to return the next instance of a recurring event instead of the event itself","displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.3}}]}}},{"displayName":"Timezone","name":"timeZone","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Time zone used in the response. The default is the time zone of the calendar.","modes":[{"displayName":"Timezone","name":"list","type":"list","placeholder":"Select a Timezone...","typeOptions":{"searchListMethod":"getTimezones","searchable":true}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"(Africa/Abidjan|Africa/Accra|Africa/Addis_Ababa|Africa/Algiers|Africa/Asmara|Africa/Asmera|Africa/Bamako|Africa/Bangui|Africa/Banjul|Africa/Bissau|Africa/Blantyre|Africa/Brazzaville|Africa/Bujumbura|Africa/Cairo|Africa/Casablanca|Africa/Ceuta|Africa/Conakry|Africa/Dakar|Africa/Dar_es_Salaam|Africa/Djibouti|Africa/Douala|Africa/El_Aaiun|Africa/Freetown|Africa/Gaborone|Africa/Harare|Africa/Johannesburg|Africa/Juba|Africa/Kampala|Africa/Khartoum|Africa/Kigali|Africa/Kinshasa|Africa/Lagos|Africa/Libreville|Africa/Lome|Africa/Luanda|Africa/Lubumbashi|Africa/Lusaka|Africa/Malabo|Africa/Maputo|Africa/Maseru|Africa/Mbabane|Africa/Mogadishu|Africa/Monrovia|Africa/Nairobi|Africa/Ndjamena|Africa/Niamey|Africa/Nouakchott|Africa/Ouagadougou|Africa/Porto-Novo|Africa/Sao_Tome|Africa/Timbuktu|Africa/Tripoli|Africa/Tunis|Africa/Windhoek|America/Adak|America/Anchorage|America/Anguilla|America/Antigua|America/Araguaina|America/Argentina/Buenos_Aires|America/Argentina/Catamarca|America/Argentina/ComodRivadavia|America/Argentina/Cordoba|America/Argentina/Jujuy|America/Argentina/La_Rioja|America/Argentina/Mendoza|America/Argentina/Rio_Gallegos|America/Argentina/Salta|America/Argentina/San_Juan|America/Argentina/San_Luis|America/Argentina/Tucuman|America/Argentina/Ushuaia|America/Aruba|America/Asuncion|America/Atikokan|America/Atka|America/Bahia|America/Bahia_Banderas|America/Barbados|America/Belem|America/Belize|America/Blanc-Sablon|America/Boa_Vista|America/Bogota|America/Boise|America/Buenos_Aires|America/Cambridge_Bay|America/Campo_Grande|America/Cancun|America/Caracas|America/Catamarca|America/Cayenne|America/Cayman|America/Chicago|America/Chihuahua|America/Ciudad_Juarez|America/Coral_Harbour|America/Cordoba|America/Costa_Rica|America/Coyhaique|America/Creston|America/Cuiaba|America/Curacao|America/Danmarkshavn|America/Dawson|America/Dawson_Creek|America/Denver|America/Detroit|America/Dominica|America/Edmonton|America/Eirunepe|America/El_Salvador|America/Ensenada|America/Fort_Nelson|America/Fort_Wayne|America/Fortaleza|America/Glace_Bay|America/Godthab|America/Goose_Bay|America/Grand_Turk|America/Grenada|America/Guadeloupe|America/Guatemala|America/Guayaquil|America/Guyana|America/Halifax|America/Havana|America/Hermosillo|America/Indiana/Indianapolis|America/Indiana/Knox|America/Indiana/Marengo|America/Indiana/Petersburg|America/Indiana/Tell_City|America/Indiana/Vevay|America/Indiana/Vincennes|America/Indiana/Winamac|America/Indianapolis|America/Inuvik|America/Iqaluit|America/Jamaica|America/Jujuy|America/Juneau|America/Kentucky/Louisville|America/Kentucky/Monticello|America/Knox_IN|America/Kralendijk|America/La_Paz|America/Lima|America/Los_Angeles|America/Louisville|America/Lower_Princes|America/Maceio|America/Managua|America/Manaus|America/Marigot|America/Martinique|America/Matamoros|America/Mazatlan|America/Mendoza|America/Menominee|America/Merida|America/Metlakatla|America/Mexico_City|America/Miquelon|America/Moncton|America/Monterrey|America/Montevideo|America/Montreal|America/Montserrat|America/Nassau|America/New_York|America/Nipigon|America/Nome|America/Noronha|America/North_Dakota/Beulah|America/North_Dakota/Center|America/North_Dakota/New_Salem|America/Nuuk|America/Ojinaga|America/Panama|America/Pangnirtung|America/Paramaribo|America/Phoenix|America/Port-au-Prince|America/Port_of_Spain|America/Porto_Acre|America/Porto_Velho|America/Puerto_Rico|America/Punta_Arenas|America/Rainy_River|America/Rankin_Inlet|America/Recife|America/Regina|America/Resolute|America/Rio_Branco|America/Rosario|America/Santa_Isabel|America/Santarem|America/Santiago|America/Santo_Domingo|America/Sao_Paulo|America/Scoresbysund|America/Shiprock|America/Sitka|America/St_Barthelemy|America/St_Johns|America/St_Kitts|America/St_Lucia|America/St_Thomas|America/St_Vincent|America/Swift_Current|America/Tegucigalpa|America/Thule|America/Thunder_Bay|America/Tijuana|America/Toronto|America/Tortola|America/Vancouver|America/Virgin|America/Whitehorse|America/Winnipeg|America/Yakutat|America/Yellowknife|Antarctica/Casey|Antarctica/Davis|Antarctica/DumontDUrville|Antarctica/Macquarie|Antarctica/Mawson|Antarctica/McMurdo|Antarctica/Palmer|Antarctica/Rothera|Antarctica/South_Pole|Antarctica/Syowa|Antarctica/Troll|Antarctica/Vostok|Arctic/Longyearbyen|Asia/Aden|Asia/Almaty|Asia/Amman|Asia/Anadyr|Asia/Aqtau|Asia/Aqtobe|Asia/Ashgabat|Asia/Ashkhabad|Asia/Atyrau|Asia/Baghdad|Asia/Bahrain|Asia/Baku|Asia/Bangkok|Asia/Barnaul|Asia/Beirut|Asia/Bishkek|Asia/Brunei|Asia/Calcutta|Asia/Chita|Asia/Choibalsan|Asia/Chongqing|Asia/Chungking|Asia/Colombo|Asia/Dacca|Asia/Damascus|Asia/Dhaka|Asia/Dili|Asia/Dubai|Asia/Dushanbe|Asia/Famagusta|Asia/Gaza|Asia/Harbin|Asia/Hebron|Asia/Ho_Chi_Minh|Asia/Hong_Kong|Asia/Hovd|Asia/Irkutsk|Asia/Istanbul|Asia/Jakarta|Asia/Jayapura|Asia/Jerusalem|Asia/Kabul|Asia/Kamchatka|Asia/Karachi|Asia/Kashgar|Asia/Kathmandu|Asia/Katmandu|Asia/Khandyga|Asia/Kolkata|Asia/Krasnoyarsk|Asia/Kuala_Lumpur|Asia/Kuching|Asia/Kuwait|Asia/Macao|Asia/Macau|Asia/Magadan|Asia/Makassar|Asia/Manila|Asia/Muscat|Asia/Nicosia|Asia/Novokuznetsk|Asia/Novosibirsk|Asia/Omsk|Asia/Oral|Asia/Phnom_Penh|Asia/Pontianak|Asia/Pyongyang|Asia/Qatar|Asia/Qostanay|Asia/Qyzylorda|Asia/Rangoon|Asia/Riyadh|Asia/Saigon|Asia/Sakhalin|Asia/Samarkand|Asia/Seoul|Asia/Shanghai|Asia/Singapore|Asia/Srednekolymsk|Asia/Taipei|Asia/Tashkent|Asia/Tbilisi|Asia/Tehran|Asia/Tel_Aviv|Asia/Thimbu|Asia/Thimphu|Asia/Tokyo|Asia/Tomsk|Asia/Ujung_Pandang|Asia/Ulaanbaatar|Asia/Ulan_Bator|Asia/Urumqi|Asia/Ust-Nera|Asia/Vientiane|Asia/Vladivostok|Asia/Yakutsk|Asia/Yangon|Asia/Yekaterinburg|Asia/Yerevan|Atlantic/Azores|Atlantic/Bermuda|Atlantic/Canary|Atlantic/Cape_Verde|Atlantic/Faeroe|Atlantic/Faroe|Atlantic/Jan_Mayen|Atlantic/Madeira|Atlantic/Reykjavik|Atlantic/South_Georgia|Atlantic/St_Helena|Atlantic/Stanley|Australia/ACT|Australia/Adelaide|Australia/Brisbane|Australia/Broken_Hill|Australia/Canberra|Australia/Currie|Australia/Darwin|Australia/Eucla|Australia/Hobart|Australia/LHI|Australia/Lindeman|Australia/Lord_Howe|Australia/Melbourne|Australia/NSW|Australia/North|Australia/Perth|Australia/Queensland|Australia/South|Australia/Sydney|Australia/Tasmania|Australia/Victoria|Australia/West|Australia/Yancowinna|Brazil/Acre|Brazil/DeNoronha|Brazil/East|Brazil/West|CET|CST6CDT|Canada/Atlantic|Canada/Central|Canada/Eastern|Canada/Mountain|Canada/Newfoundland|Canada/Pacific|Canada/Saskatchewan|Canada/Yukon|Chile/Continental|Chile/EasterIsland|Cuba|EET|EST|EST5EDT|Egypt|Eire|Etc/GMT|Etc/GMT\\+0|Etc/GMT\\+1|Etc/GMT\\+10|Etc/GMT\\+11|Etc/GMT\\+12|Etc/GMT\\+2|Etc/GMT\\+3|Etc/GMT\\+4|Etc/GMT\\+5|Etc/GMT\\+6|Etc/GMT\\+7|Etc/GMT\\+8|Etc/GMT\\+9|Etc/GMT-0|Etc/GMT-1|Etc/GMT-10|Etc/GMT-11|Etc/GMT-12|Etc/GMT-13|Etc/GMT-14|Etc/GMT-2|Etc/GMT-3|Etc/GMT-4|Etc/GMT-5|Etc/GMT-6|Etc/GMT-7|Etc/GMT-8|Etc/GMT-9|Etc/GMT0|Etc/Greenwich|Etc/UCT|Etc/UTC|Etc/Universal|Etc/Zulu|Europe/Amsterdam|Europe/Andorra|Europe/Astrakhan|Europe/Athens|Europe/Belfast|Europe/Belgrade|Europe/Berlin|Europe/Bratislava|Europe/Brussels|Europe/Bucharest|Europe/Budapest|Europe/Busingen|Europe/Chisinau|Europe/Copenhagen|Europe/Dublin|Europe/Gibraltar|Europe/Guernsey|Europe/Helsinki|Europe/Isle_of_Man|Europe/Istanbul|Europe/Jersey|Europe/Kaliningrad|Europe/Kiev|Europe/Kirov|Europe/Kyiv|Europe/Lisbon|Europe/Ljubljana|Europe/London|Europe/Luxembourg|Europe/Madrid|Europe/Malta|Europe/Mariehamn|Europe/Minsk|Europe/Monaco|Europe/Moscow|Europe/Nicosia|Europe/Oslo|Europe/Paris|Europe/Podgorica|Europe/Prague|Europe/Riga|Europe/Rome|Europe/Samara|Europe/San_Marino|Europe/Sarajevo|Europe/Saratov|Europe/Simferopol|Europe/Skopje|Europe/Sofia|Europe/Stockholm|Europe/Tallinn|Europe/Tirane|Europe/Tiraspol|Europe/Ulyanovsk|Europe/Uzhgorod|Europe/Vaduz|Europe/Vatican|Europe/Vienna|Europe/Vilnius|Europe/Volgograd|Europe/Warsaw|Europe/Zagreb|Europe/Zaporozhye|Europe/Zurich|GB|GB-Eire|GMT|GMT\\+0|GMT-0|GMT0|Greenwich|HST|Hongkong|Iceland|Indian/Antananarivo|Indian/Chagos|Indian/Christmas|Indian/Cocos|Indian/Comoro|Indian/Kerguelen|Indian/Mahe|Indian/Maldives|Indian/Mauritius|Indian/Mayotte|Indian/Reunion|Iran|Israel|Jamaica|Japan|Kwajalein|Libya|MET|MST|MST7MDT|Mexico/BajaNorte|Mexico/BajaSur|Mexico/General|NZ|NZ-CHAT|Navajo|PRC|PST8PDT|Pacific/Apia|Pacific/Auckland|Pacific/Bougainville|Pacific/Chatham|Pacific/Chuuk|Pacific/Easter|Pacific/Efate|Pacific/Enderbury|Pacific/Fakaofo|Pacific/Fiji|Pacific/Funafuti|Pacific/Galapagos|Pacific/Gambier|Pacific/Guadalcanal|Pacific/Guam|Pacific/Honolulu|Pacific/Johnston|Pacific/Kanton|Pacific/Kiritimati|Pacific/Kosrae|Pacific/Kwajalein|Pacific/Majuro|Pacific/Marquesas|Pacific/Midway|Pacific/Nauru|Pacific/Niue|Pacific/Norfolk|Pacific/Noumea|Pacific/Pago_Pago|Pacific/Palau|Pacific/Pitcairn|Pacific/Pohnpei|Pacific/Ponape|Pacific/Port_Moresby|Pacific/Rarotonga|Pacific/Saipan|Pacific/Samoa|Pacific/Tahiti|Pacific/Tarawa|Pacific/Tongatapu|Pacific/Truk|Pacific/Wake|Pacific/Wallis|Pacific/Yap|Poland|Portugal|ROC|ROK|Singapore|Turkey|UCT|US/Alaska|US/Aleutian|US/Arizona|US/Central|US/East-Indiana|US/Eastern|US/Hawaii|US/Indiana-Starke|US/Michigan|US/Mountain|US/Pacific|US/Samoa|UTC|Universal|W-SU|WET|Zulu)[ \t]*","errorMessage":"Not a valid Timezone"}}],"extractValue":{"type":"regex","regex":"([-+/_a-zA-Z0-9]*)"},"placeholder":"Europe/Berlin"}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["event"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["event"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"After","name":"timeMin","type":"dateTime","default":"={{ $now }}","description":"At least some part of the event must be after this time, use <a href=\"https://docs.n8n.io/code/cookbook/luxon/\" target=\"_blank\">expression</a> to set a date, or switch to fixed mode to choose date from widget","displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.3}}],"operation":["getAll"],"resource":["event"]}}},{"displayName":"Before","name":"timeMax","type":"dateTime","default":"={{ $now.plus({ week: 1 }) }}","description":"At least some part of the event must be before this time, use <a href=\"https://docs.n8n.io/code/cookbook/luxon/\" target=\"_blank\">expression</a> to set a date, or switch to fixed mode to choose date from widget","displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.3}}],"operation":["getAll"],"resource":["event"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["event"]}},"options":[{"displayName":"After","name":"timeMin","type":"dateTime","default":"","description":"At least some part of the event must be after this time, use <a href=\"https://docs.n8n.io/code/cookbook/luxon/\" target=\"_blank\">expression</a> to set a date, or switch to fixed mode to choose date from widget","displayOptions":{"hide":{"@version":[{"_cnd":{"gte":1.3}}]}}},{"displayName":"Before","name":"timeMax","type":"dateTime","default":"","description":"At least some part of the event must be before this time, use <a href=\"https://docs.n8n.io/code/cookbook/luxon/\" target=\"_blank\">expression</a> to set a date, or switch to fixed mode to choose date from widget","displayOptions":{"hide":{"@version":[{"_cnd":{"gte":1.3}}]}}},{"displayName":"Expand Events","name":"singleEvents","type":"boolean","default":false,"description":"Whether to expand recurring events into instances and only return single one-off events and instances of recurring events, but not the underlying recurring events themselves","displayOptions":{"hide":{"@version":[{"_cnd":{"gte":1.3}}]}}},{"displayName":"Fields","name":"fields","type":"string","placeholder":"e.g. items(ID,status,summary)","default":"","description":"Specify fields to return, by default a predefined by Google set of commonly used fields would be returned. To return all fields, use '*', <a href='https://developers.google.com/calendar/api/guides/performance#partial' target='_blank'>More info</a>."},{"displayName":"iCalUID","name":"iCalUID","type":"string","default":"","description":"Specifies event ID in the iCalendar format to be included in the response"},{"displayName":"Max Attendees","name":"maxAttendees","type":"number","default":0,"description":"The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned."},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Start Time","value":"startTime","description":"Order by the start date/time (ascending). This is only available when querying single events (i.e. the parameter singleEvents is True)."},{"name":"Updated","value":"updated","description":"Order by last modification time (ascending)"}],"default":"","description":"The order of the events returned in the result"},{"displayName":"Query","name":"query","type":"string","default":"","description":"Free text search terms to find events that match these terms in any field, except for extended properties"},{"displayName":"Recurring Event Handling","name":"recurringEventHandling","type":"options","default":"expand","options":[{"name":"All Occurrences","value":"expand","description":"Return all instances of recurring event for specified time range"},{"name":"First Occurrence","value":"first","description":"Return event with specified recurrence rule"},{"name":"Next Occurrence","value":"next","description":"Return next instance of recurring event"}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.3}}]}}},{"displayName":"Show Deleted","name":"showDeleted","type":"boolean","default":false,"description":"Whether to include deleted events (with status equals \"cancelled\") in the result"},{"displayName":"Show Hidden Invitations","name":"showHiddenInvitations","type":"boolean","default":false,"description":"Whether to include hidden invitations in the result"},{"displayName":"Timezone","name":"timeZone","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Time zone used in the response. The default is the time zone of the calendar.","modes":[{"displayName":"Timezone","name":"list","type":"list","placeholder":"Select a Timezone...","typeOptions":{"searchListMethod":"getTimezones","searchable":true}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"(Africa/Abidjan|Africa/Accra|Africa/Addis_Ababa|Africa/Algiers|Africa/Asmara|Africa/Asmera|Africa/Bamako|Africa/Bangui|Africa/Banjul|Africa/Bissau|Africa/Blantyre|Africa/Brazzaville|Africa/Bujumbura|Africa/Cairo|Africa/Casablanca|Africa/Ceuta|Africa/Conakry|Africa/Dakar|Africa/Dar_es_Salaam|Africa/Djibouti|Africa/Douala|Africa/El_Aaiun|Africa/Freetown|Africa/Gaborone|Africa/Harare|Africa/Johannesburg|Africa/Juba|Africa/Kampala|Africa/Khartoum|Africa/Kigali|Africa/Kinshasa|Africa/Lagos|Africa/Libreville|Africa/Lome|Africa/Luanda|Africa/Lubumbashi|Africa/Lusaka|Africa/Malabo|Africa/Maputo|Africa/Maseru|Africa/Mbabane|Africa/Mogadishu|Africa/Monrovia|Africa/Nairobi|Africa/Ndjamena|Africa/Niamey|Africa/Nouakchott|Africa/Ouagadougou|Africa/Porto-Novo|Africa/Sao_Tome|Africa/Timbuktu|Africa/Tripoli|Africa/Tunis|Africa/Windhoek|America/Adak|America/Anchorage|America/Anguilla|America/Antigua|America/Araguaina|America/Argentina/Buenos_Aires|America/Argentina/Catamarca|America/Argentina/ComodRivadavia|America/Argentina/Cordoba|America/Argentina/Jujuy|America/Argentina/La_Rioja|America/Argentina/Mendoza|America/Argentina/Rio_Gallegos|America/Argentina/Salta|America/Argentina/San_Juan|America/Argentina/San_Luis|America/Argentina/Tucuman|America/Argentina/Ushuaia|America/Aruba|America/Asuncion|America/Atikokan|America/Atka|America/Bahia|America/Bahia_Banderas|America/Barbados|America/Belem|America/Belize|America/Blanc-Sablon|America/Boa_Vista|America/Bogota|America/Boise|America/Buenos_Aires|America/Cambridge_Bay|America/Campo_Grande|America/Cancun|America/Caracas|America/Catamarca|America/Cayenne|America/Cayman|America/Chicago|America/Chihuahua|America/Ciudad_Juarez|America/Coral_Harbour|America/Cordoba|America/Costa_Rica|America/Coyhaique|America/Creston|America/Cuiaba|America/Curacao|America/Danmarkshavn|America/Dawson|America/Dawson_Creek|America/Denver|America/Detroit|America/Dominica|America/Edmonton|America/Eirunepe|America/El_Salvador|America/Ensenada|America/Fort_Nelson|America/Fort_Wayne|America/Fortaleza|America/Glace_Bay|America/Godthab|America/Goose_Bay|America/Grand_Turk|America/Grenada|America/Guadeloupe|America/Guatemala|America/Guayaquil|America/Guyana|America/Halifax|America/Havana|America/Hermosillo|America/Indiana/Indianapolis|America/Indiana/Knox|America/Indiana/Marengo|America/Indiana/Petersburg|America/Indiana/Tell_City|America/Indiana/Vevay|America/Indiana/Vincennes|America/Indiana/Winamac|America/Indianapolis|America/Inuvik|America/Iqaluit|America/Jamaica|America/Jujuy|America/Juneau|America/Kentucky/Louisville|America/Kentucky/Monticello|America/Knox_IN|America/Kralendijk|America/La_Paz|America/Lima|America/Los_Angeles|America/Louisville|America/Lower_Princes|America/Maceio|America/Managua|America/Manaus|America/Marigot|America/Martinique|America/Matamoros|America/Mazatlan|America/Mendoza|America/Menominee|America/Merida|America/Metlakatla|America/Mexico_City|America/Miquelon|America/Moncton|America/Monterrey|America/Montevideo|America/Montreal|America/Montserrat|America/Nassau|America/New_York|America/Nipigon|America/Nome|America/Noronha|America/North_Dakota/Beulah|America/North_Dakota/Center|America/North_Dakota/New_Salem|America/Nuuk|America/Ojinaga|America/Panama|America/Pangnirtung|America/Paramaribo|America/Phoenix|America/Port-au-Prince|America/Port_of_Spain|America/Porto_Acre|America/Porto_Velho|America/Puerto_Rico|America/Punta_Arenas|America/Rainy_River|America/Rankin_Inlet|America/Recife|America/Regina|America/Resolute|America/Rio_Branco|America/Rosario|America/Santa_Isabel|America/Santarem|America/Santiago|America/Santo_Domingo|America/Sao_Paulo|America/Scoresbysund|America/Shiprock|America/Sitka|America/St_Barthelemy|America/St_Johns|America/St_Kitts|America/St_Lucia|America/St_Thomas|America/St_Vincent|America/Swift_Current|America/Tegucigalpa|America/Thule|America/Thunder_Bay|America/Tijuana|America/Toronto|America/Tortola|America/Vancouver|America/Virgin|America/Whitehorse|America/Winnipeg|America/Yakutat|America/Yellowknife|Antarctica/Casey|Antarctica/Davis|Antarctica/DumontDUrville|Antarctica/Macquarie|Antarctica/Mawson|Antarctica/McMurdo|Antarctica/Palmer|Antarctica/Rothera|Antarctica/South_Pole|Antarctica/Syowa|Antarctica/Troll|Antarctica/Vostok|Arctic/Longyearbyen|Asia/Aden|Asia/Almaty|Asia/Amman|Asia/Anadyr|Asia/Aqtau|Asia/Aqtobe|Asia/Ashgabat|Asia/Ashkhabad|Asia/Atyrau|Asia/Baghdad|Asia/Bahrain|Asia/Baku|Asia/Bangkok|Asia/Barnaul|Asia/Beirut|Asia/Bishkek|Asia/Brunei|Asia/Calcutta|Asia/Chita|Asia/Choibalsan|Asia/Chongqing|Asia/Chungking|Asia/Colombo|Asia/Dacca|Asia/Damascus|Asia/Dhaka|Asia/Dili|Asia/Dubai|Asia/Dushanbe|Asia/Famagusta|Asia/Gaza|Asia/Harbin|Asia/Hebron|Asia/Ho_Chi_Minh|Asia/Hong_Kong|Asia/Hovd|Asia/Irkutsk|Asia/Istanbul|Asia/Jakarta|Asia/Jayapura|Asia/Jerusalem|Asia/Kabul|Asia/Kamchatka|Asia/Karachi|Asia/Kashgar|Asia/Kathmandu|Asia/Katmandu|Asia/Khandyga|Asia/Kolkata|Asia/Krasnoyarsk|Asia/Kuala_Lumpur|Asia/Kuching|Asia/Kuwait|Asia/Macao|Asia/Macau|Asia/Magadan|Asia/Makassar|Asia/Manila|Asia/Muscat|Asia/Nicosia|Asia/Novokuznetsk|Asia/Novosibirsk|Asia/Omsk|Asia/Oral|Asia/Phnom_Penh|Asia/Pontianak|Asia/Pyongyang|Asia/Qatar|Asia/Qostanay|Asia/Qyzylorda|Asia/Rangoon|Asia/Riyadh|Asia/Saigon|Asia/Sakhalin|Asia/Samarkand|Asia/Seoul|Asia/Shanghai|Asia/Singapore|Asia/Srednekolymsk|Asia/Taipei|Asia/Tashkent|Asia/Tbilisi|Asia/Tehran|Asia/Tel_Aviv|Asia/Thimbu|Asia/Thimphu|Asia/Tokyo|Asia/Tomsk|Asia/Ujung_Pandang|Asia/Ulaanbaatar|Asia/Ulan_Bator|Asia/Urumqi|Asia/Ust-Nera|Asia/Vientiane|Asia/Vladivostok|Asia/Yakutsk|Asia/Yangon|Asia/Yekaterinburg|Asia/Yerevan|Atlantic/Azores|Atlantic/Bermuda|Atlantic/Canary|Atlantic/Cape_Verde|Atlantic/Faeroe|Atlantic/Faroe|Atlantic/Jan_Mayen|Atlantic/Madeira|Atlantic/Reykjavik|Atlantic/South_Georgia|Atlantic/St_Helena|Atlantic/Stanley|Australia/ACT|Australia/Adelaide|Australia/Brisbane|Australia/Broken_Hill|Australia/Canberra|Australia/Currie|Australia/Darwin|Australia/Eucla|Australia/Hobart|Australia/LHI|Australia/Lindeman|Australia/Lord_Howe|Australia/Melbourne|Australia/NSW|Australia/North|Australia/Perth|Australia/Queensland|Australia/South|Australia/Sydney|Australia/Tasmania|Australia/Victoria|Australia/West|Australia/Yancowinna|Brazil/Acre|Brazil/DeNoronha|Brazil/East|Brazil/West|CET|CST6CDT|Canada/Atlantic|Canada/Central|Canada/Eastern|Canada/Mountain|Canada/Newfoundland|Canada/Pacific|Canada/Saskatchewan|Canada/Yukon|Chile/Continental|Chile/EasterIsland|Cuba|EET|EST|EST5EDT|Egypt|Eire|Etc/GMT|Etc/GMT\\+0|Etc/GMT\\+1|Etc/GMT\\+10|Etc/GMT\\+11|Etc/GMT\\+12|Etc/GMT\\+2|Etc/GMT\\+3|Etc/GMT\\+4|Etc/GMT\\+5|Etc/GMT\\+6|Etc/GMT\\+7|Etc/GMT\\+8|Etc/GMT\\+9|Etc/GMT-0|Etc/GMT-1|Etc/GMT-10|Etc/GMT-11|Etc/GMT-12|Etc/GMT-13|Etc/GMT-14|Etc/GMT-2|Etc/GMT-3|Etc/GMT-4|Etc/GMT-5|Etc/GMT-6|Etc/GMT-7|Etc/GMT-8|Etc/GMT-9|Etc/GMT0|Etc/Greenwich|Etc/UCT|Etc/UTC|Etc/Universal|Etc/Zulu|Europe/Amsterdam|Europe/Andorra|Europe/Astrakhan|Europe/Athens|Europe/Belfast|Europe/Belgrade|Europe/Berlin|Europe/Bratislava|Europe/Brussels|Europe/Bucharest|Europe/Budapest|Europe/Busingen|Europe/Chisinau|Europe/Copenhagen|Europe/Dublin|Europe/Gibraltar|Europe/Guernsey|Europe/Helsinki|Europe/Isle_of_Man|Europe/Istanbul|Europe/Jersey|Europe/Kaliningrad|Europe/Kiev|Europe/Kirov|Europe/Kyiv|Europe/Lisbon|Europe/Ljubljana|Europe/London|Europe/Luxembourg|Europe/Madrid|Europe/Malta|Europe/Mariehamn|Europe/Minsk|Europe/Monaco|Europe/Moscow|Europe/Nicosia|Europe/Oslo|Europe/Paris|Europe/Podgorica|Europe/Prague|Europe/Riga|Europe/Rome|Europe/Samara|Europe/San_Marino|Europe/Sarajevo|Europe/Saratov|Europe/Simferopol|Europe/Skopje|Europe/Sofia|Europe/Stockholm|Europe/Tallinn|Europe/Tirane|Europe/Tiraspol|Europe/Ulyanovsk|Europe/Uzhgorod|Europe/Vaduz|Europe/Vatican|Europe/Vienna|Europe/Vilnius|Europe/Volgograd|Europe/Warsaw|Europe/Zagreb|Europe/Zaporozhye|Europe/Zurich|GB|GB-Eire|GMT|GMT\\+0|GMT-0|GMT0|Greenwich|HST|Hongkong|Iceland|Indian/Antananarivo|Indian/Chagos|Indian/Christmas|Indian/Cocos|Indian/Comoro|Indian/Kerguelen|Indian/Mahe|Indian/Maldives|Indian/Mauritius|Indian/Mayotte|Indian/Reunion|Iran|Israel|Jamaica|Japan|Kwajalein|Libya|MET|MST|MST7MDT|Mexico/BajaNorte|Mexico/BajaSur|Mexico/General|NZ|NZ-CHAT|Navajo|PRC|PST8PDT|Pacific/Apia|Pacific/Auckland|Pacific/Bougainville|Pacific/Chatham|Pacific/Chuuk|Pacific/Easter|Pacific/Efate|Pacific/Enderbury|Pacific/Fakaofo|Pacific/Fiji|Pacific/Funafuti|Pacific/Galapagos|Pacific/Gambier|Pacific/Guadalcanal|Pacific/Guam|Pacific/Honolulu|Pacific/Johnston|Pacific/Kanton|Pacific/Kiritimati|Pacific/Kosrae|Pacific/Kwajalein|Pacific/Majuro|Pacific/Marquesas|Pacific/Midway|Pacific/Nauru|Pacific/Niue|Pacific/Norfolk|Pacific/Noumea|Pacific/Pago_Pago|Pacific/Palau|Pacific/Pitcairn|Pacific/Pohnpei|Pacific/Ponape|Pacific/Port_Moresby|Pacific/Rarotonga|Pacific/Saipan|Pacific/Samoa|Pacific/Tahiti|Pacific/Tarawa|Pacific/Tongatapu|Pacific/Truk|Pacific/Wake|Pacific/Wallis|Pacific/Yap|Poland|Portugal|ROC|ROK|Singapore|Turkey|UCT|US/Alaska|US/Aleutian|US/Arizona|US/Central|US/East-Indiana|US/Eastern|US/Hawaii|US/Indiana-Starke|US/Michigan|US/Mountain|US/Pacific|US/Samoa|UTC|Universal|W-SU|WET|Zulu)[ \t]*","errorMessage":"Not a valid Timezone"}}],"extractValue":{"type":"regex","regex":"([-+/_a-zA-Z0-9]*)"},"placeholder":"Europe/Berlin"}]},{"displayName":"Updated Min","name":"updatedMin","type":"dateTime","default":"","description":"Lower bound for an event's last modification time (as a RFC3339 timestamp) to filter by. When specified, entries deleted since this time will always be included regardless of showDeleted."}]},{"displayName":"Event ID","name":"eventId","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["event"]}},"default":""},{"displayName":"Modify","name":"modifyTarget","type":"options","options":[{"name":"Recurring Event Instance","value":"instance"},{"name":"Recurring Event","value":"event"}],"default":"instance","displayOptions":{"show":{"@tool":[false],"@version":[{"_cnd":{"gte":1.3}}],"resource":["event"],"operation":["update"],"eventId":[{"_cnd":{"includes":"_"}}]}}},{"displayName":"Use Default Reminders","name":"useDefaultReminders","type":"boolean","displayOptions":{"show":{"operation":["update"],"resource":["event"]}},"default":true},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["event"]}},"options":[{"displayName":"All Day","name":"allday","type":"options","options":[{"name":"Yes","value":"yes"},{"name":"No","value":"no"}],"default":"no","description":"Whether the event is all day or not"},{"displayName":"Attendees","name":"attendeesUi","type":"fixedCollection","placeholder":"Add Attendees","default":{"values":{"mode":"add","attendees":[]}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Mode","name":"mode","type":"options","default":"add","options":[{"name":"Add Attendees Below [Default]","value":"add"},{"name":"Replace Attendees with Those Below","value":"replace"}]},{"displayName":"Attendees","name":"attendees","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Attendee"},"default":"","description":"The attendees of the event. Multiple ones can be separated by comma."}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.2}}]}}},{"displayName":"Attendees","name":"attendees","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Attendee"},"default":"","description":"The attendees of the event. Multiple ones can be separated by comma.","displayOptions":{"show":{"@version":[1,1.1]}}},{"displayName":"Color Name or ID","name":"color","type":"options","typeOptions":{"loadOptionsMethod":"getColors"},"default":"","description":"The color of the event. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"End","name":"end","type":"dateTime","default":"","description":"End time of the event"},{"displayName":"Guests Can Invite Others","name":"guestsCanInviteOthers","type":"boolean","default":true,"description":"Whether attendees other than the organizer can invite others to the event"},{"displayName":"Guests Can Modify","name":"guestsCanModify","type":"boolean","default":false,"description":"Whether attendees other than the organizer can modify the event"},{"displayName":"Guests Can See Other Guests","name":"guestsCanSeeOtherGuests","type":"boolean","default":true,"description":"Whether attendees other than the organizer can see who the event's attendees are"},{"displayName":"ID","name":"id","type":"string","default":"","description":"Opaque identifier of the event"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Geographic location of the event as free-form text"},{"displayName":"Max Attendees","name":"maxAttendees","type":"number","default":0,"description":"The maximum number of attendees to include in the response. If there are more than the specified number of attendees, only the participant is returned."},{"displayName":"Repeat Frequency","name":"repeatFrecuency","type":"options","options":[{"name":"Daily","value":"Daily"},{"name":"Weekly","value":"weekly"},{"name":"Monthly","value":"monthly"},{"name":"Yearly","value":"yearly"}],"default":""},{"displayName":"Repeat How Many Times?","name":"repeatHowManyTimes","type":"number","typeOptions":{"minValue":1},"default":1},{"displayName":"Repeat Until","name":"repeatUntil","type":"dateTime","default":""},{"displayName":"RRULE","name":"rrule","type":"string","default":"","description":"Recurrence rule. When set, the parameters Repeat Frequency, Repeat How Many Times and Repeat Until are ignored."},{"displayName":"Send Updates","name":"sendUpdates","type":"options","options":[{"name":"All","value":"all","description":"Notifications are sent to all guests"},{"name":"External Only","value":"externalOnly","description":"Notifications are sent to non-Google Calendar guests only"},{"name":"None","value":"none","description":"No notifications are sent. This value should only be used for migration use case."}],"description":"Whether to send notifications about the creation of the new event","default":""},{"displayName":"Show Me As","name":"showMeAs","type":"options","options":[{"name":"Available","value":"transparent","description":"The event does not block time on the calendar"},{"name":"Busy","value":"opaque","description":"The event does block time on the calendar"}],"default":"opaque","description":"Whether the event blocks time on the calendar"},{"displayName":"Start","name":"start","type":"dateTime","default":"","description":"Start time of the event"},{"displayName":"Summary","name":"summary","type":"string","default":"","description":"Title of the event"},{"displayName":"Visibility","name":"visibility","type":"options","options":[{"name":"Confidential","value":"confidential","description":"The event is private. This value is provided for compatibility reasons."},{"name":"Default","value":"default","description":"Uses the default visibility for events on the calendar"},{"name":"Public","value":"public","description":"The event is public and event details are visible to all readers of the calendar"},{"name":"Private","value":"private","description":"The event is private and only event attendees may view event details"}],"default":"default","description":"Visibility of the event"}]},{"displayName":"Reminders","name":"remindersUi","type":"fixedCollection","default":{},"placeholder":"Add Reminder","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["event"],"operation":["update"],"useDefaultReminders":[false]}},"options":[{"name":"remindersValues","displayName":"Reminder","values":[{"displayName":"Method","name":"method","type":"options","options":[{"name":"Email","value":"email"},{"name":"Popup","value":"popup"}],"default":""},{"displayName":"Minutes Before","name":"minutes","type":"number","typeOptions":{"minValue":0,"maxValue":40320},"default":0}]}],"description":"If the event doesn't use the default reminders, this lists the reminders specific to the event"},{"displayName":"This node will use the time zone set in n8n’s settings, but you can override this in the workflow settings","name":"useN8nTimeZone","type":"notice","default":""}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlecalendar/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Calendar/googleCalendar.svg"},
{"displayName":"Google Calendar Trigger","name":"googleCalendarTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"triggerOn\"]}}","description":"Starts the workflow when Google Calendar events occur","defaults":{"name":"Google Calendar Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"googleCalendarOAuth2Api","required":true}],"polling":true,"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Google Calendar to operate on","modes":[{"displayName":"Calendar","name":"list","type":"list","placeholder":"Select a Calendar...","typeOptions":{"searchListMethod":"getCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"(^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*(?:[ \t]+)*$)","errorMessage":"Not a valid Google Calendar ID"}}],"extractValue":{"type":"regex","regex":"(^[a-zA-Z0-9.!#$%&’*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\\.[a-zA-Z0-9-]+)*)"},"placeholder":"name@google.com"}]},{"displayName":"Trigger On","name":"triggerOn","type":"options","required":true,"default":"","options":[{"name":"Event Cancelled","value":"eventCancelled"},{"name":"Event Created","value":"eventCreated"},{"name":"Event Ended","value":"eventEnded"},{"name":"Event Started","value":"eventStarted"},{"name":"Event Updated","value":"eventUpdated"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Match Term","name":"matchTerm","type":"string","default":"","description":"Free text search terms to filter events that match these terms in any field, except for extended properties"}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.googlecalendartrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Calendar/googleCalendar.svg"},
{"displayName":"Google Chat","name":"googleChat","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google Chat API","schemaPath":"Google/Chat","defaults":{"name":"Google Chat"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"waitingNodeTooltip":"={{ ((parameters) => {\n    if (parameters?.operation === 'sendAndWait') {\n        return \"Execution will continue after the user's response\";\n    }\n    return '';\n})($parameter) }}","webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true},{"name":"default","httpMethod":"POST","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true}],"credentials":[{"name":"googleApi","required":true,"testedBy":"testGoogleTokenAuth","displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleChatOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"serviceAccount"},{"displayName":"Resource","name":"resource","required":true,"noDataExpression":true,"type":"options","options":[{"name":"Member","value":"member"},{"name":"Message","value":"message"},{"name":"Space","value":"space"}],"default":"message"},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["member"]}},"options":[{"name":"Get","value":"get","description":"Get a membership","action":"Get a member"},{"name":"Get Many","value":"getAll","description":"Get many memberships in a space","action":"Get many members"}],"default":"get"},{"displayName":"Member ID","name":"memberId","type":"string","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["get"]}},"default":"","description":"Member to be retrieved in the form \"spaces/*/members/*\""},{"displayName":"Space Name or ID","name":"spaceId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getSpaces"},"displayOptions":{"show":{"resource":["member"],"operation":["getAll"]}},"default":[],"description":"The name of the space for which to retrieve members, in the form \"spaces/*\". Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/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","typeOptions":{"maxValue":1000},"displayOptions":{"show":{"resource":["member"],"operation":["getAll"],"returnAll":[false]}},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Create","value":"create","description":"Create a message","action":"Create a message"},{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Get a message","action":"Get a message"},{"name":"Send and Wait for Response","value":"sendAndWait","description":"Send a message and wait for response","action":"Send message and wait for response"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"}],"default":"create"},{"displayName":"Space Name or ID","name":"spaceId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getSpaces"},"default":"","description":"Space resource name, in the form \"spaces/*\". Example: spaces/AAAAMpdlehY. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["message"],"operation":["create"]}}},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","displayOptions":{"show":{"resource":["message"],"operation":["create"]}},"default":false,"description":"Whether to pass the message object as JSON"},{"displayName":"Message","name":"messageUi","type":"collection","required":true,"placeholder":"Add Message","displayOptions":{"show":{"resource":["message"],"operation":["create"],"jsonParameters":[false]}},"default":{},"options":[{"displayName":"Text","name":"text","type":"string","default":""}]},{"displayName":"See <a href=\"https://developers.google.com/chat/reference/rest/v1/spaces.messages#Message\" target=\"_blank\">Google Chat Guide</a> To Creating Messages","name":"jsonNotice","type":"notice","displayOptions":{"show":{"resource":["message"],"operation":["create"],"jsonParameters":[true]}},"default":""},{"displayName":"Message (JSON)","name":"messageJson","type":"json","required":true,"typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["message"],"operation":["create"],"jsonParameters":[true]}},"default":"","description":"Message input as JSON Object or JSON String"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["create"]}},"options":[{"displayName":"Request ID","name":"requestId","type":"string","default":"","description":"A unique request ID for this message. If a message has already been created in the space with this request ID, the subsequent request will return the existing message and no new message will be created."}]},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["delete"]}},"default":"","description":"Resource name of the message to be deleted, in the form \"spaces//messages/\""},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["get"]}},"default":"","description":"Resource name of the message to be retrieved, in the form \"spaces//messages/\""},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"default":"","description":"Resource name of the message to be updated, in the form \"spaces//messages/\""},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"default":false,"description":"Whether to pass the update fields object as JSON"},{"displayName":"Update Fields","name":"updateFieldsUi","type":"collection","required":true,"placeholder":"Add option","displayOptions":{"show":{"resource":["message"],"operation":["update"],"jsonParameters":[false]}},"default":{},"options":[{"displayName":"Text","name":"text","type":"string","default":""}]},{"displayName":"See <a href=\"https://developers.google.com/chat/reference/rest/v1/spaces.messages#Message\" target=\"_blank\">Google Chat Guide</a> To Creating Messages","name":"jsonNotice","type":"notice","displayOptions":{"show":{"resource":["message"],"operation":["update"],"jsonParameters":[true]}},"default":""},{"displayName":"Update Fields (JSON)","name":"updateFieldsJson","type":"json","required":true,"typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["message"],"operation":["update"],"jsonParameters":[true]}},"default":"","description":"Message input as JSON Object or JSON String"},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["space"]}},"options":[{"name":"Get","value":"get","description":"Get a space","action":"Get a space"},{"name":"Get Many","value":"getAll","description":"Get many spaces the caller is a member of","action":"Get many spaces"}],"default":"get"},{"displayName":"Space ID","name":"spaceId","type":"string","required":true,"displayOptions":{"show":{"resource":["space"],"operation":["get"]}},"default":"","description":"Resource name of the space, in the form \"spaces/*\""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["space"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"maxValue":1000},"displayOptions":{"show":{"resource":["space"],"operation":["getAll"],"returnAll":[false]}},"default":100,"description":"Max number of results to return"},{"displayName":"Space Name or ID","name":"spaceId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getSpaces"},"default":"","description":"Space resource name, in the form \"spaces/*\". Example: spaces/AAAAMpdlehY. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"typeOptions":{"rows":4},"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Response Type","name":"responseType","type":"options","default":"approval","options":[{"name":"Approval","value":"approval","description":"User can approve/disapprove from within the message"},{"name":"Free Text","value":"freeText","description":"User can submit a response via a form"},{"name":"Custom Form","value":"customForm","description":"User can submit a response via a custom form"}],"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Define Form","name":"defineForm","type":"options","noDataExpression":true,"options":[{"name":"Using Fields Below","value":"fields"},{"name":"Using JSON","value":"json"}],"default":"fields","displayOptions":{"show":{"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Fields","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n  {\n    \"fieldLabel\": \"Name\",\n    \"placeholder\": \"enter your name\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Age\",\n    \"fieldType\": \"number\",\n    \"placeholder\": \"enter your age\"\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Textarea\",\n    \"fieldType\": \"textarea\"\n  },\n  {\n    \"fieldLabel\": \"Dropdown Options\",\n    \"fieldType\": \"dropdown\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    },\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Checkboxes\",\n    \"fieldType\": \"checkbox\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Radio\",\n    \"fieldType\": \"radio\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"placeholder\": \"me@mail.con\"\n  },\n  {\n    \"fieldLabel\": \"File\",\n    \"fieldType\": \"file\",\n    \"multipleFiles\": true,\n    \"acceptFileTypes\": \".jpg, .png\"\n  },\n  {\n    \"fieldLabel\": \"Number\",\n    \"fieldType\": \"number\"\n  },\n  {\n    \"fieldLabel\": \"Password\",\n    \"fieldType\": \"password\"\n  }\n]\n","validateType":"form-fields","ignoreValidationDuringExecution":true,"hint":"<a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/\" target=\"_blank\">See docs</a> for field syntax","displayOptions":{"show":{"defineForm":["json"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"hideOptionalFields":true,"addOptionalFieldButtonText":"Add Attributes","fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Approval Options","name":"approvalOptions","type":"fixedCollection","placeholder":"Add option","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Type of Approval","name":"approvalType","type":"options","placeholder":"Add option","default":"single","options":[{"name":"Approve Only","value":"single"},{"name":"Approve and Disapprove","value":"double"}]},{"displayName":"Approve Button Label","name":"approveLabel","type":"string","default":"✅ Approve","displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Disapprove Button Label","name":"disapproveLabel","type":"string","default":"❌ Decline","displayOptions":{"show":{"approvalType":["double"]}}}]}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Message Button Label","name":"messageButtonLabel","type":"string","default":"Respond"},{"displayName":"Response Form Title","name":"responseFormTitle","description":"Title of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Description","name":"responseFormDescription","description":"Description of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Button Label","name":"responseFormButtonLabel","type":"string","default":"Submit"},{"displayName":"Response Form Custom Styling","name":"responseFormCustomCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the response form with CSS"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["freeText","customForm"],"resource":["message"],"operation":["sendAndWait"]}}}],"codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlechat/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/service-account/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Chat/googleChat.svg"},
{"displayName":"Google Cloud Natural Language","name":"googleCloudNaturalLanguage","group":["input","output"],"version":1,"description":"Consume Google Cloud Natural Language API","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","schemaPath":"Google/CloudNaturalLanguage","defaults":{"name":"Google Cloud Natural Language"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleCloudNaturalLanguageOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Document","value":"document"}],"default":"document"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["document"]}},"options":[{"name":"Analyze Sentiment","value":"analyzeSentiment","action":"Analyze sentiment"}],"default":"analyzeSentiment"},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Content","value":"content"},{"name":"Google Cloud Storage URI","value":"gcsContentUri"}],"default":"content","description":"The source of the document: a string containing the content or a Google Cloud Storage URI","required":true,"displayOptions":{"show":{"operation":["analyzeSentiment"]}}},{"displayName":"Content","name":"content","type":"string","default":"","description":"The content of the input in string format. Cloud audit logging exempt since it is based on user data.","required":true,"displayOptions":{"show":{"operation":["analyzeSentiment"],"source":["content"]}}},{"displayName":"Google Cloud Storage URI","name":"gcsContentUri","type":"string","default":"","description":"The Google Cloud Storage URI where the file content is located. This URI must be of the form: <code>gs://bucket_name/object_name</code>. For more details, see <a href=\"https://cloud.google.com/storage/docs/reference-uris.\">reference</a>.","required":true,"displayOptions":{"show":{"operation":["analyzeSentiment"],"source":["gcsContentUri"]}}},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["analyzeSentiment"]}},"default":{},"placeholder":"Add option","options":[{"displayName":"Document Type","name":"documentType","type":"options","options":[{"name":"HTML","value":"HTML"},{"name":"Plain Text","value":"PLAIN_TEXT"}],"default":"PLAIN_TEXT","description":"The type of input document"},{"displayName":"Encoding Type","name":"encodingType","type":"options","options":[{"name":"None","value":"NONE"},{"name":"UTF-8","value":"UTF8"},{"name":"UTF-16","value":"UTF16"},{"name":"UTF-32","value":"UTF32"}],"default":"UTF16","description":"The encoding type used by the API to calculate sentence offsets"},{"displayName":"Language","name":"language","type":"options","options":[{"name":"Arabic","value":"ar"},{"name":"Chinese (Simplified)","value":"zh"},{"name":"Chinese (Traditional)","value":"zh-Hant"},{"name":"Dutch","value":"nl"},{"name":"English","value":"en"},{"name":"French","value":"fr"},{"name":"German","value":"de"},{"name":"Indonesian","value":"id"},{"name":"Italian","value":"it"},{"name":"Japanese","value":"ja"},{"name":"Korean","value":"ko"},{"name":"Portuguese (Brazilian & Continental)","value":"pt"},{"name":"Spanish","value":"es"},{"name":"Thai","value":"th"},{"name":"Turkish","value":"tr"},{"name":"Vietnamese","value":"vi"}],"default":"en","placeholder":"","description":"The language of the document (if not specified, the language is automatically detected). Both ISO and BCP-47 language codes are accepted."}]}],"codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlecloudnaturallanguage/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/CloudNaturalLanguage/googlecloudnaturallanguage.png"},
{"displayName":"Google Cloud Storage","name":"googleCloudStorage","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Google Cloud Storage API","schemaPath":"Google/CloudStorage","defaults":{"name":"Google Cloud Storage"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleCloudStorageOAuth2Api","required":true,"testedBy":{"request":{"method":"GET","url":"/b/"}}}],"requestDefaults":{"returnFullResponse":true,"baseURL":"https://storage.googleapis.com/storage/v1"},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Bucket","value":"bucket"},{"name":"Object","value":"object"}],"default":"bucket"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["bucket"]}},"options":[{"name":"Create","value":"create","description":"Create a new Bucket","routing":{"request":{"method":"POST","url":"/b/","qs":{},"body":{"name":"={{$parameter[\"bucketName\"]}}"},"returnFullResponse":true},"send":{"preSend":[null]}},"action":"Create a new Bucket"},{"name":"Delete","value":"delete","description":"Delete an empty Bucket","routing":{"request":{"method":"DELETE","url":"={{\"/b/\" + $parameter[\"bucketName\"]}}","returnFullResponse":true}},"action":"Delete an empty Bucket"},{"name":"Get","value":"get","description":"Get metadata for a specific Bucket","routing":{"request":{"method":"GET","url":"={{\"/b/\" + $parameter[\"bucketName\"]}}","returnFullResponse":true,"qs":{}}},"action":"Get a Bucket"},{"name":"Get Many","value":"getAll","description":"Get list of Buckets","routing":{"request":{"method":"GET","url":"/b/","qs":{}},"send":{"paginate":true,"preSend":[null]},"operations":{}},"action":"Get a list of Buckets for a given project"},{"name":"Update","value":"update","description":"Update the metadata of a bucket","routing":{"request":{"method":"PATCH","url":"={{\"/b/\" + $parameter[\"bucketName\"]}}","qs":{"project":"={{$parameter[\"projectId\"]}}"},"body":{},"returnFullResponse":true},"send":{"preSend":[null]}},"action":"Update the metadata of a Bucket"}],"default":"getAll"},{"displayName":"Project ID","name":"projectId","type":"string","required":true,"placeholder":"Project ID","displayOptions":{"show":{"resource":["bucket"],"operation":["create","getAll"]}},"default":"","routing":{"request":{"qs":{"project":"={{$value}}"}}}},{"displayName":"Bucket Name","name":"bucketName","type":"string","placeholder":"Bucket Name","required":true,"displayOptions":{"show":{"resource":["bucket"],"operation":["create","get","update","delete"]}},"default":""},{"displayName":"Prefix","name":"prefix","type":"string","placeholder":"Filter for Bucket Names","displayOptions":{"show":{"resource":["bucket"],"operation":["getAll"]}},"default":"","routing":{"request":{"qs":{"prefix":"={{$value}}"}}}},{"displayName":"Projection","name":"projection","type":"options","noDataExpression":true,"options":[{"name":"All Properties","value":"full"},{"name":"No ACL","value":"noAcl"}],"default":"noAcl","displayOptions":{"show":{"resource":["bucket"],"operation":["create","get","getAll","update"]}},"routing":{"request":{"qs":{"projection":"={{$value}}"}}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["bucket"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Filters","name":"getFilters","type":"collection","displayOptions":{"show":{"resource":["bucket"],"operation":["delete","get","update"]}},"default":{},"placeholder":"Add Filter","options":[{"displayName":"Metageneration Match","name":"ifMetagenerationMatch","type":"number","description":"Only return data if the metageneration value of the Bucket matches the sent value","default":0,"routing":{"request":{"qs":{"ifMetagenerationMatch":"={{$value}}"}}}},{"displayName":"Metageneration Exclude","name":"ifMetagenerationNotMatch","type":"number","description":"Only return data if the metageneration value of the Bucket does not match the sent value","default":0,"routing":{"request":{"qs":{"ifMetagenerationNotMatch":"={{$value}}"}}}}]},{"displayName":"Predefined Access Control","name":"createAcl","type":"collection","noDataExpression":true,"default":{},"placeholder":"Add Access Control Parameters","displayOptions":{"show":{"resource":["bucket"],"operation":["create","update"]}},"options":[{"displayName":"Predefined ACL","name":"predefinedAcl","type":"options","default":"authenticatedRead","placeholder":"Apply a predefined set of access controls to this bucket","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"Private","value":"private"},{"name":"Project Private","value":"projectPrivate"},{"name":"Public Read","value":"publicRead"},{"name":"Public Read/Write","value":"publicReadWrite"}],"routing":{"request":{"qs":{"predefinedAcl":"={{$value}}"}}}},{"displayName":"Predefined Default Object ACL","name":"predefinedDefaultObjectAcl","type":"options","default":"authenticatedRead","placeholder":"Apply a predefined set of default object access controls to this bucket","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"Bucket Owner Full Control","value":"bucketOwnerFullControl"},{"name":"Bucket Owner Read","value":"bucketOwnerRead"},{"name":"Private","value":"private"},{"name":"Project Private","value":"projectPrivate"},{"name":"Public Read","value":"publicRead"}],"routing":{"request":{"qs":{"predefinedObjectAcl":"={{$value}}"}}}}]},{"displayName":"Additional Parameters","name":"createBody","type":"collection","noDataExpression":true,"default":{},"placeholder":"Add Metadata Parameter","displayOptions":{"show":{"resource":["bucket"],"operation":["create","update"]}},"options":[{"displayName":"Access Control","name":"acl","type":"json","default":"[]","placeholder":"Access controls on the Bucket"},{"displayName":"Billing","name":"billing","type":"json","default":"{}","placeholder":"The bucket's billing configuration"},{"displayName":"CORS","name":"cors","type":"json","default":"[]","placeholder":"The bucket's Cross Origin Resource Sharing configuration"},{"displayName":"Custom Placement Config","name":"customPlacementConfig","type":"json","default":"{}","placeholder":"The configuration for the region(s) for the Bucket"},{"displayName":"Data Locations","name":"dataLocations","type":"json","default":"[]","placeholder":"The list of individual regions that comprise a dual-region Bucket"},{"displayName":"Default Event Based Hold","name":"defaultEventBasedHold","type":"boolean","default":true,"placeholder":"Whether or not to automatically apply an event based hold to new objects"},{"displayName":"Default Object ACL","name":"defaultObjectAcl","type":"json","default":"[]","placeholder":"Default Access Controls for new objects when no ACL is provided"},{"displayName":"Encryption","name":"encryption","type":"json","default":"{}","placeholder":"Encryption configuration for a bucket"},{"displayName":"IAM Configuration","name":"iamConfiguration","type":"json","default":"{}","placeholder":"The bucket's IAM configuration"},{"displayName":"Labels","name":"labels","type":"json","default":"{}","placeholder":"User provided bucket labels, in key/value pairs"},{"displayName":"Lifecycle","name":"lifecycle","type":"json","default":"{}","placeholder":"The bucket's lifecycle configuration"},{"displayName":"Location","name":"location","type":"string","default":"US","placeholder":"The location of the bucket"},{"displayName":"Logging","name":"logging","type":"json","default":"{}","placeholder":"The bucket's logging configuration"},{"displayName":"Retention Policy","name":"retentionPolicy","type":"json","default":"{}","placeholder":"The bucket's retention policy"},{"displayName":"Recovery Point Objective","name":"rpo","type":"string","default":"DEFAULT","placeholder":"The recovery point objective for the bucket"},{"displayName":"Storage Class","name":"storageClass","type":"string","default":"STANDARD","placeholder":"The bucket's default storage class for objects that don't define one"},{"displayName":"Versioning","name":"versioning","type":"json","default":"{}","placeholder":"The bucket's versioning configuration"},{"displayName":"Website","name":"website","type":"json","default":"{}","placeholder":"The bucket's website configuration for when it is used to host a website"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["object"]}},"options":[{"name":"Create","value":"create","description":"Create an object","routing":{"request":{"method":"POST","baseURL":"https://storage.googleapis.com/upload/storage/v1","url":"={{\"/b/\" + $parameter[\"bucketName\"] + \"/o/\"}}","qs":{"name":"={{$parameter[\"objectName\"]}}","uploadType":"multipart"},"headers":{}},"send":{"preSend":[null,null]}},"action":"Create an object"},{"name":"Delete","value":"delete","description":"Delete an object","routing":{"request":{"method":"DELETE","url":"={{\"/b/\" + $parameter[\"bucketName\"] + \"/o/\" + $parameter[\"objectName\"]}}","qs":{}}},"action":"Delete an object from a bucket"},{"name":"Get","value":"get","description":"Get object data or metadata","routing":{"request":{"method":"GET","url":"={{\"/b/\" + $parameter[\"bucketName\"] + \"/o/\" + $parameter[\"objectName\"]}}","returnFullResponse":true,"qs":{"alt":"={{$parameter[\"alt\"]}}"}},"send":{"preSend":[null]},"output":{"postReceive":[null]}},"action":"Get object data or metadata"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of objects","routing":{"request":{"method":"GET","url":"={{\"/b/\" + $parameter[\"bucketName\"] + \"/o/\"}}","returnFullResponse":true,"qs":{}},"send":{"preSend":[null],"paginate":true},"operations":{}},"action":"Get a list of objects"},{"name":"Update","value":"update","description":"Update an object's metadata","routing":{"request":{"method":"PATCH","url":"={{\"/b/\" + $parameter[\"bucketName\"] + \"/o/\" + $parameter[\"objectName\"]}}","qs":{},"body":{}},"send":{"preSend":[null]}},"action":"Update an object's metadata"}],"default":"getAll"},{"displayName":"Bucket Name","name":"bucketName","type":"string","placeholder":"Bucket Name","required":true,"displayOptions":{"show":{"resource":["object"]}},"default":""},{"displayName":"Object Name","name":"objectName","type":"string","placeholder":"Object Name","required":true,"displayOptions":{"show":{"resource":["object"],"operation":["create","delete","get","update"]}},"default":""},{"displayName":"Projection","name":"projection","type":"options","noDataExpression":true,"options":[{"name":"All Properties","value":"full"},{"name":"No ACL","value":"noAcl"}],"default":"noAcl","displayOptions":{"show":{"resource":["object"],"operation":["get","getAll"]}},"routing":{"request":{"qs":{"projection":"={{$value}}"}}}},{"displayName":"Projection","name":"updateProjection","type":"options","noDataExpression":true,"options":[{"name":"All Properties","value":"full"},{"name":"No ACL","value":"noAcl"}],"default":"full","displayOptions":{"show":{"resource":["object"],"operation":["create","update"]}},"routing":{"request":{"qs":{"projection":"={{$value}}"}}}},{"displayName":"Return Data","name":"alt","type":"options","placeholder":"The type of data to return from the request","default":"json","options":[{"name":"Metadata","value":"json"},{"name":"Object Data","value":"media"}],"displayOptions":{"show":{"resource":["object"],"operation":["get"]}}},{"displayName":"Use Input Binary Field","name":"createFromBinary","type":"boolean","displayOptions":{"show":{"resource":["object"],"operation":["create"]}},"default":true,"noDataExpression":true,"description":"Whether the data for creating a file should come from a binary field"},{"displayName":"Input Binary Field","name":"createBinaryPropertyName","type":"string","hint":"The name of the input binary field containing the file to be written","displayOptions":{"show":{"resource":["object"],"operation":["create"],"createFromBinary":[true]}},"default":"data"},{"displayName":"File Content","name":"createContent","type":"string","displayOptions":{"show":{"resource":["object"],"operation":["create"],"createFromBinary":[false]}},"default":"","description":"Content of the file to be uploaded"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"resource":["object"],"operation":["get"],"alt":["media"]}},"default":"data"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["object"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"maxResults","type":"number","displayOptions":{"show":{"resource":["object"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":100,"description":"Max number of results to return"},{"displayName":"Create Fields","name":"createData","type":"collection","placeholder":"Add Create Body Field","displayOptions":{"show":{"resource":["object"],"operation":["create"]}},"default":{},"options":[{"displayName":"Access Control List","name":"acl","type":"json","default":"[]"},{"displayName":"Cache Control","name":"cacheControl","type":"string","default":""},{"displayName":"Content Disposition","name":"contentDisposition","type":"string","default":""},{"displayName":"Content Encoding","name":"contentEncoding","type":"string","default":""},{"displayName":"Content Language","name":"contentLanguage","type":"string","default":""},{"displayName":"Content Type","name":"contentType","type":"string","default":""},{"displayName":"CRC32c Checksum","name":"crc32c","type":"string","default":""},{"displayName":"Custom Time","name":"customTime","type":"string","default":""},{"displayName":"Event Based Hold","name":"eventBasedHold","type":"boolean","default":false},{"displayName":"MD5 Hash","name":"md5Hash","type":"string","default":""},{"displayName":"Metadata","name":"metadata","type":"json","default":"{}"},{"displayName":"Storage Class","name":"storageClass","type":"string","default":""},{"displayName":"Temporary Hold","name":"temporaryHold","type":"boolean","default":false}]},{"displayName":"Update Fields","name":"updateData","type":"collection","placeholder":"Add Update Body Field","displayOptions":{"show":{"resource":["object"],"operation":["update"]}},"default":{"acl":"[]"},"options":[{"displayName":"Access Control","name":"acl","type":"json","default":"[]"},{"displayName":"Cache Control","name":"cacheControl","type":"string","default":""},{"displayName":"Content Disposition","name":"contentDisposition","type":"string","default":""},{"displayName":"Content Encoding","name":"contentEncoding","type":"string","default":""},{"displayName":"Content Language","name":"contentLanguage","type":"string","default":""},{"displayName":"Content Type","name":"contentType","type":"string","default":""},{"displayName":"Custom Time","name":"customTime","type":"string","default":""},{"displayName":"Event Based Hold","name":"eventBasedHold","type":"boolean","default":false},{"displayName":"Metadata","name":"metadata","type":"json","default":"{}"},{"displayName":"Temporary Hold","name":"temporaryHold","type":"boolean","default":false}]},{"displayName":"Additional Parameters","name":"createQuery","type":"collection","placeholder":"Add Additional Parameters","displayOptions":{"show":{"resource":["object"],"operation":["create"]}},"default":{},"options":[{"displayName":"Content Encoding","name":"contentEncoding","type":"string","default":""},{"displayName":"Generation","name":"generation","type":"number","placeholder":"Select a specific revision of the chosen object","default":-1},{"displayName":"Generation Match","name":"ifGenerationMatch","type":"number","placeholder":"Make operation conditional of the object generation matching this value","default":-1},{"displayName":"Generation Exclude","name":"ifGenerationNotMatch","type":"number","placeholder":"Make operation conditional of the object generation not matching this value","default":-1},{"displayName":"Metageneration Match","name":"ifMetagenerationMatch","type":"number","placeholder":"Make operation conditional of the object's current metageneration matching this value","default":-1},{"displayName":"Metageneration Exclude","name":"ifMetagenerationNotMatch","type":"number","placeholder":"Make operation conditional of the object's current metageneration not matching this value","default":-1},{"displayName":"KMS Key Name","name":"kmsKeyName","type":"string","default":""},{"displayName":"Predefined ACL","name":"predefinedAcl","type":"options","placeholder":"Apply a predefined set of Access Controls to the object","default":"authenticatedRead","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"Bucket Owner Full Control","value":"bucketOwnerFullControl"},{"name":"Bucket Owner Read","value":"bucketOwnerRead"},{"name":"Private","value":"private"},{"name":"Project Private","value":"projectPrivate"},{"name":"Public Read","value":"publicRead"}]}]},{"displayName":"Additional Parameters","name":"getParameters","type":"collection","placeholder":"Add Additional Parameters","displayOptions":{"show":{"resource":["object"],"operation":["delete","get"]}},"default":{},"options":[{"displayName":"Generation","name":"generation","type":"number","placeholder":"Select a specific revision of the chosen object","default":-1},{"displayName":"Generation Match","name":"ifGenerationMatch","type":"number","placeholder":"Make operation conditional of the object generation matching this value","default":-1},{"displayName":"Generation Exclude","name":"ifGenerationNotMatch","type":"number","placeholder":"Make operation conditional of the object generation not matching this value","default":-1},{"displayName":"Metageneration Match","name":"ifMetagenerationMatch","type":"number","placeholder":"Make operation conditional of the object's current metageneration matching this value","default":-1},{"displayName":"Metageneration Exclude","name":"ifMetagenerationNotMatch","type":"number","placeholder":"Make operation conditional of the object's current metageneration not matching this value","default":-1}]},{"displayName":"Additional Parameters","name":"metagenAndAclQuery","type":"collection","placeholder":"Add Additional Parameters","displayOptions":{"show":{"resource":["object"],"operation":["update"]}},"default":{},"options":[{"displayName":"Generation","name":"generation","type":"number","placeholder":"Select a specific revision of the chosen object","default":-1},{"displayName":"Generation Match","name":"ifGenerationMatch","type":"number","placeholder":"Make operation conditional of the object generation matching this value","default":-1},{"displayName":"Generation Exclude","name":"ifGenerationNotMatch","type":"number","placeholder":"Make operation conditional of the object generation not matching this value","default":-1},{"displayName":"Metageneration Match","name":"ifMetagenerationMatch","type":"number","placeholder":"Make operation conditional of the object's current metageneration matching this value","default":-1},{"displayName":"Metageneration Exclude","name":"ifMetagenerationNotMatch","type":"number","placeholder":"Make operation conditional of the object's current metageneration not matching this value","default":-1},{"displayName":"Predefined ACL","name":"predefinedAcl","type":"options","placeholder":"Apply a predefined set of Access Controls to the object","default":"authenticatedRead","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"Bucket Owner Full Control","value":"bucketOwnerFullControl"},{"name":"Bucket Owner Read","value":"bucketOwnerRead"},{"name":"Private","value":"private"},{"name":"Project Private","value":"projectPrivate"},{"name":"Public Read","value":"publicRead"}]}]},{"displayName":"Encryption Headers","name":"encryptionHeaders","type":"collection","placeholder":"Add Encryption Headers","displayOptions":{"show":{"resource":["object"],"operation":["create","get","update"]}},"default":{},"options":[{"displayName":"Encryption Algorithm","name":"X-Goog-Encryption-Algorithm","type":"options","placeholder":"The encryption algorithm to use, which must be AES256. Use to supply your own key in the request","default":"AES256","options":[{"name":"AES256","value":"AES256"}]},{"displayName":"Encryption Key","name":"X-Goog-Encryption-Key","type":"string","placeholder":"Base64 encoded string of your AES256 encryption key","default":""},{"displayName":"Encryption Key Hash","name":"X-Goog-Encryption-Key-Sha256","type":"string","placeholder":"Base64 encoded string of the SHA256 hash of your encryption key","default":""}]},{"displayName":"Additional Parameters","name":"listFilters","type":"collection","placeholder":"Add Additional Parameters","displayOptions":{"show":{"resource":["object"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Delimiter","name":"delimiter","type":"string","placeholder":"Returns results in directory-like mode, using this value as the delimiter","default":"/"},{"displayName":"End Offset","name":"endOffset","type":"string","placeholder":"Filter results to names lexicographically before this value","default":""},{"displayName":"Include Trailing Delimiter","name":"includeTrailingDelimiter","type":"boolean","placeholder":"If true, objects will appear with exactly one instance of delimiter at the end of the name","default":false},{"displayName":"Prefix","name":"prefix","type":"string","placeholder":"Filter results to names that start with this value","default":""},{"displayName":"Start Offset","name":"startOffset","type":"string","placeholder":"Filter results to names lexicographically equal or after this value","default":""},{"displayName":"Versions","name":"versions","type":"boolean","placeholder":"If true, list all versions of objects as distinct entries","default":false}]},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlecloudstorage/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/CloudStorage/googleCloudStorage.svg"},
{"displayName":"Google Contacts","name":"googleContacts","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google Contacts API","schemaPath":"Google/Contacts","defaults":{"name":"Google Contacts"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleContactsOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Contact","value":"contact"}],"default":"contact"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Retrieve many contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"Family Name","name":"familyName","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"default":""},{"displayName":"Given Name","name":"givenName","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"options":[{"displayName":"Addresses","name":"addressesUi","placeholder":"Add Address","type":"fixedCollection","default":{},"options":[{"displayName":"Address","name":"addressesValues","values":[{"displayName":"Street Address","name":"streetAddress","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Region","name":"region","type":"string","default":""},{"displayName":"Country Code","name":"countryCode","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Home","value":"home"},{"name":"Work","value":"work"},{"name":"Other","value":"other"}],"default":""}]}]},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Company","name":"companyUi","type":"fixedCollection","default":{},"placeholder":"Add Company","typeOptions":{"multipleValues":true},"options":[{"name":"companyValues","displayName":"Company","values":[{"displayName":"Current","name":"current","type":"boolean","default":false},{"displayName":"Domain","name":"domain","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}]}]},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Key","name":"key","type":"string","description":"The end user specified key of the user defined data","default":""},{"displayName":"Value","name":"value","type":"string","description":"The end user specified value of the user defined data","default":""}]}]},{"displayName":"Emails","name":"emailsUi","type":"fixedCollection","default":{},"placeholder":"Add Email","typeOptions":{"multipleValues":true},"options":[{"name":"emailsValues","displayName":"Email","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Home","value":"home"},{"name":"Work","value":"work"},{"name":"Other","value":"other"}],"default":"","description":"The type of the email address. The type can be custom or one of these predefined values."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The email address"}]}]},{"displayName":"Events","name":"eventsUi","type":"fixedCollection","default":{},"placeholder":"Add Event","description":"An event related to the person","typeOptions":{"multipleValues":true},"options":[{"name":"eventsValues","displayName":"Event","values":[{"displayName":"Date","name":"date","type":"dateTime","default":"","description":"The date of the event"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Anniversary","value":"anniversary"},{"name":"Other","value":"other"}],"default":"","description":"The type of the event. The type can be custom or one of these predefined values."}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name that should be used to sort the person in a list"},{"displayName":"Group Names or IDs","name":"group","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups"},"default":[]},{"displayName":"Honorific Prefix","name":"honorificPrefix","type":"string","default":""},{"displayName":"Honorific Suffix","name":"honorificSuffix","type":"string","default":""},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Notes","name":"biographies","type":"string","default":""},{"displayName":"Phone","name":"phoneUi","type":"fixedCollection","default":{},"placeholder":"Add Phone","typeOptions":{"multipleValues":true},"options":[{"name":"phoneValues","displayName":"Phone","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Google Voice","value":"googleVoice"},{"name":"Home","value":"home"},{"name":"Home Fax","value":"homeFax"},{"name":"Main","value":"main"},{"name":"Mobile","value":"mobile"},{"name":"Other","value":"other"},{"name":"Other Fax","value":"otherFax"},{"name":"Pager","value":"pager"},{"name":"Work","value":"work"},{"name":"Work Fax","value":"workFax"},{"name":"Work Mobile","value":"workMobile"},{"name":"Work Pager","value":"workPager"}],"default":""},{"displayName":"Value","name":"value","type":"string","default":"","description":"The phone number"}]}]},{"displayName":"Relations","name":"relationsUi","type":"fixedCollection","default":{},"placeholder":"Add Relation","typeOptions":{"multipleValues":true},"options":[{"name":"relationsValues","displayName":"Relation","values":[{"displayName":"Person","name":"person","type":"string","default":"","description":"The name of the other person this relation refers to"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Assistant","value":"assistant"},{"name":"Brother","value":"brother"},{"name":"Child","value":"child"},{"name":"Domestic Partner","value":"domesticPartner"},{"name":"Father","value":"father"},{"name":"Friend","value":"friend"},{"name":"Manager","value":"manager"},{"name":"Mother","value":"mother"},{"name":"Parent","value":"parent"},{"name":"Referred By","value":"referredBy"},{"name":"Relative","value":"relative"},{"name":"Sister","value":"sister"},{"name":"Spouse","value":"spouse"}],"default":"","description":"The person's relation to the other person. The type can be custom or one of these predefined values."}]}]}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["contact"]}},"default":""},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["contact"]}},"default":""},{"displayName":"Fields","name":"fields","type":"multiOptions","options":[{"name":"*","value":"*"},{"name":"Addresses","value":"addresses"},{"name":"Biographies","value":"biographies"},{"name":"Birthdays","value":"birthdays"},{"name":"Cover Photos","value":"coverPhotos"},{"name":"Email Addresses","value":"emailAddresses"},{"name":"Events","value":"events"},{"name":"Genders","value":"genders"},{"name":"IM Clients","value":"imClients"},{"name":"Interests","value":"interests"},{"name":"Locales","value":"locales"},{"name":"Memberships","value":"memberships"},{"name":"Metadata","value":"metadata"},{"name":"Names","value":"names"},{"name":"Nicknames","value":"nicknames"},{"name":"Occupations","value":"occupations"},{"name":"Organizations","value":"organizations"},{"name":"Phone Numbers","value":"phoneNumbers"},{"name":"Photos","value":"photos"},{"name":"Relations","value":"relations"},{"name":"Residences","value":"residences"},{"name":"Sip Addresses","value":"sipAddresses"},{"name":"Skills","value":"skills"},{"name":"URLs","value":"urls"},{"name":"User Defined","value":"userDefined"}],"displayOptions":{"show":{"operation":["get"],"resource":["contact"]}},"default":[],"description":"A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas."},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["contact"]}},"default":false,"description":"Whether to return the data exactly in the way it got received from the API"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["contact"]}},"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":["contact"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Fields","name":"fields","type":"multiOptions","options":[{"name":"*","value":"*"},{"name":"Addresses","value":"addresses"},{"name":"Biographies","value":"biographies"},{"name":"Birthdays","value":"birthdays"},{"name":"Cover Photos","value":"coverPhotos"},{"name":"Email Addresses","value":"emailAddresses"},{"name":"Events","value":"events"},{"name":"Genders","value":"genders"},{"name":"IM Clients","value":"imClients"},{"name":"Interests","value":"interests"},{"name":"Locales","value":"locales"},{"name":"Memberships","value":"memberships"},{"name":"Metadata","value":"metadata"},{"name":"Names","value":"names"},{"name":"Nicknames","value":"nicknames"},{"name":"Occupations","value":"occupations"},{"name":"Organizations","value":"organizations"},{"name":"Phone Numbers","value":"phoneNumbers"},{"name":"Photos","value":"photos"},{"name":"Relations","value":"relations"},{"name":"Residences","value":"residences"},{"name":"Sip Addresses","value":"sipAddresses"},{"name":"Skills","value":"skills"},{"name":"URLs","value":"urls"},{"name":"User Defined","value":"userDefined"}],"displayOptions":{"show":{"operation":["getAll"],"resource":["contact"]}},"default":[],"description":"A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas."},{"displayName":"Use Query","name":"useQuery","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["contact"]}},"default":false,"description":"Whether or not to use a query to filter the results"},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["getAll"],"resource":["contact"],"useQuery":[true]}},"default":"","description":"The plain-text query for the request. The query is used to match prefix phrases of the fields on a person. For example, a person with name \"foo name\" matches queries such as \"f\", \"fo\", \"foo\", \"foo n\", \"nam\", etc., but not \"oo n\"."},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["contact"]}},"default":false,"description":"Whether to return the data exactly in the way it got received from the API"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["contact"],"useQuery":[false]}},"options":[{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"Last Modified Ascending","value":"LAST_MODIFIED_ASCENDING","description":"Sort people by when they were changed; older entries first"},{"name":"Last Modified Descending","value":"LAST_MODIFIED_DESCENDING","description":"Sort people by when they were changed; newer entries first"},{"name":"First Name Ascending","value":"FIRST_NAME_ASCENDING","description":"Sort people by first name"},{"name":"Last Name Ascending","value":"LAST_NAME_ASCENDING","description":"Sort people by last name"}],"default":"","description":"The order of the contacts returned in the result"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["contact"]}},"default":""},{"displayName":"Fields","name":"fields","type":"multiOptions","options":[{"name":"*","value":"*"},{"name":"Addresses","value":"addresses"},{"name":"Biographies","value":"biographies"},{"name":"Birthdays","value":"birthdays"},{"name":"Cover Photos","value":"coverPhotos"},{"name":"Email Addresses","value":"emailAddresses"},{"name":"Events","value":"events"},{"name":"Genders","value":"genders"},{"name":"IM Clients","value":"imClients"},{"name":"Interests","value":"interests"},{"name":"Locales","value":"locales"},{"name":"Memberships","value":"memberships"},{"name":"Metadata","value":"metadata"},{"name":"Names","value":"names"},{"name":"Nicknames","value":"nicknames"},{"name":"Occupations","value":"occupations"},{"name":"Organizations","value":"organizations"},{"name":"Phone Numbers","value":"phoneNumbers"},{"name":"Photos","value":"photos"},{"name":"Relations","value":"relations"},{"name":"Residences","value":"residences"},{"name":"Sip Addresses","value":"sipAddresses"},{"name":"Skills","value":"skills"},{"name":"URLs","value":"urls"},{"name":"User Defined","value":"userDefined"}],"displayOptions":{"show":{"operation":["update"],"resource":["contact"]}},"default":[],"description":"A field mask to restrict which fields on each person are returned. Multiple fields can be specified by separating them with commas."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["contact"]}},"options":[{"displayName":"Etag","name":"etag","type":"string","default":"","description":"The etag field in the person is nedded to make sure the contact has not changed since your last read"},{"displayName":"Family Name","name":"familyName","type":"string","default":""},{"displayName":"Given Name","name":"givenName","type":"string","default":""},{"displayName":"Addresses","name":"addressesUi","placeholder":"Add Address","type":"fixedCollection","default":{},"options":[{"displayName":"Address","name":"addressesValues","values":[{"displayName":"Street Address","name":"streetAddress","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Region","name":"region","type":"string","default":""},{"displayName":"Country Code","name":"countryCode","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Home","value":"home"},{"name":"Work","value":"work"},{"name":"Other","value":"other"}],"default":""}]}]},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Company","name":"companyUi","type":"fixedCollection","default":{},"placeholder":"Add Company","typeOptions":{"multipleValues":true},"options":[{"name":"companyValues","displayName":"Company","values":[{"displayName":"Current","name":"current","type":"boolean","default":false},{"displayName":"Domain","name":"domain","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}]}]},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Key","name":"key","type":"string","description":"The end user specified key of the user defined data","default":""},{"displayName":"Value","name":"value","type":"string","description":"The end user specified value of the user defined data","default":""}]}]},{"displayName":"Emails","name":"emailsUi","type":"fixedCollection","default":{},"placeholder":"Add Email","typeOptions":{"multipleValues":true},"options":[{"name":"emailsValues","displayName":"Email","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Home","value":"home"},{"name":"Work","value":"work"},{"name":"Other","value":"other"}],"default":"","description":"The type of the email address. The type can be custom or one of these predefined values."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The email address"}]}]},{"displayName":"Events","name":"eventsUi","type":"fixedCollection","default":{},"placeholder":"Add Event","description":"An event related to the person","typeOptions":{"multipleValues":true},"options":[{"name":"eventsValues","displayName":"Event","values":[{"displayName":"Date","name":"date","type":"dateTime","default":"","description":"The date of the event"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Anniversary","value":"anniversary"},{"name":"Other","value":"other"}],"default":"","description":"The type of the event. The type can be custom or one of these predefined values."}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name that should be used to sort the person in a list"},{"displayName":"Group Names or IDs","name":"group","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups"},"default":[]},{"displayName":"Honorific Prefix","name":"honorificPrefix","type":"string","default":""},{"displayName":"Honorific Suffix","name":"honorificSuffix","type":"string","default":""},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Notes","name":"biographies","type":"string","default":""},{"displayName":"Phone","name":"phoneUi","type":"fixedCollection","default":{},"placeholder":"Add Phone","typeOptions":{"multipleValues":true},"options":[{"name":"phoneValues","displayName":"Phone","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Google Voice","value":"googleVoice"},{"name":"Home","value":"home"},{"name":"Home Fax","value":"homeFax"},{"name":"Main","value":"main"},{"name":"Mobile","value":"mobile"},{"name":"Other","value":"other"},{"name":"Other Fax","value":"otherFax"},{"name":"Pager","value":"pager"},{"name":"Work","value":"work"},{"name":"Work Fax","value":"workFax"},{"name":"Work Mobile","value":"workMobile"},{"name":"Work Pager","value":"workPager"}],"default":""},{"displayName":"Value","name":"value","type":"string","default":"","description":"The phone number"}]}]},{"displayName":"Relations","name":"relationsUi","type":"fixedCollection","default":{},"placeholder":"Add Relation","typeOptions":{"multipleValues":true},"options":[{"name":"relationsValues","displayName":"Relation","values":[{"displayName":"Person","name":"person","type":"string","default":"","description":"The name of the other person this relation refers to"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Assistant","value":"assistant"},{"name":"Brother","value":"brother"},{"name":"Child","value":"child"},{"name":"Domestic Partner","value":"domesticPartner"},{"name":"Father","value":"father"},{"name":"Friend","value":"friend"},{"name":"Manager","value":"manager"},{"name":"Mother","value":"mother"},{"name":"Parent","value":"parent"},{"name":"Referred By","value":"referredBy"},{"name":"Relative","value":"relative"},{"name":"Sister","value":"sister"},{"name":"Spouse","value":"spouse"}],"default":"","description":"The person's relation to the other person. The type can be custom or one of these predefined values."}]}]}]}],"codex":{"categories":["Miscellaneous "],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlecontacts/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Contacts/googleContacts.png"},
{"displayName":"Google Docs","name":"googleDocs","group":["input"],"version":[1,2],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google Docs API.","schemaPath":"Google/Docs","defaults":{"name":"Google Docs"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleDocsOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Service Account","value":"serviceAccount"},{"name":"OAuth2","value":"oAuth2"}],"default":"serviceAccount","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2","displayOptions":{"show":{"@version":[2]}}},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Document","value":"document"}],"default":"document"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["document"]}},"options":[{"name":"Create","value":"create","action":"Create a document"},{"name":"Get","value":"get","action":"Get a document"},{"name":"Update","value":"update","action":"Update a document"}],"default":"create"},{"displayName":"Drive Name or ID","name":"driveId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDrives"},"default":"myDrive","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["document"]}}},{"displayName":"Folder Name or ID","name":"folderId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["driveId"],"loadOptionsMethod":"getFolders"},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["document"]}}},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["document"]}}},{"displayName":"Doc ID or URL","name":"documentURL","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["document"]}},"default":"","description":"The ID in the document URL (or just paste the whole URL)"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["document"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Doc ID or URL","name":"documentURL","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["document"]}},"default":"","description":"The ID in the document URL (or just paste the whole URL)"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["update"],"resource":["document"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Actions","name":"actionsUi","description":"Actions applied to update the document","type":"fixedCollection","placeholder":"Add Action","typeOptions":{"multipleValues":true},"default":{"actionFields":[{"object":"text","action":"insert","locationChoice":"endOfSegmentLocation","index":0,"text":""}]},"displayOptions":{"show":{"operation":["update"],"resource":["document"]}},"options":[{"name":"actionFields","displayName":"Action Fields","values":[{"displayName":"Object","name":"object","type":"options","options":[{"name":"Footer","value":"footer"},{"name":"Header","value":"header"},{"name":"Named Range","value":"namedRange"},{"name":"Page Break","value":"pageBreak"},{"name":"Paragraph Bullets","value":"paragraphBullets"},{"name":"Positioned Object","value":"positionedObject"},{"name":"Table","value":"table"},{"name":"Table Column","value":"tableColumn"},{"name":"Table Row","value":"tableRow"},{"name":"Text","value":"text"}],"description":"The update object","default":"text"},{"displayName":"Action","name":"action","type":"options","options":[{"name":"Find and Replace Text","value":"replaceAll"},{"name":"Insert","value":"insert"}],"displayOptions":{"show":{"object":["text"]}},"description":"The update action","default":""},{"displayName":"Action","name":"action","type":"options","options":[{"name":"Create","value":"create"},{"name":"Delete","value":"delete"}],"displayOptions":{"show":{"object":["footer","header","namedRange","paragraphBullets"]}},"description":"The update action","default":""},{"displayName":"Action","name":"action","type":"options","options":[{"name":"Delete","value":"delete"},{"name":"Insert","value":"insert"}],"displayOptions":{"show":{"object":["tableColumn","tableRow"]}},"description":"The update action","default":""},{"displayName":"Action","name":"action","type":"options","options":[{"name":"Insert","value":"insert"}],"displayOptions":{"show":{"object":["pageBreak","table"]}},"description":"The update action","default":""},{"displayName":"Action","name":"action","type":"options","options":[{"name":"Delete","value":"delete"}],"displayOptions":{"show":{"object":["positionedObject"]}},"description":"The update action","default":""},{"displayName":"Insert Segment","name":"insertSegment","type":"options","options":[{"name":"Header","value":"header"},{"name":"Body","value":"body"},{"name":"Footer","value":"footer"}],"description":"The location where to create the object","default":"body","displayOptions":{"show":{"object":["footer","header","paragraphBullets","namedRange"],"action":["create"]}}},{"displayName":"Segment ID","name":"segmentId","type":"string","description":"The ID of the header, footer or footnote. The <code>Document → Get</code> operation lists all segment IDs (make sure you disable the <code>simple</code> toggle).","default":"","displayOptions":{"show":{"object":["footer","header","paragraphBullets","namedRange"],"action":["create"]},"hide":{"insertSegment":["body"]}}},{"displayName":"Index","name":"index","type":"number","description":"The zero-based index, relative to the beginning of the specified segment","default":0,"displayOptions":{"show":{"object":["footer","header"],"action":["create"]}}},{"displayName":"Name","name":"name","type":"string","description":"The name of the Named Range. Names do not need to be unique.","default":"","displayOptions":{"show":{"object":["namedRange"],"action":["create"]}}},{"displayName":"Start Index","name":"startIndex","type":"number","description":"The zero-based start index of this range","default":0,"displayOptions":{"show":{"object":["namedRange"],"action":["create"]}}},{"displayName":"End Index","name":"endIndex","type":"number","description":"The zero-based end index of this range","default":0,"displayOptions":{"show":{"object":["namedRange"],"action":["create"]}}},{"displayName":"Style","name":"bulletPreset","type":"options","options":[{"name":"Bullet List","value":"BULLET_DISC_CIRCLE_SQUARE","description":"A bulleted list with a <code>DISC</code>, <code>CIRCLE</code> and <code>SQUARE</code> bullet glyph for the first 3 list nesting levels"},{"name":"Checkbox List","value":"BULLET_CHECKBOX","description":"A bulleted list with CHECKBOX bullet glyphs for all list nesting levels"},{"name":"Numbered List","value":"NUMBERED_DECIMAL_NESTED","description":"A numbered list with <code>DECIMAL</code> numeric glyphs separated by periods, where each nesting level uses the previous nesting level's glyph as a prefix. For example: 1., 1.1., 2., 2.2 ."}],"description":"The Preset pattern of bullet glyphs for list","default":"BULLET_DISC_CIRCLE_SQUARE","displayOptions":{"show":{"object":["paragraphBullets"],"action":["create"]}}},{"displayName":"Footer ID","name":"footerId","type":"string","description":"The ID of the footer to delete. To retrieve it, use the <code>get document</code> where you can find under <code>footers</code> attribute.","default":"","displayOptions":{"show":{"object":["footer"],"action":["delete"]}}},{"displayName":"Header ID","name":"headerId","type":"string","description":"The ID of the header to delete. To retrieve it, use the <code>get document</code> where you can find under <code>headers</code> attribute.","default":"","displayOptions":{"show":{"object":["header"],"action":["delete"]}}},{"displayName":"Specify Range By","name":"namedRangeReference","type":"options","options":[{"name":"ID","value":"namedRangeId"},{"name":"Name","value":"name"}],"description":"The value determines which range or ranges to delete","default":"namedRangeId","displayOptions":{"show":{"object":["namedRange"],"action":["delete"]}}},{"displayName":"ID","name":"value","type":"string","description":"The ID of the range","default":"","displayOptions":{"show":{"object":["namedRange"],"action":["delete"],"namedRangeReference":["namedRangeId"]}}},{"displayName":"Name","name":"value","type":"string","description":"The name of the range","default":"","displayOptions":{"show":{"object":["namedRange"],"action":["delete"],"namedRangeReference":["name"]}}},{"displayName":"Object ID","name":"objectId","type":"string","description":"The ID of the positioned object to delete (An object that is tied to a paragraph and positioned relative to its beginning), See the Google <a href=\"https://developers.google.com/docs/api/reference/rest/v1/documents#positionedobject\" target=\"_blank\">documentation</a>","default":"","displayOptions":{"show":{"object":["positionedObject"],"action":["delete"]}}},{"displayName":"Insert Segment","name":"insertSegment","type":"options","options":[{"name":"Header","value":"header"},{"name":"Body","value":"body"},{"name":"Footer","value":"footer"}],"description":"The location where to create the object","default":"body","displayOptions":{"show":{"object":["pageBreak","table","tableColumn","tableRow","text"],"action":["insert"]}}},{"displayName":"Segment ID","name":"segmentId","type":"string","description":"The ID of the header, footer or footnote. The <code>Document → Get</code> operation lists all segment IDs (make sure you disable the <code>simple</code> toggle).","default":"","displayOptions":{"show":{"object":["pageBreak","table","tableColumn","tableRow","text"],"action":["insert"]},"hide":{"insertSegment":["body"]}}},{"displayName":"Insert Location","name":"locationChoice","type":"options","options":[{"name":"At End of Specific Position","value":"endOfSegmentLocation","description":"Inserts the text at the end of a header, footer, footnote, or document body"},{"name":"At Index","value":"location"}],"description":"The location where the text will be inserted","default":"endOfSegmentLocation","displayOptions":{"show":{"object":["pageBreak"],"action":["insert"]}}},{"displayName":"Index","name":"index","type":"number","description":"The zero-based index, relative to the beginning of the specified segment","displayOptions":{"show":{"locationChoice":["location"],"object":["pageBreak"],"action":["insert"]}},"typeOptions":{"minValue":1},"default":1},{"displayName":"Insert Location","name":"locationChoice","type":"options","options":[{"name":"At End of Specific Position","value":"endOfSegmentLocation","description":"Inserts the text at the end of a header, footer, footnote, or document body"},{"name":"At Index","value":"location"}],"description":"The location where the text will be inserted","default":"endOfSegmentLocation","displayOptions":{"show":{"object":["table"],"action":["insert"]}}},{"displayName":"Index","name":"index","type":"number","description":"The zero-based index, relative to the beginning of the specified segment (use index + 1 to refer to a table)","displayOptions":{"show":{"locationChoice":["location"],"object":["table"],"action":["insert"]}},"default":1,"typeOptions":{"minValue":1}},{"displayName":"Rows","name":"rows","type":"number","description":"The number of rows in the table","default":0,"displayOptions":{"show":{"object":["table"],"action":["insert"]}}},{"displayName":"Columns","name":"columns","type":"number","description":"The number of columns in the table","default":0,"displayOptions":{"show":{"object":["table"],"action":["insert"]}}},{"displayName":"Insert Location","name":"locationChoice","type":"options","options":[{"name":"At End of Specific Position","value":"endOfSegmentLocation","description":"Inserts the text at the end of a header, footer, footnote, or document body"},{"name":"At Index","value":"location"}],"description":"The location where the text will be inserted","default":"endOfSegmentLocation","displayOptions":{"show":{"object":["text"],"action":["insert"]}}},{"displayName":"Index","name":"index","type":"number","typeOptions":{"minValue":1},"description":"The zero-based index, relative to the beginning of the specified segment","displayOptions":{"show":{"locationChoice":["location"],"object":["text"],"action":["insert"]}},"default":1},{"displayName":"Text","name":"text","type":"string","description":"The text to insert in the document","default":"","displayOptions":{"show":{"object":["text"],"action":["insert"]}}},{"displayName":"Old Text","name":"text","type":"string","description":"The text to search for in the document","default":"","displayOptions":{"show":{"object":["text"],"action":["replaceAll"]}}},{"displayName":"New Text","name":"replaceText","type":"string","description":"The text that will replace the matched text","default":"","displayOptions":{"show":{"object":["text"],"action":["replaceAll"]}}},{"displayName":"Match Case","name":"matchCase","type":"boolean","description":"Whether the search should respect case sensitivity","default":false,"displayOptions":{"show":{"object":["text"],"action":["replaceAll"]}}},{"displayName":"Insert Segment","name":"insertSegment","type":"options","options":[{"name":"Header","value":"header"},{"name":"Body","value":"body"},{"name":"Footer","value":"footer"}],"description":"The location where to create the object","default":"body","displayOptions":{"show":{"object":["paragraphBullets","tableColumn","tableRow"],"action":["delete"]}}},{"displayName":"Segment ID","name":"segmentId","type":"string","description":"The ID of the header, footer or footnote. The <code>Document → Get</code> operation lists all segment IDs (make sure you disable the <code>simple</code> toggle).","default":"","displayOptions":{"show":{"object":["paragraphBullets","tableColumn","tableRow"],"action":["delete"]},"hide":{"insertSegment":["body"]}}},{"displayName":"Start Index","name":"startIndex","type":"number","description":"The zero-based start index of this range","default":0,"displayOptions":{"show":{"object":["paragraphBullets"]}}},{"displayName":"End Index","name":"endIndex","type":"number","description":"The zero-based end index of this range","default":0,"displayOptions":{"show":{"object":["paragraphBullets"]}}},{"displayName":"Insert Position","name":"insertPosition","type":"options","options":[{"name":"Before Content at Index","value":false},{"name":"After Content at Index","value":true}],"default":true,"displayOptions":{"show":{"object":["tableColumn","tableRow"],"action":["insert"]}}},{"displayName":"Index","name":"index","type":"number","description":"The zero-based index, relative to the beginning of the specified segment (use index + 1 to refer to a table)","default":1,"typeOptions":{"minValue":1},"displayOptions":{"show":{"object":["tableColumn","tableRow"]}}},{"displayName":"Row Index","name":"rowIndex","type":"number","description":"The zero-based row index","default":0,"displayOptions":{"show":{"object":["tableColumn","tableRow"]}}},{"displayName":"Column Index","name":"columnIndex","type":"number","description":"The zero-based column index","default":0,"displayOptions":{"show":{"object":["tableColumn","tableRow"]}}}]}]},{"displayName":"Update Fields","name":"updateFields","type":"fixedCollection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["document"]}},"options":[{"displayName":"Write Control Object","name":"writeControlObject","values":[{"displayName":"Revision Mode","name":"control","type":"options","options":[{"name":"Target","value":"targetRevisionId","description":"Apply changes to the latest revision. Otherwise changes will not be processed."},{"name":"Required","value":"requiredRevisionId","description":"Apply changes to the provided revision while incorporating other collaborators' changes. This mode is used for the recent revision, Otherwise changes will not be processed."}],"default":"requiredRevisionId","description":"Determines how the changes are applied to the revision"},{"displayName":"Revision ID","name":"value","type":"string","default":""}]}]}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googledocs/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Docs/googleDocs.svg"},
{"displayName":"Google Drive","name":"googleDrive","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Access data on Google Drive","defaultVersion":3,"schemaPath":"Google/Drive","version":3,"defaults":{"name":"Google Drive"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleDriveOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"File/Folder","value":"fileFolder"},{"name":"Folder","value":"folder"},{"name":"Shared Drive","value":"drive"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Create","value":"create","description":"Create a shared drive","action":"Create shared drive"},{"name":"Delete","value":"deleteDrive","description":"Permanently delete a shared drive","action":"Delete shared drive"},{"name":"Get","value":"get","description":"Get a shared drive","action":"Get shared drive"},{"name":"Get Many","value":"list","description":"Get the list of shared drives","action":"Get many shared drives"},{"name":"Update","value":"update","description":"Update a shared drive","action":"Update shared drive"}],"default":"create","displayOptions":{"show":{"resource":["drive"]}}},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. New Shared Drive","description":"The name of the shared drive to create","displayOptions":{"show":{"resource":["drive"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Capabilities","name":"capabilities","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Can Add Children","name":"canAddChildren","type":"boolean","default":false,"description":"Whether the current user can add children to folders in this shared drive"},{"displayName":"Can Change Copy Requires Writer Permission Restriction","name":"canChangeCopyRequiresWriterPermissionRestriction","type":"boolean","default":false,"description":"Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive"},{"displayName":"Can Change Domain Users Only Restriction","name":"canChangeDomainUsersOnlyRestriction","type":"boolean","default":false,"description":"Whether the current user can change the domainUsersOnly restriction of this shared drive"},{"displayName":"Can Change Drive Background","name":"canChangeDriveBackground","type":"boolean","default":false,"description":"Whether the current user can change the background of this shared drive"},{"displayName":"Can Change Drive Members Only Restriction","name":"canChangeDriveMembersOnlyRestriction","type":"boolean","default":false,"description":"Whether the current user can change the driveMembersOnly restriction of this shared drive"},{"displayName":"Can Comment","name":"canComment","type":"boolean","default":false,"description":"Whether the current user can comment on files in this shared drive"},{"displayName":"Can Copy","name":"canCopy","type":"boolean","default":false,"description":"Whether the current user can copy files in this shared drive"},{"displayName":"Can Delete Children","name":"canDeleteChildren","type":"boolean","default":false,"description":"Whether the current user can delete children from folders in this shared drive"},{"displayName":"Can Delete Drive","name":"canDeleteDrive","type":"boolean","default":false,"description":"Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive."},{"displayName":"Can Download","name":"canDownload","type":"boolean","default":false,"description":"Whether the current user can download files in this shared drive"},{"displayName":"Can Edit","name":"canEdit","type":"boolean","default":false,"description":"Whether the current user can edit files in this shared drive"},{"displayName":"Can List Children","name":"canListChildren","type":"boolean","default":false,"description":"Whether the current user can list the children of folders in this shared drive"},{"displayName":"Can Manage Members","name":"canManageMembers","type":"boolean","default":false,"description":"Whether the current user can add members to this shared drive or remove them or change their role"},{"displayName":"Can Read Revisions","name":"canReadRevisions","type":"boolean","default":false,"description":"Whether the current user can read the revisions resource of files in this shared drive"},{"displayName":"Can Rename","name":"canRename","type":"boolean","default":false,"description":"Whether the current user can rename files or folders in this shared drive"},{"displayName":"Can Rename Drive","name":"canRenameDrive","type":"boolean","default":false,"description":"Whether the current user can rename this shared drive"},{"displayName":"Can Share","name":"canShare","type":"boolean","default":false,"description":"Whether the current user can share files or folders in this shared drive"},{"displayName":"Can Trash Children","name":"canTrashChildren","type":"boolean","default":false,"description":"Whether the current user can trash children from folders in this shared drive"}]},{"displayName":"Color RGB","name":"colorRgb","type":"color","default":"","description":"The color of this shared drive as an RGB hex string"},{"displayName":"Hidden","name":"hidden","type":"boolean","default":false,"description":"Whether the shared drive is hidden from default view"},{"displayName":"Restrictions","name":"restrictions","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Admin Managed Restrictions","name":"adminManagedRestrictions","type":"boolean","default":false,"description":"Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive."},{"displayName":"Copy Requires Writer Permission","name":"copyRequiresWriterPermission","type":"boolean","default":false,"description":"Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive."},{"displayName":"Domain Users Only","name":"domainUsersOnly","type":"boolean","default":false,"description":"Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive."},{"displayName":"Drive Members Only","name":"driveMembersOnly","type":"boolean","default":false,"description":"Whether access to items inside this shared drive is restricted to its members"}]}],"displayOptions":{"show":{"resource":["drive"],"operation":["create"]}}},{"displayName":"Shared Drive","name":"driveId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Drive","name":"list","type":"list","placeholder":"Select a shared drive...","typeOptions":{"searchListMethod":"driveSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/u/1/folders/0AIjtcbwnjtcbwn9PVA","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Drive URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 0AMXTKI5ZSiM7Uk9PVA","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Drive ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The shared drive to delete","displayOptions":{"show":{"resource":["drive"],"operation":["deleteDrive"]}}},{"displayName":"Shared Drive","name":"driveId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Drive","name":"list","type":"list","placeholder":"Select a shared drive...","typeOptions":{"searchListMethod":"driveSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/u/1/folders/0AIjtcbwnjtcbwn9PVA","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Drive URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 0AMXTKI5ZSiM7Uk9PVA","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Drive ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The shared drive to get","displayOptions":{"show":{"resource":["drive"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Use Domain Admin Access","name":"useDomainAdminAccess","type":"boolean","default":false,"description":"Whether to issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs"}],"displayOptions":{"show":{"resource":["drive"],"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":["drive"],"operation":["list"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["drive"],"operation":["list"]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Query","name":"q","type":"string","default":"","description":"Query string for searching shared drives. See the <a href=\"https://developers.google.com/drive/api/v3/search-shareddrives\">\"Search for shared drives\"</a> guide for supported syntax."},{"displayName":"Use Domain Admin Access","name":"useDomainAdminAccess","type":"boolean","default":false,"description":"Whether to issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs"}],"displayOptions":{"show":{"resource":["drive"],"operation":["list"]}}},{"displayName":"Shared Drive","name":"driveId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Drive","name":"list","type":"list","placeholder":"Select a shared drive...","typeOptions":{"searchListMethod":"driveSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/u/1/folders/0AIjtcbwnjtcbwn9PVA","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Drive URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 0AMXTKI5ZSiM7Uk9PVA","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Drive ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The shared drive to update","displayOptions":{"show":{"resource":["drive"],"operation":["update"]}}},{"displayName":"Update Fields","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["drive"]}},"options":[{"displayName":"Color RGB","name":"colorRgb","type":"color","default":"","description":"The color of this shared drive as an RGB hex string"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The updated name of the shared drive"},{"displayName":"Restrictions","name":"restrictions","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Admin Managed Restrictions","name":"adminManagedRestrictions","type":"boolean","default":false,"description":"Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive."},{"displayName":"Copy Requires Writer Permission","name":"copyRequiresWriterPermission","type":"boolean","default":false,"description":"Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive."},{"displayName":"Domain Users Only","name":"domainUsersOnly","type":"boolean","default":false,"description":"Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive."},{"displayName":"Drive Members Only","name":"driveMembersOnly","type":"boolean","default":false,"description":"Whether access to items inside this shared drive is restricted to its members"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Copy","value":"copy","description":"Create a copy of an existing file","action":"Copy file"},{"name":"Create From Text","value":"createFromText","description":"Create a file from a provided text","action":"Create file from text"},{"name":"Delete","value":"deleteFile","description":"Permanently delete a file","action":"Delete a file"},{"name":"Download","value":"download","description":"Download a file","action":"Download file"},{"name":"Move","value":"move","description":"Move a file to another folder","action":"Move file"},{"name":"Share","value":"share","description":"Add sharing permissions to a file","action":"Share file"},{"name":"Update","value":"update","description":"Update a file","action":"Update file"},{"name":"Upload","value":"upload","description":"Upload an existing file to Google Drive","action":"Upload file"}],"default":"upload"},{"displayName":"File","name":"fileId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"File","name":"list","type":"list","placeholder":"Select a file...","typeOptions":{"searchListMethod":"fileSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/file/d/1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A/edit","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://drive.google.com/file/d/{{$value}}/view"}],"description":"The file to copy","displayOptions":{"show":{"resource":["file"],"operation":["copy"]}}},{"displayName":"File Name","name":"name","type":"string","default":"","placeholder":"e.g. My File","description":"The name of the new file. If not set, “Copy of {original file name}” will be used.","displayOptions":{"show":{"resource":["file"],"operation":["copy"]}}},{"displayName":"Copy In The Same Folder","name":"sameFolder","type":"boolean","default":true,"description":"Whether to copy the file in the same folder as the original file","displayOptions":{"show":{"resource":["file"],"operation":["copy"]}}},{"displayName":"Parent Drive","name":"driveId","type":"resourceLocator","default":{"mode":"list","value":"My Drive"},"required":true,"modes":[{"displayName":"Drive","name":"list","type":"list","placeholder":"Select a drive...","typeOptions":{"searchListMethod":"driveSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://drive.google.com/drive/folders/0AaaaaAAAAAAAaa","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Drive URL"}}]},{"displayName":"ID","name":"id","type":"string","hint":"The ID of the shared drive","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Drive ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The drive where to save the copied file","displayOptions":{"show":{"sameFolder":[false],"resource":["file"],"operation":["copy"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":"root","cachedResultName":"/ (Root folder)"},"required":true,"modes":[{"displayName":"Folder","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"folderSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Folder ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The folder where to save the copied file","displayOptions":{"show":{"sameFolder":[false],"resource":["file"],"operation":["copy"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Copy Requires Writer Permission","name":"copyRequiresWriterPermission","type":"boolean","default":false,"description":"Whether the options to copy, print, or download this file, should be disabled for readers and commenters"},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short description of the file"}],"displayOptions":{"show":{"resource":["file"],"operation":["copy"]}}},{"displayName":"File","name":"fileId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"File","name":"list","type":"list","placeholder":"Select a file...","typeOptions":{"searchListMethod":"fileSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/file/d/1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A/edit","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://drive.google.com/file/d/{{$value}}/view"}],"description":"The file to delete","displayOptions":{"show":{"resource":["file"],"operation":["deleteFile"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Delete Permanently","name":"deletePermanently","type":"boolean","default":false,"description":"Whether to delete the file immediately. If false, the file will be moved to the trash."}],"displayOptions":{"show":{"resource":["file"],"operation":["deleteFile"]}}},{"displayName":"File Content","name":"content","type":"string","default":"","typeOptions":{"rows":2},"description":"The text to create the file with","displayOptions":{"show":{"resource":["file"],"operation":["createFromText"]}}},{"displayName":"File Name","name":"name","type":"string","default":"","placeholder":"e.g. My New File","description":"The name of the file you want to create. If not specified, 'Untitled' will be used.","displayOptions":{"show":{"resource":["file"],"operation":["createFromText"]}}},{"displayName":"Parent Drive","name":"driveId","type":"resourceLocator","default":{"mode":"list","value":"My Drive"},"required":false,"modes":[{"displayName":"Drive","name":"list","type":"list","placeholder":"Select a drive...","typeOptions":{"searchListMethod":"driveSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://drive.google.com/drive/folders/0AaaaaAAAAAAAaa","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Drive URL"}}]},{"displayName":"ID","name":"id","type":"string","hint":"The ID of the shared drive","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Drive ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The drive where to create the new file","displayOptions":{"show":{"resource":["file"],"operation":["createFromText"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":"root","cachedResultName":"/ (Root folder)"},"required":false,"modes":[{"displayName":"Folder","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"folderSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Folder ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The folder where to create the new file","displayOptions":{"show":{"resource":["file"],"operation":["createFromText"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"APP Properties","name":"appPropertiesUi","placeholder":"Add Property","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"A collection of arbitrary key-value pairs which are private to the requesting app","options":[{"name":"appPropertyValues","displayName":"APP Property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the key"}]}]},{"displayName":"Properties","name":"propertiesUi","placeholder":"Add Property","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"A collection of arbitrary key-value pairs which are visible to all apps","options":[{"name":"propertyValues","displayName":"Property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the key"}]}]},{"displayName":"Keep Revision Forever","name":"keepRevisionForever","type":"boolean","default":false,"description":"Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions."},{"displayName":"OCR Language","name":"ocrLanguage","type":"string","default":"","placeholder":"e.g. en","description":"A language hint for OCR processing during image import (ISO 639-1 code)"},{"displayName":"Use Content As Indexable Text","name":"useContentAsIndexableText","type":"boolean","default":false,"description":"Whether to use the uploaded content as indexable text"},{"displayName":"Convert to Google Document","name":"convertToGoogleDocument","type":"boolean","default":false,"description":"Whether to create a Google Document (instead of the .txt default format)","hint":"Google Docs API has to be enabled in the <a href=\"https://console.developers.google.com/apis/library/docs.googleapis.com\" target=\"_blank\">Google API Console</a>."}],"displayOptions":{"show":{"resource":["file"],"operation":["createFromText"]}}},{"displayName":"File","name":"fileId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"File","name":"list","type":"list","placeholder":"Select a file...","typeOptions":{"searchListMethod":"fileSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/file/d/1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A/edit","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://drive.google.com/file/d/{{$value}}/view"}],"description":"The file to download","displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","placeholder":"e.g. data","default":"data","description":"Use this field name in the following nodes, to use the binary file data","hint":"The name of the output binary field to put the file in"},{"displayName":"Google File Conversion","name":"googleFileConversion","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"placeholder":"Add Conversion","options":[{"displayName":"Conversion","name":"conversion","values":[{"displayName":"Google Docs","name":"docsToFormat","type":"options","options":[{"name":"HTML","value":"text/html"},{"name":"MS Word Document","value":"application/vnd.openxmlformats-officedocument.wordprocessingml.document"},{"name":"Open Office Document","value":"application/vnd.oasis.opendocument.text"},{"name":"PDF","value":"application/pdf"},{"name":"Rich Text (rtf)","value":"application/rtf"},{"name":"Text (txt)","value":"text/plain"}],"default":"text/html","description":"Format used to export when downloading Google Docs files"},{"displayName":"Google Drawings","name":"drawingsToFormat","type":"options","options":[{"name":"JPEG","value":"image/jpeg"},{"name":"PDF","value":"application/pdf"},{"name":"PNG","value":"image/png"},{"name":"SVG","value":"image/svg+xml"}],"default":"image/jpeg","description":"Format used to export when downloading Google Drawings files"},{"displayName":"Google Slides","name":"slidesToFormat","type":"options","options":[{"name":"MS PowerPoint","value":"application/vnd.openxmlformats-officedocument.presentationml.presentation"},{"name":"OpenOffice Presentation","value":"application/vnd.oasis.opendocument.presentation"},{"name":"PDF","value":"application/pdf"}],"default":"application/vnd.openxmlformats-officedocument.presentationml.presentation","description":"Format used to export when downloading Google Slides files"},{"displayName":"Google Sheets","name":"sheetsToFormat","type":"options","options":[{"name":"CSV","value":"text/csv"},{"name":"MS Excel","value":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"},{"name":"Open Office Sheet","value":"application/vnd.oasis.opendocument.spreadsheet"},{"name":"PDF","value":"application/pdf"}],"default":"text/csv","description":"Format used to export when downloading Google Sheets files"}]}]},{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"File name. Ex: data.pdf."}],"displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"File","name":"fileId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"File","name":"list","type":"list","placeholder":"Select a file...","typeOptions":{"searchListMethod":"fileSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/file/d/1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A/edit","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://drive.google.com/file/d/{{$value}}/view"}],"description":"The file to move","displayOptions":{"show":{"resource":["file"],"operation":["move"]}}},{"displayName":"Parent Drive","name":"driveId","type":"resourceLocator","default":{"mode":"list","value":"My Drive"},"required":true,"modes":[{"displayName":"Drive","name":"list","type":"list","placeholder":"Select a drive...","typeOptions":{"searchListMethod":"driveSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://drive.google.com/drive/folders/0AaaaaAAAAAAAaa","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Drive URL"}}]},{"displayName":"ID","name":"id","type":"string","hint":"The ID of the shared drive","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Drive ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The drive where to move the file","displayOptions":{"show":{"resource":["file"],"operation":["move"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":"root","cachedResultName":"/ (Root folder)"},"required":true,"modes":[{"displayName":"Folder","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"folderSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Folder ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The folder where to move the file","displayOptions":{"show":{"resource":["file"],"operation":["move"]}}},{"displayName":"File","name":"fileId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"File","name":"list","type":"list","placeholder":"Select a file...","typeOptions":{"searchListMethod":"fileSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/file/d/1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A/edit","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://drive.google.com/file/d/{{$value}}/view"}],"description":"The file to share","displayOptions":{"show":{"resource":["file"],"operation":["share"]}}},{"displayName":"Permissions","name":"permissionsUi","placeholder":"Add Permission","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Permission","name":"permissionsValues","values":[{"displayName":"Role","name":"role","type":"options","description":"Defines what users can do with the file or folder","options":[{"name":"Commenter","value":"commenter"},{"name":"File Organizer","value":"fileOrganizer"},{"name":"Organizer","value":"organizer"},{"name":"Owner","value":"owner"},{"name":"Reader","value":"reader"},{"name":"Writer","value":"writer"}],"default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"User","value":"user"},{"name":"Group","value":"group"},{"name":"Domain","value":"domain"},{"name":"Anyone","value":"anyone"}],"default":"","description":"The scope of the permission. A permission with type=user applies to a specific user whereas a permission with type=domain applies to everyone in a specific domain."},{"displayName":"Email Address","name":"emailAddress","type":"string","displayOptions":{"show":{"type":["user","group"]}},"placeholder":"“e.g. name@mail.com","default":"","description":"The email address of the user or group to which this permission refers"},{"displayName":"Domain","name":"domain","type":"string","displayOptions":{"show":{"type":["domain"]}},"placeholder":"e.g. mycompany.com","default":"","description":"The domain to which this permission refers"},{"displayName":"Allow File Discovery","name":"allowFileDiscovery","type":"boolean","displayOptions":{"show":{"type":["domain","anyone"]}},"default":false,"description":"Whether to allow the file to be discovered through search"}]}],"displayOptions":{"show":{"resource":["file"],"operation":["share"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Email Message","name":"emailMessage","type":"string","default":"","description":"A plain text custom message to include in the notification email","typeOptions":{"rows":2}},{"displayName":"Move To New Owners Root","name":"moveToNewOwnersRoot","type":"boolean","default":false,"description":"<p>This parameter only takes effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item.</p><p>When set to true, the item is moved to the new owner's My Drive root folder and all prior parents removed.</p>"},{"displayName":"Send Notification Email","name":"sendNotificationEmail","type":"boolean","default":false,"description":"Whether to send a notification email when sharing to users or groups"},{"displayName":"Transfer Ownership","name":"transferOwnership","type":"boolean","default":false,"description":"Whether to transfer ownership to the specified user and downgrade the current owner to a writer"},{"displayName":"Use Domain Admin Access","name":"useDomainAdminAccess","type":"boolean","default":false,"description":"Whether to perform the operation as domain administrator, i.e. if you are an administrator of the domain to which the shared drive belongs, you will be granted access automatically."}],"displayOptions":{"show":{"resource":["file"],"operation":["share"]}}},{"displayName":"File to Update","name":"fileId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"File","name":"list","type":"list","placeholder":"Select a file...","typeOptions":{"searchListMethod":"fileSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/file/d/1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A/edit","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://drive.google.com/file/d/{{$value}}/view"}],"description":"The file to update","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Change File Content","name":"changeFileContent","type":"boolean","default":false,"description":"Whether to send a new binary data to update the file","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","placeholder":"e.g. data","default":"data","hint":"The name of the input field containing the binary file data to update the file","description":"Find the name of input field containing the binary data to update the file in the Input panel on the left, in the Binary tab","displayOptions":{"show":{"changeFileContent":[true],"resource":["file"],"operation":["update"]}}},{"displayName":"New Updated File Name","name":"newUpdatedFileName","type":"string","default":"","placeholder":"e.g. My New File","description":"If not specified, the file name will not be changed","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"APP Properties","name":"appPropertiesUi","placeholder":"Add Property","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"A collection of arbitrary key-value pairs which are private to the requesting app","options":[{"name":"appPropertyValues","displayName":"APP Property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the key"}]}]},{"displayName":"Properties","name":"propertiesUi","placeholder":"Add Property","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"A collection of arbitrary key-value pairs which are visible to all apps","options":[{"name":"propertyValues","displayName":"Property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the key"}]}]},{"displayName":"Keep Revision Forever","name":"keepRevisionForever","type":"boolean","default":false,"description":"Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions."},{"displayName":"OCR Language","name":"ocrLanguage","type":"string","default":"","placeholder":"e.g. en","description":"A language hint for OCR processing during image import (ISO 639-1 code)"},{"displayName":"Use Content As Indexable Text","name":"useContentAsIndexableText","type":"boolean","default":false,"description":"Whether to use the uploaded content as indexable text"},{"displayName":"Move to Trash","name":"trashed","type":"boolean","default":false,"description":"Whether to move a file to the trash. Only the owner may trash a file."},{"displayName":"Return Fields","name":"fields","type":"multiOptions","options":[{"name":"[All]","value":"*","description":"All fields"},{"name":"explicitlyTrashed","value":"explicitlyTrashed"},{"name":"exportLinks","value":"exportLinks"},{"name":"hasThumbnail","value":"hasThumbnail"},{"name":"iconLink","value":"iconLink"},{"name":"ID","value":"id"},{"name":"Kind","value":"kind"},{"name":"mimeType","value":"mimeType"},{"name":"Name","value":"name"},{"name":"Permissions","value":"permissions"},{"name":"Shared","value":"shared"},{"name":"Spaces","value":"spaces"},{"name":"Starred","value":"starred"},{"name":"thumbnailLink","value":"thumbnailLink"},{"name":"Trashed","value":"trashed"},{"name":"Version","value":"version"},{"name":"webViewLink","value":"webViewLink"}],"default":[],"description":"The fields to return"}],"displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","placeholder":"“e.g. data","default":"data","required":true,"hint":"The name of the input field containing the binary file data to update the file","description":"Find the name of input field containing the binary data to update the file in the Input panel on the left, in the Binary tab","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Name","name":"name","type":"string","default":"","placeholder":"e.g. My New File","description":"If not specified, the original file name will be used","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Parent Drive","name":"driveId","type":"resourceLocator","default":{"mode":"list","value":"My Drive"},"required":true,"modes":[{"displayName":"Drive","name":"list","type":"list","placeholder":"Select a drive...","typeOptions":{"searchListMethod":"driveSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://drive.google.com/drive/folders/0AaaaaAAAAAAAaa","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Drive URL"}}]},{"displayName":"ID","name":"id","type":"string","hint":"The ID of the shared drive","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Drive ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The drive where to upload the file","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":"root","cachedResultName":"/ (Root folder)"},"required":true,"modes":[{"displayName":"Folder","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"folderSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Folder ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The folder where to upload the file","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"APP Properties","name":"appPropertiesUi","placeholder":"Add Property","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"A collection of arbitrary key-value pairs which are private to the requesting app","options":[{"name":"appPropertyValues","displayName":"APP Property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the key"}]}]},{"displayName":"Properties","name":"propertiesUi","placeholder":"Add Property","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"A collection of arbitrary key-value pairs which are visible to all apps","options":[{"name":"propertyValues","displayName":"Property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the key"}]}]},{"displayName":"Keep Revision Forever","name":"keepRevisionForever","type":"boolean","default":false,"description":"Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions."},{"displayName":"OCR Language","name":"ocrLanguage","type":"string","default":"","placeholder":"e.g. en","description":"A language hint for OCR processing during image import (ISO 639-1 code)"},{"displayName":"Use Content As Indexable Text","name":"useContentAsIndexableText","type":"boolean","default":false,"description":"Whether to use the uploaded content as indexable text"},{"displayName":"Simplify Output","name":"simplifyOutput","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of all fields"}],"displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["fileFolder"]}},"options":[{"name":"Search","value":"search","description":"Search or list files and folders","action":"Search files and folders"}],"default":"search"},{"displayName":"Search Method","name":"searchMethod","type":"options","options":[{"name":"Search File/Folder Name","value":"name"},{"name":"Advanced Search","value":"query"}],"default":"name","description":"Whether to search for the file/folder name or use a query string","displayOptions":{"show":{"resource":["fileFolder"],"operation":["search"]}}},{"displayName":"Search Query","name":"queryString","type":"string","default":"","displayOptions":{"show":{"searchMethod":["name"],"resource":["fileFolder"],"operation":["search"]}},"placeholder":"e.g. My File / My Folder","description":"The name of the file or folder to search for. Returns also files and folders whose names partially match this search term."},{"displayName":"Query String","name":"queryString","type":"string","default":"","displayOptions":{"show":{"searchMethod":["query"],"resource":["fileFolder"],"operation":["search"]}},"placeholder":"e.g. not name contains 'hello'","description":"Use the Google query strings syntax to search for a specific set of files or folders. <a href=\"https://developers.google.com/drive/api/v3/search-files\" target=\"_blank\">Learn more</a>."},{"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":["fileFolder"],"operation":["search"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"returnAll":[false],"resource":["fileFolder"],"operation":["search"]}}},{"displayName":"Filter","name":"filter","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Drive","name":"driveId","type":"resourceLocator","default":{"mode":"list","value":"My Drive"},"required":false,"modes":[{"displayName":"Drive","name":"list","type":"list","placeholder":"Select a drive...","typeOptions":{"searchListMethod":"driveSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://drive.google.com/drive/folders/0AaaaaAAAAAAAaa","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Drive URL"}}]},{"displayName":"ID","name":"id","type":"string","hint":"The ID of the shared drive","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Drive ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The drive you want to search in. By default, the personal \"My Drive\" is used."},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":"root","cachedResultName":"/ (Root folder)"},"required":false,"modes":[{"displayName":"Folder","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"folderSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Folder ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The folder you want to search in. By default, the root folder of the drive is used. If you select a folder other than the root folder, only the direct children will be included."},{"displayName":"What to Search","name":"whatToSearch","type":"options","default":"all","options":[{"name":"Files and Folders","value":"all"},{"name":"Files","value":"files"},{"name":"Folders","value":"folders"}]},{"displayName":"File Types","name":"fileTypes","type":"multiOptions","default":[],"description":"Return only items corresponding to the selected MIME types","options":[{"name":"All","value":"*","description":"Return all file types"},{"name":"3rd Party Shortcut","value":"application/vnd.google-apps.drive-sdk"},{"name":"Audio","value":"application/vnd.google-apps.audio"},{"name":"Folder","value":"application/vnd.google-apps.folder"},{"name":"Google Apps Scripts","value":"application/vnd.google-apps.script"},{"name":"Google Docs","value":"application/vnd.google-apps.document"},{"name":"Google Drawing","value":"application/vnd.google-apps.drawing"},{"name":"Google Forms","value":"application/vnd.google-apps.form"},{"name":"Google Fusion Tables","value":"application/vnd.google-apps.fusiontable"},{"name":"Google My Maps","value":"application/vnd.google-apps.map"},{"name":"Google Sheets","value":"application/vnd.google-apps.spreadsheet"},{"name":"Google Sites","value":"application/vnd.google-apps.sites"},{"name":"Google Slides","value":"application/vnd.google-apps.presentation"},{"name":"Photo","value":"application/vnd.google-apps.photo"},{"name":"Unknown","value":"application/vnd.google-apps.unknown"},{"name":"Video","value":"application/vnd.google-apps.video"}],"displayOptions":{"show":{"whatToSearch":["all"]}}},{"displayName":"File Types","name":"fileTypes","type":"multiOptions","default":[],"description":"Return only items corresponding to the selected MIME types","options":[{"name":"All","value":"*","description":"Return all file types"},{"name":"3rd Party Shortcut","value":"application/vnd.google-apps.drive-sdk"},{"name":"Audio","value":"application/vnd.google-apps.audio"},{"name":"Google Apps Scripts","value":"application/vnd.google-apps.script"},{"name":"Google Docs","value":"application/vnd.google-apps.document"},{"name":"Google Drawing","value":"application/vnd.google-apps.drawing"},{"name":"Google Forms","value":"application/vnd.google-apps.form"},{"name":"Google Fusion Tables","value":"application/vnd.google-apps.fusiontable"},{"name":"Google My Maps","value":"application/vnd.google-apps.map"},{"name":"Google Sheets","value":"application/vnd.google-apps.spreadsheet"},{"name":"Google Sites","value":"application/vnd.google-apps.sites"},{"name":"Google Slides","value":"application/vnd.google-apps.presentation"},{"name":"Photo","value":"application/vnd.google-apps.photo"},{"name":"Unknown","value":"application/vnd.google-apps.unknown"},{"name":"Video","value":"application/vnd.google-apps.video"}],"displayOptions":{"show":{"whatToSearch":["files"]}}},{"displayName":"Include Trashed Items","name":"includeTrashed","type":"boolean","default":false,"description":"Whether to return also items in the Drive's bin"}],"displayOptions":{"show":{"resource":["fileFolder"],"operation":["search"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","options":[{"name":"*","value":"*","description":"All fields"},{"name":"explicitlyTrashed","value":"explicitlyTrashed"},{"name":"exportLinks","value":"exportLinks"},{"name":"hasThumbnail","value":"hasThumbnail"},{"name":"iconLink","value":"iconLink"},{"name":"ID","value":"id"},{"name":"Kind","value":"kind"},{"name":"mimeType","value":"mimeType"},{"name":"Name","value":"name"},{"name":"Permissions","value":"permissions"},{"name":"Shared","value":"shared"},{"name":"Spaces","value":"spaces"},{"name":"Starred","value":"starred"},{"name":"thumbnailLink","value":"thumbnailLink"},{"name":"Trashed","value":"trashed"},{"name":"Version","value":"version"},{"name":"webViewLink","value":"webViewLink"}],"default":[],"description":"The fields to return"}],"displayOptions":{"show":{"resource":["fileFolder"],"operation":["search"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a folder","action":"Create folder"},{"name":"Delete","value":"deleteFolder","description":"Permanently delete a folder","action":"Delete folder"},{"name":"Share","value":"share","description":"Add sharing permissions to a folder","action":"Share folder"}],"default":"create"},{"displayName":"Folder Name","name":"name","type":"string","default":"","placeholder":"e.g. New Folder","description":"The name of the new folder. If not set, 'Untitled' will be used.","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Parent Drive","name":"driveId","type":"resourceLocator","default":{"mode":"list","value":"My Drive"},"required":true,"modes":[{"displayName":"Drive","name":"list","type":"list","placeholder":"Select a drive...","typeOptions":{"searchListMethod":"driveSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://drive.google.com/drive/folders/0AaaaaAAAAAAAaa","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Drive URL"}}]},{"displayName":"ID","name":"id","type":"string","hint":"The ID of the shared drive","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Drive ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The drive where to create the new folder","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":"root","cachedResultName":"/ (Root folder)"},"required":true,"modes":[{"displayName":"Folder","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"folderSearchWithDefault","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Folder ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The parent folder where to create the new folder","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Simplify Output","name":"simplifyOutput","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of all fields"},{"displayName":"Folder Color","name":"folderColorRgb","type":"color","default":"","description":"The color of the folder as an RGB hex string. If an unsupported color is specified, the closest color in the palette will be used instead."}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Folder","name":"folderNoRootId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Folder","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"folderSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Folder ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The folder to delete","displayOptions":{"show":{"resource":["folder"],"operation":["deleteFolder"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Delete Permanently","name":"deletePermanently","type":"boolean","default":false,"description":"Whether to delete the folder immediately. If false, the folder will be moved to the trash."}],"displayOptions":{"show":{"resource":["folder"],"operation":["deleteFolder"]}}},{"displayName":"Folder","name":"folderNoRootId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Folder","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"folderSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Folder ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"description":"The folder to share","displayOptions":{"show":{"resource":["folder"],"operation":["share"]}}},{"displayName":"Permissions","name":"permissionsUi","placeholder":"Add Permission","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Permission","name":"permissionsValues","values":[{"displayName":"Role","name":"role","type":"options","description":"Defines what users can do with the file or folder","options":[{"name":"Commenter","value":"commenter"},{"name":"File Organizer","value":"fileOrganizer"},{"name":"Organizer","value":"organizer"},{"name":"Owner","value":"owner"},{"name":"Reader","value":"reader"},{"name":"Writer","value":"writer"}],"default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"User","value":"user"},{"name":"Group","value":"group"},{"name":"Domain","value":"domain"},{"name":"Anyone","value":"anyone"}],"default":"","description":"The scope of the permission. A permission with type=user applies to a specific user whereas a permission with type=domain applies to everyone in a specific domain."},{"displayName":"Email Address","name":"emailAddress","type":"string","displayOptions":{"show":{"type":["user","group"]}},"placeholder":"“e.g. name@mail.com","default":"","description":"The email address of the user or group to which this permission refers"},{"displayName":"Domain","name":"domain","type":"string","displayOptions":{"show":{"type":["domain"]}},"placeholder":"e.g. mycompany.com","default":"","description":"The domain to which this permission refers"},{"displayName":"Allow File Discovery","name":"allowFileDiscovery","type":"boolean","displayOptions":{"show":{"type":["domain","anyone"]}},"default":false,"description":"Whether to allow the file to be discovered through search"}]}],"displayOptions":{"show":{"resource":["folder"],"operation":["share"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Email Message","name":"emailMessage","type":"string","default":"","description":"A plain text custom message to include in the notification email","typeOptions":{"rows":2}},{"displayName":"Move To New Owners Root","name":"moveToNewOwnersRoot","type":"boolean","default":false,"description":"<p>This parameter only takes effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item.</p><p>When set to true, the item is moved to the new owner's My Drive root folder and all prior parents removed.</p>"},{"displayName":"Send Notification Email","name":"sendNotificationEmail","type":"boolean","default":false,"description":"Whether to send a notification email when sharing to users or groups"},{"displayName":"Transfer Ownership","name":"transferOwnership","type":"boolean","default":false,"description":"Whether to transfer ownership to the specified user and downgrade the current owner to a writer"},{"displayName":"Use Domain Admin Access","name":"useDomainAdminAccess","type":"boolean","default":false,"description":"Whether to perform the operation as domain administrator, i.e. if you are an administrator of the domain to which the shared drive belongs, you will be granted access automatically."}],"displayOptions":{"show":{"resource":["folder"],"operation":["share"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Drive/googleDrive.svg","codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googledrive/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
{"displayName":"Google Drive","name":"googleDrive","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Access data on Google Drive","defaultVersion":3,"schemaPath":"Google/Drive","version":[1,2],"defaults":{"name":"Google Drive"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleDriveOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Service Account","value":"serviceAccount"},{"name":"OAuth2","value":"oAuth2"}],"default":"serviceAccount","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2","displayOptions":{"show":{"@version":[2]}}},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Drive","value":"drive"},{"name":"File","value":"file"},{"name":"Folder","value":"folder"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Copy","value":"copy","description":"Copy a file","action":"Copy a file"},{"name":"Delete","value":"delete","description":"Delete a file","action":"Delete a file"},{"name":"Download","value":"download","description":"Download a file","action":"Download a file"},{"name":"List","value":"list","description":"List files and folders","action":"List a file"},{"name":"Share","value":"share","description":"Share a file","action":"Share a file"},{"name":"Update","value":"update","description":"Update a file","action":"Update a file"},{"name":"Upload","value":"upload","description":"Upload a file","action":"Upload a file"}],"default":"upload"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a folder","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Share","value":"share","description":"Share a folder","action":"Share a folder"}],"default":"create"},{"displayName":"File","name":"fileId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"File","name":"list","type":"list","placeholder":"Select a file...","typeOptions":{"searchListMethod":"fileSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://drive.google.com/file/d/1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A/edit","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://drive.google.com/file/d/{{$value}}/view"}],"displayOptions":{"show":{"operation":["download","copy","update","delete","share"],"resource":["file"]}},"description":"The ID of the file"},{"displayName":"Folder","name":"fileId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Folder","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"folderSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Folder ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"displayOptions":{"show":{"operation":["delete","share"],"resource":["folder"]}},"description":"The ID of the folder"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"options":[{"displayName":"Google File Conversion","name":"googleFileConversion","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"placeholder":"Add Conversion","options":[{"displayName":"Conversion","name":"conversion","values":[{"displayName":"Google Docs","name":"docsToFormat","type":"options","options":[{"name":"To HTML","value":"text/html"},{"name":"To MS Word","value":"application/vnd.openxmlformats-officedocument.wordprocessingml.document"},{"name":"To OpenOffice Doc","value":"application/vnd.oasis.opendocument.text"},{"name":"To PDF","value":"application/pdf"},{"name":"To Rich Text","value":"application/rtf"}],"default":"application/vnd.openxmlformats-officedocument.wordprocessingml.document","description":"Format used to export when downloading Google Docs files"},{"displayName":"Google Drawings","name":"drawingsToFormat","type":"options","options":[{"name":"To JPEG","value":"image/jpeg"},{"name":"To PNG","value":"image/png"},{"name":"To SVG","value":"image/svg+xml"},{"name":"To PDF","value":"application/pdf"}],"default":"image/jpeg","description":"Format used to export when downloading Google Drawings files"},{"displayName":"Google Slides","name":"slidesToFormat","type":"options","options":[{"name":"To MS PowerPoint","value":"application/vnd.openxmlformats-officedocument.presentationml.presentation"},{"name":"To PDF","value":"application/pdf"},{"name":"To OpenOffice Presentation","value":"application/vnd.oasis.opendocument.presentation"},{"name":"To Plain Text","value":"text/plain"}],"default":"application/vnd.openxmlformats-officedocument.presentationml.presentation","description":"Format used to export when downloading Google Slides files"},{"displayName":"Google Sheets","name":"sheetsToFormat","type":"options","options":[{"name":"To MS Excel","value":"application/x-vnd.oasis.opendocument.spreadsheet"},{"name":"To PDF","value":"application/pdf"},{"name":"To CSV","value":"text/csv"}],"default":"application/x-vnd.oasis.opendocument.spreadsheet","description":"Format used to export when downloading Google Spreadsheets files"}]}]},{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"File name. Ex: data.pdf."}]},{"displayName":"Use Query String","name":"useQueryString","type":"boolean","default":false,"displayOptions":{"show":{"operation":["list"],"resource":["file"]}},"description":"Whether a query string should be used to filter results"},{"displayName":"Query String","name":"queryString","type":"string","default":"","displayOptions":{"show":{"operation":["list"],"useQueryString":[true],"resource":["file"]}},"placeholder":"name contains 'invoice'","description":"Query to use to return only specific files"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["list"],"resource":["file"]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"queryFilters","placeholder":"Add Filter","description":"Filters to use to return only specific files","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"operation":["list"],"useQueryString":[false],"resource":["file"]}},"options":[{"name":"name","displayName":"Name","values":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Contains","value":"contains"},{"name":"Is","value":"is"},{"name":"Is Not","value":"isNot"}],"default":"contains"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value for operation"}]},{"name":"mimeType","displayName":"Mime Type","values":[{"displayName":"Mime Type","name":"mimeType","type":"options","options":[{"name":"3rd Party Shortcut","value":"application/vnd.google-apps.drive-sdk"},{"name":"Audio","value":"application/vnd.google-apps.audio"},{"name":"Custom Mime Type","value":"custom"},{"name":"Google Apps Scripts","value":"application/vnd.google-apps.script"},{"name":"Google Docs","value":"application/vnd.google-apps.document"},{"name":"Google Drawing","value":"application/vnd.google-apps.drawing"},{"name":"Google Drive File","value":"application/vnd.google-apps.file"},{"name":"Google Drive Folder","value":"application/vnd.google-apps.folder"},{"name":"Google Forms","value":"application/vnd.google-apps.form"},{"name":"Google Fusion Tables","value":"application/vnd.google-apps.fusiontable"},{"name":"Google My Maps","value":"application/vnd.google-apps.map"},{"name":"Google Sheets","value":"application/vnd.google-apps.spreadsheet"},{"name":"Google Sites","value":"application/vnd.google-apps.site"},{"name":"Google Slides","value":"application/vnd.google-apps.presentation"},{"name":"Photo","value":"application/vnd.google-apps.photo"},{"name":"Unknown","value":"application/vnd.google-apps.unknown"},{"name":"Video","value":"application/vnd.google-apps.video"}],"default":"application/vnd.google-apps.file","description":"The Mime-Type of the files to return"},{"displayName":"Custom Mime Type","name":"customMimeType","type":"string","default":"","displayOptions":{"show":{"mimeType":["custom"]}}}]}]},{"displayName":"Permissions","name":"permissionsUi","placeholder":"Add Permission","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["file","folder"],"operation":["share"]}},"options":[{"displayName":"Permission","name":"permissionsValues","values":[{"displayName":"Role","name":"role","type":"options","options":[{"name":"Commenter","value":"commenter"},{"name":"File Organizer","value":"fileOrganizer"},{"name":"Organizer","value":"organizer"},{"name":"Owner","value":"owner"},{"name":"Reader","value":"reader"},{"name":"Writer","value":"writer"}],"default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"User","value":"user"},{"name":"Group","value":"group"},{"name":"Domain","value":"domain"},{"name":"Anyone","value":"anyone"}],"default":"","description":"Information about the different types can be found <a href=\"https://developers.google.com/drive/api/v3/ref-roles\">here</a>"},{"displayName":"Email Address","name":"emailAddress","type":"string","displayOptions":{"show":{"type":["user","group"]}},"default":"","description":"The email address of the user or group to which this permission refers"},{"displayName":"Domain","name":"domain","type":"string","displayOptions":{"show":{"type":["domain"]}},"default":"","description":"The domain to which this permission refers"},{"displayName":"Allow File Discovery","name":"allowFileDiscovery","type":"boolean","displayOptions":{"show":{"type":["domain","anyone"]}},"default":false,"description":"Whether the permission allows the file to be discovered through search"}]}]},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[false]}},"placeholder":"","description":"The text content of the file to upload"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[true]}},"placeholder":"","hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["file"]}},"options":[{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"The name of the file"},{"displayName":"Keep Revision Forever","name":"keepRevisionForever","type":"boolean","default":false,"description":"Whether to set the 'keepForever' field in the new head revision. This is only applicable to files with binary content in Google Drive. Only 200 revisions for the file can be kept forever. If the limit is reached, try deleting pinned revisions."},{"displayName":"Move to Trash","name":"trashed","type":"boolean","default":false,"description":"Whether to move a file to the trash. Only the owner may trash a file."},{"displayName":"OCR Language","name":"ocrLanguage","type":"string","default":"","description":"A language hint for OCR processing during image import (ISO 639-1 code)"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"The ID of the parent to set"},{"displayName":"Use Content As Indexable Text","name":"useContentAsIndexableText","type":"boolean","default":false,"description":"Whether to use the uploaded content as indexable text"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["file"]}},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","options":[{"name":"[All]","value":"*","description":"All fields"},{"name":"explicitlyTrashed","value":"explicitlyTrashed"},{"name":"exportLinks","value":"exportLinks"},{"name":"hasThumbnail","value":"hasThumbnail"},{"name":"iconLink","value":"iconLink"},{"name":"ID","value":"id"},{"name":"Kind","value":"kind"},{"name":"mimeType","value":"mimeType"},{"name":"Name","value":"name"},{"name":"Permissions","value":"permissions"},{"name":"Shared","value":"shared"},{"name":"Spaces","value":"spaces"},{"name":"Starred","value":"starred"},{"name":"thumbnailLink","value":"thumbnailLink"},{"name":"Trashed","value":"trashed"},{"name":"Version","value":"version"},{"name":"webViewLink","value":"webViewLink"}],"default":[],"description":"The fields to return"}]},{"displayName":"File Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"placeholder":"invoice_1.pdf","description":"The name the file should be saved as"},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":false,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"By default the response only contain the ID of the file. If this option gets activated, it will resolve the data automatically."},{"displayName":"Parents","name":"parents","type":"string","typeOptions":{"multipleValues":true},"default":[],"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"The IDs of the parent folders which contain the file"},{"displayName":"Folder","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"placeholder":"invoices","description":"The name of folder to create"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"/operation":["copy","list","share","create"],"/resource":["file","folder"]}},"options":[{"displayName":"Email Message","name":"emailMessage","type":"string","displayOptions":{"show":{"/operation":["share"],"/resource":["file","folder"]}},"default":"","description":"A plain text custom message to include in the notification email"},{"displayName":"Enforce Single Parent","name":"enforceSingleParent","type":"boolean","displayOptions":{"show":{"/operation":["share"],"/resource":["file","folder"]}},"default":false,"description":"Whether to opt in to API behavior that aims for all items to have exactly one parent. This parameter only takes effect if the item is not in a shared drive."},{"displayName":"Fields","name":"fields","type":"multiOptions","displayOptions":{"show":{"/operation":["list","copy"]}},"options":[{"name":"*","value":"*","description":"All fields"},{"name":"explicitlyTrashed","value":"explicitlyTrashed"},{"name":"exportLinks","value":"exportLinks"},{"name":"hasThumbnail","value":"hasThumbnail"},{"name":"iconLink","value":"iconLink"},{"name":"ID","value":"id"},{"name":"Kind","value":"kind"},{"name":"mimeType","value":"mimeType"},{"name":"Name","value":"name"},{"name":"Permissions","value":"permissions"},{"name":"Shared","value":"shared"},{"name":"Spaces","value":"spaces"},{"name":"Starred","value":"starred"},{"name":"thumbnailLink","value":"thumbnailLink"},{"name":"Trashed","value":"trashed"},{"name":"Version","value":"version"},{"name":"webViewLink","value":"webViewLink"}],"default":[],"description":"The fields to return"},{"displayName":"Move To New Owners Root","name":"moveToNewOwnersRoot","type":"boolean","displayOptions":{"show":{"/operation":["share"],"/resource":["file","folder"]}},"default":false,"description":"<p>This parameter only takes effect if the item is not in a shared drive and the request is attempting to transfer the ownership of the item.</p><p>When set to true, the item is moved to the new owner's My Drive root folder and all prior parents removed.</p>"},{"displayName":"Send Notification Email","name":"sendNotificationEmail","type":"boolean","displayOptions":{"show":{"/operation":["share"],"/resource":["file","folder"]}},"default":false,"description":"Whether to send a notification email when sharing to users or groups"},{"displayName":"Supports All Drives","name":"supportsAllDrives","type":"boolean","displayOptions":{"show":{"/operation":["share"],"/resource":["file","folder"]}},"default":false,"description":"Whether the requesting application supports both My Drives and shared drives"},{"displayName":"Transfer Ownership","name":"transferOwnership","type":"boolean","displayOptions":{"show":{"/operation":["share"],"/resource":["file","folder"]}},"default":false,"description":"Whether to transfer ownership to the specified user and downgrade the current owner to a writer"},{"displayName":"Use Domain Admin Access","name":"useDomainAdminAccess","type":"boolean","displayOptions":{"show":{"/operation":["share"],"/resource":["file","folder"]}},"default":false,"description":"Whether to perform the operation as domain administrator, i.e. if you are an administrator of the domain to which the shared drive belongs, you will be granted access automatically."},{"displayName":"File Name","name":"name","type":"string","displayOptions":{"show":{"/operation":["copy"],"/resource":["file"]}},"default":"","placeholder":"invoice_1.pdf","description":"The name the file should be saved as"},{"displayName":"Parents","name":"parents","type":"string","displayOptions":{"show":{"/operation":["copy","create"],"/resource":["file","folder"]}},"typeOptions":{"multipleValues":true},"default":[],"description":"The IDs of the parent folders the file/folder should be saved in"},{"displayName":"Spaces","name":"spaces","type":"multiOptions","displayOptions":{"show":{"/operation":["list"],"/resource":["file"]}},"options":[{"name":"[All]","value":"*","description":"All spaces"},{"name":"appDataFolder","value":"appDataFolder"},{"name":"Drive","value":"drive"},{"name":"Photos","value":"photos"}],"default":[],"description":"The spaces to operate on"},{"displayName":"Corpora","name":"corpora","type":"options","displayOptions":{"show":{"/operation":["list"],"/resource":["file"]}},"options":[{"name":"User","value":"user","description":"All files in \"My Drive\" and \"Shared with me\""},{"name":"Domain","value":"domain","description":"All files shared to the user's domain that are searchable"},{"name":"Drive","value":"drive","description":"All files contained in a single shared drive"},{"name":"allDrives","value":"allDrives","description":"All drives"}],"default":"","description":"The corpora to operate on"},{"displayName":"Drive ID","name":"driveId","type":"string","default":"","displayOptions":{"show":{"/operation":["list"],"/resource":["file"],"corpora":["drive"]}},"description":"ID of the shared drive to search. The driveId parameter must be specified if and only if corpora is set to drive."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["drive"]}},"options":[{"name":"Create","value":"create","description":"Create a drive","action":"Create a drive"},{"name":"Delete","value":"delete","description":"Delete a drive","action":"Delete a drive"},{"name":"Get","value":"get","description":"Get a drive","action":"Get a drive"},{"name":"List","value":"list","description":"List all drives","action":"List all drives"},{"name":"Update","value":"update","description":"Update a drive","action":"Update a drive"}],"default":"create"},{"displayName":"Drive","name":"driveId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"hint":"The Google Drive drive to operate on","modes":[{"displayName":"Drive","name":"list","type":"list","placeholder":"Drive","typeOptions":{"searchListMethod":"driveSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://drive.google.com/drive/folders/0AaaaaAAAAAAAaa","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Drive URL"}}]},{"displayName":"ID","name":"id","type":"string","hint":"The ID of the shared drive","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Drive ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"displayOptions":{"show":{"operation":["delete","get","update"],"resource":["drive"]}},"description":"The ID of the drive"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["drive"]}},"description":"The name of this shared drive"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["drive"]}},"options":[{"displayName":"Capabilities","name":"capabilities","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Can Add Children","name":"canAddChildren","type":"boolean","default":false,"description":"Whether the current user can add children to folders in this shared drive"},{"displayName":"Can Change Copy Requires Writer Permission Restriction","name":"canChangeCopyRequiresWriterPermissionRestriction","type":"boolean","default":false,"description":"Whether the current user can change the copyRequiresWriterPermission restriction of this shared drive"},{"displayName":"Can Change Domain Users Only Restriction","name":"canChangeDomainUsersOnlyRestriction","type":"boolean","default":false,"description":"Whether the current user can change the domainUsersOnly restriction of this shared drive"},{"displayName":"Can Change Drive Background","name":"canChangeDriveBackground","type":"boolean","default":false,"description":"Whether the current user can change the background of this shared drive"},{"displayName":"Can Change Drive Members Only Restriction","name":"canChangeDriveMembersOnlyRestriction","type":"boolean","default":false,"description":"Whether the current user can change the driveMembersOnly restriction of this shared drive"},{"displayName":"Can Comment","name":"canComment","type":"boolean","default":false,"description":"Whether the current user can comment on files in this shared drive"},{"displayName":"Can Copy","name":"canCopy","type":"boolean","default":false,"description":"Whether the current user can copy files in this shared drive"},{"displayName":"Can Delete Children","name":"canDeleteChildren","type":"boolean","default":false,"description":"Whether the current user can delete children from folders in this shared drive"},{"displayName":"Can Delete Drive","name":"canDeleteDrive","type":"boolean","default":false,"description":"Whether the current user can delete this shared drive. Attempting to delete the shared drive may still fail if there are untrashed items inside the shared drive."},{"displayName":"Can Download","name":"canDownload","type":"boolean","default":false,"description":"Whether the current user can download files in this shared drive"},{"displayName":"Can Edit","name":"canEdit","type":"boolean","default":false,"description":"Whether the current user can edit files in this shared drive"},{"displayName":"Can List Children","name":"canListChildren","type":"boolean","default":false,"description":"Whether the current user can list the children of folders in this shared drive"},{"displayName":"Can Manage Members","name":"canManageMembers","type":"boolean","default":false,"description":"Whether the current user can add members to this shared drive or remove them or change their role"},{"displayName":"Can Read Revisions","name":"canReadRevisions","type":"boolean","default":false,"description":"Whether the current user can read the revisions resource of files in this shared drive"},{"displayName":"Can Rename","name":"canRename","type":"boolean","default":false,"description":"Whether the current user can rename files or folders in this shared drive"},{"displayName":"Can Rename Drive","name":"canRenameDrive","type":"boolean","default":false,"description":"Whether the current user can rename this shared drive"},{"displayName":"Can Share","name":"canShare","type":"boolean","default":false,"description":"Whether the current user can rename this shared drive"},{"displayName":"Can Trash Children","name":"canTrashChildren","type":"boolean","default":false,"description":"Whether the current user can trash children from folders in this shared drive"}]},{"displayName":"Color RGB","name":"colorRgb","type":"color","default":"","description":"The color of this shared drive as an RGB hex string"},{"displayName":"Created Time","name":"createdTime","type":"dateTime","default":"","description":"The time at which the shared drive was created (RFC 3339 date-time)"},{"displayName":"Hidden","name":"hidden","type":"boolean","default":false,"description":"Whether the shared drive is hidden from default view"},{"displayName":"Restrictions","name":"restrictions","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Admin Managed Restrictions","name":"adminManagedRestrictions","type":"boolean","default":false,"description":"Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive."},{"displayName":"Copy Requires Writer Permission","name":"copyRequiresWriterPermission","type":"boolean","default":false,"description":"Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive."},{"displayName":"Domain Users Only","name":"domainUsersOnly","type":"boolean","default":false,"description":"Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive."},{"displayName":"Drive Members Only","name":"driveMembersOnly","type":"boolean","default":false,"description":"Whether access to items inside this shared drive is restricted to its members"}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["drive"]}},"options":[{"displayName":"Use Domain Admin Access","name":"useDomainAdminAccess","type":"boolean","default":false,"description":"Whether to issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs. (Default: false)."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["list"],"resource":["drive"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["list"],"resource":["drive"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["list"],"resource":["drive"]}},"options":[{"displayName":"Query","name":"q","type":"string","default":"","description":"Query string for searching shared drives. See the <a href=\"https://developers.google.com/drive/api/v3/search-shareddrives\">\"Search for shared drives\"</a> guide for supported syntax."},{"displayName":"Use Domain Admin Access","name":"useDomainAdminAccess","type":"boolean","default":false,"description":"Whether to issue the request as a domain administrator; if set to true, then the requester will be granted access if they are an administrator of the domain to which the shared drive belongs. (Default: false)."}]},{"displayName":"Update Fields","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["drive"]}},"options":[{"displayName":"Color RGB","name":"colorRgb","type":"color","default":"","description":"The color of this shared drive as an RGB hex string"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of this shared drive"},{"displayName":"Restrictions","name":"restrictions","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Admin Managed Restrictions","name":"adminManagedRestrictions","type":"boolean","default":false,"description":"Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive."},{"displayName":"Copy Requires Writer Permission","name":"copyRequiresWriterPermission","type":"boolean","default":false,"description":"Whether the options to copy, print, or download files inside this shared drive, should be disabled for readers and commenters. When this restriction is set to true, it will override the similarly named field to true for any file inside this shared drive."},{"displayName":"Domain Users Only","name":"domainUsersOnly","type":"boolean","default":false,"description":"Whether access to this shared drive and items inside this shared drive is restricted to users of the domain to which this shared drive belongs. This restriction may be overridden by other sharing policies controlled outside of this shared drive."},{"displayName":"Drive Members Only","name":"driveMembersOnly","type":"boolean","default":false,"description":"Whether access to items inside this shared drive is restricted to its members"}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"options":[{"displayName":"APP Properties","name":"appPropertiesUi","placeholder":"Add Property","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"A collection of arbitrary key-value pairs which are private to the requesting app","options":[{"name":"appPropertyValues","displayName":"APP Property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the key"}]}]},{"displayName":"Properties","name":"propertiesUi","placeholder":"Add Property","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"A collection of arbitrary key-value pairs which are visible to all apps","options":[{"name":"propertyValues","displayName":"Property","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the key"}]}]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Drive/googleDrive.svg","codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googledrive/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
{"displayName":"Google Drive Trigger","name":"googleDriveTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when Google Drive events occur","subtitle":"={{$parameter[\"event\"]}}","defaults":{"name":"Google Drive Trigger"},"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleDriveOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Credential Type","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Trigger On","name":"triggerOn","type":"options","required":true,"default":"","options":[{"name":"Changes to a Specific File","value":"specificFile"},{"name":"Changes Involving a Specific Folder","value":"specificFolder"}]},{"displayName":"File","name":"fileToWatch","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"File","name":"list","type":"list","placeholder":"Select a file...","typeOptions":{"searchListMethod":"fileSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://drive.google.com/file/d/1wroCSfK-hupQIYf_xzeoUEzOhvfTFH2P/edit","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://drive.google.com/file/d/{{$value}}/view"}],"displayOptions":{"show":{"triggerOn":["specificFile"]}}},{"displayName":"Watch For","name":"event","type":"options","displayOptions":{"show":{"triggerOn":["specificFile"]}},"required":true,"default":"fileUpdated","options":[{"name":"File Updated","value":"fileUpdated"}],"description":"When to trigger this node"},{"displayName":"Folder","name":"folderToWatch","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Folder","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"folderSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://drive.google.com/drive/folders/1Tx9WHbA3wBpPB4C_HcoZDH9WZFWYxAMU","extractValue":{"type":"regex","regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/drive\\.google\\.com(?:\\/.*|)\\/folders\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"1anGBg0b5re2VtF2bKu201_a-Vnz5BHq9Y4r-yBDAj5A","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive Folder ID"}}],"url":"=https://drive.google.com/drive/folders/{{$value}}"}],"displayOptions":{"show":{"triggerOn":["specificFolder"]}}},{"displayName":"Watch For","name":"event","type":"options","displayOptions":{"show":{"triggerOn":["specificFolder"]}},"required":true,"default":"","options":[{"name":"File Created","value":"fileCreated","description":"When a file is created in the watched folder"},{"name":"File Updated","value":"fileUpdated","description":"When a file is updated in the watched folder"},{"name":"Folder Created","value":"folderCreated","description":"When a folder is created in the watched folder"},{"name":"Folder Updated","value":"folderUpdated","description":"When a folder is updated in the watched folder"},{"name":"Watch Folder Updated","value":"watchFolderUpdated","description":"When the watched folder itself is modified"}]},{"displayName":"Changes within subfolders won't trigger this node","name":"asas","type":"notice","displayOptions":{"show":{"triggerOn":["specificFolder"]},"hide":{"event":["watchFolderUpdated"]}},"default":""},{"displayName":"Drive To Watch","name":"driveToWatch","type":"options","displayOptions":{"show":{"triggerOn":["anyFileFolder"]}},"typeOptions":{"loadOptionsMethod":"getDrives"},"default":"root","required":true,"description":"The drive to monitor. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Watch For","name":"event","type":"options","displayOptions":{"show":{"triggerOn":["anyFileFolder"]}},"required":true,"default":"fileCreated","options":[{"name":"File Created","value":"fileCreated","description":"When a file is created in the watched drive"},{"name":"File Updated","value":"fileUpdated","description":"When a file is updated in the watched drive"},{"name":"Folder Created","value":"folderCreated","description":"When a folder is created in the watched drive"},{"name":"Folder Updated","value":"folderUpdated","description":"When a folder is updated in the watched drive"}],"description":"When to trigger this node"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"event":["fileCreated","fileUpdated"]},"hide":{"triggerOn":["specificFile"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"File Type","name":"fileType","type":"options","options":[{"name":"[All]","value":"all"},{"name":"Audio","value":"application/vnd.google-apps.audio"},{"name":"Google Docs","value":"application/vnd.google-apps.document"},{"name":"Google Drawings","value":"application/vnd.google-apps.drawing"},{"name":"Google Slides","value":"application/vnd.google-apps.presentation"},{"name":"Google Spreadsheets","value":"application/vnd.google-apps.spreadsheet"},{"name":"Photos and Images","value":"application/vnd.google-apps.photo"},{"name":"Videos","value":"application/vnd.google-apps.video"}],"default":"all","description":"Triggers only when the file is this type"}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.googledrivetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Drive/googleDrive.svg"},
{"displayName":"Google Cloud Firestore","name":"googleFirebaseCloudFirestore","group":["input"],"version":[1,1.1],"subtitle":"={{$parameter[\"resource\"] + \": \" + $parameter[\"operation\"]}}","description":"Interact with Google Firebase - Cloud Firestore API","schemaPath":"Google/Firebase/CloudFirestore","defaults":{"name":"Google Cloud Firestore"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleFirebaseCloudFirestoreOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["googleFirebaseCloudFirestoreOAuth2Api"]}}},{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"googleFirebaseCloudFirestoreOAuth2Api"},{"name":"Service Account","value":"serviceAccount"}],"default":"googleFirebaseCloudFirestoreOAuth2Api"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Document","value":"document"},{"name":"Collection","value":"collection"}],"default":"document"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["document"]}},"options":[{"name":"Create","value":"create","description":"Create a document","action":"Create a document"},{"name":"Create or Update","value":"upsert","description":"Create a new document, or update the current one if it already exists (upsert)","action":"Create or update a document"},{"name":"Delete","value":"delete","description":"Delete a document","action":"Delete a document"},{"name":"Get","value":"get","description":"Get a document","action":"Get a document"},{"name":"Get Many","value":"getAll","description":"Get many documents from a collection","action":"Get many documents"},{"name":"Query","value":"query","description":"Runs a query against your documents","action":"Query a document"}],"default":"get"},{"displayName":"Project Name or ID","name":"projectId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getProjects"},"displayOptions":{"show":{"resource":["document"],"operation":["create"]}},"description":"As displayed in firebase console URL. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true},{"displayName":"Database","name":"database","type":"string","default":"(default)","displayOptions":{"show":{"resource":["document"],"operation":["create"]}},"description":"Usually the provided default value will work","required":true},{"displayName":"Collection","name":"collection","type":"string","default":"","displayOptions":{"show":{"resource":["document"],"operation":["create"]}},"description":"Collection name","required":true},{"displayName":"Document ID","name":"documentId","type":"string","displayOptions":{"show":{"resource":["document"],"operation":["create"]}},"default":""},{"displayName":"Columns / Attributes","name":"columns","type":"string","default":"","displayOptions":{"show":{"resource":["document"],"operation":["create"]}},"description":"List of attributes to save","required":true,"placeholder":"productId, modelName, description"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["create"],"resource":["document"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Project Name or ID","name":"projectId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getProjects"},"displayOptions":{"show":{"resource":["document"],"operation":["get"]}},"description":"As displayed in firebase console URL. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true},{"displayName":"Database","name":"database","type":"string","default":"(default)","displayOptions":{"show":{"resource":["document"],"operation":["get"]}},"description":"Usually the provided default value will work","required":true},{"displayName":"Collection","name":"collection","type":"string","default":"","displayOptions":{"show":{"resource":["document"],"operation":["get"]}},"description":"Collection name","required":true},{"displayName":"Document ID","name":"documentId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["document"]}},"default":"","required":true},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["document"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Project Name or ID","name":"projectId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getProjects"},"displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}},"description":"As displayed in firebase console URL. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true},{"displayName":"Database","name":"database","type":"string","default":"(default)","displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}},"description":"Usually the provided default value will work","required":true},{"displayName":"Collection","name":"collection","type":"string","default":"","displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}},"description":"Collection name","required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"displayOptions":{"show":{"resource":["document"],"operation":["getAll"]}},"description":"Whether to return all results or only up to a given limit","required":true},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["document"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["document"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Project Name or ID","name":"projectId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getProjects"},"displayOptions":{"show":{"resource":["document"],"operation":["delete"]}},"description":"As displayed in firebase console URL. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true},{"displayName":"Database","name":"database","type":"string","default":"(default)","displayOptions":{"show":{"resource":["document"],"operation":["delete"]}},"description":"Usually the provided default value will work","required":true},{"displayName":"Collection","name":"collection","type":"string","default":"","displayOptions":{"show":{"resource":["document"],"operation":["delete"]}},"description":"Collection name","required":true},{"displayName":"Document ID","name":"documentId","type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["document"]}},"default":"","required":true},{"displayName":"Project Name or ID","name":"projectId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getProjects"},"displayOptions":{"show":{"resource":["document"],"operation":["upsert"]}},"description":"As displayed in firebase console URL. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true},{"displayName":"Database","name":"database","type":"string","default":"(default)","displayOptions":{"show":{"resource":["document"],"operation":["upsert"]}},"description":"Usually the provided default value will work","required":true},{"displayName":"Collection","name":"collection","type":"string","default":"","displayOptions":{"show":{"resource":["document"],"operation":["upsert"]}},"description":"Collection name","required":true},{"displayName":"Update Key","name":"updateKey","type":"string","displayOptions":{"show":{"resource":["document"],"operation":["upsert"]}},"default":"","description":"Name of the field in an input item that contains the document ID","required":true,"placeholder":"documentId"},{"displayName":"Columns /Attributes","name":"columns","type":"string","default":"","displayOptions":{"show":{"resource":["document"],"operation":["upsert"]}},"description":"Columns to insert","required":true,"placeholder":"age, city, location"},{"displayName":"Project Name or ID","name":"projectId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getProjects"},"displayOptions":{"show":{"resource":["document"],"operation":["query"]}},"description":"As displayed in firebase console URL. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true},{"displayName":"Database","name":"database","type":"string","default":"(default)","displayOptions":{"show":{"resource":["document"],"operation":["query"]}},"description":"Usually the provided default value will work","required":true},{"displayName":"Query JSON","name":"query","type":"string","default":"","displayOptions":{"show":{"resource":["document"],"operation":["query"]}},"description":"JSON query to execute","required":true,"placeholder":"{\"structuredQuery\": {\"where\": {\"fieldFilter\": {\"field\": {\"fieldPath\": \"age\"},\"op\": \"EQUAL\", \"value\": {\"integerValue\": 28}}}, \"from\": [{\"collectionId\": \"users-collection\"}]}}"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["query"],"resource":["document"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["collection"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many root collections","action":"Get many collections"}],"default":"getAll"},{"displayName":"Project Name or ID","name":"projectId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getProjects"},"displayOptions":{"show":{"resource":["collection"],"operation":["getAll"]}},"description":"As displayed in firebase console URL. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true},{"displayName":"Database","name":"database","type":"string","default":"(default)","displayOptions":{"show":{"resource":["collection"],"operation":["getAll"]}},"description":"Usually the provided default value will work","required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"displayOptions":{"show":{"resource":["collection"],"operation":["getAll"]}},"description":"Whether to return all results or only up to a given limit","required":true},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["collection"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"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.googlecloudfirestore/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Firebase/CloudFirestore/googleFirebaseCloudFirestore.png"},
{"displayName":"Google Cloud Realtime Database","name":"googleFirebaseRealtimeDatabase","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"]}}","description":"Interact with Google Firebase - Realtime Database API","defaults":{"name":"Google Cloud Realtime Database"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleFirebaseRealtimeDatabaseOAuth2Api"}],"properties":[{"displayName":"Project Name or ID","name":"projectId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getProjects"},"description":"As displayed in firebase console URL. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Create","value":"create","description":"Write data to a database","action":"Write data to a database"},{"name":"Delete","value":"delete","description":"Delete data from a database","action":"Delete data from a database"},{"name":"Get","value":"get","description":"Get a record from a database","action":"Get a record from a database"},{"name":"Push","value":"push","description":"Append to a list of data","action":"Append to a list of data"},{"name":"Update","value":"update","description":"Update item on a database","action":"Update item in a database"}],"default":"create","required":true},{"displayName":"Object Path","name":"path","type":"string","default":"","placeholder":"e.g. /app/users","description":"Object path on database. Do not append .json.","required":true,"displayOptions":{"hide":{"operation":["get"]}}},{"displayName":"Object Path","name":"path","type":"string","default":"","placeholder":"e.g. /app/users","description":"Object path on database. Do not append .json.","hint":"Leave blank to get a whole database object","displayOptions":{"show":{"operation":["get"]}}},{"displayName":"Columns / Attributes","name":"attributes","type":"string","default":"","displayOptions":{"show":{"operation":["create","push","update"]}},"description":"Attributes to save","required":true,"placeholder":"age, name, city"}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlecloudrealtimedatabase/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Firebase/RealtimeDatabase/googleFirebaseRealtimeDatabase.svg"},
{"displayName":"Gmail","name":"gmail","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Gmail API","defaultVersion":2.2,"builderHint":{"relatedNodes":[{"nodeType":"n8n-nodes-base.gmailTrigger","relationHint":"Use Gmail Trigger for scheduled email fetching, which is simpler for user than Schedule Trigger with Gmail getAll"}]},"schemaPath":"Google/Gmail","version":[2,2.1,2.2],"defaults":{"name":"Gmail"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"gmailOAuth2","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"waitingNodeTooltip":"={{ ((parameters) => {\n    if (parameters?.operation === 'sendAndWait') {\n        return \"Execution will continue after the user's response\";\n    }\n    return '';\n})($parameter) }}","webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true},{"name":"default","httpMethod":"POST","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Message","value":"message"},{"name":"Label","value":"label"},{"name":"Draft","value":"draft"},{"name":"Thread","value":"thread"}],"default":"message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["draft"]}},"options":[{"name":"Create","value":"create","action":"Create a draft"},{"name":"Delete","value":"delete","action":"Delete a draft"},{"name":"Get","value":"get","action":"Get a draft"},{"name":"Get Many","value":"getAll","action":"Get many drafts"}],"default":"create"},{"displayName":"Draft ID","name":"messageId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["draft"],"operation":["delete","get"]}},"placeholder":"r-3254521568507167962"},{"displayName":"Subject","name":"subject","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"placeholder":"Hello World!"},{"displayName":"To reply to an existing thread, specify the Thread ID from the options below.","name":"threadNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Email Type","name":"emailType","type":"options","default":"text","required":true,"noDataExpression":true,"options":[{"name":"HTML","value":"html"},{"name":"Text","value":"text"}],"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"default":{},"options":[{"displayName":"Attachments","name":"attachmentsUi","placeholder":"Add Attachment","type":"fixedCollection","typeOptions":{"multipleValues":true},"options":[{"name":"attachmentsBinary","displayName":"Attachment Binary","values":[{"displayName":"Attachment Field Name (in Input)","name":"property","type":"string","default":"","description":"Add the field name from the input node. Multiple properties can be set separated by comma."}]}],"default":{},"description":"Array of supported attachments to add to the message"},{"displayName":"BCC","name":"bccList","type":"string","description":"The email addresses of the blind copy recipients. Multiple addresses can be separated by a comma. e.g. jay@getsby.com, jon@smith.com.","placeholder":"info@example.com","default":""},{"displayName":"CC","name":"ccList","type":"string","description":"The email addresses of the copy recipients. Multiple addresses can be separated by a comma. e.g. jay@getsby.com, jon@smith.com.","placeholder":"info@example.com","default":""},{"displayName":"From Alias Name or ID","name":"fromAlias","type":"options","default":"","description":"Select the alias to send the email from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getGmailAliases"}},{"displayName":"Send Replies To","name":"replyTo","type":"string","placeholder":"reply@example.com","default":"","description":"The email address that the reply message is sent to"},{"displayName":"Thread ID","name":"threadId","type":"string","placeholder":"18cc573e2431878f","default":"","description":"The identifier of the thread to attach the draft"},{"displayName":"To Email","name":"sendTo","type":"string","default":"","placeholder":"info@example.com","description":"The email addresses of the recipients. Multiple addresses can be separated by a comma. e.g. jay@getsby.com, jon@smith.com."}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"resource":["draft"],"operation":["get"]}},"default":{},"options":[{"displayName":"Attachment Prefix","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","description":"Prefix for name of the binary property to which to write the attachment. An index starting with 0 will be added. So if name is 'attachment_' the first attachment is saved to 'attachment_0'."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the draft's attachments will be downloaded"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["draft"]}},"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":["draft"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["draft"]}},"options":[{"displayName":"Attachment Prefix","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is 'attachment_' the first attachment is saved to 'attachment_0'."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the draft's attachments will be downloaded"},{"displayName":"Include Spam and Trash","name":"includeSpamTrash","type":"boolean","default":false,"description":"Whether to include messages from SPAM and TRASH in the results"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["label"]}},"options":[{"name":"Create","value":"create","action":"Create a label"},{"name":"Delete","value":"delete","action":"Delete a label"},{"name":"Get","value":"get","action":"Get a label info"},{"name":"Get Many","value":"getAll","action":"Get many labels"}],"default":"getAll"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["label"],"operation":["create"]}},"placeholder":"invoices","description":"Label Name"},{"displayName":"Label ID","name":"labelId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["label"],"operation":["get","delete"]}},"description":"The ID of the label"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"resource":["label"],"operation":["create"]}},"default":{},"options":[{"displayName":"Label List Visibility","name":"labelListVisibility","type":"options","options":[{"name":"Hide","value":"labelHide"},{"name":"Show","value":"labelShow"},{"name":"Show If Unread","value":"labelShowIfUnread"}],"default":"labelShow","description":"The visibility of the label in the label list in the Gmail web interface"},{"displayName":"Message List Visibility","name":"messageListVisibility","type":"options","options":[{"name":"Hide","value":"hide"},{"name":"Show","value":"show"}],"default":"show","description":"The visibility of messages with this label in the message list in the Gmail web interface"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["label"]}},"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":["label"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Add Label","value":"addLabels","action":"Add label to message"},{"name":"Delete","value":"delete","action":"Delete a message"},{"name":"Get","value":"get","action":"Get a message"},{"name":"Get Many","value":"getAll","action":"Get many messages"},{"name":"Mark as Read","value":"markAsRead","action":"Mark a message as read"},{"name":"Mark as Unread","value":"markAsUnread","action":"Mark a message as unread"},{"name":"Remove Label","value":"removeLabels","action":"Remove label from message"},{"name":"Reply","value":"reply","action":"Reply to a message"},{"name":"Send","value":"send","action":"Send a message"},{"name":"Send and Wait for Response","value":"sendAndWait","action":"Send message and wait for response"}],"default":"send"},{"displayName":"Message ID","name":"messageId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["get","delete","markAsRead","markAsUnread"]}},"placeholder":"172ce2c4a72cc243"},{"displayName":"Message ID","name":"messageId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}},"placeholder":"172ce2c4a72cc243"},{"displayName":"To","name":"sendTo","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["send"]}},"placeholder":"info@example.com","description":"The email addresses of the recipients. Multiple addresses can be separated by a comma. e.g. jay@getsby.com, jon@smith.com."},{"displayName":"Subject","name":"subject","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["send"]}},"placeholder":"Hello World!"},{"displayName":"Email Type","name":"emailType","type":"options","default":"html","required":true,"noDataExpression":true,"options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"displayOptions":{"show":{"resource":["message"],"operation":["send","reply"]},"hide":{"@version":[2]}}},{"displayName":"Email Type","name":"emailType","type":"options","default":"html","required":true,"noDataExpression":true,"options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"displayOptions":{"show":{"resource":["message"],"operation":["send","reply"],"@version":[2]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["reply","send"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"resource":["message"],"operation":["send","reply"]}},"default":{},"options":[{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase “This email was sent automatically with n8n” to the end of the email"},{"displayName":"Attachments","name":"attachmentsUi","placeholder":"Add Attachment","type":"fixedCollection","typeOptions":{"multipleValues":true},"options":[{"name":"attachmentsBinary","displayName":"Attachment Binary","values":[{"displayName":"Attachment Field Name","name":"property","type":"string","default":"data","description":"Add the field name from the input node. Multiple properties can be set separated by comma.","hint":"The name of the field with the attachment in the node input"}]}],"default":{},"description":"Array of supported attachments to add to the message"},{"displayName":"BCC","name":"bccList","type":"string","description":"The email addresses of the blind copy recipients. Multiple addresses can be separated by a comma. e.g. jay@getsby.com, jon@smith.com.","placeholder":"info@example.com","default":""},{"displayName":"CC","name":"ccList","type":"string","description":"The email addresses of the copy recipients. Multiple addresses can be separated by a comma. e.g. jay@getsby.com, jon@smith.com.","placeholder":"info@example.com","default":""},{"displayName":"Sender Name","name":"senderName","type":"string","placeholder":"e.g. Nathan","default":"","description":"The name that will be shown in recipients' inboxes"},{"displayName":"Send Replies To","name":"replyTo","type":"string","placeholder":"reply@example.com","default":"","description":"The email address that the reply message is sent to","displayOptions":{"hide":{"/operation":["reply"]}}},{"displayName":"Reply to Sender Only","name":"replyToSenderOnly","type":"boolean","default":false,"description":"Whether to reply to the sender only or to the entire list of recipients"}]},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["message"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"resource":["message"],"operation":["get"]},"hide":{"simple":[true]}},"default":{},"options":[{"displayName":"Attachment Prefix","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","description":"Prefix for name of the binary property to which to write the attachment. An index starting with 0 will be added. So if name is 'attachment_' the first attachment is saved to 'attachment_0'."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the email's attachments will be downloaded and included in the output"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["message"]}},"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":["message"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["message"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"operation":["getAll"],"resource":["message"],"returnAll":[true]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["message"]}},"options":[{"displayName":"Include Spam and Trash","name":"includeSpamTrash","type":"boolean","default":false,"description":"Whether to include messages from SPAM and TRASH in the results"},{"displayName":"Label Names or IDs","name":"labelIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLabels"},"default":[],"description":"Only return messages with labels that match all of the specified label IDs. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Search","name":"q","type":"string","default":"","placeholder":"has:attachment","hint":"Use the same format as in the Gmail search box. <a href=\"https://support.google.com/mail/answer/7190?hl=en\">More info</a>.","description":"Only return messages matching the specified query"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter emails by whether they have been read or not","options":[{"name":"Unread and read emails","value":"both"},{"name":"Unread emails only","value":"unread"},{"name":"Read emails only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all emails received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all emails received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by","hint":"Enter an email or part of a sender name"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["message"]},"hide":{"simple":[true]}},"options":[{"displayName":"Attachment Prefix","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","description":"Prefix for name of the binary property to which to write the attachment. An index starting with 0 will be added. So if name is 'attachment_' the first attachment is saved to 'attachment_0'."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the email's attachments will be downloaded and included in the output"}]},{"displayName":"Message ID","name":"messageId","type":"string","default":"","required":true,"placeholder":"172ce2c4a72cc243","displayOptions":{"show":{"resource":["message"],"operation":["addLabels","removeLabels"]}}},{"displayName":"Label Names or IDs","name":"labelIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLabels"},"default":[],"required":true,"displayOptions":{"show":{"resource":["message"],"operation":["addLabels","removeLabels"]}},"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"To","name":"sendTo","type":"string","default":"","required":true,"placeholder":"e.g. info@example.com","displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Subject","name":"subject","type":"string","default":"","required":true,"placeholder":"e.g. Approval required","displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"typeOptions":{"rows":4},"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Response Type","name":"responseType","type":"options","default":"approval","options":[{"name":"Approval","value":"approval","description":"User can approve/disapprove from within the message"},{"name":"Free Text","value":"freeText","description":"User can submit a response via a form"},{"name":"Custom Form","value":"customForm","description":"User can submit a response via a custom form"}],"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Define Form","name":"defineForm","type":"options","noDataExpression":true,"options":[{"name":"Using Fields Below","value":"fields"},{"name":"Using JSON","value":"json"}],"default":"fields","displayOptions":{"show":{"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Fields","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n  {\n    \"fieldLabel\": \"Name\",\n    \"placeholder\": \"enter your name\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Age\",\n    \"fieldType\": \"number\",\n    \"placeholder\": \"enter your age\"\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Textarea\",\n    \"fieldType\": \"textarea\"\n  },\n  {\n    \"fieldLabel\": \"Dropdown Options\",\n    \"fieldType\": \"dropdown\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    },\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Checkboxes\",\n    \"fieldType\": \"checkbox\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Radio\",\n    \"fieldType\": \"radio\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"placeholder\": \"me@mail.con\"\n  },\n  {\n    \"fieldLabel\": \"File\",\n    \"fieldType\": \"file\",\n    \"multipleFiles\": true,\n    \"acceptFileTypes\": \".jpg, .png\"\n  },\n  {\n    \"fieldLabel\": \"Number\",\n    \"fieldType\": \"number\"\n  },\n  {\n    \"fieldLabel\": \"Password\",\n    \"fieldType\": \"password\"\n  }\n]\n","validateType":"form-fields","ignoreValidationDuringExecution":true,"hint":"<a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/\" target=\"_blank\">See docs</a> for field syntax","displayOptions":{"show":{"defineForm":["json"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"hideOptionalFields":true,"addOptionalFieldButtonText":"Add Attributes","fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Approval Options","name":"approvalOptions","type":"fixedCollection","placeholder":"Add option","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Type of Approval","name":"approvalType","type":"options","placeholder":"Add option","default":"single","options":[{"name":"Approve Only","value":"single"},{"name":"Approve and Disapprove","value":"double"}]},{"displayName":"Approve Button Label","name":"approveLabel","type":"string","default":"Approve","displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Approve Button Style","name":"buttonApprovalStyle","type":"options","default":"primary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Disapprove Button Label","name":"disapproveLabel","type":"string","default":"Decline","displayOptions":{"show":{"approvalType":["double"]}}},{"displayName":"Disapprove Button Style","name":"buttonDisapprovalStyle","type":"options","default":"secondary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["double"]}}}]}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Message Button Label","name":"messageButtonLabel","type":"string","default":"Respond"},{"displayName":"Response Form Title","name":"responseFormTitle","description":"Title of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Description","name":"responseFormDescription","description":"Description of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Button Label","name":"responseFormButtonLabel","type":"string","default":"Submit"},{"displayName":"Response Form Custom Styling","name":"responseFormCustomCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the response form with CSS"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["freeText","customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["thread"]}},"options":[{"name":"Add Label","value":"addLabels","action":"Add label to thread"},{"name":"Delete","value":"delete","action":"Delete a thread"},{"name":"Get","value":"get","action":"Get a thread"},{"name":"Get Many","value":"getAll","action":"Get many threads"},{"name":"Remove Label","value":"removeLabels","action":"Remove label from thread"},{"name":"Reply","value":"reply","action":"Reply to a message"},{"name":"Trash","value":"trash","action":"Trash a thread"},{"name":"Untrash","value":"untrash","action":"Untrash a thread"}],"default":"getAll"},{"displayName":"Thread ID","name":"threadId","type":"string","default":"","required":true,"description":"The ID of the thread you are operating on","displayOptions":{"show":{"resource":["thread"],"operation":["get","delete","reply","trash","untrash"]}}},{"displayName":"Message Snippet or ID","name":"messageId","type":"options","typeOptions":{"loadOptionsMethod":"getThreadMessages","loadOptionsDependsOn":["threadId"]},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"resource":["thread"],"operation":["reply"]}}},{"displayName":"Email Type","name":"emailType","type":"options","default":"text","required":true,"noDataExpression":true,"options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"displayOptions":{"show":{"resource":["thread"],"operation":["reply"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["thread"],"operation":["reply"]}},"hint":"Get better Text and Expressions writing experience by using the expression editor"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"resource":["thread"],"operation":["reply"]}},"default":{},"options":[{"displayName":"Attachments","name":"attachmentsUi","placeholder":"Add Attachment","type":"fixedCollection","typeOptions":{"multipleValues":true},"options":[{"name":"attachmentsBinary","displayName":"Attachment Binary","values":[{"displayName":"Attachment Field Name","name":"property","type":"string","default":"","description":"Add the field name from the input node. Multiple properties can be set separated by comma."}]}],"default":{},"description":"Array of supported attachments to add to the message"},{"displayName":"BCC","name":"bccList","type":"string","description":"The email addresses of the blind copy recipients. Multiple addresses can be separated by a comma. e.g. jay@getsby.com, jon@smith.com.","placeholder":"info@example.com","default":""},{"displayName":"CC","name":"ccList","type":"string","description":"The email addresses of the copy recipients. Multiple addresses can be separated by a comma. e.g. jay@getsby.com, jon@smith.com.","placeholder":"info@example.com","default":""},{"displayName":"Sender Name","name":"senderName","type":"string","placeholder":"e.g. Nathan","default":"","description":"The name displayed in your contacts inboxes"},{"displayName":"Reply to Sender Only","name":"replyToSenderOnly","type":"boolean","default":false,"description":"Whether to reply to the sender only or to the entire list of recipients","displayOptions":{"hide":{"replyToRecipientsOnly":[true]}}},{"displayName":"Reply to Recipients Only","name":"replyToRecipientsOnly","type":"boolean","default":false,"description":"Whether to exclude the sender from the reply","displayOptions":{"hide":{"replyToSenderOnly":[true]}}}]},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["thread"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["thread"],"operation":["get"]}},"default":{},"options":[{"displayName":"Return Only Messages","name":"returnOnlyMessages","type":"boolean","default":true,"description":"Whether to return only thread messages"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["thread"]}},"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":["thread"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"operation":["getAll"],"resource":["thread"],"returnAll":[true]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["thread"]}},"options":[{"displayName":"Include Spam and Trash","name":"includeSpamTrash","type":"boolean","default":false,"description":"Whether to include threads from SPAM and TRASH in the results"},{"displayName":"Label ID Names or IDs","name":"labelIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLabels"},"default":[],"description":"Only return threads with labels that match all of the specified label IDs. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Search","name":"q","type":"string","default":"","placeholder":"has:attachment","hint":"Use the same format as in the Gmail search box. <a href=\"https://support.google.com/mail/answer/7190?hl=en\">More info</a>.","description":"Only return messages matching the specified query"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter emails by whether they have been read or not","options":[{"name":"Unread and read emails","value":"both"},{"name":"Unread emails only","value":"unread"},{"name":"Read emails only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all emails received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all emails received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."}]},{"displayName":"Thread ID","name":"threadId","type":"string","default":"","required":true,"placeholder":"172ce2c4a72cc243","displayOptions":{"show":{"resource":["thread"],"operation":["addLabels","removeLabels"]}}},{"displayName":"Label Names or IDs","name":"labelIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLabels"},"default":[],"required":true,"displayOptions":{"show":{"resource":["thread"],"operation":["addLabels","removeLabels"]}},"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Gmail/gmail.svg","codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["email","human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gmail/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
{"displayName":"Gmail","name":"gmail","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Gmail API","defaultVersion":2.2,"builderHint":{"relatedNodes":[{"nodeType":"n8n-nodes-base.gmailTrigger","relationHint":"Use Gmail Trigger for scheduled email fetching, which is simpler for user than Schedule Trigger with Gmail getAll"}]},"schemaPath":"Google/Gmail","version":1,"defaults":{"name":"Gmail"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"gmailOAuth2","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Draft","value":"draft"},{"name":"Label","value":"label"},{"name":"Message","value":"message"},{"name":"Message Label","value":"messageLabel"}],"default":"draft"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["draft"]}},"options":[{"name":"Create","value":"create","action":"Create a draft"},{"name":"Delete","value":"delete","action":"Delete a draft"},{"name":"Get","value":"get","action":"Get a draft"},{"name":"Get Many","value":"getAll","action":"Get many drafts"}],"default":"create"},{"displayName":"Draft ID","name":"messageId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["draft"],"operation":["delete","get"]}},"placeholder":"r-3254521568507167962"},{"displayName":"Subject","name":"subject","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"placeholder":"Hello World!"},{"displayName":"HTML","name":"includeHtml","type":"boolean","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"default":false,"description":"Whether the message should also be included as HTML"},{"displayName":"HTML Message","name":"htmlMessage","type":"string","default":"","required":true,"displayOptions":{"show":{"includeHtml":[true],"resource":["draft"],"operation":["create"]}},"description":"The HTML message body"},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"placeholder":"Hello World!","description":"The message body. If HTML formatted, then you have to add and activate the option \"HTML content\" in the \"Additional Options\" section."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"default":{},"options":[{"displayName":"To Email","name":"toList","type":"string","default":[],"typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add To Email"},"placeholder":"info@example.com","description":"The email addresses of the recipients"},{"displayName":"CC Email","name":"ccList","type":"string","description":"The email addresses of the copy recipients","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add CC Email"},"placeholder":"info@example.com","default":[]},{"displayName":"BCC Email","name":"bccList","type":"string","description":"The email addresses of the blind copy recipients","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add BCC Email"},"placeholder":"info@example.com","default":[]},{"displayName":"Attachment","name":"attachmentsUi","placeholder":"Add Attachment","type":"fixedCollection","typeOptions":{"multipleValues":true},"options":[{"name":"attachmentsBinary","displayName":"Attachment Binary","values":[{"displayName":"Attachment Field Name (in Input)","name":"property","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment. Multiple properties can be set separated by comma."}]}],"default":{},"description":"Array of supported attachments to add to the message"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["draft"],"operation":["get"]}},"default":{},"options":[{"displayName":"Attachment Prefix","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"hide":{"format":["full","metadata","minimal","raw"]}},"description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Format","name":"format","type":"options","options":[{"name":"Full","value":"full","description":"Returns the full email message data with body content parsed in the payload field"},{"name":"Metadata","value":"metadata","description":"Returns only email message ID, labels, and email headers"},{"name":"Minimal","value":"minimal","description":"Returns only email message ID and labels; does not return the email headers, body, or payload"},{"name":"RAW","value":"raw","description":"Returns the full email message data with body content in the raw field as a base64url encoded string; the payload field is not used"},{"name":"Resolved","value":"resolved","description":"Returns the full email with all data resolved and attachments saved as binary data"}],"default":"resolved","description":"The format to return the message in"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["draft"]}},"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":["draft"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":10,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["draft"]}},"options":[{"displayName":"Attachment Prefix","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"hide":{"format":["full","ids","metadata","minimal","raw"]}},"description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Format","name":"format","type":"options","options":[{"name":"Full","value":"full","description":"Returns the full email message data with body content parsed in the payload field"},{"name":"IDs","value":"ids","description":"Returns only the IDs of the emails"},{"name":"Metadata","value":"metadata","description":"Returns only email message ID, labels, and email headers"},{"name":"Minimal","value":"minimal","description":"Returns only email message ID and labels; does not return the email headers, body, or payload"},{"name":"RAW","value":"raw","description":"Returns the full email message data with body content in the raw field as a base64url encoded string; the payload field is not used"},{"name":"Resolved","value":"resolved","description":"Returns the full email with all data resolved and attachments saved as binary data"}],"default":"resolved","description":"The format to return the message in"},{"displayName":"Include Spam and Trash","name":"includeSpamTrash","type":"boolean","default":false,"description":"Whether to include messages from SPAM and TRASH in the results"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["label"]}},"options":[{"name":"Create","value":"create","action":"Create a label"},{"name":"Delete","value":"delete","action":"Delete a label"},{"name":"Get","value":"get","action":"Get a label"},{"name":"Get Many","value":"getAll","action":"Get many labels"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["label"],"operation":["create"]}},"placeholder":"invoices","description":"Label Name"},{"displayName":"Label ID","name":"labelId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["label"],"operation":["get","delete"]}},"description":"The ID of the label"},{"displayName":"Label List Visibility","name":"labelListVisibility","type":"options","options":[{"name":"Hide","value":"labelHide"},{"name":"Show","value":"labelShow"},{"name":"Show If Unread","value":"labelShowIfUnread"}],"default":"labelShow","required":true,"displayOptions":{"show":{"resource":["label"],"operation":["create"]}},"description":"The visibility of the label in the label list in the Gmail web interface"},{"displayName":"Message List Visibility","name":"messageListVisibility","type":"options","options":[{"name":"Hide","value":"hide"},{"name":"Show","value":"show"}],"default":"show","required":true,"displayOptions":{"show":{"resource":["label"],"operation":["create"]}},"description":"The visibility of messages with this label in the message list in the Gmail web interface"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["label"]}},"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":["label"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","action":"Delete a message"},{"name":"Get","value":"get","action":"Get a message"},{"name":"Get Many","value":"getAll","action":"Get many messages"},{"name":"Reply","value":"reply","action":"Reply to a message"},{"name":"Send","value":"send","action":"Send a message"}],"default":"send"},{"displayName":"Message ID","name":"messageId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["get","delete"]}},"placeholder":"172ce2c4a72cc243"},{"displayName":"Thread ID","name":"threadId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}},"placeholder":"172ce2c4a72cc243"},{"displayName":"Message ID","name":"messageId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}},"placeholder":"CAHNQoFsC6JMMbOBJgtjsqN0eEc+gDg2a=SQj-tWUebQeHMDgqQ@mail.gmail.com"},{"displayName":"Subject","name":"subject","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["reply","send"]}},"placeholder":"Hello World!"},{"displayName":"HTML","name":"includeHtml","type":"boolean","displayOptions":{"show":{"resource":["message"],"operation":["send","reply"]}},"default":false,"description":"Whether the message should also be included as HTML"},{"displayName":"HTML Message","name":"htmlMessage","type":"string","default":"","required":true,"displayOptions":{"show":{"includeHtml":[true],"resource":["message"],"operation":["reply","send"]}},"description":"The HTML message body"},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["reply","send"]}},"description":"Plain text message body"},{"displayName":"To Email","name":"toList","type":"string","default":[],"required":true,"typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add To Email"},"displayOptions":{"show":{"resource":["message"],"operation":["reply","send"]}},"placeholder":"info@example.com","description":"The email addresses of the recipients"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["message"],"operation":["send","reply"]}},"default":{},"options":[{"displayName":"Attachment","name":"attachmentsUi","placeholder":"Add Attachment","type":"fixedCollection","typeOptions":{"multipleValues":true},"options":[{"name":"attachmentsBinary","displayName":"Attachment Binary","values":[{"displayName":"Attachment Field Name (in Input)","name":"property","type":"string","default":"","description":"Add the field name from the input node. Multiple properties can be set separated by comma."}]}],"default":{},"description":"Array of supported attachments to add to the message"},{"displayName":"BCC Email","name":"bccList","type":"string","description":"The email addresses of the blind copy recipients","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add BCC Email"},"placeholder":"info@example.com","default":[]},{"displayName":"CC Email","name":"ccList","type":"string","description":"The email addresses of the copy recipients","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add CC Email"},"placeholder":"info@example.com","default":[]},{"displayName":"Override Sender Name","name":"senderName","type":"string","placeholder":"Name <test@gmail.com>","default":"","description":"The name displayed in your contacts inboxes. It has to be in the format: \"Display-Name &#60;name@gmail.com&#62;\". The email address has to match the email address of the logged in user for the API."}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["message"],"operation":["get"]}},"default":{},"options":[{"displayName":"Format","name":"format","type":"options","options":[{"name":"Full","value":"full","description":"Returns the full email message data with body content parsed in the payload field"},{"name":"Metadata","value":"metadata","description":"Returns only email message ID, labels, and email headers"},{"name":"Minimal","value":"minimal","description":"Returns only email message ID and labels; does not return the email headers, body, or payload"},{"name":"RAW","value":"raw","description":"Returns the full email message data with body content in the raw field as a base64url encoded string; the payload field is not used"},{"name":"Resolved","value":"resolved","description":"Returns the full email with all data resolved and attachments saved as binary data"}],"default":"resolved","description":"The format to return the message in"},{"displayName":"Attachment Prefix","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"hide":{"format":["full","metadata","minimal","raw"]}},"description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["message"]}},"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":["message"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":10,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["message"]}},"options":[{"displayName":"Attachment Prefix","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","displayOptions":{"hide":{"format":["full","ids","metadata","minimal","raw"]}},"description":"Prefix for name of the binary property to which to write the attachment. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Format","name":"format","type":"options","options":[{"name":"Full","value":"full","description":"Returns the full email message data with body content parsed in the payload field"},{"name":"IDs","value":"ids","description":"Returns only the IDs of the emails"},{"name":"Metadata","value":"metadata","description":"Returns only email message ID, labels, and email headers"},{"name":"Minimal","value":"minimal","description":"Returns only email message ID and labels; does not return the email headers, body, or payload"},{"name":"RAW","value":"raw","description":"Returns the full email message data with body content in the raw field as a base64url encoded string; the payload field is not used"},{"name":"Resolved","value":"resolved","description":"Returns the full email with all data resolved and attachments saved as binary data"}],"default":"resolved","description":"The format to return the message in"},{"displayName":"Include Spam and Trash","name":"includeSpamTrash","type":"boolean","default":false,"description":"Whether to include messages from SPAM and TRASH in the results"},{"displayName":"Label Names or IDs","name":"labelIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLabels"},"default":[],"description":"Only return messages with labels that match all of the specified label IDs. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Query","name":"q","type":"string","default":"","description":"Only return messages matching the specified query. Supports the same query format as the Gmail search box. For example, \"from:someuser@example.com rfc822msgid:&lt;somemsgid@example.com&gt; is:unread\". Parameter cannot be used when accessing the api using the gmail.metadata scope."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageLabel"]}},"options":[{"name":"Add","value":"add","action":"Add a label to a message"},{"name":"Remove","value":"remove","action":"Remove a label from a message"}],"default":"add"},{"displayName":"Message ID","name":"messageId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["messageLabel"],"operation":["add","remove"]}},"placeholder":"172ce2c4a72cc243"},{"displayName":"Label Names or IDs","name":"labelIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLabels"},"default":[],"required":true,"displayOptions":{"show":{"resource":["messageLabel"],"operation":["add","remove"]}},"description":"The ID of the label. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Gmail/gmail.svg","codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["email","human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gmail/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
{"displayName":"Gmail Trigger","name":"gmailTrigger","group":["trigger"],"version":[1,1.1,1.2,1.3],"description":"Fetches emails from Gmail and starts the workflow on specified polling intervals.","subtitle":"={{\"Gmail Trigger\"}}","defaults":{"name":"Gmail Trigger"},"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"gmailOAuth2","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"polling":true,"inputs":[],"outputs":["main"],"hints":[{"type":"info","message":"Multiple items will be returned if multiple messages are received within the polling interval. Make sure your workflow can handle multiple items.","whenToDisplay":"beforeExecution","location":"outputPane"}],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2"},{"displayName":"Event","name":"event","type":"options","default":"messageReceived","options":[{"name":"Message Received","value":"messageReceived"}]},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","builderHint":{"message":"Set to false when the email body is needed for AI analysis, summarization, or content processing. When true, only returns snippet (preview text). When false, returns full email with {id, threadId, labelIds, headers, html, text, textAsHtml, subject, date, to, from, messageId, replyTo}."}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Include Spam and Trash","name":"includeSpamTrash","type":"boolean","default":false,"description":"Whether to include messages from SPAM and TRASH in the results"},{"displayName":"Include Drafts","name":"includeDrafts","type":"boolean","default":false,"description":"Whether to include email drafts in the results"},{"displayName":"Label Names or IDs","name":"labelIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLabels"},"default":[],"description":"Only return messages with labels that match all of the specified label IDs. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Search","name":"q","type":"string","default":"","placeholder":"has:attachment","builderHint":{"message":"Always set a search query to filter emails. Uses Gmail search syntax, e.g. \"from:example@gmail.com\", \"subject:invoice\", \"has:attachment\", \"label:important\", \"newer_than:1d\". Combine with spaces for AND: \"from:shop@example.com subject:delivery\". Without this filter, ALL incoming emails will trigger the workflow."},"hint":"Use the same format as in the Gmail search box. <a href=\"https://support.google.com/mail/answer/7190?hl=en\">More info</a>.","description":"Only return messages matching the specified query"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter emails by whether they have been read or not","options":[{"name":"Unread and read emails","value":"both"},{"name":"Unread emails only","value":"unread"},{"name":"Read emails only","value":"read"}]},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by","hint":"Enter an email or part of a sender name"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"hide":{"simple":[true]}},"options":[{"displayName":"Attachment Prefix","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","description":"Prefix for name of the binary property to which to write the attachment. An index starting with 0 will be added. So if name is 'attachment_' the first attachment is saved to 'attachment_0'."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the email's attachments will be downloaded"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.gmailtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Gmail/gmail.svg"},
{"displayName":"Google Workspace Admin","name":"gSuiteAdmin","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google Workspace Admin API","schemaPath":"Google/GSuiteAdmin","defaults":{"name":"Google Workspace Admin"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"gSuiteAdminOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"ChromeOS Device","value":"device"},{"name":"Group","value":"group"},{"name":"User","value":"user"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["device"]}},"options":[{"name":"Get","value":"get","description":"Get a ChromeOS device","action":"Get ChromeOS device"},{"name":"Get Many","value":"getAll","description":"Get many ChromeOS devices","action":"Get many ChromeOS devices"},{"name":"Update","value":"update","description":"Update a ChromeOS device","action":"Update ChromeOS device"},{"name":"Change Status","value":"changeStatus","description":"Change the status of a ChromeOS device","action":"Change status of ChromeOS device"}],"default":"get"},{"displayName":"Device","name":"deviceId","type":"resourceLocator","required":true,"displayOptions":{"show":{"operation":["get","update","changeStatus"],"resource":["device"]}},"default":{"mode":"list","value":""},"description":"Select the device you want to retrieve","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchDevices"}},{"displayName":"By ID","name":"deviceId","type":"string","hint":"Enter the device id","placeholder":"e.g. 123e4567-e89b-12d3-a456-426614174000"}]},{"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":["device"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["device"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"projection","type":"options","required":true,"options":[{"name":"Basic","value":"basic","description":"Do not include any custom fields for the user"},{"name":"Full","value":"full","description":"Include all fields associated with this user"}],"displayOptions":{"show":{"operation":["get","getAll"],"resource":["device"]}},"default":"basic","description":"What subset of fields to fetch for this device"},{"displayName":"Include Children","name":"includeChildOrgunits","type":"boolean","default":false,"description":"Whether to include devices from organizational units below your specified organizational unit","displayOptions":{"show":{"operation":["getAll"],"resource":["device"]}}},{"displayName":"Filter","name":"filter","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["device"]}},"options":[{"displayName":"Organizational Unit Name or ID","name":"orgUnitPath","type":"options","typeOptions":{"loadOptionsMethod":"getOrgUnits"},"default":[],"description":"Specify the organizational unit name or ID. Choose from the list or use an expression. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Query","name":"query","type":"string","placeholder":"e.g. name:contact* email:contact*","default":"","description":"Use Google's querying syntax to filter results"}]},{"displayName":"Sort","name":"sort","type":"fixedCollection","placeholder":"Add Sort Rule","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["device"]}},"options":[{"name":"sortRules","displayName":"Sort Rules","values":[{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Annotated Location","value":"annotatedLocation"},{"name":"Annotated User","value":"annotatedUser"},{"name":"Last Sync","value":"lastSync"},{"name":"Notes","value":"notes"},{"name":"Serial Number","value":"serialNumber"},{"name":"Status","value":"status"}],"default":"","description":"Field to sort the results by"},{"displayName":"Sort Order","name":"sortBy","type":"options","options":[{"name":"Ascending","value":"ascending"},{"name":"Descending","value":"descending"}],"default":"","description":"Sort order direction"}]}],"description":"Define sorting rules for the results"},{"displayName":"Update Fields","name":"updateOptions","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["device"]}},"options":[{"displayName":"Move to Organizational Unit Name or ID","name":"orgUnitPath","type":"options","typeOptions":{"loadOptionsMethod":"getOrgUnits"},"default":[],"description":"The full path to the organizational unit. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Annotated User","name":"annotatedUser","type":"string","default":"","description":"The annotated user of the device","placeholder":"e.g. help desk"},{"displayName":"Annotated Location","name":"annotatedLocation","type":"string","default":"","description":"The annotated location of the device","placeholder":"e.g. Mountain View help desk Chromebook"},{"displayName":"Annotated Asset ID","name":"annotatedAssetId","type":"string","default":"","description":"The annotated asset ID of a device","placeholder":"e.g. 1234567890"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Add notes to a device","placeholder":"e.g. Loaned from support"}]},{"displayName":"Status","name":"action","type":"options","required":true,"options":[{"name":"Enabled","value":"reenable","description":"Re-enable a disabled chromebook","action":"Enable a device"},{"name":"Disabled","value":"disable","description":"Disable a chromebook","action":"Disable a device"}],"displayOptions":{"show":{"operation":["changeStatus"],"resource":["device"]}},"default":"reenable","description":"Set the status of a device"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["group"]}},"options":[{"name":"Create","value":"create","description":"Create a group","action":"Create a group"},{"name":"Delete","value":"delete","description":"Delete a group","action":"Delete a group"},{"name":"Get","value":"get","description":"Get a group","action":"Get a group"},{"name":"Get Many","value":"getAll","description":"Get many groups","action":"Get many groups"},{"name":"Update","value":"update","description":"Update a group","action":"Update a group"}],"default":"create"},{"displayName":"Group","name":"groupId","default":{"mode":"list","value":""},"description":"Select the group to perform the operation on","displayOptions":{"show":{"operation":["delete","get","update"],"resource":["group"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchGroups"}},{"displayName":"By ID","name":"GroupId","type":"string","placeholder":"e.g. 0123kx3o1habcdf"}],"required":true,"type":"resourceLocator"},{"displayName":"Group Name","name":"name","displayOptions":{"show":{"operation":["create"],"resource":["group"]}},"default":"","description":"The group's display name","placeholder":"e.g. Sales","type":"string"},{"displayName":"Group Email","name":"email","type":"string","placeholder":"e.g. sales@example.com","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["group"]}},"default":"","description":"The group's email address. If your account has multiple domains, select the appropriate domain for the email address. The email must be unique"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["group"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"An extended description to help users determine the purpose of a group. For example, you can include information about who should join the group, the types of messages to send to the group, links to FAQs about the group, or related groups."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["group"]}},"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":["group"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filter","name":"filter","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["group"]}},"options":[{"displayName":"Customer","name":"customer","type":"string","default":"","description":"The unique ID for the customer's Google Workspace account"},{"displayName":"Domain","name":"domain","type":"string","default":"","description":"The domain name. Use this field to get groups from a specific domain."},{"displayName":"Query","name":"query","type":"string","placeholder":"e.g. name:contact* email:contact*","default":"","description":"Query string to filter the results. Follow Google Admin SDK documentation. <a href=\"https://developers.google.com/admin-sdk/directory/v1/guides/search-groups#examples\" target=\"_blank\">More info</a>."},{"displayName":"User ID","name":"userId","type":"string","default":"","description":"Email or immutable ID of a user to list groups they are a member of"}]},{"displayName":"Sort","name":"sort","type":"fixedCollection","placeholder":"Add Sort Rule","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["group"]}},"options":[{"name":"sortRules","displayName":"Sort Rules","values":[{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Email","value":"email"}],"default":"email","description":"Field to sort the results by"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"Ascending","value":"ASCENDING"},{"name":"Descending","value":"DESCENDING"}],"default":"ASCENDING","description":"Sort order direction"}]}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["group"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","typeOptions":{"rows":2},"description":"An extended description to help users determine the purpose of a group. For example, you can include information about who should join the group, the types of messages to send to the group, links to FAQs about the group, or related groups."},{"displayName":"Email","name":"email","type":"string","placeholder":"e.g. sales@example.com","default":"","description":"The group's email address. If your account has multiple domains, select the appropriate domain for the email address. The email must be unique."},{"displayName":"Name","name":"name","type":"string","placeholder":"e.g. Sales","default":"","description":"The group's display name"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Add to Group","value":"addToGroup","description":"Add an existing user to a group","action":"Add user to group"},{"name":"Create","value":"create","description":"Create a user","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Get a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Get many users","action":"Get many users"},{"name":"Remove From Group","value":"removeFromGroup","description":"Remove a user from a group","action":"Remove user from group"},{"name":"Update","value":"update","description":"Update a user","action":"Update a user"}],"default":"create"},{"displayName":"User","name":"userId","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the user to perform the operation on","displayOptions":{"show":{"resource":["user"],"operation":["addToGroup","delete","get","removeFromGroup","update"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchUsers"}},{"displayName":"By Email","name":"userEmail","type":"string","hint":"Enter the user email","placeholder":"e.g. sales@example.com","validation":[{"type":"regex","properties":{"regex":"^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\\.[a-zA-Z]{2,}$","errorMessage":"Please enter a valid email address."}}]},{"displayName":"By ID","name":"userId","type":"string","hint":"Enter the user id","placeholder":"e.g. 123456789879230471055"}]},{"displayName":"Group","name":"groupId","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the group to perform the operation on","displayOptions":{"show":{"resource":["user"],"operation":["addToGroup","removeFromGroup"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchGroups"}},{"displayName":"By ID","name":"groupId","type":"string","placeholder":"e.g. 0123kx3o1habcdf"}]},{"displayName":"First Name","name":"firstName","placeholder":"e.g. Nathan","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["user"]}},"default":""},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"placeholder":"e.g. Smith","displayOptions":{"show":{"operation":["create"],"resource":["user"]}},"default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["user"]}},"default":"","description":"Stores the password for the user account. A minimum of 8 characters is required. The maximum length is 100 characters."},{"displayName":"Username","name":"username","type":"string","placeholder":"e.g. n.smith","displayOptions":{"show":{"operation":["create"],"resource":["user"]}},"default":"","description":"The username that will be set to the user. Example: If you domain is example.com and you set the username to n.smith then the user's final email address will be n.smith@example.com."},{"displayName":"Domain Name or ID","name":"domain","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDomains"},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["user"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["user"]}},"options":[{"displayName":"Change Password at Next Login","name":"changePasswordAtNextLogin","type":"boolean","default":false,"description":"Whether the user is forced to change their password at next login"},{"displayName":"Phones","name":"phoneUi","placeholder":"Add Phone","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"phoneValues","displayName":"Phone","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Assistant","value":"assistant"},{"name":"Callback","value":"callback"},{"name":"Car","value":"car"},{"name":"Company Main","value":"company_main"},{"name":"Custom","value":"custom"},{"name":"Grand Central","value":"grand_central"},{"name":"Home","value":"home"},{"name":"Home Fax","value":"home_fax"},{"name":"ISDN","value":"isdn"},{"name":"Main","value":"main"},{"name":"Mobile","value":"mobile"},{"name":"Other","value":"other"},{"name":"Other Fax","value":"other_fax"},{"name":"Pager","value":"pager"},{"name":"Radio","value":"radio"},{"name":"Telex","value":"telex"},{"name":"TTY TDD","value":"tty_tdd"},{"name":"Work","value":"work"},{"name":"Work Fax","value":"work_fax"},{"name":"Work Mobile","value":"work_mobile"},{"name":"Work Pager","value":"work_pager"}],"default":"work","description":"The type of phone number"},{"displayName":"Phone Number","name":"value","type":"string","default":""},{"displayName":"Primary","name":"primary","type":"boolean","default":false,"description":"Whether this is the user's primary phone number"}]}]},{"displayName":"Secondary Emails","name":"emailUi","placeholder":"Add Email","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"emailValues","displayName":"Email","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Home","value":"home"},{"name":"Work","value":"work"},{"name":"Other","value":"other"}],"default":"work","description":"The type of the email account"},{"displayName":"Email","name":"address","type":"string","default":""}]}]},{"displayName":"Roles","name":"roles","type":"multiOptions","default":[],"description":"Select the roles you want to assign to the user","options":[{"name":"Directory Sync Admin","value":"directorySyncAdmin","description":"Whether to assign the Directory Sync Admin role"},{"name":"Groups Admin","value":"groupsAdmin","description":"Whether to assign the Groups Admin role"},{"name":"Groups Editor","value":"groupsEditor","description":"Whether to assign the Groups Editor role"},{"name":"Groups Reader","value":"groupsReader","description":"Whether to assign the Groups Reader role"},{"name":"Help Desk Admin","value":"helpDeskAdmin","description":"Whether to assign the Help Desk Admin role"},{"name":"Inventory Reporting Admin","value":"inventoryReportingAdmin","description":"Whether to assign the Inventory Reporting Admin role"},{"name":"Mobile Admin","value":"mobileAdmin","description":"Whether to assign the Mobile Admin role"},{"name":"Services Admin","value":"servicesAdmin","description":"Whether to assign the Services Admin role"},{"name":"Storage Admin","value":"storageAdmin","description":"Whether to assign the Storage Admin role"},{"name":"Super Admin","value":"superAdmin","description":"Whether to assign the Super Admin role"},{"name":"User Management","value":"userManagement","description":"Whether to assign the User Management role"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add or Edit Custom Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"description":"Allows editing and adding of custom fields","options":[{"name":"fieldValues","displayName":"Field","values":[{"displayName":"Schema Name or ID","name":"schemaName","type":"options","typeOptions":{"loadOptionsMethod":"getSchemas"},"default":"","description":"Select the schema to use for custom fields. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Name or ID","name":"fieldName","type":"string","default":"","required":true,"description":"Enter a field name from the selected schema"},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"description":"Provide a value for the selected field"}]}]}]},{"displayName":"Output","name":"output","type":"options","required":true,"default":"simplified","displayOptions":{"show":{"operation":["get"],"resource":["user"]}},"options":[{"name":"Simplified","value":"simplified","description":"Only return specific fields: kind, ID, primaryEmail, name (with subfields), isAdmin, lastLoginTime, creationTime, and suspended"},{"name":"Raw","value":"raw","description":"Return all fields from the API response"},{"name":"Select Included Fields","value":"select","description":"Choose specific fields to include"}]},{"displayName":"Fields","name":"fields","type":"multiOptions","default":[],"displayOptions":{"show":{"output":["select"],"operation":["get"],"resource":["user"]}},"options":[{"name":"Creation Time","value":"creationTime"},{"name":"Is Admin","value":"isAdmin"},{"name":"Kind","value":"kind"},{"name":"Last Login Time","value":"lastLoginTime"},{"name":"Name","value":"name"},{"name":"Primary Email","value":"primaryEmail"},{"name":"Suspended","value":"suspended"}],"description":"Fields to include in the response when \"Select Included Fields\" is chosen"},{"displayName":"Custom Fields","name":"projection","type":"options","required":true,"options":[{"name":"Don't Include","value":"basic","description":"Do not include any custom fields for the user"},{"name":"Custom","value":"custom","description":"Include custom fields from schemas requested in Custom Schema Names or IDs"},{"name":"Include All","value":"full","description":"Include all fields associated with this user"}],"default":"basic","displayOptions":{"show":{"operation":["get"],"resource":["user"]}},"description":"What subset of fields to fetch for this user"},{"displayName":"Custom Schema Names or IDs","name":"customFieldMask","type":"multiOptions","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["user"],"/projection":["custom"]}},"typeOptions":{"loadOptionsMethod":"getSchemas"},"default":[],"description":"A comma-separated list of schema names. All fields from these schemas are fetched. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["user"]}},"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":["user"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","required":true,"default":"simplified","displayOptions":{"show":{"operation":["getAll"],"resource":["user"]}},"options":[{"name":"Simplified","value":"simplified","description":"Only return specific fields: kind, ID, primaryEmail, name (with subfields), isAdmin, lastLoginTime, creationTime, and suspended"},{"name":"Raw","value":"raw","description":"Return all fields from the API response"},{"name":"Select Included Fields","value":"select","description":"Choose specific fields to include"}]},{"displayName":"Fields","name":"fields","type":"multiOptions","default":[],"displayOptions":{"show":{"output":["select"],"operation":["getAll"],"resource":["user"]}},"options":[{"name":"Creation Time","value":"creationTime"},{"name":"Is Admin","value":"isAdmin"},{"name":"Kind","value":"kind"},{"name":"Last Login Time","value":"lastLoginTime"},{"name":"Name","value":"name"},{"name":"Primary Email","value":"primaryEmail"},{"name":"Suspended","value":"suspended"}],"description":"Fields to include in the response when \"Select Included Fields\" is chosen"},{"displayName":"Custom Fields","name":"projection","type":"options","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["user"]}},"options":[{"name":"Don't Include","value":"basic","description":"Do not include any custom fields for the user"},{"name":"Custom","value":"custom","description":"Include custom fields from schemas requested in Custom Schema Names or IDs"},{"name":"Include All","value":"full","description":"Include all fields associated with this user"}],"default":"basic","description":"What subset of fields to fetch for this user"},{"displayName":"Custom Schema Names or IDs","name":"customFieldMask","type":"multiOptions","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["user"],"/projection":["custom"]}},"typeOptions":{"loadOptionsMethod":"getSchemas"},"default":[],"description":"A comma-separated list of schema names. All fields from these schemas are fetched. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Filter","name":"filter","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["user"]}},"options":[{"displayName":"Customer","name":"customer","type":"string","default":"","description":"The unique ID for the customer's Google Workspace account"},{"displayName":"Domain","name":"domain","type":"string","default":"","description":"The domain name. Use this field to get groups from a specific domain."},{"displayName":"Query","name":"query","type":"string","placeholder":"e.g. name:contact* email:contact*","default":"","description":"Query string to filter the results. Follow Google Admin SDK documentation. <a href=\"https://developers.google.com/admin-sdk/directory/v1/guides/search-users#examples\" target=\"_blank\">More info</a>."},{"displayName":"Show Deleted","name":"showDeleted","type":"boolean","default":false,"description":"Whether retrieve the list of deleted users"}]},{"displayName":"Sort","name":"sort","type":"fixedCollection","placeholder":"Add Sort Rule","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["user"]}},"options":[{"name":"sortRules","displayName":"Sort Rules","values":[{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Email","value":"email"},{"name":"Family Name","value":"familyName"},{"name":"Given Name","value":"givenName"}],"default":"","description":"Field to sort the results by"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"Ascending","value":"ASCENDING"},{"name":"Descending","value":"DESCENDING"}],"default":"ASCENDING","description":"Sort order direction"}]}],"description":"Define sorting rules for the results"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["user"]}},"options":[{"displayName":"Archived","name":"archived","type":"boolean","default":false,"description":"Whether user is archived"},{"displayName":"Suspend","name":"suspendUi","type":"boolean","default":false,"description":"Whether to set the user as suspended. If set to OFF, the user will be reactivated. If not added, the status will remain unchanged."},{"displayName":"Change Password at Next Login","name":"changePasswordAtNextLogin","type":"boolean","default":false,"description":"Whether the user is forced to change their password at next login"},{"displayName":"First Name","name":"firstName","type":"string","default":"","placeholder":"e.g. John"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","placeholder":"e.g. Doe"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","placeholder":"e.g. MyStrongP@ssword123","description":"Stores the password for the user account. A minimum of 8 characters is required. The maximum length is 100 characters."},{"displayName":"Phones","name":"phoneUi","placeholder":"Add Phone","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"phoneValues","displayName":"Phone","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Assistant","value":"assistant"},{"name":"Callback","value":"callback"},{"name":"Car","value":"car"},{"name":"Company Main","value":"company_main"},{"name":"Custom","value":"custom"},{"name":"Grand Central","value":"grand_central"},{"name":"Home","value":"home"},{"name":"Home Fax","value":"home_fax"},{"name":"ISDN","value":"isdn"},{"name":"Main","value":"main"},{"name":"Mobile","value":"mobile"},{"name":"Other","value":"other"},{"name":"Other Fax","value":"other_fax"},{"name":"Pager","value":"pager"},{"name":"Radio","value":"radio"},{"name":"Telex","value":"telex"},{"name":"TTY TDD","value":"tty_tdd"},{"name":"Work","value":"work"},{"name":"Work Fax","value":"work_fax"},{"name":"Work Mobile","value":"work_mobile"},{"name":"Work Pager","value":"work_pager"}],"default":"work","description":"The type of phone number"},{"displayName":"Phone Number","name":"value","type":"string","default":"","placeholder":"e.g. +1234567890"},{"displayName":"Primary","name":"primary","type":"boolean","default":false,"description":"Whether this is the user's primary phone number. A user may only have one primary phone number."}]}]},{"displayName":"Primary Email","name":"primaryEmail","type":"string","default":"","placeholder":"e.g. john.doe@example.com","description":"The user's primary email address. This property is required in a request to create a user account. The primaryEmail must be unique and cannot be an alias of another user."},{"displayName":"Secondary Emails","name":"emailUi","placeholder":"Add Email","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"emailValues","displayName":"Email","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Home","value":"home"},{"name":"Work","value":"work"},{"name":"Other","value":"other"}],"default":"work","description":"The type of the email account"},{"displayName":"Email","name":"address","type":"string","default":"","placeholder":"e.g. john.doe.work@example.com"}]}]},{"displayName":"Roles","name":"roles","type":"multiOptions","default":[],"description":"Select the roles you want to assign to the user","options":[{"name":"Directory Sync Admin","value":"directorySyncAdmin","description":"Whether to assign the Directory Sync Admin role"},{"name":"Groups Admin","value":"groupsAdmin","description":"Whether to assign the Groups Admin role"},{"name":"Groups Editor","value":"groupsEditor","description":"Whether to assign the Groups Editor role"},{"name":"Groups Reader","value":"groupsReader","description":"Whether to assign the Groups Reader role"},{"name":"Help Desk Admin","value":"helpDeskAdmin","description":"Whether to assign the Help Desk Admin role"},{"name":"Inventory Reporting Admin","value":"inventoryReportingAdmin","description":"Whether to assign the Inventory Reporting Admin role"},{"name":"Mobile Admin","value":"mobileAdmin","description":"Whether to assign the Mobile Admin role"},{"name":"Services Admin","value":"servicesAdmin","description":"Whether to assign the Services Admin role"},{"name":"Storage Admin","value":"storageAdmin","description":"Whether to assign the Storage Admin role"},{"name":"Super Admin","value":"superAdmin","description":"Whether to assign the Super Admin role"},{"name":"User Management","value":"userManagement","description":"Whether to assign the User Management role"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add or Edit Custom Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"description":"Allows editing and adding of custom fields","options":[{"name":"fieldValues","displayName":"Field","values":[{"displayName":"Schema Name or ID","name":"schemaName","type":"options","typeOptions":{"loadOptionsMethod":"getSchemas"},"default":"","description":"Select the schema to use for custom fields. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Name or ID","name":"fieldName","type":"string","default":"","required":true,"description":"Enter a field name from the selected schema"},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"description":"Provide a value for the selected field"}]}]}]}],"codex":{"categories":["Utility"],"alias":["Workspaces"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gsuiteadmin/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/GSuiteAdmin/gSuiteAdmin.svg"},
{"displayName":"Google Business Profile","name":"googleBusinessProfile","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google Business Profile API","schemaPath":"Google/BusinessProfile","defaults":{"name":"Google Business Profile"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"hints":[{"message":"Please select a parameter in the options to modify the post","displayCondition":"={{$parameter[\"resource\"] === \"post\" && $parameter[\"operation\"] === \"update\" && Object.keys($parameter[\"additionalOptions\"]).length === 0}}","whenToDisplay":"always","location":"outputPane","type":"warning"}],"credentials":[{"name":"googleBusinessProfileOAuth2Api","required":true}],"requestDefaults":{"baseURL":"https://mybusiness.googleapis.com/v4","headers":{"Accept":"application/json","Content-Type":"application/json"}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Post","value":"post"},{"name":"Review","value":"review"}],"default":"post"},{"displayName":"Operation","name":"operation","type":"options","default":"create","noDataExpression":true,"displayOptions":{"show":{"resource":["post"]}},"options":[{"name":"Create","value":"create","action":"Create post","description":"Create a new post on Google Business Profile","routing":{"send":{"preSend":[null]},"request":{"method":"POST","url":"=/{{$parameter[\"account\"]}}/{{$parameter[\"location\"]}}/localPosts"}}},{"name":"Delete","value":"delete","action":"Delete post","description":"Delete an existing post","routing":{"request":{"method":"DELETE","url":"=/{{$parameter[\"post\"]}}","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}},{"name":"Get","value":"get","action":"Get post","description":"Retrieve details of a specific post","routing":{"request":{"method":"GET","url":"=/{{$parameter[\"post\"]}}","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}},{"name":"Get Many","value":"getAll","action":"Get many posts","description":"Retrieve multiple posts","routing":{"send":{"paginate":true},"operations":{},"request":{"method":"GET","url":"=/{{$parameter[\"account\"]}}/{{$parameter[\"location\"]}}/localPosts","qs":{"pageSize":"={{ $parameter[\"limit\"] ? ($parameter[\"limit\"] < 100 ? $parameter[\"limit\"] : 100) : 100 }}"}}}},{"name":"Update","value":"update","action":"Update a post","description":"Update an existing post","routing":{"send":{"preSend":[null,null]},"request":{"method":"PATCH","url":"=/{{$parameter[\"post\"]}}","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}}]},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]},{"displayName":"Post Type","name":"postType","required":true,"type":"options","default":"STANDARD","description":"The type of post to create (standard, event, offer, or alert)","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"routing":{"send":{"type":"body","property":"topicType"}},"options":[{"name":"Standard","value":"STANDARD"},{"name":"Event","value":"EVENT"},{"name":"Offer","value":"OFFER"},{"name":"Alert","value":"ALERT"}]},{"displayName":"Summary","name":"summary","required":true,"type":"string","default":"","description":"The main text of the post","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"routing":{"send":{"type":"body","property":"summary"}}},{"displayName":"Title","name":"title","required":true,"type":"string","default":"","description":"E.g. Sales this week.","displayOptions":{"show":{"resource":["post"],"operation":["create"],"postType":["EVENT"]}},"routing":{"send":{"type":"body","property":"event.title"}}},{"displayName":"Start Date and Time","name":"startDateTime","required":true,"type":"dateTime","default":"","description":"The start date and time of the event","displayOptions":{"show":{"resource":["post"],"operation":["create"],"postType":["EVENT"]}}},{"displayName":"End Date and Time","name":"endDateTime","required":true,"type":"dateTime","default":"","description":"The end date and time of the event","displayOptions":{"show":{"resource":["post"],"operation":["create"],"postType":["EVENT"]}}},{"displayName":"Title","name":"title","required":true,"type":"string","default":"","description":"E.g. 20% off in store or online.","displayOptions":{"show":{"resource":["post"],"operation":["create"],"postType":["OFFER"]}},"routing":{"send":{"type":"body","property":"event.title"}}},{"displayName":"Start Date","name":"startDate","required":true,"type":"string","default":"","placeholder":"YYYY-MM-DD","description":"The start date of the offer","displayOptions":{"show":{"resource":["post"],"operation":["create"],"postType":["OFFER"]}}},{"displayName":"End Date","name":"endDate","required":true,"type":"string","default":"","placeholder":"YYYY-MM-DD","description":"The end date of the offer","displayOptions":{"show":{"resource":["post"],"operation":["create"],"postType":["OFFER"]}}},{"displayName":"Alert Type","name":"alertType","required":true,"type":"options","default":"COVID_19","description":"The sub-type of the alert","displayOptions":{"show":{"resource":["post"],"operation":["create"],"postType":["ALERT"]}},"routing":{"send":{"type":"body","property":"alertType"}},"options":[{"name":"Covid 19","value":"COVID_19","description":"This alert is related to the 2019 Coronavirus Disease pandemic"}]},{"displayName":"Options","name":"additionalOptions","type":"collection","default":{},"placeholder":"Add Option","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"options":[{"displayName":"Language","name":"languageCode","type":"string","default":"","placeholder":"e.g. en","description":"The language code of the post content. <a href=\"https://cloud.google.com/translate/docs/languages\" target=\"_blank\">More info</a>.","routing":{"send":{"type":"body","property":"languageCode"}}},{"displayName":"Call to Action Type","name":"callToActionType","type":"options","default":"ACTION_TYPE_UNSPECIFIED","description":"The type of call to action","displayOptions":{"show":{"/postType":["STANDARD","EVENT","ALERT"]}},"routing":{"send":{"type":"body","property":"callToAction.actionType"}},"options":[{"name":"Action Type Unspecified","value":"ACTION_TYPE_UNSPECIFIED","description":"Type unspecified"},{"name":"Book","value":"BOOK","description":"This post wants a user to book an appointment/table/etc"},{"name":"Call","value":"CALL","description":"This post wants a user to call the business"},{"name":"Learn More","value":"LEARN_MORE","description":"This post wants a user to learn more (at their website)"},{"name":"Order","value":"ORDER","description":"This post wants a user to order something"},{"name":"Shop","value":"SHOP","description":"This post wants a user to browse a product catalog"},{"name":"Sign Up","value":"SIGN_UP","description":"This post wants a user to register/sign up/join something"}]},{"displayName":"Call to Action Url","name":"url","type":"string","default":"","description":"The URL that users are sent to when clicking through the promotion","displayOptions":{"show":{"/postType":["STANDARD","EVENT","ALERT"]}},"routing":{"send":{"type":"body","property":"callToAction.url"}}},{"displayName":"Coupon Code","name":"couponCode","type":"string","default":"","description":"The coupon code for the offer","displayOptions":{"show":{"/postType":["OFFER"]}},"routing":{"send":{"type":"body","property":"offer.couponCode"}}},{"displayName":"Redeem Online Url","name":"redeemOnlineUrl","type":"string","default":"","description":"Link to redeem the offer","displayOptions":{"show":{"/postType":["OFFER"]}},"routing":{"send":{"type":"body","property":"offer.redeemOnlineUrl"}}},{"displayName":"Terms and Conditions","name":"termsConditions","type":"string","default":"","description":"The terms and conditions of the offer","displayOptions":{"show":{"/postType":["OFFER"]}},"routing":{"send":{"type":"body","property":"offer.termsConditions"}}}]},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"resource":["post"],"operation":["delete"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"resource":["post"],"operation":["delete"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]},{"displayName":"Post","name":"post","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the post to retrieve its details","displayOptions":{"show":{"resource":["post"],"operation":["delete"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchPosts","searchable":true}},{"displayName":"By name","name":"name","type":"string","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+/locations/[0-9]+/localPosts/[0-9]+","errorMessage":"The name must be in the format \"accounts/123/locations/123/localPosts/123\""}}],"placeholder":"e.g. accounts/123/locations/123/localPosts/123"}]},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"resource":["post"],"operation":["get"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"resource":["post"],"operation":["get"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]},{"displayName":"Post","name":"post","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the post to retrieve its details","displayOptions":{"show":{"resource":["post"],"operation":["get"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchPosts","searchable":true}},{"displayName":"By name","name":"name","type":"string","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+/locations/[0-9]+/localPosts/[0-9]+","errorMessage":"The name must be in the format \"accounts/123/locations/123/localPosts/123\""}}],"placeholder":"e.g. accounts/123/locations/123/localPosts/123"}]},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}},"type":"boolean"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":20,"description":"Max number of results to return","displayOptions":{"show":{"resource":["post"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]},{"displayName":"Post","name":"post","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the post to retrieve its details","displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchPosts","searchable":true}},{"displayName":"By name","name":"name","type":"string","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+/locations/[0-9]+/localPosts/[0-9]+","errorMessage":"The name must be in the format \"accounts/123/locations/123/localPosts/123\""}}],"placeholder":"e.g. accounts/123/locations/123/localPosts/123"}]},{"displayName":"Make sure that the updated options are supported by the post type. <a target='_blank' href='https://developers.google.com/my-business/reference/rest/v4/accounts.locations.localPosts#resource:-localpost'>More info</a>.","name":"notice","type":"notice","default":"","displayOptions":{"show":{"resource":["post"],"operation":["update"]}}},{"displayName":"Options","name":"additionalOptions","type":"collection","default":{},"placeholder":"Add Option","displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"options":[{"displayName":"Summary","name":"summary","type":"string","default":"","description":"The main text of the post","routing":{"send":{"type":"body","property":"summary"}}},{"displayName":"Language","name":"languageCode","type":"string","default":"","placeholder":"e.g. en","description":"The language code of the post content. <a href=\"https://cloud.google.com/translate/docs/languages\" target=\"_blank\">More info</a>.","routing":{"send":{"type":"body","property":"languageCode"}}},{"displayName":"Call to Action Type","name":"callToActionType","type":"options","default":"ACTION_TYPE_UNSPECIFIED","description":"The type of call to action","routing":{"send":{"type":"body","property":"callToAction.actionType"}},"options":[{"name":"Action Type Unspecified","value":"ACTION_TYPE_UNSPECIFIED","description":"Type unspecified"},{"name":"Book","value":"BOOK","description":"This post wants a user to book an appointment/table/etc"},{"name":"Get Offer","value":"GET_OFFER","description":"Deprecated. Use OFFER in LocalPostTopicType to create a post with offer content."},{"name":"Learn More","value":"LEARN_MORE","description":"This post wants a user to learn more (at their website)"},{"name":"Order","value":"ORDER","description":"This post wants a user to order something"},{"name":"Shop","value":"SHOP","description":"This post wants a user to browse a product catalog"},{"name":"Sign Up","value":"SIGN_UP","description":"This post wants a user to register/sign up/join something"}]},{"displayName":"Call to Action Url","name":"url","type":"string","default":"","description":"The URL that users are sent to when clicking through the promotion","routing":{"send":{"type":"body","property":"callToAction.url"}}},{"displayName":"Start Date and Time","name":"startDateTime","type":"dateTime","default":"","description":"The start date and time of the event"},{"displayName":"End Date and Time","name":"endDateTime","type":"dateTime","default":"","description":"The end date and time of the event"},{"displayName":"Title","name":"title","type":"string","default":"","description":"E.g. 20% off in store or online.","routing":{"send":{"type":"body","property":"event.title"}}},{"displayName":"Start Date","name":"startDate","type":"string","default":"","placeholder":"YYYY-MM-DD","description":"The start date of the offer"},{"displayName":"End Date","name":"endDate","type":"string","default":"","placeholder":"YYYY-MM-DD","description":"The end date of the offer"},{"displayName":"Coupon Code","name":"couponCode","type":"string","default":"","description":"The coupon code for the offer","routing":{"send":{"type":"body","property":"offer.couponCode"}}},{"displayName":"Redeem Online Url","name":"redeemOnlineUrl","type":"string","default":"","description":"Link to redeem the offer","routing":{"send":{"type":"body","property":"offer.redeemOnlineUrl"}}},{"displayName":"Terms and Conditions","name":"termsConditions","type":"string","default":"","description":"The terms and conditions of the offer","routing":{"send":{"type":"body","property":"offer.termsConditions"}}}]},{"displayName":"Operation","name":"operation","type":"options","default":"get","noDataExpression":true,"displayOptions":{"show":{"resource":["review"]}},"options":[{"name":"Delete Reply","value":"delete","action":"Delete a reply to a review","description":"Delete a reply to a review","routing":{"request":{"method":"DELETE","url":"=/{{$parameter[\"account\"]}}/{{$parameter[\"location\"]}}/reviews/{{$parameter[\"review\"].split(\"reviews/\").pop().split(\"/reply\")[0]}}/reply","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}},{"name":"Get","value":"get","action":"Get review","description":"Retrieve details of a specific review on Google Business Profile","routing":{"request":{"method":"GET","url":"=/{{$parameter[\"account\"]}}/{{$parameter[\"location\"]}}/reviews/{{$parameter[\"review\"].split(\"reviews/\").pop().split(\"/reply\")[0]}}","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}},{"name":"Get Many","value":"getAll","action":"Get many reviews","description":"Retrieve multiple reviews","routing":{"send":{"paginate":true},"operations":{},"request":{"method":"GET","url":"=/{{$parameter[\"account\"]}}/{{$parameter[\"location\"]}}/reviews","qs":{"pageSize":"={{ $parameter[\"limit\"] ? ($parameter[\"limit\"] < 50 ? $parameter[\"limit\"] : 50) : 50 }}"}}}},{"name":"Reply","value":"reply","action":"Reply to review","description":"Reply to a review","routing":{"request":{"method":"PUT","url":"=/{{$parameter[\"account\"]}}/{{$parameter[\"location\"]}}/reviews/{{$parameter[\"review\"].split(\"reviews/\").pop().split(\"/reply\")[0]}}/reply","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}}}]},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"resource":["review"],"operation":["get"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"resource":["review"],"operation":["get"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]},{"displayName":"Review","name":"review","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the review to retrieve its details","displayOptions":{"show":{"resource":["review"],"operation":["get"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchReviews","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^(?!accounts/[0-9]+/locations/[0-9]+/reviews/).*","errorMessage":"The name must not start with \"accounts/123/locations/123/reviews/\""}}],"placeholder":"e.g. ABC123_review-ID_456xyz"},{"displayName":"By name","name":"name","type":"string","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+/locations/[0-9]+/reviews/.*$","errorMessage":"The name must start with \"accounts/123/locations/123/reviews/\""}}],"placeholder":"e.g. accounts/123/locations/123/reviews/ABC123_review-ID_456xyz"}]},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"resource":["review"],"operation":["delete"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"resource":["review"],"operation":["delete"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]},{"displayName":"Review","name":"review","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the review to retrieve its details","displayOptions":{"show":{"resource":["review"],"operation":["delete"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchReviews","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^(?!accounts/[0-9]+/locations/[0-9]+/reviews/).*","errorMessage":"The name must not start with \"accounts/123/locations/123/reviews/\""}}],"placeholder":"e.g. ABC123_review-ID_456xyz"},{"displayName":"By name","name":"name","type":"string","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+/locations/[0-9]+/reviews/.*$","errorMessage":"The name must start with \"accounts/123/locations/123/reviews/\""}}],"placeholder":"e.g. accounts/123/locations/123/reviews/ABC123_review-ID_456xyz"}]},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"resource":["review"],"operation":["getAll"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"resource":["review"],"operation":["getAll"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["review"],"operation":["getAll"]}},"type":"boolean"},{"displayName":"Limit","name":"limit","required":true,"type":"number","typeOptions":{"minValue":1},"default":20,"description":"Max number of results to return","displayOptions":{"show":{"resource":["review"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"resource":["review"],"operation":["reply"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"resource":["review"],"operation":["reply"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]},{"displayName":"Review","name":"review","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"Select the review to retrieve its details","displayOptions":{"show":{"resource":["review"],"operation":["reply"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchReviews","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"^(?!accounts/[0-9]+/locations/[0-9]+/reviews/).*","errorMessage":"The name must not start with \"accounts/123/locations/123/reviews/\""}}],"placeholder":"e.g. ABC123_review-ID_456xyz"},{"displayName":"By name","name":"name","type":"string","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+/locations/[0-9]+/reviews/.*$","errorMessage":"The name must start with \"accounts/123/locations/123/reviews/\""}}],"placeholder":"e.g. accounts/123/locations/123/reviews/ABC123_review-ID_456xyz"}]},{"displayName":"Reply","name":"reply","type":"string","default":"","description":"The body of the reply (up to 4096 characters)","displayOptions":{"show":{"resource":["review"],"operation":["reply"]}},"typeOptions":{"rows":5},"routing":{"send":{"type":"body","property":"comment"}}},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Marketing","Productivity"],"alias":["Google My Business","GMB","My Business"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlebusinessprofile/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BusinessProfile/googleBusinessProfile.svg"},
{"displayName":"Google Business Profile Trigger","name":"googleBusinessProfileTrigger","group":["trigger"],"version":1,"description":"Fetches reviews from Google Business Profile and starts the workflow on specified polling intervals.","subtitle":"={{\"Google Business Profile Trigger\"}}","defaults":{"name":"Google Business Profile Trigger"},"credentials":[{"name":"googleBusinessProfileOAuth2Api","required":true}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Event","name":"event","required":true,"type":"options","noDataExpression":true,"default":"reviewAdded","options":[{"name":"Review Added","value":"reviewAdded"}]},{"displayName":"Account","name":"account","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Google Business Profile account","displayOptions":{"show":{"event":["reviewAdded"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchAccounts","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the account name","validation":[{"type":"regex","properties":{"regex":"accounts/[0-9]+","errorMessage":"The name must start with \"accounts/\""}}],"placeholder":"e.g. accounts/0123456789"}]},{"displayName":"Location","name":"location","required":true,"type":"resourceLocator","default":{"mode":"list","value":""},"description":"The specific location or business associated with the account","displayOptions":{"show":{"event":["reviewAdded"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchLocations","searchable":true}},{"displayName":"By name","name":"name","type":"string","hint":"Enter the location name","validation":[{"type":"regex","properties":{"regex":"locations/[0-9]+","errorMessage":"The name must start with \"locations/\""}}],"placeholder":"e.g. locations/0123456789"}]}],"codex":{"categories":["Communication"],"alias":["Google My Business","GMB","My Business"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.googlebusinessprofiletrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/BusinessProfile/googleBusinessProfile.svg"},
{"displayName":"Google Perspective","name":"googlePerspective","group":["transform"],"version":1,"description":"Consume Google Perspective API","subtitle":"={{$parameter[\"operation\"]}}","defaults":{"name":"Google Perspective"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googlePerspectiveOAuth2Api","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Analyze Comment","value":"analyzeComment"}],"default":"analyzeComment"},{"displayName":"Text","name":"text","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["analyzeComment"]}}},{"displayName":"Attributes to Analyze","name":"requestedAttributesUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Atrribute","required":true,"displayOptions":{"show":{"operation":["analyzeComment"]}},"options":[{"displayName":"Properties","name":"requestedAttributesValues","values":[{"displayName":"Attribute Name","name":"attributeName","type":"options","options":[{"name":"Flirtation","value":"flirtation"},{"name":"Identity Attack","value":"identity_attack"},{"name":"Insult","value":"insult"},{"name":"Profanity","value":"profanity"},{"name":"Severe Toxicity","value":"severe_toxicity"},{"name":"Sexually Explicit","value":"sexually_explicit"},{"name":"Threat","value":"threat"},{"name":"Toxicity","value":"toxicity"}],"description":"Attribute to analyze in the text. Details <a href=\"https://developers.perspectiveapi.com/s/about-the-api-attributes-and-languages\">here</a>.","default":"flirtation"},{"displayName":"Score Threshold","name":"scoreThreshold","type":"number","typeOptions":{"numberPrecision":2,"minValue":0,"maxValue":1},"description":"Score above which to return results. At zero, all scores are returned.","default":0}]}]},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["analyzeComment"]}},"default":{},"placeholder":"Add option","options":[{"displayName":"Language Name or ID","name":"languages","type":"options","typeOptions":{"loadOptionsMethod":"getLanguages"},"default":"","description":"Languages of the text input. If unspecified, the API will auto-detect the comment language. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}],"codex":{"categories":["Analytics","Utility"],"alias":["Moderation"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleperspective/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Google/Perspective/googlePerspective.svg","dark":"icons/n8n-nodes-base/dist/nodes/Google/Perspective/googlePerspective.dark.svg"}},
{"displayName":"Google Sheets","name":"googleSheets","group":["input","output"],"defaultVersion":4.7,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Read, update and write data to Google Sheets","builderHint":{"message":"For workflow data storage, DataTable with upsert avoids duplicates. Use Google Sheets when spreadsheet collaboration is specifically needed.","relatedNodes":[{"nodeType":"n8n-nodes-base.dataTable","relationHint":"Prefer for workflow data storage with upsert"}]},"version":[3,4,4.1,4.2,4.3,4.4,4.5,4.6,4.7],"defaults":{"name":"Google Sheets"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"hints":[{"message":"Use the 'Minimise API Calls' option for greater efficiency if your sheet is uniformly formatted without gaps between columns or rows","displayCondition":"={{$parameter[\"operation\"] === \"append\" && !$parameter[\"options\"][\"useAppend\"]}}","whenToDisplay":"beforeExecution","location":"outputPane"},{"message":"No columns found in Google Sheet. All rows will be appended","displayCondition":"={{ [\"appendOrUpdate\", \"append\"].includes($parameter[\"operation\"]) && $parameter?.columns?.mappingMode === \"defineBelow\" && !$parameter?.columns?.schema?.length }}","whenToDisplay":"beforeExecution","location":"outputPane"},{"type":"info","message":"Note on using an expression for Sheet: It will be evaluated only once, so all items will use the <em>same</em> sheet. It will be calculated by evaluating the expression for the <strong>first input item</strong>.","displayCondition":"={{ $rawParameter.sheetName?.startsWith(\"=\") && $input.all().length > 1 }}","whenToDisplay":"always","location":"outputPane"},{"type":"info","message":"Note on using an expression for Document: It will be evaluated only once, so all items will use the <em>same</em> document. It will be calculated by evaluating the expression for the <strong>first input item</strong>.","displayCondition":"={{ $rawParameter.documentId?.startsWith(\"=\") && $input.all().length > 1 }}","whenToDisplay":"always","location":"outputPane"}],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}},"testedBy":"googleApiCredentialTest"},{"name":"googleSheetsOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Service Account","value":"serviceAccount"},{"name":"OAuth2 (recommended)","value":"oAuth2"}],"default":"oAuth2"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Document","value":"spreadsheet"},{"name":"Sheet Within Document","value":"sheet"}],"default":"sheet"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sheet"]}},"options":[{"name":"Append or Update Row","value":"appendOrUpdate","description":"Append a new row or update an existing one (upsert)","action":"Append or update row in sheet"},{"name":"Append Row","value":"append","description":"Create a new row in a sheet","action":"Append row in sheet"},{"name":"Clear","value":"clear","description":"Delete all the contents or a part of a sheet","action":"Clear sheet"},{"name":"Create","value":"create","description":"Create a new sheet","action":"Create sheet"},{"name":"Delete","value":"remove","description":"Permanently delete a sheet","action":"Delete sheet"},{"name":"Delete Rows or Columns","value":"delete","description":"Delete columns or rows from a sheet","action":"Delete rows or columns from sheet"},{"name":"Get Row(s)","value":"read","description":"Retrieve one or more rows from a sheet","action":"Get row(s) in sheet"},{"name":"Update Row","value":"update","description":"Update an existing row in a sheet","action":"Update row in sheet"}],"default":"read"},{"displayName":"Document","name":"documentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"builderHint":{"message":"Default to mode: 'list' which is easier for users to set up"},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"spreadSheetsSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://docs.google.com/spreadsheets/d/{{$value}}/edit"}],"displayOptions":{"show":{"resource":["sheet"]}}},{"displayName":"Sheet","name":"sheetName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"builderHint":{"message":"Default to mode: 'list' which is easier for users to set up"},"typeOptions":{"loadOptionsDependsOn":["documentId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"sheetsSearch","searchable":false}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/docs\\.google\\.com\\/spreadsheets\\/d\\/[0-9a-zA-Z\\-_]+.*\\#gid=([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/docs\\.google\\.com\\/spreadsheets\\/d\\/[0-9a-zA-Z\\-_]+.*\\#gid=([0-9]+)","errorMessage":"Not a valid Sheet URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"((gid=)?[0-9]{1,})","errorMessage":"Not a valid Sheet ID"}}]},{"displayName":"By Name","name":"name","type":"string","placeholder":"Sheet1"}],"displayOptions":{"show":{"resource":["sheet"],"operation":["append","appendOrUpdate","clear","delete","read","remove","update"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"defineBelow","description":"Set the value for each destination column"},{"name":"Nothing","value":"nothing","description":"Do not send anything"}],"displayOptions":{"show":{"resource":["sheet"],"operation":["append"],"@version":[3]},"hide":{"sheetName":[""]}},"default":"defineBelow","description":"Whether to insert the input data this node receives in the new row"},{"displayName":"In this mode, make sure the incoming data is named the same as the columns in your Sheet. (Use an 'Edit Fields' node before this node to change it if required.)","name":"autoMapNotice","type":"notice","default":"","displayOptions":{"show":{"operation":["append"],"dataMode":["autoMapInputData"],"@version":[3]},"hide":{"sheetName":[""]}}},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field to Send","multipleValues":true},"displayOptions":{"show":{"resource":["sheet"],"operation":["append"],"dataMode":["defineBelow"],"@version":[3]},"hide":{"sheetName":[""]}},"default":{},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"loadOptionsMethod":"getSheetHeaderRowAndSkipEmpty"},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}},"displayOptions":{"show":{"resource":["sheet"],"operation":["append"],"@version":[{"_cnd":{"gte":4}}]},"hide":{"sheetName":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["sheet"],"operation":["append"]},"hide":{"sheetName":[""]}},"options":[{"displayName":"Cell Format","name":"cellFormat","type":"options","options":[{"name":"Let Google Sheets format","value":"USER_ENTERED","description":"Cells are styled as if you typed the values into Google Sheets directly"},{"name":"Let n8n format","value":"RAW","description":"Cells have the same types as the input data"}],"default":"USER_ENTERED","description":"Determines how data should be interpreted"},{"displayName":"Data Location on Sheet","name":"locationDefine","type":"fixedCollection","placeholder":"Select Range","default":{"values":{}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Header Row","name":"headerRow","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Index of the row which contains the keys. Starts at 1. The incoming node data is matched to the keys for assignment. The matching is case sensitive."}]}]},{"displayName":"Handling extra fields in input","name":"handlingExtraData","type":"options","options":[{"name":"Insert in New Column(s)","value":"insertInNewColumn","description":"Create a new column for extra data"},{"name":"Ignore Them","value":"ignoreIt","description":"Ignore extra data"},{"name":"Error","value":"error","description":"Throw an error"}],"displayOptions":{"show":{"/dataMode":["autoMapInputData"]}},"default":"insertInNewColumn","description":"What do to with fields that don't match any columns in the Google Sheet"},{"displayName":"Handling extra fields in input","name":"handlingExtraData","type":"options","options":[{"name":"Insert in New Column(s)","value":"insertInNewColumn","description":"Create a new column for extra data"},{"name":"Ignore Them","value":"ignoreIt","description":"Ignore extra data"},{"name":"Error","value":"error","description":"Throw an error"}],"displayOptions":{"show":{"/columns.mappingMode":["autoMapInputData"]}},"default":"insertInNewColumn","description":"What do to with fields that don't match any columns in the Google Sheet"},{"displayName":"Minimise API Calls","name":"useAppend","type":"boolean","default":false,"hint":"Use if your sheet has no gaps between rows or columns","description":"Whether to use append instead of update(default), this is more efficient but in some cases data might be misaligned"}]},{"displayName":"Clear","name":"clear","type":"options","options":[{"name":"Whole Sheet","value":"wholeSheet"},{"name":"Specific Rows","value":"specificRows"},{"name":"Specific Columns","value":"specificColumns"},{"name":"Specific Range","value":"specificRange"}],"displayOptions":{"show":{"resource":["sheet"],"operation":["clear"]},"hide":{"sheetName":[""]}},"default":"wholeSheet","description":"What to clear"},{"displayName":"Keep First Row","name":"keepFirstRow","type":"boolean","displayOptions":{"show":{"resource":["sheet"],"operation":["clear"],"clear":["wholeSheet"]},"hide":{"sheetName":[""]}},"default":false},{"displayName":"Start Row Number","name":"startIndex","type":"number","typeOptions":{"minValue":1},"default":1,"description":"The row number to delete from, The first row is 1","displayOptions":{"show":{"resource":["sheet"],"operation":["clear"],"clear":["specificRows"]},"hide":{"sheetName":[""]}}},{"displayName":"Number of Rows to Delete","name":"rowsToDelete","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"resource":["sheet"],"operation":["clear"],"clear":["specificRows"]},"hide":{"sheetName":[""]}}},{"displayName":"Start Column","name":"startIndex","type":"string","default":"A","description":"The column to delete","displayOptions":{"show":{"resource":["sheet"],"operation":["clear"],"clear":["specificColumns"]},"hide":{"sheetName":[""]}}},{"displayName":"Number of Columns to Delete","name":"columnsToDelete","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"resource":["sheet"],"operation":["clear"],"clear":["specificColumns"]},"hide":{"sheetName":[""]}}},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"resource":["sheet"],"operation":["clear"],"clear":["specificRange"]},"hide":{"sheetName":[""]}},"default":"A:F","required":true,"description":"The table range to read from or to append data to. See the Google <a href=\"https://developers.google.com/sheets/api/guides/values#writing\">documentation</a> for the details. If it contains multiple sheets it can also be added like this: \"MySheet!A:F\""},{"displayName":"Title","name":"title","type":"string","required":true,"default":"n8n-sheet","displayOptions":{"show":{"resource":["sheet"],"operation":["create"]}},"description":"The name of the sheet"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["sheet"],"operation":["create"]}},"options":[{"displayName":"Hidden","name":"hidden","type":"boolean","default":false,"description":"Whether the sheet is hidden in the UI, false if it's visible"},{"displayName":"Right To Left","name":"rightToLeft","type":"boolean","default":false,"description":"Whether the sheet is an RTL sheet instead of an LTR sheet"},{"displayName":"Sheet ID","name":"sheetId","type":"number","default":0,"description":"The ID of the sheet. Must be non-negative. This field cannot be changed once set."},{"displayName":"Sheet Index","name":"index","type":"number","default":0,"description":"The index of the sheet within the spreadsheet"},{"displayName":"Tab Color","name":"tabColor","type":"color","default":"0aa55c","description":"The color of the tab in the UI"}]},{"displayName":"To Delete","name":"toDelete","type":"options","options":[{"name":"Rows","value":"rows","description":"Rows to delete"},{"name":"Columns","value":"columns","description":"Columns to delete"}],"displayOptions":{"show":{"resource":["sheet"],"operation":["delete"]},"hide":{"sheetName":[""]}},"default":"rows","description":"What to delete"},{"displayName":"Start Row Number","name":"startIndex","type":"number","typeOptions":{"minValue":1},"default":2,"description":"The row number to delete from, The first row is 2","displayOptions":{"show":{"resource":["sheet"],"operation":["delete"],"toDelete":["rows"]},"hide":{"sheetName":[""]}}},{"displayName":"Number of Rows to Delete","name":"numberToDelete","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"resource":["sheet"],"operation":["delete"],"toDelete":["rows"]},"hide":{"sheetName":[""]}}},{"displayName":"Start Column","name":"startIndex","type":"string","default":"A","description":"The column to delete","displayOptions":{"show":{"resource":["sheet"],"operation":["delete"],"toDelete":["columns"]},"hide":{"sheetName":[""]}}},{"displayName":"Number of Columns to Delete","name":"numberToDelete","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"resource":["sheet"],"operation":["delete"],"toDelete":["columns"]},"hide":{"sheetName":[""]}}},{"displayName":"Filters","name":"filtersUI","placeholder":"Add Filter","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Filter","multipleValues":true},"default":{},"options":[{"displayName":"Filter","name":"values","values":[{"displayName":"Column","name":"lookupColumn","type":"options","typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"loadOptionsMethod":"getSheetHeaderRowWithGeneratedColumnNames"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Value","name":"lookupValue","type":"string","default":"","hint":"The column must have this value to be matched"}]}],"displayOptions":{"show":{"resource":["sheet"],"operation":["read"]},"hide":{"sheetName":[""]}}},{"displayName":"Combine Filters","name":"combineFilters","type":"options","description":"How to combine the conditions defined in \"Filters\": 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":"OR","displayOptions":{"show":{"@version":[{"_cnd":{"lt":4.3}}],"resource":["sheet"],"operation":["read"]},"hide":{"sheetName":[""]}}},{"displayName":"Combine Filters","name":"combineFilters","type":"options","description":"How to combine the conditions defined in \"Filters\": 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":{"@version":[{"_cnd":{"gte":4.3}}],"resource":["sheet"],"operation":["read"]},"hide":{"sheetName":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["sheet"],"operation":["read"]},"hide":{"sheetName":[""]}},"options":[{"displayName":"Data Location on Sheet","name":"dataLocationOnSheet","type":"fixedCollection","placeholder":"Select Range","default":{"values":{"rangeDefinition":"detectAutomatically"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Range Definition","name":"rangeDefinition","type":"options","options":[{"name":"Detect Automatically","value":"detectAutomatically","description":"Automatically detect the data range"},{"name":"Specify Range (A1 Notation)","value":"specifyRangeA1","description":"Manually specify the data range"},{"name":"Specify Range (Rows)","value":"specifyRange","description":"Manually specify the data range"}],"default":""},{"displayName":"Read Rows Until","name":"readRowsUntil","type":"options","default":"lastRowInSheet","options":[{"name":"First Empty Row","value":"firstEmptyRow"},{"name":"Last Row In Sheet","value":"lastRowInSheet"}],"displayOptions":{"show":{"rangeDefinition":["detectAutomatically"]}}},{"displayName":"Header Row","name":"headerRow","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Index is relative to the set 'Range', first row index is 1","hint":"Index of the row which contains the column names","displayOptions":{"show":{"rangeDefinition":["specifyRange"]}}},{"displayName":"First Data Row","name":"firstDataRow","type":"number","typeOptions":{"minValue":1},"default":2,"description":"Index is relative to the set 'Range', first row index is 1","hint":"Index of first row which contains the actual data","displayOptions":{"show":{"rangeDefinition":["specifyRange"]}}},{"displayName":"Range","name":"range","type":"string","default":"","placeholder":"A:Z","description":"The table range to read from or to append data to. See the Google <a href=\"https://developers.google.com/sheets/api/guides/values#writing\">documentation</a> for the details.","hint":"You can specify both the rows and the columns, e.g. C4:E7","displayOptions":{"show":{"rangeDefinition":["specifyRangeA1"]}}}]}]},{"displayName":"Output Formatting","name":"outputFormatting","type":"fixedCollection","placeholder":"Add Formatting","default":{"values":{"general":"UNFORMATTED_VALUE","date":"FORMATTED_STRING"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"General Formatting","name":"general","type":"options","options":[{"name":"Values (unformatted)","value":"UNFORMATTED_VALUE","description":"Numbers stay as numbers, but any currency signs or special formatting is lost"},{"name":"Values (formatted)","value":"FORMATTED_VALUE","description":"Numbers are turned to text, and displayed as in Google Sheets (e.g. with commas or currency signs)"},{"name":"Formulas","value":"FORMULA"}],"default":"","description":"Determines how values should be rendered in the output"},{"displayName":"Date Formatting","name":"date","type":"options","default":"","options":[{"name":"Formatted Text","value":"FORMATTED_STRING","description":"As displayed in Google Sheets, e.g. '01/01/2022'"},{"name":"Serial Number","value":"SERIAL_NUMBER","description":"A number representing the number of days since Dec 30, 1899"}]}]}]},{"displayName":"Return only First Matching Row","name":"returnFirstMatch","type":"boolean","default":false,"description":"Whether to select the first row of the sheet or the first matching row (if filters are set)","displayOptions":{"show":{"@version":[{"_cnd":{"gte":4.5}}]}}},{"displayName":"When Filter Has Multiple Matches","name":"returnAllMatches","type":"options","default":"returnFirstMatch","options":[{"name":"Return First Match","value":"returnFirstMatch","description":"Return only the first match"},{"name":"Return All Matches","value":"returnAllMatches","description":"Return all values that match"}],"description":"By default only the first result gets returned, Set to \"Return All Matches\" to get multiple matches","displayOptions":{"show":{"@version":[{"_cnd":{"lt":4.5}}]}}}]},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"defineBelow","description":"Set the value for each destination column"},{"name":"Nothing","value":"nothing","description":"Do not send anything"}],"displayOptions":{"show":{"resource":["sheet"],"operation":["update"],"@version":[3]},"hide":{"sheetName":[""]}},"default":"defineBelow","description":"Whether to insert the input data this node receives in the new row"},{"displayName":"Column to match on","name":"columnToMatchOn","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"loadOptionsMethod":"getSheetHeaderRowAndSkipEmpty"},"default":"","hint":"Used to find the correct row to update. Doesn't get changed.","displayOptions":{"show":{"resource":["sheet"],"operation":["update"],"@version":[3]},"hide":{"sheetName":[""]}}},{"displayName":"Value of Column to Match On","name":"valueToMatchOn","type":"string","default":"","displayOptions":{"show":{"resource":["sheet"],"operation":["update"],"dataMode":["defineBelow"],"@version":[3]},"hide":{"sheetName":[""]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["sheet"],"operation":["update"],"dataMode":["defineBelow"],"@version":[3]},"hide":{"sheetName":[""]}},"default":{},"options":[{"displayName":"Field","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/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["sheetName.value","columnToMatchOn"],"loadOptionsMethod":"getSheetHeaderRowAndAddColumn"},"default":""},{"displayName":"Column Name","name":"columnName","type":"string","default":"","displayOptions":{"show":{"column":["newColumn"]}}},{"displayName":"Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"update","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false,"allowEmptyValues":true}},"displayOptions":{"show":{"resource":["sheet"],"operation":["update"],"@version":[{"_cnd":{"gte":4.7}}]},"hide":{"sheetName":[""]}}},{"displayName":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"update","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}},"displayOptions":{"show":{"resource":["sheet"],"operation":["update"],"@version":[{"_cnd":{"between":{"from":4,"to":4.6}}}]},"hide":{"sheetName":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["sheet"],"operation":["update"]},"hide":{"sheetName":[""]}},"options":[{"displayName":"Cell Format","name":"cellFormat","type":"options","options":[{"name":"Let Google Sheets format","value":"USER_ENTERED","description":"Cells are styled as if you typed the values into Google Sheets directly"},{"name":"Let n8n format","value":"RAW","description":"Cells have the same types as the input data"}],"default":"USER_ENTERED","description":"Determines how data should be interpreted"},{"displayName":"Data Location on Sheet","name":"locationDefine","type":"fixedCollection","placeholder":"Select Range","default":{"values":{}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Header Row","name":"headerRow","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Index is relative to the set 'Range', first row index is 1","hint":"Index of the row which contains the column names"},{"displayName":"First Data Row","name":"firstDataRow","type":"number","typeOptions":{"minValue":1},"default":2,"description":"Index is relative to the set 'Range', first row index is 1","hint":"Index of first row which contains the actual data"}]}]},{"displayName":"Handling extra fields in input","name":"handlingExtraData","type":"options","options":[{"name":"Insert in New Column(s)","value":"insertInNewColumn","description":"Create a new column for extra data"},{"name":"Ignore Them","value":"ignoreIt","description":"Ignore extra data"},{"name":"Error","value":"error","description":"Throw an error"}],"displayOptions":{"show":{"/dataMode":["autoMapInputData"]}},"default":"insertInNewColumn","description":"What do to with fields that don't match any columns in the Google Sheet"},{"displayName":"Handling extra fields in input","name":"handlingExtraData","type":"options","options":[{"name":"Insert in New Column(s)","value":"insertInNewColumn","description":"Create a new column for extra data"},{"name":"Ignore Them","value":"ignoreIt","description":"Ignore extra data"},{"name":"Error","value":"error","description":"Throw an error"}],"displayOptions":{"show":{"/columns.mappingMode":["autoMapInputData"]}},"default":"insertInNewColumn","description":"What do to with fields that don't match any columns in the Google Sheet"}]},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"defineBelow","description":"Set the value for each destination column"},{"name":"Nothing","value":"nothing","description":"Do not send anything"}],"displayOptions":{"show":{"resource":["sheet"],"operation":["appendOrUpdate"],"@version":[3]},"hide":{"sheetName":[""]}},"default":"defineBelow","description":"Whether to insert the input data this node receives in the new row"},{"displayName":"Column to match on","name":"columnToMatchOn","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"loadOptionsMethod":"getSheetHeaderRowAndSkipEmpty"},"default":"","hint":"Used to find the correct row to update. Doesn't get changed.","displayOptions":{"show":{"resource":["sheet"],"operation":["appendOrUpdate"],"@version":[3]},"hide":{"sheetName":[""]}}},{"displayName":"Value of Column to Match On","name":"valueToMatchOn","type":"string","default":"","displayOptions":{"show":{"resource":["sheet"],"operation":["appendOrUpdate"],"dataMode":["defineBelow"],"@version":[3]},"hide":{"sheetName":[""]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["sheet"],"operation":["appendOrUpdate"],"dataMode":["defineBelow"],"@version":[3]},"hide":{"sheetName":[""]}},"default":{},"options":[{"displayName":"Field","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/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["sheetName.value","columnToMatchOn"],"loadOptionsMethod":"getSheetHeaderRowAndAddColumn"},"default":""},{"displayName":"Column Name","name":"columnName","type":"string","default":"","displayOptions":{"show":{"column":["newColumn"]}}},{"displayName":"Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"upsert","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false,"allowEmptyValues":true}},"displayOptions":{"show":{"resource":["sheet"],"operation":["appendOrUpdate"],"@version":[{"_cnd":{"gte":4.7}}]},"hide":{"sheetName":[""]}}},{"displayName":"Columns","name":"columns","type":"resourceMapper","noDataExpression":true,"default":{"mappingMode":"defineBelow","value":null},"required":true,"typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"upsert","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}},"displayOptions":{"show":{"resource":["sheet"],"operation":["appendOrUpdate"],"@version":[{"_cnd":{"between":{"from":4,"to":4.6}}}]},"hide":{"sheetName":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["sheet"],"operation":["appendOrUpdate"]},"hide":{"sheetName":[""]}},"options":[{"displayName":"Cell Format","name":"cellFormat","type":"options","options":[{"name":"Let Google Sheets format","value":"USER_ENTERED","description":"Cells are styled as if you typed the values into Google Sheets directly"},{"name":"Let n8n format","value":"RAW","description":"Cells have the same types as the input data"}],"default":"USER_ENTERED","description":"Determines how data should be interpreted"},{"displayName":"Data Location on Sheet","name":"locationDefine","type":"fixedCollection","placeholder":"Select Range","default":{"values":{}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Header Row","name":"headerRow","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Index is relative to the set 'Range', first row index is 1","hint":"Index of the row which contains the column names"},{"displayName":"First Data Row","name":"firstDataRow","type":"number","typeOptions":{"minValue":1},"default":2,"description":"Index is relative to the set 'Range', first row index is 1","hint":"Index of first row which contains the actual data"}]}]},{"displayName":"Handling extra fields in input","name":"handlingExtraData","type":"options","options":[{"name":"Insert in New Column(s)","value":"insertInNewColumn","description":"Create a new column for extra data"},{"name":"Ignore Them","value":"ignoreIt","description":"Ignore extra data"},{"name":"Error","value":"error","description":"Throw an error"}],"displayOptions":{"show":{"/dataMode":["autoMapInputData"]}},"default":"insertInNewColumn","description":"What do to with fields that don't match any columns in the Google Sheet"},{"displayName":"Handling extra fields in input","name":"handlingExtraData","type":"options","options":[{"name":"Insert in New Column(s)","value":"insertInNewColumn","description":"Create a new column for extra data"},{"name":"Ignore Them","value":"ignoreIt","description":"Ignore extra data"},{"name":"Error","value":"error","description":"Throw an error"}],"displayOptions":{"show":{"/columns.mappingMode":["autoMapInputData"]}},"default":"insertInNewColumn","description":"What do to with fields that don't match any columns in the Google Sheet"},{"displayName":"Minimise API Calls","name":"useAppend","type":"boolean","default":false,"hint":"Use if your sheet has no gaps between rows or columns","description":"Whether to use append instead of update(default), this is more efficient but in some cases data might be misaligned"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["spreadsheet"]}},"options":[{"name":"Create","value":"create","description":"Create a spreadsheet","action":"Create spreadsheet"},{"name":"Delete","value":"deleteSpreadsheet","description":"Delete a spreadsheet","action":"Delete spreadsheet"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"resource":["spreadsheet"],"operation":["create"]}},"description":"The title of the spreadsheet"},{"displayName":"Sheets","name":"sheetsUi","placeholder":"Add Sheet","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"sheetValues","displayName":"Sheet","values":[{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the property to create"},{"displayName":"Hidden","name":"hidden","type":"boolean","default":false,"description":"Whether the Sheet should be hidden in the UI"}]}],"displayOptions":{"show":{"resource":["spreadsheet"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["spreadsheet"],"operation":["create"]}},"options":[{"displayName":"Locale","name":"locale","type":"string","default":"","placeholder":"en_US","description":"The locale of the spreadsheet in one of the following formats:\n\t\t\t\t<ul>\n\t\t\t\t\t<li>en (639-1)</li>\n\t\t\t\t\t<li>fil (639-2 if no 639-1 format exists)</li>\n\t\t\t\t\t<li>en_US (combination of ISO language an country)</li>\n\t\t\t\t<ul>"},{"displayName":"Recalculation Interval","name":"autoRecalc","type":"options","options":[{"name":"Default","value":"","description":"Default value"},{"name":"On Change","value":"ON_CHANGE","description":"Volatile functions are updated on every change"},{"name":"Minute","value":"MINUTE","description":"Volatile functions are updated on every change and every minute"},{"name":"Hour","value":"HOUR","description":"Volatile functions are updated on every change and hourly"}],"default":"","description":"Cell recalculation interval options"}]},{"displayName":"Document","name":"documentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"spreadSheetsSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://docs.google.com/spreadsheets/d/{{$value}}/edit"}],"displayOptions":{"show":{"resource":["spreadsheet"],"operation":["deleteSpreadsheet"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Sheet/googleSheets.svg","codex":{"categories":["Data & Storage","Productivity"],"alias":["CSV","Sheet","Spreadsheet","GS"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
{"displayName":"Google Sheets ","name":"googleSheets","group":["input","output"],"defaultVersion":4.7,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Read, update and write data to Google Sheets","builderHint":{"message":"For workflow data storage, DataTable with upsert avoids duplicates. Use Google Sheets when spreadsheet collaboration is specifically needed.","relatedNodes":[{"nodeType":"n8n-nodes-base.dataTable","relationHint":"Prefer for workflow data storage with upsert"}]},"version":[1,2],"defaults":{"name":"Google Sheets"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}},"testedBy":"googleApiCredentialTest"},{"name":"googleSheetsOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Service Account","value":"serviceAccount"},{"name":"OAuth2","value":"oAuth2"}],"default":"serviceAccount","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2","displayOptions":{"show":{"@version":[2]}}},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Spreadsheet","value":"spreadsheet"},{"name":"Sheet","value":"sheet"}],"default":"sheet"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sheet"]}},"options":[{"name":"Append","value":"append","description":"Append data to a sheet","action":"Append data to a sheet"},{"name":"Clear","value":"clear","description":"Clear data from a sheet","action":"Clear a sheet"},{"name":"Create","value":"create","description":"Create a new sheet","action":"Create a sheet"},{"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 sheet"},{"name":"Delete","value":"delete","description":"Delete columns and rows from a sheet","action":"Delete a sheet"},{"name":"Lookup","value":"lookup","description":"Look up a specific column value and return the matching row","action":"Look up a column value in a sheet"},{"name":"Read","value":"read","description":"Read data from a sheet","action":"Read a sheet"},{"name":"Remove","value":"remove","description":"Remove a sheet","action":"Remove a sheet"},{"name":"Update","value":"update","description":"Update rows in a sheet","action":"Update a sheet"}],"default":"read"},{"displayName":"Spreadsheet ID","name":"sheetId","type":"string","displayOptions":{"show":{"resource":["sheet"]}},"default":"","required":true,"description":"The ID of the Google Spreadsheet. Found as part of the sheet URL https://docs.google.com/spreadsheets/d/{ID}/."},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"resource":["sheet"]},"hide":{"operation":["create","delete","remove"]}},"default":"A:F","required":true,"description":"The table range to read from or to append data to. See the Google <a href=\"https://developers.google.com/sheets/api/guides/values#writing\">documentation</a> for the details. If it contains multiple sheets it can also be added like this: \"MySheet!A:F\""},{"displayName":"To Delete","name":"toDelete","placeholder":"Add Columns/Rows to delete","description":"Deletes columns and rows from a sheet","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["sheet"],"operation":["delete"]}},"default":{},"options":[{"displayName":"Columns","name":"columns","values":[{"displayName":"Sheet Name or ID","name":"sheetId","type":"options","typeOptions":{"loadOptionsMethod":"getSheets"},"options":[],"default":"","required":true,"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Start Index","name":"startIndex","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The start index (0 based and inclusive) of column to delete"},{"displayName":"Amount","name":"amount","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Number of columns to delete"}]},{"displayName":"Rows","name":"rows","values":[{"displayName":"Sheet Name or ID","name":"sheetId","type":"options","typeOptions":{"loadOptionsMethod":"getSheets"},"options":[],"default":"","required":true,"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Start Index","name":"startIndex","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The start index (0 based and inclusive) of row to delete"},{"displayName":"Amount","name":"amount","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Number of rows to delete"}]}]},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["sheet"],"operation":["read"]}},"default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"resource":["sheet"],"operation":["read"],"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"resource":["sheet"],"operation":["update","upsert"]}},"default":false,"description":"Whether the data supplied is RAW instead of parsed into keys"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"resource":["sheet"],"operation":["update","upsert"],"rawData":[true]}},"description":"The name of the property from which to read the RAW data"},{"displayName":"Data Start Row","name":"dataStartRow","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"resource":["sheet"]},"hide":{"operation":["append","create","clear","delete","remove"],"rawData":[true]}},"description":"Index of the first row which contains the actual data and not the keys. Starts with 0."},{"displayName":"Key Row","name":"keyRow","type":"number","typeOptions":{"minValue":0},"displayOptions":{"show":{"resource":["sheet"]},"hide":{"operation":["clear","create","delete","remove"],"rawData":[true]}},"default":0,"description":"Index of the row which contains the keys. Starts at 0. The incoming node data is matched to the keys for assignment. The matching is case sensitive."},{"displayName":"Lookup Column","name":"lookupColumn","type":"string","default":"","placeholder":"Email","required":true,"displayOptions":{"show":{"resource":["sheet"],"operation":["lookup"]}},"description":"The name of the column in which to look for value"},{"displayName":"Lookup Value","name":"lookupValue","type":"string","default":"","placeholder":"frank@example.com","displayOptions":{"show":{"resource":["sheet"],"operation":["lookup"]}},"description":"The value to look for in column"},{"displayName":"Key","name":"key","type":"string","default":"id","displayOptions":{"show":{"resource":["sheet"],"operation":["update","upsert"],"rawData":[false]}},"description":"The name of the key to identify which data should be updated in the sheet"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["sheet"],"operation":["append","lookup","read","update","upsert"]}},"options":[{"displayName":"Continue If Empty","name":"continue","type":"boolean","default":false,"displayOptions":{"show":{"/operation":["lookup","read"]}},"description":"By default, the workflow stops executing if the lookup/read does not return values"},{"displayName":"Return All Matches","name":"returnAllMatches","type":"boolean","default":false,"displayOptions":{"show":{"/operation":["lookup"]}},"description":"By default only the first result gets returned. If options gets set all found matches get returned."},{"displayName":"Use Header Names as JSON Paths","name":"usePathForKeyRow","type":"boolean","default":false,"displayOptions":{"show":{"/operation":["append"]}},"description":"Whether you want to match the headers as path, for example, the row header \"category.name\" will match the \"category\" object and get the field \"name\" from it. By default \"category.name\" will match with the field with exact name, not nested object."},{"displayName":"Value Input Mode","name":"valueInputMode","type":"options","displayOptions":{"show":{"/operation":["append","update","upsert"]}},"options":[{"name":"RAW","value":"RAW","description":"The values will not be parsed and will be stored as-is"},{"name":"User Entered","value":"USER_ENTERED","description":"The values will be parsed as if the user typed them into the UI. Numbers will stay as numbers, but strings may be converted to numbers, dates, etc. following the same rules that are applied when entering text into a cell via the Google Sheets UI."}],"default":"RAW","description":"Determines how data should be interpreted"},{"displayName":"Value Render Mode","name":"valueRenderMode","type":"options","displayOptions":{"show":{"/operation":["lookup","read"]}},"options":[{"name":"Formatted Value","value":"FORMATTED_VALUE","description":"Values will be calculated & formatted in the reply according to the cell's formatting.Formatting is based on the spreadsheet's locale, not the requesting user's locale.For example, if A1 is 1.23 and A2 is =A1 and formatted as currency, then A2 would return \"$1.23\""},{"name":"Formula","value":"FORMULA","description":"Values will not be calculated. The reply will include the formulas. For example, if A1 is 1.23 and A2 is =A1 and formatted as currency, then A2 would return \"=A1\"."},{"name":"Unformatted Value","value":"UNFORMATTED_VALUE","description":"Values will be calculated, but not formatted in the reply. For example, if A1 is 1.23 and A2 is =A1 and formatted as currency, then A2 would return the number 1.23."}],"default":"UNFORMATTED_VALUE","description":"Determines how values should be rendered in the output"},{"displayName":"Value Render Mode","name":"valueRenderMode","type":"options","displayOptions":{"show":{"/operation":["update","upsert"],"/rawData":[false]}},"options":[{"name":"Formatted Value","value":"FORMATTED_VALUE","description":"Values will be calculated & formatted in the reply according to the cell's formatting.Formatting is based on the spreadsheet's locale, not the requesting user's locale. For example, if A1 is 1.23 and A2 is =A1 and formatted as currency, then A2 would return \"$1.23\"."},{"name":"Formula","value":"FORMULA","description":"Values will not be calculated. The reply will include the formulas. For example, if A1 is 1.23 and A2 is =A1 and formatted as currency, then A2 would return \"=A1\"."},{"name":"Unformatted Value","value":"UNFORMATTED_VALUE","description":"Values will be calculated, but not formatted in the reply. For example, if A1 is 1.23 and A2 is =A1 and formatted as currency, then A2 would return the number 1.23."}],"default":"UNFORMATTED_VALUE","description":"Determines how values should be rendered in the output"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["spreadsheet"]}},"options":[{"name":"Create","value":"create","description":"Create a spreadsheet","action":"Create a spreadsheet"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"resource":["spreadsheet"],"operation":["create"]}},"description":"The title of the spreadsheet"},{"displayName":"Sheets","name":"sheetsUi","placeholder":"Add Sheet","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["spreadsheet"],"operation":["create"]}},"options":[{"name":"sheetValues","displayName":"Sheet","values":[{"displayName":"Sheet Properties","name":"propertiesUi","placeholder":"Add Property","type":"collection","default":{},"options":[{"displayName":"Hidden","name":"hidden","type":"boolean","default":false,"description":"Whether the Sheet should be hidden in the UI"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the property to create"}]}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["spreadsheet"],"operation":["create"]}},"options":[{"displayName":"Locale","name":"locale","type":"string","default":"","placeholder":"en_US","description":"The locale of the spreadsheet in one of the following formats:\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li>en (639-1)</li>\n\t\t\t\t\t\t<li>fil (639-2 if no 639-1 format exists)</li>\n\t\t\t\t\t\t<li>en_US (combination of ISO language an country)</li>\n\t\t\t\t\t<ul>"},{"displayName":"Recalculation Interval","name":"autoRecalc","type":"options","options":[{"name":"Default","value":"","description":"Default value"},{"name":"On Change","value":"ON_CHANGE","description":"Volatile functions are updated on every change"},{"name":"Minute","value":"MINUTE","description":"Volatile functions are updated on every change and every minute"},{"name":"Hour","value":"HOUR","description":"Volatile functions are updated on every change and hourly"}],"default":"","description":"Cell recalculation interval options"}]},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"displayOptions":{"show":{"resource":["sheet"],"operation":["create"]}},"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["sheet"],"operation":["create"]}},"options":[{"displayName":"Grid Properties","name":"gridProperties","type":"collection","placeholder":"Add Property","default":{},"options":[{"displayName":"Column Count","name":"columnCount","type":"number","default":0,"description":"The number of columns in the grid"},{"displayName":"Column Group Control After","name":"columnGroupControlAfter","type":"boolean","default":false,"description":"Whether the column grouping control toggle is shown after the group"},{"displayName":"Frozen Column Count","name":"frozenColumnCount","type":"number","default":0,"description":"The number of columns that are frozen in the grid"},{"displayName":"Frozen Row Count","name":"frozenRowCount","type":"number","default":0,"description":"The number of rows that are frozen in the grid"},{"displayName":"Hide Gridlines","name":"hideGridlines","type":"boolean","default":false,"description":"Whether the grid isn't showing gridlines in the UI"},{"displayName":"Row Count","name":"rowCount","type":"number","default":0,"description":"The number of rows in the grid"},{"displayName":"Row Group Control After","name":"rowGroupControlAfter","type":"boolean","default":false,"description":"Whether the row grouping control toggle is shown after the group"}],"description":"The type of the sheet"},{"displayName":"Hidden","name":"hidden","type":"boolean","default":false,"description":"Whether the sheet is hidden in the UI, false if it's visible"},{"displayName":"Right To Left","name":"rightToLeft","type":"boolean","default":false,"description":"Whether the sheet is an RTL sheet instead of an LTR sheet"},{"displayName":"Sheet ID","name":"sheetId","type":"number","default":0,"description":"The ID of the sheet. Must be non-negative. This field cannot be changed once set."},{"displayName":"Sheet Index","name":"index","type":"number","default":0,"description":"The index of the sheet within the spreadsheet"},{"displayName":"Tab Color","name":"tabColor","type":"color","default":"0aa55c","description":"The color of the tab in the UI"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The Sheet name"}]},{"displayName":"Sheet ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["sheet"],"operation":["remove"]}},"description":"The ID of the sheet to delete"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Sheet/googleSheets.svg","codex":{"categories":["Data & Storage","Productivity"],"alias":["CSV","Sheet","Spreadsheet","GS"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googlesheets/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}}},
{"displayName":"Google Sheets Trigger","name":"googleSheetsTrigger","group":["trigger"],"version":1,"subtitle":"={{($parameter[\"event\"])}}","description":"Starts the workflow when Google Sheets events occur","defaults":{"name":"Google Sheets Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"googleSheetsTriggerOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["triggerOAuth2"]}}}],"polling":true,"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Authentication","name":"authentication","type":"hidden","options":[{"name":"OAuth2 (recommended)","value":"triggerOAuth2"}],"default":"triggerOAuth2"},{"displayName":"Document","name":"documentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"spreadSheetsSearch","searchable":true}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/(?:drive|docs)\\.google\\.com(?:\\/.*|)\\/d\\/([0-9a-zA-Z\\-_]+)(?:\\/.*|)","errorMessage":"Not a valid Google Drive File URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\-_]{2,}","errorMessage":"Not a valid Google Drive File ID"}}],"url":"=https://docs.google.com/spreadsheets/d/{{$value}}/edit"}]},{"displayName":"Sheet","name":"sheetName","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["documentId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"sheetsSearch","searchable":false}},{"displayName":"By URL","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/docs\\.google\\.com\\/spreadsheets\\/d\\/[0-9a-zA-Z\\-_]+.*\\#gid=([0-9]+)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/docs\\.google\\.com\\/spreadsheets\\/d\\/[0-9a-zA-Z\\-_]+.*\\#gid=([0-9]+)","errorMessage":"Not a valid Sheet URL"}}]},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"((gid=)?[0-9]{1,})","errorMessage":"Not a valid Sheet ID"}}]}]},{"displayName":"Trigger On","name":"event","type":"options","description":"It will be triggered also by newly created columns (if the 'Columns to Watch' option is not set)","options":[{"name":"Row Added","value":"rowAdded"},{"name":"Row Updated","value":"rowUpdate"},{"name":"Row Added or Updated","value":"anyUpdate"}],"default":"anyUpdate","required":true},{"displayName":"Include in Output","name":"includeInOutput","type":"options","default":"new","description":"This option will be effective only when automatically executing the workflow","options":[{"name":"New Version","value":"new"},{"name":"Old Version","value":"old"},{"name":"Both Versions","value":"both"}],"displayOptions":{"hide":{"event":["rowAdded"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Columns to Watch","name":"columnsToWatch","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["sheetName.value"],"loadOptionsMethod":"getSheetHeaderRowAndSkipEmpty"},"default":[],"displayOptions":{"show":{"/event":["anyUpdate","rowUpdate"]}}},{"displayName":"Data Location on Sheet","name":"dataLocationOnSheet","type":"fixedCollection","placeholder":"Select Range","default":{"values":{"rangeDefinition":"specifyRangeA1"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Range Definition","name":"rangeDefinition","type":"options","options":[{"name":"Specify Range (A1 Notation)","value":"specifyRangeA1","description":"Manually specify the data range"},{"name":"Specify Range (Rows)","value":"specifyRange","description":"Manually specify the data range"}],"default":""},{"displayName":"Header Row","name":"headerRow","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Index of the row which contains the keys. Starts at 1. The incoming node data is matched to the keys for assignment. The matching is case sensitive.","hint":"First row is row 1","displayOptions":{"show":{"rangeDefinition":["specifyRange"]}}},{"displayName":"First Data Row","name":"firstDataRow","type":"number","typeOptions":{"minValue":1},"default":2,"description":"Index of the first row which contains the actual data and not the keys. Starts with 1.","hint":"First row is row 1","displayOptions":{"show":{"rangeDefinition":["specifyRange"]}}},{"displayName":"Range","name":"range","type":"string","default":"","placeholder":"A:Z","description":"The table range to read from or to append data to. See the Google <a href=\"https://developers.google.com/sheets/api/guides/values#writing\">documentation</a> for the details.","hint":"You can specify both the rows and the columns, e.g. C4:E7","displayOptions":{"show":{"rangeDefinition":["specifyRangeA1"]}}}]}]},{"displayName":"Value Render","name":"valueRender","type":"options","options":[{"name":"Unformatted","value":"UNFORMATTED_VALUE","description":"Values will be calculated, but not formatted in the reply"},{"name":"Formatted","value":"FORMATTED_VALUE","description":"Values will be formatted and calculated according to the cell's formatting (based on the spreadsheet's locale)"},{"name":"Formula","value":"FORMULA","description":"Values will not be calculated. The reply will include the formulas."}],"default":"UNFORMATTED_VALUE","description":"Determines how values will be rendered in the output. <a href=\"https://developers.google.com/sheets/api/reference/rest/v4/ValueRenderOption\" target=\"_blank\">More info</a>.","displayOptions":{"hide":{"/event":["anyUpdate","rowUpdate"]}}},{"displayName":"DateTime Render","name":"dateTimeRenderOption","type":"options","options":[{"name":"Serial Number","value":"SERIAL_NUMBER","description":"Fields will be returned as doubles in \"serial number\" format (as popularized by Lotus 1-2-3)"},{"name":"Formatted String","value":"FORMATTED_STRING","description":"Fields will be rendered as strings in their given number format (which depends on the spreadsheet locale)"}],"default":"SERIAL_NUMBER","description":"Determines how dates should be rendered in the output.  <a href=\"https://developers.google.com/sheets/api/reference/rest/v4/DateTimeRenderOption\" target=\"_blank\">More info</a>.","displayOptions":{"hide":{"/event":["anyUpdate","rowUpdate"]}}}]}],"codex":{"categories":["Data & Storage","Productivity"],"alias":["CSV","Spreadsheet","GS"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.googlesheetstrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Sheet/googleSheets.svg"},
{"displayName":"Google Slides","name":"googleSlides","group":["input","output"],"version":[1,2],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Google Slides API","schemaPath":"Google/Slides","defaults":{"name":"Google Slides"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleSlidesOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"serviceAccount","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2","displayOptions":{"show":{"@version":[2]}}},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Page","value":"page"},{"name":"Presentation","value":"presentation"}],"default":"presentation"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Create","value":"create","description":"Create a presentation","action":"Create a presentation"},{"name":"Get","value":"get","description":"Get a presentation","action":"Get a presentation"},{"name":"Get Slides","value":"getSlides","description":"Get presentation slides","action":"Get slides from a presentation"},{"name":"Replace Text","value":"replaceText","description":"Replace text in a presentation","action":"Replace text in a presentation"}],"displayOptions":{"show":{"resource":["presentation"]}},"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Get","value":"get","description":"Get a page","action":"Get a page"},{"name":"Get Thumbnail","value":"getThumbnail","description":"Get a thumbnail","action":"Get the thumbnail for a page"}],"displayOptions":{"show":{"resource":["page"]}},"default":"get"},{"displayName":"Title","name":"title","description":"Title of the presentation to create","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["presentation"],"operation":["create"]}}},{"displayName":"Presentation ID","name":"presentationId","description":"ID of the presentation to retrieve. Found in the presentation URL: <code>https://docs.google.com/presentation/d/PRESENTATION_ID/edit</code>","placeholder":"1wZtNFZ8MO-WKrxhYrOLMvyiqSgFwdSz5vn8_l_7eNqw","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["presentation","page"],"operation":["get","getThumbnail","getSlides","replaceText"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getSlides"],"resource":["presentation"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getSlides"],"resource":["presentation"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Page Object ID","name":"pageObjectId","description":"ID of the page object to retrieve","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["page"],"operation":["get","getThumbnail"]}}},{"displayName":"Texts To Replace","name":"textUi","placeholder":"Add Text","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["presentation"],"operation":["replaceText"]}},"default":{},"options":[{"name":"textValues","displayName":"Text","values":[{"displayName":"Match Case","name":"matchCase","type":"boolean","default":false,"description":"Whether the search should respect case. True : the search is case sensitive. False : the search is case insensitive."},{"displayName":"Slide Names or IDs","name":"pageObjectIds","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getPages","loadOptionsDependsOn":["presentationId"]},"description":"If non-empty, limits the matches to slide elements only on the given slides. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Search For","name":"text","type":"string","default":"","description":"The text to search for in the slide"},{"displayName":"Replace With","name":"replaceText","type":"string","default":"","description":"The text that will replace the matched text"}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["replaceText"],"resource":["presentation"]}},"default":{},"options":[{"displayName":"Revision ID","name":"revisionId","type":"string","default":"","description":"The revision ID of the presentation required for the write request. If specified and the requiredRevisionId doesn't exactly match the presentation's current revisionId, the request will not be processed and will return a 400 bad request error."}]},{"displayName":"Download","name":"download","type":"boolean","default":false,"displayOptions":{"show":{"resource":["page"],"operation":["getThumbnail"]}},"description":"Name of the binary property to which to write the data of the read page"},{"displayName":"Put Output File in Field","name":"binaryProperty","type":"string","required":true,"default":"data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"resource":["page"],"operation":["getThumbnail"],"download":[true]}}}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googleslides/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Slides/googleslides.svg"},
{"displayName":"Google Tasks","name":"googleTasks","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Google Tasks API","schemaPath":"Google/Task","defaults":{"name":"Google Tasks"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleTasksOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Task","value":"task"}],"default":"task"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Add a task to tasklist","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Retrieve a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Retrieve many tasks from a tasklist","action":"Get many tasks"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"TaskList Name or ID","name":"task","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTasks"},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":""},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the task","displayOptions":{"show":{"operation":["create"],"resource":["task"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"options":[{"displayName":"Completion Date","name":"completed","type":"dateTime","default":"","description":"Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed."},{"displayName":"Deleted","name":"deleted","type":"boolean","default":false,"description":"Whether the task has been deleted"},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":"","description":"Due date of the task"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Additional Notes"},{"displayName":"Parent","name":"parent","type":"string","default":"","description":"Parent task identifier. If the task is created at the top level, this parameter is omitted."},{"displayName":"Previous","name":"previous","type":"string","default":"","description":"Previous sibling task identifier. If the task is created at the first position among its siblings, this parameter is omitted."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Needs Action","value":"needsAction"},{"name":"Completed","value":"completed"}],"default":"","description":"Current status of the task"}]},{"displayName":"TaskList Name or ID","name":"task","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTasks"},"required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["task"]}},"default":""},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["task"]}},"default":""},{"displayName":"TaskList Name or ID","name":"task","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTasks"},"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["task"]}},"default":""},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["task"]}},"default":""},{"displayName":"TaskList Name or ID","name":"task","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTasks"},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["task"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":20,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"options":[{"displayName":"Completed Max","name":"completedMax","type":"dateTime","default":"","description":"Upper bound for a task completion date (as a RFC 3339 timestamp) to filter by"},{"displayName":"Completed Min","name":"completedMin","type":"dateTime","default":"","description":"Lower bound for a task completion date (as a RFC 3339 timestamp) to filter by"},{"displayName":"Due Min","name":"dueMin","type":"dateTime","default":"","description":"Lower bound for a task due date (as a RFC 3339 timestamp) to filter by"},{"displayName":"Due Max","name":"dueMax","type":"dateTime","default":"","description":"Upper bound for a task due date (as a RFC 3339 timestamp) to filter by"},{"displayName":"Show Completed","name":"showCompleted","type":"boolean","default":true,"description":"Whether completed tasks are returned in the result. <strong>Show Hidden</strong> must also be True to show tasks completed in first party clients such as the web UI or Google's mobile apps."},{"displayName":"Show Deleted","name":"showDeleted","type":"boolean","default":false,"description":"Whether deleted tasks are returned in the result"},{"displayName":"Show Hidden","name":"showHidden","type":"boolean","default":false,"description":"Whether hidden tasks are returned in the result"},{"displayName":"Updated Min","name":"updatedMin","type":"dateTime","default":"","description":"Lower bound for a task last modification time (as a RFC 3339 timestamp) to filter by"}]},{"displayName":"TaskList Name or ID","name":"task","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTasks"},"required":true,"displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"default":""},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Update Field","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"options":[{"displayName":"Completion Date","name":"completed","type":"dateTime","default":"","description":"Completion date of the task (as a RFC 3339 timestamp). This field is omitted if the task has not been completed."},{"displayName":"Deleted","name":"deleted","type":"boolean","default":false,"description":"Whether the task has been deleted"},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":"","description":"Due date of the task"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Additional Notes"},{"displayName":"Previous","name":"previous","type":"string","default":"","description":"Previous sibling task identifier. If the task is created at the first position among its siblings, this parameter is omitted."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Needs Update","value":"needsAction"},{"name":"Completed","value":"completed"}],"default":"","description":"Current status of the task"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the task"}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googletasks/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Task/googleTasks.svg"},
{"displayName":"Google Translate","name":"googleTranslate","group":["input","output"],"version":[1,2],"description":"Translate data using Google Translate","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","schemaPath":"Google/Translate","defaults":{"name":"Google Translate"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"googleApi","required":true,"displayOptions":{"show":{"authentication":["serviceAccount"]}}},{"name":"googleTranslateOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Service Account","value":"serviceAccount"},{"name":"OAuth2","value":"oAuth2"}],"default":"serviceAccount","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2 (recommended)","value":"oAuth2"},{"name":"Service Account","value":"serviceAccount"}],"default":"oAuth2","displayOptions":{"show":{"@version":[2]}}},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Language","value":"language"}],"default":"language"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["language"]}},"options":[{"name":"Translate","value":"translate","description":"Translate data","action":"Translate a language"}],"default":"translate"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The input text to translate","required":true,"displayOptions":{"show":{"operation":["translate"]}}},{"displayName":"Translate To","name":"translateTo","type":"options","typeOptions":{"loadOptionsMethod":"getLanguages"},"default":"","description":"The language to use for translation of the input text, set to one of the language codes listed in <a href=\"https://cloud.google.com/translate/docs/languages\">Language Support</a>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true,"displayOptions":{"show":{"operation":["translate"]}}}],"codex":{"categories":["Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.googletranslate/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/Translate/googletranslate.png"},
{"displayName":"YouTube","name":"youTube","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume YouTube API","schemaPath":"Google/YouTube","defaults":{"name":"YouTube"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"youTubeOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Channel","value":"channel"},{"name":"Playlist","value":"playlist"},{"name":"Playlist Item","value":"playlistItem"},{"name":"Video","value":"video"},{"name":"Video Category","value":"videoCategory"}],"default":"channel"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channel"]}},"options":[{"name":"Get","value":"get","description":"Retrieve a channel","action":"Get a channel"},{"name":"Get Many","value":"getAll","description":"Retrieve many channels","action":"Get many channels"},{"name":"Update","value":"update","description":"Update a channel","action":"Update a channel"},{"name":"Upload Banner","value":"uploadBanner","description":"Upload a channel banner","action":"Upload a channel banner"}],"default":"getAll"},{"displayName":"Fields","name":"part","type":"multiOptions","options":[{"name":"*","value":"*"},{"name":"Branding Settings","value":"brandingSettings"},{"name":"Content Details","value":"contentDetails"},{"name":"Content Owner Details","value":"contentOwnerDetails"},{"name":"ID","value":"id"},{"name":"Localizations","value":"localizations"},{"name":"Snippet","value":"snippet"},{"name":"Statistics","value":"statistics"},{"name":"Status","value":"status"},{"name":"Topic Details","value":"topicDetails"}],"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["channel"]}},"description":"The fields parameter specifies a comma-separated list of one or more channel resource properties that the API response will include","default":["*"]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["channel"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["channel"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":50},"default":25,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["channel"]}},"options":[{"displayName":"Category ID","name":"categoryId","type":"string","default":"","description":"The categoryId parameter specifies a YouTube guide category, thereby requesting YouTube channels associated with that category"},{"displayName":"For Username","name":"forUsername","type":"string","default":"","description":"The forUsername parameter specifies a YouTube username, thereby requesting the channel associated with that username"},{"displayName":"ID","name":"id","type":"string","default":"","description":"The ID parameter specifies a comma-separated list of the YouTube channel ID(s) for the resource(s) that are being retrieved. In a channel resource, the ID property specifies the channel's YouTube channel ID."},{"displayName":"Managed By Me","name":"managedByMe","type":"boolean","default":false,"description":"Whether to instruct the API to only return channels managed by the content owner that the onBehalfOfContentOwner parameter specifies"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["channel"]}},"options":[{"displayName":"Language Code","name":"h1","type":"options","typeOptions":{"loadOptionsMethod":"getLanguages"},"default":"","description":"The hl parameter instructs the API to retrieve localized resource metadata for a specific application language that the YouTube website supports. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"On Behalf Of Content Owner","name":"onBehalfOfContentOwner","type":"string","default":"","description":"The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value"}]},{"displayName":"Channel ID","name":"channelId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["channel"]}},"description":"ID of the channel","default":""},{"displayName":"Fields","name":"part","type":"multiOptions","options":[{"name":"*","value":"*"},{"name":"Branding Settings","value":"brandingSettings"},{"name":"Content Details","value":"contentDetails"},{"name":"Content Owner Details","value":"contentOwnerDetails"},{"name":"ID","value":"id"},{"name":"Localizations","value":"localizations"},{"name":"Snippet","value":"snippet"},{"name":"Statistics","value":"statistics"},{"name":"Status","value":"status"},{"name":"Topic Details","value":"topicDetails"}],"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["channel"]}},"description":"The fields parameter specifies a comma-separated list of one or more channel resource properties that the API response will include","default":["*"]},{"displayName":"Channel ID","name":"channelId","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["channel"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["channel"]}},"options":[{"displayName":"Branding Settings","name":"brandingSettingsUi","type":"fixedCollection","default":{},"description":"Encapsulates information about the branding of the channel","placeholder":"Add Branding Settings","typeOptions":{"multipleValues":false},"options":[{"name":"channelSettingsValues","displayName":"Channel Settings","values":[{"displayName":"Channel","name":"channel","type":"collection","default":{},"placeholder":"Add Channel Settings","typeOptions":{"multipleValues":false},"options":[{"displayName":"Country","name":"country","type":"string","default":"","description":"The country with which the channel is associated. Update this property to set the value of the snippet.country property."},{"displayName":"Description","name":"description","type":"string","default":"","description":"The channel description, which appears in the channel information box on your channel page. The property's value has a maximum length of 1000 characters."},{"displayName":"Default Language","name":"defaultLanguage","type":"string","default":"","description":"The content tab that users should display by default when viewers arrive at your channel page"},{"displayName":"Default Tab","name":"defaultTab","type":"string","default":"The content tab that users should display by default when viewers arrive at your channel page."},{"displayName":"Featured Channels Title","name":"featuredChannelsTitle","type":"string","default":"","description":"The title that displays above the featured channels module. The title has a maximum length of 30 characters."},{"displayName":"Featured Channels Urls","name":"featuredChannelsUrls","type":"string","typeOptions":{"multipleValues":true},"description":"A list of up to 100 channels that you would like to link to from the featured channels module. The property value is a list of YouTube channel ID values, each of which uniquely identifies a channel.","default":[]},{"displayName":"Keywords","name":"keywords","type":"string","placeholder":"tech,news","description":"Keywords associated with your channel. The value is a space-separated list of strings.","default":""},{"displayName":"Moderate Comments","name":"moderateComments","type":"boolean","description":"Whether user-submitted comments left on the channel page need to be approved by the channel owner to be publicly visible","default":false},{"displayName":"Profile Color","name":"profileColor","type":"string","default":"","description":"A prominent color that complements the channel's content"},{"displayName":"Show Related Channels","name":"showRelatedChannels","type":"boolean","description":"Whether YouTube should show an algorithmically generated list of related channels on your channel page","default":false},{"displayName":"Show Browse View","name":"showBrowseView","type":"boolean","description":"Whether the channel page should display content in a browse or feed view","default":false},{"displayName":"Tracking Analytics AccountId","name":"trackingAnalyticsAccountId","type":"string","description":"The ID for a Google Analytics account that you want to use to track and measure traffic to your channel","default":""},{"displayName":"Unsubscribed Trailer","name":"unsubscribedTrailer","type":"string","description":"The video that should play in the featured video module in the channel page's browse view for unsubscribed viewers","default":""}]}],"description":"The channel object encapsulates branding properties of the channel page"},{"name":"imageSettingsValues","displayName":"Image Settings","values":[{"displayName":"Image","name":"image","type":"collection","default":{},"placeholder":"Add Channel Settings","description":"The image object encapsulates information about images that display on the channel's channel page or video watch pages","typeOptions":{"multipleValues":false},"options":[{"displayName":"Banner External Url","name":"bannerExternalUrl","type":"string","default":""},{"displayName":"Tracking Image Url","name":"trackingImageUrl","type":"string","default":""},{"displayName":"Watch Icon Image Url","name":"watchIconImageUrl","type":"string","default":""}]}]},{"name":"statusValue","displayName":"Status","values":[{"displayName":"Status","name":"status","type":"collection","default":{},"placeholder":"Add Status","typeOptions":{"multipleValues":false},"options":[{"displayName":"Self Declared Made For Kids","name":"selfDeclaredMadeForKids","type":"boolean","default":false}]}]}]},{"displayName":"On Behalf Of Content Owner","name":"onBehalfOfContentOwner","type":"string","default":""}]},{"displayName":"Channel ID","name":"channelId","type":"string","required":true,"displayOptions":{"show":{"operation":["uploadBanner"],"resource":["channel"]}},"description":"ID of the channel","default":""},{"displayName":"Input Binary Field","name":"binaryProperty","type":"string","required":true,"hint":"The name of the input binary field containing the file to be uploaded","displayOptions":{"show":{"operation":["uploadBanner"],"resource":["channel"]}},"default":"data"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["playlist"]}},"options":[{"name":"Create","value":"create","description":"Create a playlist","action":"Create a playlist"},{"name":"Delete","value":"delete","description":"Delete a playlist","action":"Delete a playlist"},{"name":"Get","value":"get","description":"Get a playlist","action":"Get a playlist"},{"name":"Get Many","value":"getAll","description":"Retrieve many playlists","action":"Get many playlists"},{"name":"Update","value":"update","description":"Update a playlist","action":"Update a playlist"}],"default":"getAll"},{"displayName":"Title","name":"title","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["playlist"]}},"default":"","description":"The playlist's title"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["playlist"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"The playlist's description"},{"displayName":"Privacy Status","name":"privacyStatus","type":"options","options":[{"name":"Private","value":"private"},{"name":"Public","value":"public"},{"name":"Unlisted","value":"unlisted"}],"default":"","description":"The playlist's privacy status"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"Keyword tags associated with the playlist. Mulplie can be defined separated by comma."},{"displayName":"Default Language Name or ID","name":"defaultLanguage","type":"options","typeOptions":{"loadOptionsMethod":"getLanguages"},"default":"","description":"The language of the text in the playlist resource's title and description properties. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"On Behalf Of Content Owner Channel","name":"onBehalfOfContentOwnerChannel","type":"string","default":"","description":"The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID of the channel to which a video is being added. This parameter is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it can only be used in conjunction with that parameter."},{"displayName":"On Behalf Of Content Owner","name":"onBehalfOfContentOwner","type":"string","default":"","description":"The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value"}]},{"displayName":"Playlist ID","name":"playlistId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["playlist"]}},"default":""},{"displayName":"Fields","name":"part","type":"multiOptions","options":[{"name":"*","value":"*"},{"name":"Content Details","value":"contentDetails"},{"name":"ID","value":"id"},{"name":"Localizations","value":"localizations"},{"name":"Player","value":"player"},{"name":"Snippet","value":"snippet"},{"name":"Status","value":"status"}],"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["playlist"]}},"description":"The fields parameter specifies a comma-separated list of one or more playlist resource properties that the API response will include","default":["*"]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["playlist"]}},"options":[{"displayName":"On Behalf Of Content Owner","name":"onBehalfOfContentOwner","type":"string","default":"","description":"The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value"},{"displayName":"On Behalf Of Content Owner Channel","name":"onBehalfOfContentOwnerChannel","type":"string","default":"","description":"The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID of the channel to which a video is being added"}]},{"displayName":"Playlist ID","name":"playlistId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["playlist"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["delete"],"resource":["playlist"]}},"options":[{"displayName":"On Behalf Of Content Owner","name":"onBehalfOfContentOwner","type":"string","default":"","description":"The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value"}]},{"displayName":"Fields","name":"part","type":"multiOptions","options":[{"name":"*","value":"*"},{"name":"Content Details","value":"contentDetails"},{"name":"ID","value":"id"},{"name":"Localizations","value":"localizations"},{"name":"Player","value":"player"},{"name":"Snippet","value":"snippet"},{"name":"Status","value":"status"}],"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["playlist"]}},"description":"The fields parameter specifies a comma-separated list of one or more playlist resource properties that the API response will include","default":["*"]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["playlist"]}},"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":["playlist"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":50},"default":25,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["playlist"]}},"options":[{"displayName":"Channel ID","name":"channelId","type":"string","default":"","description":"This value indicates that the API should only return the specified channel's playlists"},{"displayName":"ID","name":"id","type":"string","default":"","description":"The ID parameter specifies a comma-separated list of the YouTube playlist ID(s) for the resource(s) that are being retrieved. In a playlist resource, the ID property specifies the playlist's YouTube playlist ID."}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["playlist"]}},"options":[{"displayName":"On Behalf Of Content Owner Channel","name":"onBehalfOfContentOwnerChannel","type":"string","default":"","description":"The onBehalfOfContentOwnerChannel parameter specifies the YouTube channel ID of the channel to which a video is being added. This parameter is required when a request specifies a value for the onBehalfOfContentOwner parameter, and it can only be used in conjunction with that parameter."},{"displayName":"On Behalf Of Content Owner","name":"onBehalfOfContentOwner","type":"string","default":"","description":"The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value"}]},{"displayName":"Playlist ID","name":"playlistId","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["playlist"]}},"default":"","description":"The playlist's title"},{"displayName":"Title","name":"title","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["playlist"]}},"default":"","description":"The playlist's title"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["playlist"]}},"options":[{"displayName":"Default Language Name or ID","name":"defaultLanguage","type":"options","typeOptions":{"loadOptionsMethod":"getLanguages"},"default":"","description":"The language of the text in the playlist resource's title and description properties. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":"","description":"The playlist's description"},{"displayName":"On Behalf Of Content Owner","name":"onBehalfOfContentOwner","type":"string","default":"","description":"The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value"},{"displayName":"Privacy Status","name":"privacyStatus","type":"options","options":[{"name":"Private","value":"private"},{"name":"Public","value":"public"},{"name":"Unlisted","value":"unlisted"}],"default":"","description":"The playlist's privacy status"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"Keyword tags associated with the playlist. Mulplie can be defined separated by comma."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["playlistItem"]}},"options":[{"name":"Add","value":"add","description":"Add an item to a playlist","action":"Add a playlist item"},{"name":"Delete","value":"delete","description":"Delete a item from a playlist","action":"Delete a playlist item"},{"name":"Get","value":"get","description":"Get a playlist's item","action":"Get a playlist item"},{"name":"Get Many","value":"getAll","description":"Retrieve many playlist items","action":"Get many playlist items"}],"default":"add"},{"displayName":"Playlist Name or ID","name":"playlistId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPlaylists"},"required":true,"displayOptions":{"show":{"operation":["add"],"resource":["playlistItem"]}},"default":""},{"displayName":"Video ID","name":"videoId","type":"string","required":true,"displayOptions":{"show":{"operation":["add"],"resource":["playlistItem"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["add"],"resource":["playlistItem"]}},"options":[{"displayName":"End At","name":"endAt","type":"dateTime","default":"","description":"The time, measured in seconds from the start of the video, when the video should stop playing"},{"displayName":"Note","name":"note","type":"string","default":"","description":"A user-generated note for this item. The property value has a maximum length of 280 characters."},{"displayName":"On Behalf Of Content Owner","name":"onBehalfOfContentOwner","type":"string","default":"","description":"The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value"},{"displayName":"Position","name":"position","type":"number","typeOptions":{"minValue":0},"default":"","description":"The order in which the item appears in the playlist. The value uses a zero-based index, so the first item has a position of 0, the second item has a position of 1, and so forth."},{"displayName":"Start At","name":"startAt","type":"dateTime","default":"","description":"The time, measured in seconds from the start of the video, when the video should start playing"}]},{"displayName":"Playlist Item ID","name":"playlistItemId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["playlistItem"]}},"default":""},{"displayName":"Fields","name":"part","type":"multiOptions","options":[{"name":"*","value":"*"},{"name":"Content Details","value":"contentDetails"},{"name":"ID","value":"id"},{"name":"Snippet","value":"snippet"},{"name":"Status","value":"status"}],"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["playlistItem"]}},"description":"The fields parameter specifies a comma-separated list of one or more playlistItem resource properties that the API response will include","default":["*"]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["playlistItem"]}},"options":[{"displayName":"On Behalf Of Content Owner","name":"onBehalfOfContentOwner","type":"string","default":"","description":"The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value"}]},{"displayName":"Playlist Item ID","name":"playlistItemId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["playlistItem"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["delete"],"resource":["playlistItem"]}},"options":[{"displayName":"On Behalf Of Content Owner","name":"onBehalfOfContentOwner","type":"string","default":"","description":"The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value"}]},{"displayName":"Playlist Name or ID","name":"playlistId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPlaylists"},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["playlistItem"]}},"default":""},{"displayName":"Fields","name":"part","type":"multiOptions","options":[{"name":"*","value":"*"},{"name":"Content Details","value":"contentDetails"},{"name":"ID","value":"id"},{"name":"Snippet","value":"snippet"},{"name":"Status","value":"status"}],"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["playlistItem"]}},"description":"The fields parameter specifies a comma-separated list of one or more playlistItem resource properties that the API response will include","default":["*"]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["playlistItem"]}},"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":["playlistItem"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":50},"default":25,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["playlistItem"]}},"options":[{"displayName":"On Behalf Of Content Owner","name":"onBehalfOfContentOwner","type":"string","default":"","description":"The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["video"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a video","action":"Delete a video"},{"name":"Get","value":"get","description":"Get a video","action":"Get a video"},{"name":"Get Many","value":"getAll","description":"Retrieve many videos","action":"Get many videos"},{"name":"Rate","value":"rate","description":"Rate a video","action":"Rate a video"},{"name":"Update","value":"update","description":"Update a video","action":"Update a video"},{"name":"Upload","value":"upload","description":"Upload a video","action":"Upload a video"}],"default":"getAll"},{"displayName":"Title","name":"title","type":"string","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["video"]}},"default":""},{"displayName":"Region Code","name":"regionCode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCountriesCodes"},"displayOptions":{"show":{"operation":["upload"],"resource":["video"]}},"default":""},{"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/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getVideoCategories","loadOptionsDependsOn":["regionCode"]},"displayOptions":{"show":{"operation":["upload"],"resource":["video"]}},"default":""},{"displayName":"Input Binary Field","name":"binaryProperty","type":"string","required":true,"hint":"The name of the input binary field containing the file to be uploaded","displayOptions":{"show":{"operation":["upload"],"resource":["video"]}},"default":"data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["upload"],"resource":["video"]}},"options":[{"displayName":"Default Language Name or ID","name":"defaultLanguage","type":"options","typeOptions":{"loadOptionsMethod":"getLanguages"},"default":"","description":"The language of the text in the playlist resource's title and description properties. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":"","description":"The playlist's description"},{"displayName":"Embeddable","name":"embeddable","type":"boolean","default":false,"description":"Whether the video can be embedded on another website"},{"displayName":"License","name":"license","type":"options","options":[{"name":"Creative Common","value":"creativeCommon"},{"name":"Youtube","value":"youtube"}],"default":"","description":"The video's license"},{"displayName":"Notify Subscribers","name":"notifySubscribers","type":"boolean","default":false,"description":"Whether YouTube should send a notification about the new video to users who subscribe to the video's channel"},{"displayName":"Privacy Status","name":"privacyStatus","type":"options","options":[{"name":"Private","value":"private"},{"name":"Public","value":"public"},{"name":"Unlisted","value":"unlisted"}],"default":"","description":"The playlist's privacy status"},{"displayName":"Public Stats Viewable","name":"publicStatsViewable","type":"boolean","default":true,"description":"Whether the extended video statistics on the video's watch page are publicly viewable"},{"displayName":"Publish At","name":"publishAt","type":"dateTime","default":"","description":"If you set a value for this property, you must also set the status.privacyStatus property to private"},{"displayName":"Recording Date","name":"recordingDate","type":"dateTime","default":"","description":"The date and time when the video was recorded"},{"displayName":"Self Declared Made For Kids","name":"selfDeclaredMadeForKids","type":"boolean","default":false,"description":"Whether the video is designated as child-directed, and it contains the current \"made for kids\" status of the video"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"Keyword tags associated with the playlist. Mulplie can be defined separated by comma."}]},{"displayName":"Video ID","name":"videoId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["video"]}},"description":"ID of the video","default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["delete"],"resource":["video"]}},"options":[{"displayName":"On Behalf Of Content Owner","name":"onBehalfOfContentOwner","type":"string","default":"","description":"The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value"}]},{"displayName":"Video ID","name":"videoId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["video"]}},"default":""},{"displayName":"Fields","name":"part","type":"multiOptions","options":[{"name":"*","value":"*"},{"name":"Content Details","value":"contentDetails"},{"name":"ID","value":"id"},{"name":"Live Streaming Details","value":"liveStreamingDetails"},{"name":"Localizations","value":"localizations"},{"name":"Player","value":"player"},{"name":"Recording Details","value":"recordingDetails"},{"name":"Snippet","value":"snippet"},{"name":"Statistics","value":"statistics"},{"name":"Status","value":"status"},{"name":"Topic Details","value":"topicDetails"}],"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["video"]}},"description":"The fields parameter specifies a comma-separated list of one or more video resource properties that the API response will include","default":["*"]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["video"]}},"options":[{"displayName":"On Behalf Of Content Owner","name":"onBehalfOfContentOwner","type":"string","default":"","description":"The onBehalfOfContentOwner parameter indicates that the request's authorization credentials identify a YouTube CMS user who is acting on behalf of the content owner specified in the parameter value"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["video"]}},"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":["video"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":50},"default":25,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["video"]}},"options":[{"displayName":"Channel ID","name":"channelId","type":"string","default":"","description":"The channelId parameter indicates that the API response should only contain resources created by the channel"},{"displayName":"For Developer","name":"forDeveloper","type":"boolean","default":false,"description":"Whether to restrict the search to only retrieve videos uploaded via the developer's application or website"},{"displayName":"Published After","name":"publishedAfter","type":"dateTime","default":"","description":"The publishedAfter parameter indicates that the API response should only contain resources created at or after the specified time"},{"displayName":"Published Before","name":"publishedBefore","type":"dateTime","default":"","description":"The publishedBefore parameter indicates that the API response should only contain resources created before or at the specified time"},{"displayName":"Query","name":"q","type":"string","default":"","description":"The q parameter specifies the query term to search for"},{"displayName":"Region Code","name":"regionCode","type":"options","typeOptions":{"loadOptionsMethod":"getCountriesCodes"},"default":"","description":"The regionCode parameter instructs the API to select a video chart available in the specified region. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Related To Video ID","name":"relatedToVideoId","type":"string","default":"","description":"The relatedToVideoId parameter retrieves a list of videos that are related to the video that the parameter value identifies"},{"displayName":"Video Category ID","name":"videoCategoryId","type":"string","default":"","description":"The videoCategoryId parameter identifies the video category for which the chart should be retrieved"},{"displayName":"Video Syndicated","name":"videoSyndicated","type":"boolean","default":false,"description":"Whether to restrict a search to only videos that can be played outside youtube.com"},{"displayName":"Video Type","name":"videoType","type":"options","options":[{"name":"Any","value":"any"},{"name":"Episode","value":"episode"},{"name":"Movie","value":"movie"}],"default":"","description":"The videoType parameter lets you restrict a search to a particular type of videos"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["video"]}},"options":[{"displayName":"Order","name":"order","type":"options","options":[{"name":"Date","value":"date"},{"name":"Relevance","value":"relevance"}],"default":"relevance"},{"displayName":"Safe Search","name":"safeSearch","type":"options","options":[{"name":"Moderate","value":"moderate","description":"YouTube will filter some content from search results and, at the least, will filter content that is restricted in your locale"},{"name":"None","value":"none","description":"YouTube will not filter the search result set"},{"name":"Strict","value":"strict","description":"YouTube will try to exclude all restricted content from the search result set"}],"default":""}]},{"displayName":"Video ID","name":"videoId","type":"string","required":true,"displayOptions":{"show":{"operation":["rate"],"resource":["video"]}},"default":""},{"displayName":"Rating","name":"rating","type":"options","displayOptions":{"show":{"operation":["rate"],"resource":["video"]}},"options":[{"name":"Dislike","value":"dislike","description":"Records that the authenticated user disliked the video"},{"name":"Like","value":"like","description":"Records that the authenticated user liked the video"},{"name":"None","value":"none","description":"Removes any rating that the authenticated user had previously set for the video"}],"default":""},{"displayName":"Video ID","name":"videoId","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["video"]}},"default":""},{"displayName":"Title","name":"title","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["video"]}},"default":""},{"displayName":"Region Code","name":"regionCode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCountriesCodes"},"displayOptions":{"show":{"operation":["update"],"resource":["video"]}},"default":""},{"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/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getVideoCategories","loadOptionsDependsOn":["regionCode"]},"displayOptions":{"show":{"operation":["update"],"resource":["video"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["video"]}},"options":[{"displayName":"Default Language Name or ID","name":"defaultLanguage","type":"options","typeOptions":{"loadOptionsMethod":"getLanguages"},"default":"","description":"The language of the text in the playlist resource's title and description properties. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":"","description":"The playlist's description"},{"displayName":"Embeddable","name":"embeddable","type":"boolean","default":false,"description":"Whether the video can be embedded on another website"},{"displayName":"License","name":"license","type":"options","options":[{"name":"Creative Common","value":"creativeCommon"},{"name":"Youtube","value":"youtube"}],"default":"","description":"The video's license"},{"displayName":"Notify Subscribers","name":"notifySubscribers","type":"boolean","default":false,"description":"Whether YouTube should send a notification about the new video to users who subscribe to the video's channel"},{"displayName":"Privacy Status","name":"privacyStatus","type":"options","options":[{"name":"Private","value":"private"},{"name":"Public","value":"public"},{"name":"Unlisted","value":"unlistef"}],"default":"","description":"The playlist's privacy status"},{"displayName":"Public Stats Viewable","name":"publicStatsViewable","type":"boolean","default":true,"description":"Whether the extended video statistics on the video's watch page are publicly viewable"},{"displayName":"Publish At","name":"publishAt","type":"dateTime","default":"","description":"If you set a value for this property, you must also set the status.privacyStatus property to private"},{"displayName":"Recording Date","name":"recordingDate","type":"dateTime","default":"","description":"The date and time when the video was recorded"},{"displayName":"Self Declared Made For Kids","name":"selfDeclaredMadeForKids","type":"boolean","default":false,"description":"Whether the video is designated as child-directed, and it contains the current \"made for kids\" status of the video"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"Keyword tags associated with the playlist. Mulplie can be defined separated by comma."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["videoCategory"]}},"options":[{"name":"Get Many","value":"getAll","description":"Retrieve many video categories","action":"Get many video categories"}],"default":"getAll"},{"displayName":"Region Code","name":"regionCode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["videoCategory"]}},"typeOptions":{"loadOptionsMethod":"getCountriesCodes"},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["videoCategory"]}},"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":["videoCategory"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":50},"default":25,"description":"Max number of results to return"}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.youtube/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/google/oauth-single-service/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Google/YouTube/youTube.png"},
{"displayName":"Gotify","name":"gotify","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Gotify API","defaults":{"name":"Gotify"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"gotifyApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Message","value":"message"}],"default":"message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Create","value":"create","action":"Create a message"},{"name":"Delete","value":"delete","action":"Delete a message"},{"name":"Get Many","value":"getAll","action":"Get many messages"}],"default":"create"},{"displayName":"Message","name":"message","type":"string","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["create"]}},"default":"","description":"The message to send, If using Markdown add the Content Type option"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["message"],"operation":["create"]}},"default":{},"options":[{"displayName":"Priority","name":"priority","type":"number","default":1,"description":"The priority of the message"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of the message"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"resource":["message"],"operation":["create"]}},"default":{},"options":[{"displayName":"Content Type","name":"contentType","type":"options","default":"text/plain","description":"The message content type","options":[{"name":"Plain","value":"text/plain"},{"name":"Markdown","value":"text/markdown"}]}]},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["delete"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"description":"Max number of results to return","default":20,"displayOptions":{"show":{"resource":["message"],"operation":["getAll"],"returnAll":[false]}}}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gotify/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/gotify/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gotify/gotify.png"},
{"displayName":"GoToWebinar","name":"goToWebinar","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the GoToWebinar API","defaults":{"name":"GoToWebinar"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"goToWebinarOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Attendee","value":"attendee"},{"name":"Co-Organizer","value":"coorganizer"},{"name":"Panelist","value":"panelist"},{"name":"Registrant","value":"registrant"},{"name":"Session","value":"session"},{"name":"Webinar","value":"webinar"}],"default":"attendee"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","action":"Get an attendee"},{"name":"Get Many","value":"getAll","action":"Get many attendees"},{"name":"Get Details","value":"getDetails","action":"Get details of an attendee"}],"displayOptions":{"show":{"resource":["attendee"]}}},{"displayName":"Webinar Key Name or ID","name":"webinarKey","type":"options","typeOptions":{"loadOptionsMethod":"getWebinars"},"required":true,"default":"","description":"Key of the webinar that the attendee attended. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["attendee"]}}},{"displayName":"Session Key Name or ID","name":"sessionKey","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getWebinarSessions","loadOptionsDependsOn":["webinarKey"]},"default":"","description":"Key of the session that the attendee attended. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["attendee"]}}},{"displayName":"Registrant Key","name":"registrantKey","type":"string","required":true,"default":"","description":"Registrant key of the attendee at the webinar session","displayOptions":{"show":{"resource":["attendee"],"operation":["get"]}}},{"displayName":"Registrant Key","name":"registrantKey","type":"string","required":true,"default":"","description":"Registrant key of the attendee at the webinar session","displayOptions":{"show":{"resource":["attendee"],"operation":["getDetails"]}}},{"displayName":"Details","name":"details","type":"options","required":true,"default":"","description":"The details to retrieve for the attendee","options":[{"name":"Polls","value":"polls","description":"Poll answers from the attendee in a webinar session"},{"name":"Questions","value":"questions","description":"Questions asked by the attendee in a webinar session"},{"name":"Survey Answers","value":"surveyAnswers","description":"Survey answers from the attendee in a webinar session"}],"displayOptions":{"show":{"resource":["attendee"],"operation":["getDetails"]}}},{"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":["attendee"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":10,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["attendee"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a coorganizer"},{"name":"Delete","value":"delete","action":"Delete a coorganizer"},{"name":"Get Many","value":"getAll","action":"Get many coorganizers"},{"name":"Reinvite","value":"reinvite","action":"Reinvite a coorganizer"}],"displayOptions":{"show":{"resource":["coorganizer"]}}},{"displayName":"Webinar Key Name or ID","name":"webinarKey","type":"options","typeOptions":{"loadOptionsMethod":"getWebinars"},"required":true,"default":[],"description":"Key of the webinar that the co-organizer is hosting. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["coorganizer"],"operation":["create"]}}},{"displayName":"Is External","name":"isExternal","type":"boolean","required":true,"default":false,"description":"Whether the co-organizer has no GoToWebinar account","displayOptions":{"show":{"resource":["coorganizer"],"operation":["create"]}}},{"displayName":"Organizer Key","name":"organizerKey","type":"string","default":"","description":"The co-organizer's organizer key for the webinar","displayOptions":{"show":{"resource":["coorganizer"],"operation":["create"],"isExternal":[false]}}},{"displayName":"Given Name","name":"givenName","type":"string","default":"","description":"The co-organizer's given name","displayOptions":{"show":{"resource":["coorganizer"],"operation":["create"],"isExternal":[true]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The co-organizer's email address","displayOptions":{"show":{"resource":["coorganizer"],"operation":["create"],"isExternal":[true]}}},{"displayName":"Webinar Key Name or ID","name":"webinarKey","type":"options","typeOptions":{"loadOptionsMethod":"getWebinars"},"required":true,"default":[],"description":"Key of the webinar to delete. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["coorganizer"],"operation":["delete"]}}},{"displayName":"Co-Organizer Key","name":"coorganizerKey","type":"string","default":"","description":"Key of the co-organizer to delete","displayOptions":{"show":{"resource":["coorganizer"],"operation":["delete"]}}},{"displayName":"Is External","name":"isExternal","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["coorganizer"],"operation":["delete"]}},"description":"By default only internal co-organizers (with a GoToWebinar account) can be deleted. If you want to use this call for external co-organizers you have to set this parameter to 'true'."},{"displayName":"Webinar Key Name or ID","name":"webinarKey","type":"options","typeOptions":{"loadOptionsMethod":"getWebinars"},"required":true,"default":[],"description":"Key of the webinar to retrieve all co-organizers from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["coorganizer"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["coorganizer"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":10,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["coorganizer"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Webinar Key","name":"webinarKey","type":"string","required":true,"default":"","description":"By default only internal co-organizers (with a GoToWebinar account) can be deleted. If you want to use this call for external co-organizers you have to set this parameter to 'true'.","displayOptions":{"show":{"resource":["coorganizer"],"operation":["reinvite"]}}},{"displayName":"Co-Organizer Key","name":"coorganizerKey","type":"string","default":"","description":"Key of the co-organizer to reinvite","displayOptions":{"show":{"resource":["coorganizer"],"operation":["reinvite"]}}},{"displayName":"Is External","name":"isExternal","type":"boolean","required":true,"default":false,"description":"Whether the co-organizer has no GoToWebinar account","displayOptions":{"show":{"resource":["coorganizer"],"operation":["reinvite"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a panelist"},{"name":"Delete","value":"delete","action":"Delete a panelist"},{"name":"Get Many","value":"getAll","action":"Get many panelists"},{"name":"Reinvite","value":"reinvite","action":"Reinvite a panelist"}],"displayOptions":{"show":{"resource":["panelist"]}}},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","description":"Name of the panelist to create","displayOptions":{"show":{"resource":["panelist"],"operation":["create"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","description":"Email address of the panelist to create","displayOptions":{"show":{"resource":["panelist"],"operation":["create"]}}},{"displayName":"Webinar Key Name or ID","name":"webinarKey","type":"options","typeOptions":{"loadOptionsMethod":"getWebinars"},"required":true,"default":[],"description":"Key of the webinar that the panelist will present at. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["panelist"],"operation":["create"]}}},{"displayName":"Webinar Key Name or ID","name":"webinarKey","type":"options","typeOptions":{"loadOptionsMethod":"getWebinars"},"required":true,"default":[],"description":"Key of the webinar to retrieve all panelists from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["panelist"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["panelist"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":10,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["panelist"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Webinar Key Name or ID","name":"webinarKey","type":"options","typeOptions":{"loadOptionsMethod":"getWebinars"},"required":true,"default":[],"description":"Key of the webinar to delete the panelist from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["panelist"],"operation":["delete"]}}},{"displayName":"Panelist Key","name":"panelistKey","type":"string","required":true,"default":"","description":"Key of the panelist to delete","displayOptions":{"show":{"resource":["panelist"],"operation":["delete"]}}},{"displayName":"Webinar Key Name or ID","name":"webinarKey","type":"options","typeOptions":{"loadOptionsMethod":"getWebinars"},"required":true,"default":[],"description":"Key of the webinar to reinvite the panelist to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["panelist"],"operation":["reinvite"]}}},{"displayName":"Panelist Key","name":"panelistKey","type":"string","required":true,"default":"","description":"Key of the panelist to reinvite","displayOptions":{"show":{"resource":["panelist"],"operation":["reinvite"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a registrant"},{"name":"Delete","value":"delete","action":"Delete a registrant"},{"name":"Get","value":"get","action":"Get a registrant"},{"name":"Get Many","value":"getAll","action":"Get many registrants"}],"displayOptions":{"show":{"resource":["registrant"]}}},{"displayName":"Webinar Key Name or ID","name":"webinarKey","type":"options","typeOptions":{"loadOptionsMethod":"getWebinars"},"required":true,"default":[],"description":"Key of the webinar of the registrant to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["registrant"],"operation":["create"]}}},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of the registrant to create","displayOptions":{"show":{"resource":["registrant"],"operation":["create"]}}},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of the registrant to create","displayOptions":{"show":{"resource":["registrant"],"operation":["create"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address of the registrant to create","displayOptions":{"show":{"resource":["registrant"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["registrant"],"operation":["create"]}},"default":{},"options":[{"displayName":"Full Address","name":"fullAddress","placeholder":"Add Address Fields","type":"fixedCollection","description":"Full address of the registrant to create","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"Address","name":"address","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""}]}]},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"The type of industry the registrant's organization belongs to"},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"MultiChoice Responses","name":"multiChoiceResponses","placeholder":"Add MultiChoice Response","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Set the answers to all questions","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"Question Key Name or ID","name":"questionKey","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRegistranMultiChoiceQuestions","loadOptionsDependsOn":["webinarKey"]},"default":""},{"displayName":"Answer Key","name":"AnswerKey","type":"string","default":"","description":"Answer ID of the question"}]}]},{"displayName":"Number of Employees","name":"numberOfEmployees","type":"string","default":"","description":"The size in employees of the registrant's organization"},{"displayName":"Organization","name":"organization","type":"string","default":""},{"displayName":"Telephone","name":"phone","type":"string","default":""},{"displayName":"Purchasing Role","name":"purchasingRole","type":"string","default":"","description":"Registrant's role in purchasing the product"},{"displayName":"Purchasing Time Frame","name":"purchasingTimeFrame","type":"string","default":"","description":"Time frame within which the product will be purchased"},{"displayName":"Questions and Comments","name":"questionsAndComments","type":"string","default":"","description":"Questions or comments made by the registrant during registration"},{"displayName":"Resend Confirmation","name":"resendConfirmation","type":"boolean","default":false},{"displayName":"Simple Responses","name":"simpleResponses","placeholder":"Add Simple Response","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Set the answers to all questions","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"Question Key Name or ID","name":"questionKey","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRegistranSimpleQuestions","loadOptionsDependsOn":["webinarKey"]},"default":""},{"displayName":"Response Text","name":"responseText","type":"string","default":"","description":"Text of the response to the question"}]}]},{"displayName":"Source","name":"source","type":"string","default":"","description":"The source that led to the registration"}]},{"displayName":"Webinar Key Name or ID","name":"webinarKey","type":"options","typeOptions":{"loadOptionsMethod":"getWebinars"},"required":true,"default":[],"description":"The key of the webinar to retrieve registrants from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["registrant"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["registrant"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":10,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["registrant"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Webinar Key Name or ID","name":"webinarKey","type":"options","typeOptions":{"loadOptionsMethod":"getWebinars"},"required":true,"default":[],"description":"Key of the webinar of the registrant to delete. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["registrant"],"operation":["delete"]}}},{"displayName":"Registrant Key","name":"registrantKey","type":"string","required":true,"default":"","description":"Key of the registrant to delete","displayOptions":{"show":{"resource":["registrant"],"operation":["delete"]}}},{"displayName":"Webinar Key Name or ID","name":"webinarKey","type":"options","typeOptions":{"loadOptionsMethod":"getWebinars"},"required":true,"default":[],"description":"Key of the webinar of the registrant to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["registrant"],"operation":["get"]}}},{"displayName":"Registrant Key","name":"registrantKey","type":"string","required":true,"default":"","description":"Key of the registrant to retrieve","displayOptions":{"show":{"resource":["registrant"],"operation":["get"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","action":"Get a session"},{"name":"Get Many","value":"getAll","action":"Get many sessions"},{"name":"Get Details","value":"getDetails","action":"Get details on a session"}],"displayOptions":{"show":{"resource":["session"]}}},{"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":["session"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":10,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["session"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["session"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Time Range","name":"times","type":"fixedCollection","placeholder":"Add Time Range","required":true,"default":{},"options":[{"displayName":"Times Properties","name":"timesProperties","values":[{"displayName":"Start Time","name":"fromTime","type":"dateTime","description":"Start of the datetime range for the session","default":""},{"displayName":"End Time","name":"toTime","type":"dateTime","description":"End of the datetime range for the session","default":""}]}]},{"displayName":"Webinar Key Name or ID","name":"webinarKey","type":"options","typeOptions":{"loadOptionsMethod":"getWebinars"},"default":{},"description":"Webinar by which to filter the sessions to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Webinar Key Name or ID","name":"webinarKey","type":"options","typeOptions":{"loadOptionsMethod":"getWebinars"},"required":true,"default":[],"description":"Key of the webinar to which the session belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["session"],"operation":["get","getDetails"]}}},{"displayName":"Session Key","name":"sessionKey","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["session"],"operation":["get","getDetails"]}}},{"displayName":"Details","name":"details","type":"options","default":"performance","options":[{"name":"Performance","value":"performance","description":"Performance details for a webinar session"},{"name":"Polls","value":"polls","description":"Questions and answers for polls from a webinar session"},{"name":"Questions","value":"questions","description":"Questions and answers for a past webinar session"},{"name":"Surveys","value":"surveys","description":"Surveys for a past webinar session"}],"displayOptions":{"show":{"resource":["session"],"operation":["getDetails"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a webinar"},{"name":"Get","value":"get","action":"Get a webinar"},{"name":"Get Many","value":"getAll","action":"Get many webinars"},{"name":"Update","value":"update","action":"Update a webinar"}],"displayOptions":{"show":{"resource":["webinar"]}}},{"displayName":"Subject","name":"subject","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["webinar"],"operation":["create"]}}},{"displayName":"Time Range","name":"times","type":"fixedCollection","required":true,"placeholder":"Add Time Range","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["webinar"],"operation":["create"]}},"options":[{"displayName":"Times Properties","name":"timesProperties","values":[{"displayName":"Start Time","name":"startTime","type":"dateTime","required":true,"default":""},{"displayName":"End Time","name":"endTime","type":"dateTime","required":true,"default":""}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["webinar"],"operation":["create"]}},"default":{},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Experience Type","name":"experienceType","type":"options","default":"CLASSIC","options":[{"name":"Classic","value":"CLASSIC"},{"name":"Broadcast","value":"BROADCAST"},{"name":"Simulive","value":"SIMULIVE"}]},{"displayName":"Is On-Demand","name":"isOnDemand","type":"boolean","default":false},{"displayName":"Is Password Protected","name":"isPasswordProtected","type":"boolean","default":false},{"displayName":"Timezone Name or ID","name":"timezone","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","placeholder":"2020-12-11T09:00:00Z","typeOptions":{"alwaysOpenEditWindow":true,"loadOptionsMethod":"getTimezones"}},{"displayName":"Webinar Type","name":"type","type":"options","default":"single_session","options":[{"name":"Single Session","value":"single_session","description":"Webinar with one single meeting"},{"name":"Series","value":"series","description":"Webinar with multiple meetings times where attendees choose only one to attend"},{"name":"Sequence","value":"sequence","description":"Webinar with multiple meeting times where attendees are expected to be the same for all sessions"}]}]},{"displayName":"Webinar Key","name":"webinarKey","type":"string","required":true,"default":"","description":"Key of the webinar to delete","displayOptions":{"show":{"resource":["webinar"],"operation":["delete"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["webinar"],"operation":["delete"]}},"default":{},"options":[{"displayName":"Send Cancellation E-Mails","name":"sendCancellationEmails","type":"boolean","default":false}]},{"displayName":"Webinar Key","name":"webinarKey","type":"string","required":true,"default":"","description":"Key of the webinar to retrieve","displayOptions":{"show":{"resource":["webinar"],"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":["webinar"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":10,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["webinar"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["webinar"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Time Range","name":"times","type":"fixedCollection","placeholder":"Add Time Range","required":true,"default":{},"options":[{"displayName":"Times Properties","name":"timesProperties","values":[{"displayName":"Start Time","name":"fromTime","type":"dateTime","description":"Start of the datetime range for the webinar","default":""},{"displayName":"End Time","name":"toTime","type":"dateTime","description":"End of the datetime range for the webinar","default":""}]}]}]},{"displayName":"Webinar Key","name":"webinarKey","type":"string","required":true,"default":"","description":"Key of the webinar to update","displayOptions":{"show":{"resource":["webinar"],"operation":["update"]}}},{"displayName":"Notify Participants","name":"notifyParticipants","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["webinar"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["webinar"],"operation":["update"]}},"default":{},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Experience Type","name":"experienceType","type":"options","default":"CLASSIC","options":[{"name":"Classic","value":"CLASSIC"},{"name":"Broadcast","value":"BROADCAST"},{"name":"Simulive","value":"SIMULIVE"}]},{"displayName":"Is On-Demand","name":"isOnDemand","type":"boolean","default":false,"description":"Whether the webinar may be watched anytime"},{"displayName":"Is Password Protected","name":"isPasswordProtected","type":"boolean","default":false,"description":"Whether the webinar requires a password for attendees to join"},{"displayName":"Times","name":"times","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Times Properties","name":"timesProperties","values":[{"displayName":"Start Time","name":"startTime","type":"dateTime","required":true,"default":""},{"displayName":"End Time","name":"endTime","type":"dateTime","required":true,"default":""}]}]},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"Name or topic of the webinar"},{"displayName":"Timezone Name or ID","name":"timezone","type":"options","default":"","placeholder":"2020-12-11T09:00:00Z","description":"Timezone where the webinar is to take place. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"alwaysOpenEditWindow":true,"loadOptionsMethod":"getTimezones"}},{"displayName":"Webinar Type","name":"type","type":"options","default":"single_session","options":[{"name":"Single Session","value":"single_session","description":"Webinar with one single meeting"},{"name":"Series","value":"series","description":"Webinar with multiple meetings times where attendees choose only one to attend"},{"name":"Sequence","value":"sequence","description":"Webinar with multiple meeting times where attendees are expected to be the same for all sessions"}]}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.gotowebinar/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/gotowebinar/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/GoToWebinar/gotowebinar.svg"},
{"displayName":"Grafana","name":"grafana","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Grafana API","defaults":{"name":"Grafana"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"grafanaApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","noDataExpression":true,"type":"options","options":[{"name":"Dashboard","value":"dashboard"},{"name":"Team","value":"team"},{"name":"Team Member","value":"teamMember"},{"name":"User","value":"user"}],"default":"dashboard"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["dashboard"]}},"options":[{"name":"Create","value":"create","description":"Create a dashboard","action":"Create a dashboard"},{"name":"Delete","value":"delete","description":"Delete a dashboard","action":"Delete a dashboard"},{"name":"Get","value":"get","description":"Get a dashboard","action":"Get a dashboard"},{"name":"Get Many","value":"getAll","description":"Get many dashboards","action":"Get many dashboards"},{"name":"Update","value":"update","description":"Update a dashboard","action":"Update a dashboard"}],"default":"create"},{"displayName":"Title","name":"title","description":"Title of the dashboard to create","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["dashboard"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["dashboard"],"operation":["create"]}},"options":[{"displayName":"Folder Name or ID","name":"folderId","type":"options","default":"","description":"Folder to create the dashboard in - if the folder is unspecified, the dashboard will be saved to the General folder. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getFolders"}}]},{"displayName":"Dashboard UID or URL","name":"dashboardUidOrUrl","description":"Unique alphabetic identifier or URL of the dashboard to delete","placeholder":"cIBgcSjkk","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["dashboard"],"operation":["delete"]}}},{"displayName":"Dashboard UID or URL","name":"dashboardUidOrUrl","description":"Unique alphabetic identifier or URL of the dashboard to retrieve","placeholder":"cIBgcSjkk","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["dashboard"],"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":["dashboard"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["dashboard"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["dashboard"],"operation":["getAll"]}},"options":[{"displayName":"Search Query","name":"query","type":"string","default":""}]},{"displayName":"Dashboard UID or URL","name":"dashboardUidOrUrl","description":"Unique alphabetic identifier or URL of the dashboard to update","placeholder":"cIBgcSjkk","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["dashboard"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["dashboard"],"operation":["update"]}},"options":[{"displayName":"Folder Name or ID","name":"folderId","type":"options","default":"","description":"Folder to move the dashboard into - if the folder is unspecified, the dashboard will be saved to the General folder. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getFolders"}},{"displayName":"Title","name":"title","type":"string","default":"","description":"New title of the dashboard"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["team"]}},"options":[{"name":"Create","value":"create","description":"Create a team","action":"Create a team"},{"name":"Delete","value":"delete","description":"Delete a team","action":"Delete a team"},{"name":"Get","value":"get","description":"Get a team","action":"Get a team"},{"name":"Get Many","value":"getAll","description":"Retrieve many teams","action":"Get many teams"},{"name":"Update","value":"update","description":"Update a team","action":"Update a team"}],"default":"create"},{"displayName":"Name","name":"name","description":"Name of the team to create","placeholder":"Engineering","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["team"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["team"],"operation":["create"]}},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"engineering@n8n.io","default":"","description":"Email of the team to create"}]},{"displayName":"Team ID","name":"teamId","description":"ID of the team to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["team"],"operation":["delete"]}}},{"displayName":"Team ID","name":"teamId","description":"ID of the team to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["team"],"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":["team"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["team"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["team"],"operation":["getAll"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the team to filter by"}]},{"displayName":"Team ID","name":"teamId","description":"ID of the team to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["team"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["team"],"operation":["update"]}},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"engineering@n8n.io","default":"","description":"Email of the team to update"},{"displayName":"Name","name":"name","type":"string","placeholder":"Engineering Team","default":"","description":"Name of the team to update"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["teamMember"]}},"options":[{"name":"Add","value":"add","description":"Add a member to a team","action":"Add a team member"},{"name":"Get Many","value":"getAll","description":"Retrieve many team members","action":"Get many team members"},{"name":"Remove","value":"remove","description":"Remove a member from a team","action":"Remove a team member"}],"default":"add"},{"displayName":"User Name or ID","name":"userId","description":"User to add to a team. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"resource":["teamMember"],"operation":["add"]}}},{"displayName":"Team Name or ID","name":"teamId","description":"Team to add the user to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"resource":["teamMember"],"operation":["add"]}}},{"displayName":"User Name or ID","name":"memberId","description":"User to remove from the team. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"resource":["teamMember"],"operation":["remove"]}}},{"displayName":"Team Name or ID","name":"teamId","description":"Team to remove the user from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"resource":["teamMember"],"operation":["remove"]}}},{"displayName":"Team Name or ID","name":"teamId","description":"Team to retrieve all members from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getTeams"},"type":"options","required":true,"default":"","displayOptions":{"show":{"resource":["teamMember"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["teamMember"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["teamMember"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a user from the current organization","action":"Delete a user"},{"name":"Get Many","value":"getAll","description":"Retrieve many users in the current organization","action":"Get many users"},{"name":"Update","value":"update","description":"Update a user in the current organization","action":"Update a user"}],"default":"getAll"},{"displayName":"User ID","name":"userId","description":"ID of the user to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"displayName":"Role","name":"role","type":"options","default":"Admin","description":"New role for the user","options":[{"name":"Admin","value":"Admin"},{"name":"Editor","value":"Editor"},{"name":"Viewer","value":"Viewer"}]}]},{"displayName":"User ID","name":"userId","description":"ID of the user to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}}}],"codex":{"categories":["Development","Analytics"],"alias":["Prometheus"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.grafana/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/grafana/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Grafana/grafana.svg"},
{"displayName":"GraphQL","name":"graphql","group":["input"],"version":[1,1.1],"description":"Makes a GraphQL request and returns the received data","defaults":{"name":"GraphQL"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"httpBasicAuth","required":true,"displayOptions":{"show":{"authentication":["basicAuth"]}}},{"name":"httpCustomAuth","required":true,"displayOptions":{"show":{"authentication":["customAuth"]}}},{"name":"httpDigestAuth","required":true,"displayOptions":{"show":{"authentication":["digestAuth"]}}},{"name":"httpHeaderAuth","required":true,"displayOptions":{"show":{"authentication":["headerAuth"]}}},{"name":"httpQueryAuth","required":true,"displayOptions":{"show":{"authentication":["queryAuth"]}}},{"name":"oAuth1Api","required":true,"displayOptions":{"show":{"authentication":["oAuth1"]}}},{"name":"oAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"Custom Auth","value":"customAuth"},{"name":"Digest Auth","value":"digestAuth"},{"name":"Header Auth","value":"headerAuth"},{"name":"None","value":"none"},{"name":"OAuth1","value":"oAuth1"},{"name":"OAuth2","value":"oAuth2"},{"name":"Query Auth","value":"queryAuth"}],"default":"none","description":"The way to authenticate"},{"displayName":"HTTP Request Method","name":"requestMethod","type":"options","options":[{"name":"GET","value":"GET"},{"name":"POST","value":"POST"}],"default":"POST","description":"The underlying HTTP request method to use"},{"displayName":"Endpoint","name":"endpoint","type":"string","default":"","placeholder":"http://example.com/graphql","description":"The GraphQL endpoint","required":true},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Request Format","name":"requestFormat","type":"options","required":true,"options":[{"name":"GraphQL (Raw)","value":"graphql"},{"name":"JSON","value":"json"}],"displayOptions":{"show":{"requestMethod":["POST"],"@version":[1]}},"default":"graphql","description":"The format for the query payload"},{"displayName":"Request Format","name":"requestFormat","type":"options","required":true,"options":[{"name":"JSON (Recommended)","value":"json","description":"JSON object with query, variables, and operationName properties. The standard and most widely supported format for GraphQL requests."},{"name":"GraphQL (Raw)","value":"graphql","description":"Raw GraphQL query string. Not all servers support this format. Use JSON for better compatibility."}],"displayOptions":{"show":{"requestMethod":["POST"],"@version":[{"_cnd":{"gte":1.1}}]}},"default":"json","description":"The request format for the query payload"},{"displayName":"Query","name":"query","type":"string","default":"","description":"GraphQL query","required":true,"typeOptions":{"rows":6}},{"displayName":"Variables","name":"variables","type":"json","default":"","description":"Query variables as JSON object","displayOptions":{"show":{"requestFormat":["json"],"requestMethod":["POST"]}}},{"displayName":"Operation Name","name":"operationName","type":"string","default":"","description":"Name of operation to execute","displayOptions":{"show":{"requestFormat":["json"],"requestMethod":["POST"]}}},{"displayName":"Response Format","name":"responseFormat","type":"options","options":[{"name":"JSON","value":"json"},{"name":"String","value":"string"}],"default":"json","description":"The format in which the data gets returned from the URL"},{"displayName":"Response Data Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["string"]}},"description":"Name of the property to which to write the response data"},{"displayName":"Headers","name":"headerParametersUi","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"The headers to send","default":{},"options":[{"name":"parameter","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]}],"codex":{"categories":["Data & Storage","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.graphql/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/GraphQL/graphql.png"},
{"displayName":"Grist","name":"grist","subtitle":"={{$parameter[\"operation\"]}}","group":["input"],"version":1,"description":"Consume the Grist API","defaults":{"name":"Grist"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"gristApi","required":true,"testedBy":"gristApiTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Create Row","value":"create","description":"Create rows in a table","action":"Create rows in a table"},{"name":"Delete Row","value":"delete","description":"Delete rows from a table","action":"Delete rows from a table"},{"name":"Get Many Rows","value":"getAll","description":"Read rows from a table","action":"Read rows from a table"},{"name":"Update Row","value":"update","description":"Update rows in a table","action":"Update rows in a table"}],"default":"getAll"},{"displayName":"Document ID","name":"docId","type":"string","default":"","required":true,"description":"In your document, click your profile icon, then Document Settings, then copy the value under \"This document's ID\""},{"displayName":"Table ID","name":"tableId","type":"string","default":"","required":true,"description":"ID of table to operate on. If unsure, look at the Code View."},{"displayName":"Row ID","name":"rowId","type":"string","displayOptions":{"show":{"operation":["delete"]}},"default":"","description":"ID of the row to delete, or comma-separated list of row IDs to delete","required":true},{"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"]}}},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":50,"description":"Max number of results to return","displayOptions":{"show":{"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","displayOptions":{"show":{"operation":["getAll"]}},"default":{},"placeholder":"Add option","options":[{"displayName":"Filter","name":"filter","placeholder":"Add Filter","description":"Only return rows matching all of the given filters. For complex filters, create a formula column and filter for the value \"true\".","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Filter Properties","name":"filterProperties","values":[{"displayName":"Column Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsDependsOn":["docId","tableId"],"loadOptionsMethod":"getTableColumns"},"default":"","description":"Column to apply the filter in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true},{"displayName":"Values","name":"values","type":"string","default":"","description":"Comma-separated list of values to search for in the filtered column"}]}]},{"displayName":"Sort Order","name":"sort","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Sort Properties","name":"sortProperties","values":[{"displayName":"Column Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsDependsOn":["docId","tableId"],"loadOptionsMethod":"getTableColumns"},"default":"","required":true,"description":"Column to sort on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc","description":"Direction to sort in"}]}]}]},{"displayName":"Row ID","name":"rowId","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","description":"ID of the row to update","required":true},{"displayName":"Data to Send","name":"dataToSend","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputs","description":"Use when node input properties match destination column names"},{"name":"Define Below for Each Column","value":"defineInNode","description":"Set the value for each destination column"}],"displayOptions":{"show":{"operation":["create","update"]}},"default":"defineInNode","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":["autoMapInputs"]}},"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":"fieldsToSend","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field to Send","multipleValues":true},"displayOptions":{"show":{"operation":["create","update"],"dataToSend":["defineInNode"]}},"default":{},"options":[{"displayName":"Properties","name":"properties","values":[{"displayName":"Column Name or ID","name":"fieldId","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","type":"options","typeOptions":{"loadOptionsDependsOn":["tableId"],"loadOptionsMethod":"getTableColumns"},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.grist/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/grist/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Grist/grist.svg"},
{"displayName":"Gumroad Trigger","name":"gumroadTrigger","group":["trigger"],"version":1,"description":"Handle Gumroad events via webhooks","defaults":{"name":"Gumroad Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"gumroadApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"required":true,"default":"","options":[{"name":"Cancellation","value":"cancellation","description":"When subscribed to this resource, you will be notified of cancellations of the user's subscribers"},{"name":"Dispute","value":"dispute","description":"When subscribed to this resource, you will be notified of the disputes raised against user's sales"},{"name":"Dispute Won","value":"dispute_won","description":"When subscribed to this resource, you will be notified of the sale disputes won"},{"name":"Refund","value":"refund","description":"When subscribed to this resource, you will be notified of refunds to the user's sales"},{"name":"Sale","value":"sale","description":"When subscribed to this resource, you will be notified of the user's sales"}],"description":"The resource is gonna fire the event"}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.gumroadtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/gumroad/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Gumroad/gumroad.png"},
{"displayName":"Hacker News","name":"hackerNews","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Hacker News API","defaults":{"name":"Hacker News"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"All","value":"all"},{"name":"Article","value":"article"},{"name":"User","value":"user"}],"default":"article"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["all"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many items","action":"Get many items"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["article"]}},"options":[{"name":"Get","value":"get","description":"Get a Hacker News article","action":"Get an article"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get","value":"get","description":"Get a Hacker News user","action":"Get a user"}],"default":"get"},{"displayName":"Article ID","name":"articleId","type":"string","required":true,"default":"","description":"The ID of the Hacker News article to be returned","displayOptions":{"show":{"resource":["article"],"operation":["get"]}}},{"displayName":"Username","name":"username","type":"string","required":true,"default":"","description":"The Hacker News user to be returned","displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["all"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return","displayOptions":{"show":{"resource":["all"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["article"],"operation":["get"]}},"options":[{"displayName":"Include Comments","name":"includeComments","type":"boolean","default":false,"description":"Whether to include all the comments in a Hacker News article"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["all"],"operation":["getAll"]}},"options":[{"displayName":"Keyword","name":"keyword","type":"string","default":"","description":"The keyword for filtering the results of the query"},{"displayName":"Tags","name":"tags","type":"multiOptions","options":[{"name":"Ask HN","value":"ask_hn","description":"Returns query results filtered by Ask HN tag"},{"name":"Comment","value":"comment","description":"Returns query results filtered by comment tag"},{"name":"Front Page","value":"front_page","description":"Returns query results filtered by Front Page tag"},{"name":"Poll","value":"poll","description":"Returns query results filtered by poll tag"},{"name":"Show HN","value":"show_hn","description":"Returns query results filtered by Show HN tag"},{"name":"Story","value":"story","description":"Returns query results filtered by story tag"}],"default":[],"description":"Tags for filtering the results of the query"}]}],"codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.hackernews/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/HackerNews/hackernews.png"},
{"displayName":"HaloPSA","name":"haloPSA","group":["input"],"version":1,"description":"Consume HaloPSA API","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"HaloPSA"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"haloPSAApi","required":true,"testedBy":"haloPSAApiCredentialTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Client","value":"client"},{"name":"Site","value":"site"},{"name":"Ticket","value":"ticket"},{"name":"User","value":"user"}],"default":"client","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["client"]}},"options":[{"name":"Create","value":"create","description":"Create a client","action":"Create a client"},{"name":"Delete","value":"delete","description":"Delete a client","action":"Delete a client"},{"name":"Get","value":"get","description":"Get a client","action":"Get a client"},{"name":"Get Many","value":"getAll","description":"Get many clients","action":"Get many clients"},{"name":"Update","value":"update","description":"Update a client","action":"Update a client"}],"default":"create"},{"displayName":"Name","name":"clientName","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["client"]}},"description":"Enter client name"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["client"]}},"options":[{"displayName":"Account Status","name":"inactive","type":"options","default":false,"options":[{"name":"Active","value":false},{"name":"Inactive","value":true}]},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"VIP","name":"is_vip","type":"boolean","default":false,"description":"Whether the client is VIP or not"},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Client ID","name":"clientId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["client"],"operation":["get","delete"]}}},{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["client"],"operation":["get","getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["client"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":50,"displayOptions":{"show":{"resource":["client"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"resource":["client"],"operation":["getAll"]}},"options":[{"displayName":"Active Status","name":"activeStatus","type":"options","default":"active","options":[{"name":"Active Only","value":"active","description":"Whether to include active customers in the response"},{"name":"All","value":"all","description":"Whether to include active and inactive customers in the response"},{"name":"Inactive Only","value":"inactive","description":"Whether to include inactive Customers in the response"}]},{"displayName":"Text To Filter By","name":"search","type":"string","default":"","description":"Filter clients by your search string"}]},{"displayName":"Client ID","name":"clientId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["client"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"resource":["client"],"operation":["update"]}},"options":[{"displayName":"Account Status","name":"inactive","type":"options","default":false,"options":[{"name":"Active","value":false},{"name":"Inactive","value":true}]},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"VIP","name":"is_vip","type":"boolean","default":false,"description":"Whether the client is VIP or not"},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Create","value":"create","description":"Create a ticket","action":"Create a ticket"},{"name":"Delete","value":"delete","description":"Delete a ticket","action":"Delete a ticket"},{"name":"Get","value":"get","description":"Get a ticket","action":"Get a ticket"},{"name":"Get Many","value":"getAll","description":"Get many tickets","action":"Get many tickets"},{"name":"Update","value":"update","description":"Update a ticket","action":"Update a ticket"}],"default":"delete"},{"displayName":"Ticket Type Name or ID","name":"ticketType","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","required":true,"typeOptions":{"loadOptionsMethod":"getHaloPSATicketsTypes"},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Summary","name":"summary","type":"string","default":"","placeholder":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Details","name":"details","type":"string","default":"","placeholder":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"displayName":"Assigned Agent Name or ID","name":"agent_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getHaloPSAAgents"}},{"displayName":"Start Date","name":"startdate","type":"dateTime","default":""},{"displayName":"Target Date","name":"targetdate","type":"dateTime","default":""}]},{"displayName":"Ticket ID","name":"ticketId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["delete","get"]}}},{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["ticket"],"operation":["get","getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":50,"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"options":[{"displayName":"Active Status","name":"activeStatus","type":"options","default":"all","options":[{"name":"Active Only","value":"active","description":"Whether to include active customers in the response"},{"name":"All","value":"all","description":"Whether to include active and inactive customers in the response"},{"name":"Inactive Only","value":"inactive","description":"Whether to include inactive Customers in the responsee"}]},{"displayName":"Text To Filter By","name":"search","type":"string","default":"","description":"Filter tickets by your search string"}]},{"displayName":"Ticket ID","name":"ticketId","type":"string","default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"options":[{"displayName":"Assigned Agent Name or ID","name":"agent_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getHaloPSAAgents"}},{"displayName":"Details","name":"details","type":"string","default":""},{"displayName":"Start Date","name":"startdate","type":"dateTime","default":""},{"displayName":"Summary","name":"summary","type":"string","default":""},{"displayName":"Target Date","name":"targetdate","type":"dateTime","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["site"]}},"options":[{"name":"Create","value":"create","description":"Create a site","action":"Create a site"},{"name":"Delete","value":"delete","description":"Delete a site","action":"Delete a site"},{"name":"Get","value":"get","description":"Get a site","action":"Get a site"},{"name":"Get Many","value":"getAll","description":"Get many sites","action":"Get many sites"},{"name":"Update","value":"update","description":"Update a site","action":"Update a site"}],"default":"create"},{"displayName":"Name","name":"siteName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["site"],"operation":["create"]}},"description":"Enter site name"},{"displayName":"Select Client by ID","name":"selectOption","type":"boolean","default":false,"description":"Whether client can be selected by ID","displayOptions":{"show":{"resource":["site"],"operation":["create"]}}},{"displayName":"Client ID","name":"clientId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["site"],"operation":["create"],"selectOption":[true]}}},{"displayName":"Client Name or ID","name":"clientId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","required":true,"typeOptions":{"loadOptionsMethod":"getHaloPSAClients"},"displayOptions":{"show":{"resource":["site"],"operation":["create"],"selectOption":[false]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"resource":["site"],"operation":["create"]}},"options":[{"displayName":"Main Contact","name":"maincontact_name","type":"string","default":""},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"Phone Number","name":"phonenumber","type":"string","default":""}]},{"displayName":"Site ID","name":"siteId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["site"],"operation":["delete","get"]}}},{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["site"],"operation":["get","getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["site"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":50,"displayOptions":{"show":{"resource":["site"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"resource":["site"],"operation":["getAll"]}},"options":[{"displayName":"Active Status","name":"activeStatus","type":"options","default":"all","options":[{"name":"Active Only","value":"active","description":"Whether to include active sites in the response"},{"name":"All","value":"all","description":"Whether to include active and inactive sites in the response"},{"name":"Inactive Only","value":"inactive","description":"Whether to include inactive sites in the response"}]},{"displayName":"Text To Filter By","name":"search","type":"string","default":"","description":"Filter sites by your search string"}]},{"displayName":"Site ID","name":"siteId","type":"string","default":"","displayOptions":{"show":{"resource":["site"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"resource":["site"],"operation":["update"]}},"options":[{"displayName":"Client ID","name":"client_id","type":"string","default":""},{"displayName":"Main Contact","name":"maincontact_name","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":"","description":"Enter site name"},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"Phone Number","name":"phonenumber","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a user","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Get a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Get many users","action":"Get many users"},{"name":"Update","value":"update","description":"Update a user","action":"Update a user"}],"default":"create"},{"displayName":"Name","name":"userName","type":"string","default":"","description":"Enter user name","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Site Name or ID","name":"siteId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","required":true,"typeOptions":{"loadOptionsMethod":"getHaloPSASites"},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"Email","name":"emailaddress","type":"string","default":""},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"Your new password must be at least 8 characters long and contain at least one letter, one number or symbol, one upper case character and one lower case character"},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"User Is Inactive","name":"inactive","type":"boolean","default":false}]},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete","get"]}}},{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["user"],"operation":["get","getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":50,"displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"displayName":"Active Status","name":"activeStatus","type":"options","default":"all","options":[{"name":"Active Only","value":"active","description":"Whether to include active customers in the response"},{"name":"All","value":"all","description":"Whether to include active and inactive customers in the response"},{"name":"Inactive Only","value":"inactive","description":"Whether to include inactive Customers in the response"}]},{"displayName":"Text To Filter By","name":"search","type":"string","default":"","description":"Filter users by your search string"}]},{"displayName":"User ID","name":"userId","type":"string","default":"","displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"displayName":"Email","name":"emailaddress","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":"","description":"Enter user name"},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"Your new password must be at least 8 characters long and contain at least one letter, one number or symbol, one upper case character and one lower case character"},{"displayName":"Site Name or ID","name":"site_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getHaloPSASites"}},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"User Is Inactive","name":"inactive","type":"boolean","default":false}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.halopsa/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/halopsa/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/HaloPSA/halopsa.svg"},
{"displayName":"Harvest","name":"harvest","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Access data on Harvest","defaults":{"name":"Harvest"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"harvestApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"harvestOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Client","value":"client"},{"name":"Company","value":"company"},{"name":"Contact","value":"contact"},{"name":"Estimate","value":"estimate"},{"name":"Expense","value":"expense"},{"name":"Invoice","value":"invoice"},{"name":"Project","value":"project"},{"name":"Task","value":"task"},{"name":"Time Entry","value":"timeEntry"},{"name":"User","value":"user"}],"default":"task"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["client"]}},"options":[{"name":"Create","value":"create","description":"Create a client","action":"Create a client"},{"name":"Delete","value":"delete","description":"Delete a client","action":"Delete a client"},{"name":"Get","value":"get","description":"Get data of a client","action":"Get data of a client"},{"name":"Get Many","value":"getAll","description":"Get data of many clients","action":"Get data of all clients"},{"name":"Update","value":"update","description":"Update a client","action":"Update a client"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["company"]}},"options":[{"name":"Get","value":"get","description":"Retrieves the company for the currently authenticated user","action":"Retrieve the company for the currently authenticated user"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Get data of a contact","action":"Get data of a contact"},{"name":"Get Many","value":"getAll","description":"Get data of many contacts","action":"Get data of all contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["estimate"]}},"options":[{"name":"Create","value":"create","description":"Create an estimate","action":"Create an estimate"},{"name":"Delete","value":"delete","description":"Delete an estimate","action":"Delete an estimate"},{"name":"Get","value":"get","description":"Get data of an estimate","action":"Get data of an estimate"},{"name":"Get Many","value":"getAll","description":"Get data of many estimates","action":"Get data of all estimates"},{"name":"Update","value":"update","description":"Update an estimate","action":"Update an estimate"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["expense"]}},"options":[{"name":"Create","value":"create","description":"Create an expense","action":"Create an expense"},{"name":"Delete","value":"delete","description":"Delete an expense","action":"Delete an expense"},{"name":"Get","value":"get","description":"Get data of an expense","action":"Get data of an expense"},{"name":"Get Many","value":"getAll","description":"Get data of many expenses","action":"Get data of all expenses"},{"name":"Update","value":"update","description":"Update an expense","action":"Update an expense"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["invoice"]}},"options":[{"name":"Create","value":"create","description":"Create an invoice","action":"Create an invoice"},{"name":"Delete","value":"delete","description":"Delete an invoice","action":"Delete an invoice"},{"name":"Get","value":"get","description":"Get data of an invoice","action":"Get data of an invoice"},{"name":"Get Many","value":"getAll","description":"Get data of many invoices","action":"Get data of all invoices"},{"name":"Update","value":"update","description":"Update an invoice","action":"Update an invoice"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["project"]}},"options":[{"name":"Create","value":"create","description":"Create a project","action":"Create a project"},{"name":"Delete","value":"delete","description":"Delete a project","action":"Delete a project"},{"name":"Get","value":"get","description":"Get data of a project","action":"Get data of a project"},{"name":"Get Many","value":"getAll","description":"Get data of many projects","action":"Get data of all projects"},{"name":"Update","value":"update","description":"Update a project","action":"Update a project"}],"default":"getAll"},{"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 data of a task","action":"Get data of a task"},{"name":"Get Many","value":"getAll","description":"Get data of many tasks","action":"Get data of all tasks"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["timeEntry"]}},"options":[{"name":"Create via Duration","value":"createByDuration","description":"Create a time entry via duration","action":"Create a time entry via duration"},{"name":"Create via Start and End Time","value":"createByStartEnd","description":"Create a time entry via start and end time","action":"Create a time entry via start and end time"},{"name":"Delete","value":"delete","description":"Delete a time entry","action":"Delete a time entry"},{"name":"Delete External Reference","value":"deleteExternal","description":"Delete a time entry’s external reference","action":"Delete a time entry’s external reference"},{"name":"Get","value":"get","description":"Get data of a time entry","action":"Get data of a time entry"},{"name":"Get Many","value":"getAll","description":"Get data of many time entries","action":"Get data of all time entries"},{"name":"Restart","value":"restartTime","description":"Restart a time entry","action":"Restart a time entry"},{"name":"Stop","value":"stopTime","description":"Stop a time entry","action":"Stop a time entry"},{"name":"Update","value":"update","description":"Update a time entry","action":"Update a time entry"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a user","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Get data of a user","action":"Get data of a user"},{"name":"Get Many","value":"getAll","description":"Get data of many users","action":"Get data of all users"},{"name":"Me","value":"me","description":"Get data of authenticated user","action":"Get data of authenticated user"},{"name":"Update","value":"update","description":"Update a user","action":"Update a user"}],"default":"me"},{"displayName":"Account Name or ID","name":"accountId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getAccounts"},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["client"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["client"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["client"],"operation":["getAll"]}},"options":[{"displayName":"Is Active","name":"is_active","type":"boolean","default":true,"description":"Whether to only return active clients and false to return inactive clients"},{"displayName":"Updated Since","name":"updated_since","type":"dateTime","default":"","description":"Only return clients that have been updated since the given date and time"}]},{"displayName":"Client ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["client"]}},"description":"The ID of the client you are retrieving"},{"displayName":"Client ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["client"]}},"description":"The ID of the client you want to delete"},{"displayName":"Name","name":"name","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["client"]}},"default":"","required":true,"description":"The name of the client"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["client"]}},"default":{},"options":[{"displayName":"Address","name":"address","type":"string","default":"","description":"A textual representation of the client’s physical address. May include new line characters."},{"displayName":"Currency","name":"currency","type":"string","default":"","description":"The currency used by the estimate. If not provided, the client’s currency will be used. See a list of supported currencies"},{"displayName":"Is Active","name":"is_active","type":"string","default":"","description":"Whether the client is active, or archived. Defaults to true."}]},{"displayName":"Client ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["client"]}},"description":"The ID of the client want to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["client"]}},"default":{},"options":[{"displayName":"Address","name":"address","type":"string","default":"","description":"A textual representation of the client’s physical address. May include new line characters."},{"displayName":"Currency","name":"currency","type":"string","default":"","description":"The currency used by the estimate. If not provided, the client’s currency will be used. See a list of supported currencies"},{"displayName":"Is Active","name":"is_active","type":"boolean","default":true,"description":"Whether the client is active, or archived. Defaults to true."},{"displayName":"Name","name":"name","type":"string","default":"","description":"Whether the client is active, or archived. Defaults to true."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Is Active","name":"is_active","type":"boolean","default":true,"description":"Whether to only return active clients and false to return inactive clients"},{"displayName":"Updated Since","name":"updated_since","type":"dateTime","default":"","description":"Only return clients that have been updated since the given date and time"}]},{"displayName":"Contact ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["contact"]}},"description":"The ID of the contact you are retrieving"},{"displayName":"Contact ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["contact"]}},"description":"The ID of the contact you want to delete"},{"displayName":"First Name","name":"firstName","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"default":"","required":true,"description":"The first name of the contact"},{"displayName":"Client ID","name":"clientId","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"default":"","required":true,"description":"The ID of the client associated with this contact"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"default":{},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The contact’s email address"},{"displayName":"Fax","name":"fax","type":"string","default":"","description":"The contact’s fax number"},{"displayName":"Last Name","name":"last_name","type":"string","default":"","description":"The last name of the contact"},{"displayName":"Phone Mobile","name":"phone_mobile","type":"string","default":"","description":"The contact’s mobile phone number"},{"displayName":"Phone Office","name":"phone_office","type":"string","default":"","description":"The contact’s office phone number"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of the contact"}]},{"displayName":"Contact ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["contact"]}},"description":"The ID of the contact want to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["contact"]}},"default":{},"options":[{"displayName":"Client ID","name":"client_id","type":"string","default":"","description":"The ID of the client associated with this contact"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The contact’s email address"},{"displayName":"Fax","name":"fax","type":"string","default":"","description":"The contact’s fax number"},{"displayName":"First Name","name":"first_name","type":"string","default":"","description":"The first name of the contact"},{"displayName":"Last Name","name":"last_name","type":"string","default":"","description":"The last name of the contact"},{"displayName":"Phone Mobile","name":"phone_mobile","type":"string","default":"","description":"The contact’s mobile phone number"},{"displayName":"Phone Office","name":"phone_office","type":"string","default":"","description":"The contact’s office phone number"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of the contact"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["estimate"],"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":["estimate"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["estimate"],"operation":["getAll"]}},"options":[{"displayName":"Client ID","name":"client_id","type":"string","default":"","description":"Only return time entries belonging to the client with the given ID"},{"displayName":"From","name":"from","type":"dateTime","default":"","description":"Only return time entries with a spent_date on or after the given date"},{"displayName":"State","name":"state","type":"string","default":"","description":"Only return estimates with a state matching the value provided. Options: draft, sent, accepted, or declined."},{"displayName":"To","name":"to","type":"dateTime","default":"","description":"Only return time entries with a spent_date on or before the given date"},{"displayName":"Updated Since","name":"updated_since","type":"dateTime","default":"","description":"Only return time entries that have been updated since the given date and time"},{"displayName":"Page","name":"page","type":"number","typeOptions":{"minValue":1},"default":1,"description":"The page number to use in pagination. For instance, if you make a list request and receive 100 records, your subsequent call can include page=2 to retrieve the next page of the list. (Default: 1)"}]},{"displayName":"Estimate ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["estimate"]}},"description":"The ID of the estimate you are retrieving"},{"displayName":"Estimate ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["estimate"]}},"description":"The ID of the estimate want to delete"},{"displayName":"Client ID","name":"clientId","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["estimate"]}},"default":"","required":true,"description":"The ID of the client this estimate belongs to"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["estimate"]}},"default":{},"options":[{"displayName":"Currency","name":"currency","type":"string","default":"","description":"The currency used by the estimate. If not provided, the client’s currency will be used. See a list of supported currencies"},{"displayName":"Discount","name":"over_budget_notification_percentage","type":"string","default":"","description":"This percentage is subtracted from the subtotal. Example: use 10.0 for 10.0%."},{"displayName":"Issue Date","name":"issue_date","type":"dateTime","default":"","description":"Date the invoice was issued. Defaults to today’s date."},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Any additional notes to include on the estimate"},{"displayName":"Number","name":"number","type":"string","default":"","description":"If no value is set, the number will be automatically generated"},{"displayName":"Purchase Order","name":"purchase_order","type":"string","default":"","description":"The purchase order number"},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The estimate subject"},{"displayName":"Tax","name":"tax","type":"string","default":"","description":"This percentage is applied to the subtotal, including line items and discounts. Example: use 10.0 for 10.0%."},{"displayName":"Tax2","name":"tax2","type":"string","default":"","description":"This percentage is applied to the subtotal, including line items and discounts. Example: use 10.0 for 10.0%."}]},{"displayName":"Invoice ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["estimate"]}},"description":"The ID of the invoice want to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["estimate"]}},"default":{},"options":[{"displayName":"Client ID","name":"client_id","type":"string","default":"","description":"The ID of the retainer associated with this invoice"},{"displayName":"Currency","name":"currency","type":"string","default":"","description":"The currency used by the estimate. If not provided, the client’s currency will be used. See a list of supported currencies"},{"displayName":"Discount","name":"over_budget_notification_percentage","type":"string","default":"","description":"This percentage is subtracted from the subtotal. Example: use 10.0 for 10.0%."},{"displayName":"Issue Date","name":"issue_date","type":"dateTime","default":"","description":"Date the invoice was issued. Defaults to today’s date."},{"displayName":"Number","name":"number","type":"string","default":"","description":"If no value is set, the number will be automatically generated"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Any additional notes to include on the estimate"},{"displayName":"Purchase Order","name":"purchase_order","type":"string","default":"","description":"The purchase order number"},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The estimate subject"},{"displayName":"Tax","name":"tax","type":"string","default":"","description":"This percentage is applied to the subtotal, including line items and discounts. Example: use 10.0 for 10.0%."},{"displayName":"Tax2","name":"tax2","type":"string","default":"","description":"This percentage is applied to the subtotal, including line items and discounts. Example: use 10.0 for 10.0%."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["expense"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["expense"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["expense"],"operation":["getAll"]}},"options":[{"displayName":"Client ID","name":"client_id","type":"string","default":"","description":"Only return time entries belonging to the client with the given ID"},{"displayName":"From","name":"from","type":"dateTime","default":"","description":"Only return time entries with a spent_date on or after the given date"},{"displayName":"Is Billed","name":"is_billed","type":"boolean","default":false,"description":"Whether to only return time entries that have been invoiced and false to return time entries that have not been invoiced"},{"displayName":"Page","name":"page","type":"number","typeOptions":{"minValue":1},"default":1,"description":"The page number to use in pagination. For instance, if you make a list request and receive 100 records, your subsequent call can include page=2 to retrieve the next page of the list. (Default: 1)"},{"displayName":"Project ID","name":"project_id","type":"string","default":"","description":"Only return time entries belonging to the client with the given ID"},{"displayName":"To","name":"to","type":"dateTime","default":"","description":"Only return time entries with a spent_date on or before the given date"},{"displayName":"Updated Since","name":"updated_since","type":"dateTime","default":"","description":"Only return time entries that have been updated since the given date and time"},{"displayName":"User ID","name":"user_id","type":"string","default":"","description":"Only return time entries belonging to the user with the given ID"}]},{"displayName":"Expense ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["expense"]}},"description":"The ID of the expense you are retrieving"},{"displayName":"Expense ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["expense"]}},"description":"The ID of the expense you want to delete"},{"displayName":"Project ID","name":"projectId","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["expense"]}},"default":"","required":true,"description":"The ID of the project associated with this expense"},{"displayName":"Expense Category ID","name":"expenseCategoryId","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["expense"]}},"default":"","required":true,"description":"The ID of the expense category this expense is being tracked against"},{"displayName":"Spent Date","name":"spentDate","type":"dateTime","displayOptions":{"show":{"operation":["create"],"resource":["expense"]}},"default":"","required":true,"description":"Date the expense occurred"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["expense"]}},"default":{},"options":[{"displayName":"Billable","name":"billable","type":"boolean","default":true,"description":"Whether this expense is billable or not. Defaults to true."},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Notes about the expense"},{"displayName":"Total Cost","name":"total_cost","type":"string","default":"","description":"The total amount of the expense"},{"displayName":"Units","name":"units","type":"string","default":"","description":"The quantity of units to use in calculating the total_cost of the expense"},{"displayName":"User ID","name":"user_id","type":"boolean","default":true,"description":"The ID of the user associated with this expense. Defaults to the ID of the currently authenticated user."}]},{"displayName":"Invoice ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["expense"]}},"description":"The ID of the invoice want to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["expense"]}},"default":{},"options":[{"displayName":"Billable","name":"billable","type":"boolean","default":true,"description":"Whether this expense is billable or not. Defaults to true."},{"displayName":"Expense Category ID","name":"expense_category_id","type":"string","default":"","description":"The ID of the expense category this expense is being tracked against"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Notes about the expense"},{"displayName":"Project ID","name":"project_id","type":"string","default":"","description":"The ID of the project associated with this expense"},{"displayName":"Spent Date","name":"spent_date","type":"dateTime","default":"","description":"Date the expense occurred"},{"displayName":"Total Cost","name":"total_cost","type":"string","default":"","description":"The total amount of the expense"},{"displayName":"Units","name":"units","type":"string","default":"","description":"The quantity of units to use in calculating the total_cost of the expense"},{"displayName":"User ID","name":"user_id","type":"boolean","default":true,"description":"The ID of the user associated with this expense. Defaults to the ID of the currently authenticated user."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}},"options":[{"displayName":"Client ID","name":"client_id","type":"string","default":"","description":"Only return time entries belonging to the client with the given ID"},{"displayName":"From","name":"from","type":"dateTime","default":"","description":"Only return time entries with a spent_date on or after the given date"},{"displayName":"Page","name":"page","type":"number","typeOptions":{"minValue":1},"default":1,"description":"The page number to use in pagination. For instance, if you make a list request and receive 100 records, your subsequent call can include page=2 to retrieve the next page of the list. (Default: 1)"},{"displayName":"Project ID","name":"project_id","type":"string","default":"","description":"Only return time entries belonging to the client with the given ID"},{"displayName":"State","name":"state","type":"multiOptions","options":[{"name":"Draft","value":"draft"},{"name":"Open","value":"open"},{"name":"Paid","value":"paid"},{"name":"Closed","value":"closed"}],"default":[],"description":"Only return invoices with a state matching the value provided. Options: draft, open, paid, or closed."},{"displayName":"To","name":"to","type":"dateTime","default":"","description":"Only return time entries with a spent_date on or before the given date"},{"displayName":"Updated Since","name":"updated_since","type":"dateTime","default":"","description":"Only return time entries that have been updated since the given date and time"}]},{"displayName":"Invoice ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["invoice"]}},"description":"The ID of the invoice you are retrieving"},{"displayName":"Invoice ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["invoice"]}},"description":"The ID of the invoice want to delete"},{"displayName":"Client ID","name":"clientId","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["invoice"]}},"default":"","required":true,"description":"The ID of the retainer associated with this invoice"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["invoice"]}},"default":{},"options":[{"displayName":"Currency","name":"currency","type":"string","default":"","description":"The currency used by the invoice. If not provided, the client’s currency will be used. See a list of supported currencies"},{"displayName":"Discount","name":"over_budget_notification_percentage","type":"string","default":"","description":"This percentage is subtracted from the subtotal. Example: use 10.0 for 10.0%."},{"displayName":"Due Date","name":"ends_on","type":"dateTime","default":"","description":"Date the invoice is due. Defaults to the issue_date if no payment_term is specified."},{"displayName":"Estimate ID","name":"estimate_id","type":"string","default":"","description":"The ID of the estimate associated with this invoice"},{"displayName":"Issue Date","name":"issue_date","type":"dateTime","default":"","description":"Date the invoice was issued. Defaults to today’s date."},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Notes about the project"},{"displayName":"Number","name":"number","type":"string","default":"","description":"If no value is set, the number will be automatically generated"},{"displayName":"Payment Term","name":"payment_term","type":"string","default":"","description":"The timeframe in which the invoice should be paid. Defaults to custom. Options: upon receipt, net 15, net 30, net 45, or net 60."},{"displayName":"Purchase Order","name":"purchase_order","type":"string","default":"","description":"The purchase order number"},{"displayName":"Retainer ID","name":"retainer_id","type":"boolean","default":true,"description":"The ID of the retainer associated with this invoice"},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The invoice subject"},{"displayName":"Tax","name":"tax","type":"string","default":"","description":"This percentage is applied to the subtotal, including line items and discounts. Example: use 10.0 for 10.0%."},{"displayName":"Tax2","name":"tax2","type":"string","default":"","description":"This percentage is applied to the subtotal, including line items and discounts. Example: use 10.0 for 10.0%."}]},{"displayName":"Invoice ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["invoice"]}},"description":"The ID of the invoice want to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["invoice"]}},"default":{},"options":[{"displayName":"Client ID","name":"client_id","type":"string","default":"","description":"The ID of the retainer associated with this invoice"},{"displayName":"Currency","name":"currency","type":"string","default":"","description":"The currency used by the invoice. If not provided, the client’s currency will be used. See a list of supported currencies"},{"displayName":"Discount","name":"over_budget_notification_percentage","type":"string","default":"","description":"This percentage is subtracted from the subtotal. Example: use 10.0 for 10.0%."},{"displayName":"Due Date","name":"ends_on","type":"dateTime","default":"","description":"Date the invoice is due. Defaults to the issue_date if no payment_term is specified."},{"displayName":"Estimate ID","name":"estimate_id","type":"string","default":"","description":"The ID of the estimate associated with this invoice"},{"displayName":"Issue Date","name":"issue_date","type":"dateTime","default":"","description":"Date the invoice was issued. Defaults to today’s date."},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Notes about the project"},{"displayName":"Number","name":"number","type":"string","default":"","description":"If no value is set, the number will be automatically generated"},{"displayName":"Payment Term","name":"payment_term","type":"string","default":"","description":"The timeframe in which the invoice should be paid. Defaults to custom. Options: upon receipt, net 15, net 30, net 45, or net 60."},{"displayName":"Purchase Order","name":"purchase_order","type":"string","default":"","description":"The purchase order number"},{"displayName":"Retainer ID","name":"retainer_id","type":"boolean","default":true,"description":"The ID of the retainer associated with this invoice"},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The invoice subject"},{"displayName":"Tax","name":"tax","type":"string","default":"","description":"This percentage is applied to the subtotal, including line items and discounts. Example: use 10.0 for 10.0%."},{"displayName":"Tax2","name":"tax2","type":"string","default":"","description":"This percentage is applied to the subtotal, including line items and discounts. Example: use 10.0 for 10.0%."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["project"],"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":["project"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["project"],"operation":["getAll"]}},"options":[{"displayName":"Client ID","name":"client_id","type":"string","default":"","description":"Only return projects belonging to the client with the given ID"},{"displayName":"Is Active","name":"is_active","type":"boolean","default":true,"description":"Whether to only return active projects and false to return inactive projects"},{"displayName":"Page","name":"page","type":"number","typeOptions":{"minValue":1},"default":1,"description":"The page number to use in pagination"},{"displayName":"Updated Since","name":"updated_since","type":"dateTime","default":"","description":"Only return projects by updated_since"}]},{"displayName":"Project ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["project"]}},"description":"The ID of the project you are retrieving"},{"displayName":"Project ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["project"]}},"description":"The ID of the project want to delete"},{"displayName":"Name","name":"name","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["project"]}},"default":"","required":true,"description":"The name of the project"},{"displayName":"Client ID","name":"clientId","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["project"]}},"default":"","required":true,"description":"The ID of the client to associate this project with"},{"displayName":"Is Billable","name":"isBillable","type":"boolean","displayOptions":{"show":{"operation":["create"],"resource":["project"]}},"default":true,"required":true,"description":"Whether the project is billable or not"},{"displayName":"Bill By","name":"billBy","type":"options","displayOptions":{"show":{"operation":["create"],"resource":["project"]}},"options":[{"name":"None","value":"none"},{"name":"People","value":"People"},{"name":"Project","value":"Project"},{"name":"Tasks","value":"Tasks"}],"default":"none","required":true,"description":"The method by which the project is invoiced"},{"displayName":"Budget By","name":"budgetBy","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["project"]}},"default":"none","placeholder":"","required":true,"description":"The email of the user or \"none\""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["project"]}},"default":{},"options":[{"displayName":"Budget","name":"budget","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The budget in hours for the project when budgeting by time"},{"displayName":"Budget Is Monthly","name":"budget_is_monthly","type":"boolean","default":false,"description":"Whether the budget resets every month. Defaults to false."},{"displayName":"Cost Budget","name":"cost_budget","type":"string","default":"","description":"The monetary budget for the project when budgeting by money"},{"displayName":"Cost Budget Include Expenses","name":"cost_budget_include_expenses","type":"boolean","default":false,"description":"Option for budget of Total Project Fees projects to include tracked expenses. Defaults to false."},{"displayName":"Ends On","name":"ends_on","type":"dateTime","default":"","description":"Date the project will end"},{"displayName":"Fee","name":"fee","type":"string","default":"","description":"The amount you plan to invoice for the project. Only used by fixed-fee projects."},{"displayName":"Hourly Rate","name":"hourly_rate","type":"string","default":"","description":"Rate for projects billed by Project Hourly Rate"},{"displayName":"Is Active","name":"is_active","type":"boolean","default":true,"description":"Whether the project is active or archived. Defaults to true."},{"displayName":"Is Fixed Fee","name":"is_fixed_fee","type":"boolean","default":false,"description":"Whether the project is a fixed-fee project or not"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Notes about the project"},{"displayName":"Notify When Over Budget","name":"notify_when_over_budget","type":"boolean","default":false,"description":"Whether project managers should be notified when the project goes over budget. Defaults to false."},{"displayName":"Over Budget Notification Percentage","name":"over_budget_notification_percentage","type":"string","default":"","description":"Percentage value used to trigger over budget email alerts. Example: use 10.0 for 10.0%."},{"displayName":"Show Budget To All","name":"show_budget_to_all","type":"boolean","default":false,"description":"Whether to show project budget to all employees. Does not apply to Total Project Fee projects. Defaults to false."},{"displayName":"Starts On","name":"starts_on","type":"dateTime","default":"","description":"Date the project was started"}]},{"displayName":"Project ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["project"]}},"description":"The ID of the project want to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["project"]}},"default":{},"options":[{"displayName":"Bill By","name":"bill_by","type":"options","options":[{"name":"None","value":"none"},{"name":"People","value":"People"},{"name":"Project","value":"Project"},{"name":"Tasks","value":"Tasks"}],"default":"none","description":"The method by which the project is invoiced"},{"displayName":"Budget","name":"budget","type":"string","default":"","description":"The budget in hours for the project when budgeting by time"},{"displayName":"Budget By","name":"budget_by","type":"string","default":"","description":"The email of the user or \"none\""},{"displayName":"Budget Is Monthly","name":"budget_is_monthly","type":"boolean","default":false,"description":"Whether to have the budget reset every month. Defaults to false."},{"displayName":"Client ID","name":"client_id","type":"string","default":"","description":"The ID of the client to associate this project with"},{"displayName":"Cost Budget","name":"cost_budget","type":"string","default":"","description":"The monetary budget for the project when budgeting by money"},{"displayName":"Cost Budget Include Expenses","name":"cost_budget_include_expenses","type":"boolean","default":false,"description":"Option for budget of Total Project Fees projects to include tracked expenses. Defaults to false."},{"displayName":"Ends On","name":"ends_on","type":"dateTime","default":"","description":"Date the project will end"},{"displayName":"Fee","name":"fee","type":"string","default":"","description":"The amount you plan to invoice for the project. Only used by fixed-fee projects."},{"displayName":"Hourly Rate","name":"hourly_rate","type":"string","default":"","description":"Rate for projects billed by Project Hourly Rate"},{"displayName":"Is Active","name":"is_active","type":"boolean","default":true,"description":"Whether the project is active or archived. Defaults to true."},{"displayName":"Is Billable","name":"is_billable","type":"boolean","default":true,"description":"Whether the project is billable or not"},{"displayName":"Is Fixed Fee","name":"is_fixed_fee","type":"boolean","default":false,"description":"Whether the project is a fixed-fee project or not"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the project"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Notes about the project"},{"displayName":"Notify When Over Budget","name":"notify_when_over_budget","type":"boolean","default":false,"description":"Whether project managers should be notified when the project goes over budget. Defaults to false."},{"displayName":"Over Budget Notification Percentage","name":"over_budget_notification_percentage","type":"string","default":"","description":"Percentage value used to trigger over budget email alerts. Example: use 10.0 for 10.0%."},{"displayName":"Show Budget To All","name":"show_budget_to_all","type":"boolean","default":false,"description":"Whether to show project budget to all employees. Does not apply to Total Project Fee projects. Defaults to false."},{"displayName":"Starts On","name":"starts_on","type":"dateTime","default":"","description":"Date the project was started"}]},{"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":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"options":[{"displayName":"Is Active","name":"is_active","type":"boolean","default":true,"description":"Whether to only return active tasks and false to return inactive tasks"},{"displayName":"Page","name":"page","type":"number","typeOptions":{"minValue":1},"default":1,"description":"The page number to use in pagination"},{"displayName":"Updated Since","name":"updated_since","type":"dateTime","default":"","description":"Only return tasks belonging to the task with the given ID"}]},{"displayName":"Task ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["task"]}},"description":"The ID of the task you are retrieving"},{"displayName":"Task ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["task"]}},"description":"The ID of the task you want to delete"},{"displayName":"Name","name":"name","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":"","required":true,"description":"The name of the task"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":{},"options":[{"displayName":"Billable By Default","name":"billable_by_default","type":"boolean","default":true,"description":"Whether default tasks should be marked billable when creating a new project. Defaults to true."},{"displayName":"Default Hourly Rate","name":"default_hourly_rate","type":"number","default":0,"description":"The default hourly rate to use for this task when it is added to a project. Defaults to 0."},{"displayName":"Is Active","name":"is_active","type":"boolean","default":true,"description":"Whether this task is active or archived. Defaults to true."},{"displayName":"Is Default","name":"is_default","type":"boolean","default":false,"description":"Whether this task should be automatically added to future projects. Defaults to false."}]},{"displayName":"Task ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"description":"The ID of the task you want to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Update Field","displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"default":{},"options":[{"displayName":"Billable By Default","name":"billable_by_default","type":"boolean","default":false,"description":"Whether default tasks should be marked billable when creating a new project. Defaults to true."},{"displayName":"Default Hourly Rate","name":"default_hourly_rate","type":"number","default":0,"description":"The default hourly rate to use for this task when it is added to a project. Defaults to 0."},{"displayName":"Is Active","name":"is_active","type":"boolean","default":true,"description":"Whether this task is active or archived. Defaults to true."},{"displayName":"Is Default","name":"is_default","type":"boolean","default":false,"description":"Whether this task should be automatically added to future projects. Defaults to false."},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the task"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["timeEntry"],"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":["timeEntry"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["timeEntry"],"operation":["getAll"]}},"options":[{"displayName":"Client ID","name":"client_id","type":"string","default":"","description":"Only return time entries belonging to the client with the given ID"},{"displayName":"From","name":"from","type":"dateTime","default":"","description":"Only return time entries with a spent_date on or after the given date"},{"displayName":"Is Billed","name":"is_billed","type":"boolean","default":true,"description":"Whether to only return time entries that have been invoiced and false to return time entries that have not been invoiced"},{"displayName":"Is Running","name":"is_running","type":"boolean","default":true,"description":"Whether to only return running time entries and false to return non-running time entries"},{"displayName":"Page","name":"page","type":"number","typeOptions":{"minValue":1},"default":1,"description":"The page number to use in pagination. For instance, if you make a list request and receive 100 records, your subsequent call can include page=2 to retrieve the next page of the list. (Default: 1)"},{"displayName":"To","name":"to","type":"dateTime","default":"","description":"Only return time entries with a spent_date on or before the given date"},{"displayName":"Updated Since","name":"updated_since","type":"dateTime","default":"","description":"Only return time entries that have been updated since the given date and time"},{"displayName":"User ID","name":"user_id","type":"string","default":"","description":"Only return time entries belonging to the user with the given ID"}]},{"displayName":"Time Entry ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["timeEntry"]}},"description":"The ID of the time entry you are retrieving"},{"displayName":"Time Entry ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["timeEntry"]}},"description":"The ID of the time entry you are deleting"},{"displayName":"Time Entry ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["deleteExternal"],"resource":["timeEntry"]}},"description":"The ID of the time entry whose external reference you are deleting"},{"displayName":"Time Entry ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["stopTime"],"resource":["timeEntry"]}},"description":"Stop a running time entry. Stopping a time entry is only possible if it’s currently running."},{"displayName":"Time Entry ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["restartTime"],"resource":["timeEntry"]}},"description":"Restart a stopped time entry. Restarting a time entry is only possible if it isn’t currently running."},{"displayName":"Time Entry ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["timeEntry"]}},"description":"The ID of the time entry to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["timeEntry"]}},"default":{},"options":[{"displayName":"Ended Time","name":"ended_time","type":"string","default":"","placeholder":"3:00pm","description":"The time the entry ended"},{"displayName":"Hours","name":"hours","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The current amount of time tracked"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"These are notes about the time entry"},{"displayName":"Started Time","name":"started_time","type":"string","default":"","placeholder":"3:00pm","description":"The time the entry started. Defaults to the current time. Example: “8:00am”."}]},{"displayName":"Project ID","name":"projectId","type":"string","displayOptions":{"show":{"operation":["createByDuration"],"resource":["timeEntry"]}},"default":"","required":true,"description":"The ID of the project to associate with the time entry"},{"displayName":"Task ID","name":"taskId","type":"string","displayOptions":{"show":{"operation":["createByDuration"],"resource":["timeEntry"]}},"default":"","required":true,"description":"The ID of the task to associate with the time entry"},{"displayName":"Spent Date","name":"spentDate","type":"dateTime","displayOptions":{"show":{"operation":["createByDuration"],"resource":["timeEntry"]}},"default":"","required":true,"description":"The ISO 8601 formatted date the time entry was spent"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["createByDuration"],"resource":["timeEntry"]}},"default":{},"options":[{"displayName":"Hours","name":"hours","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The current amount of time tracked"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"These are notes about the time entry"},{"displayName":"User ID","name":"user_id","type":"string","default":"","description":"The ID of the user to associate with the time entry. Defaults to the currently authenticated user’s ID."}]},{"displayName":"Project ID","name":"projectId","type":"string","displayOptions":{"show":{"operation":["createByStartEnd"],"resource":["timeEntry"]}},"default":"","required":true,"description":"The ID of the project to associate with the time entry"},{"displayName":"Task ID","name":"taskId","type":"string","displayOptions":{"show":{"operation":["createByStartEnd"],"resource":["timeEntry"]}},"default":"","required":true,"description":"The ID of the task to associate with the time entry"},{"displayName":"Spent Date","name":"spentDate","type":"dateTime","displayOptions":{"show":{"operation":["createByStartEnd"],"resource":["timeEntry"]}},"default":"","required":true,"description":"The ISO 8601 formatted date the time entry was spent"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["createByStartEnd"],"resource":["timeEntry"]}},"default":{},"options":[{"displayName":"Ended Time","name":"ended_time","type":"string","default":"","placeholder":"3:00pm","description":"The time the entry ended"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"These are notes about the time entry"},{"displayName":"Started Time","name":"started_time","type":"string","default":"","placeholder":"8:00am","description":"The time the entry started. Defaults to the current time. Example: “8:00am”."},{"displayName":"User ID","name":"user_id","type":"string","default":"","description":"The ID of the user to associate with the time entry. Defaults to the currently authenticated user’s ID."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"displayName":"Is Active","name":"is_active","type":"boolean","default":true,"description":"Whether to only return active users and false to return inactive users"},{"displayName":"Updated Since","name":"updated_since","type":"dateTime","default":"","description":"Only return users belonging to the user with the given ID"},{"displayName":"Page","name":"page","type":"number","typeOptions":{"minValue":1},"default":1,"description":"The page number to use in pagination"}]},{"displayName":"User ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["user"]}},"description":"The ID of the user you are retrieving"},{"displayName":"User ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["user"]}},"description":"The ID of the user you want to delete"},{"displayName":"First Name","name":"firstName","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["user"]}},"default":"","required":true,"description":"The first name of the user"},{"displayName":"Last Name","name":"lastName","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["user"]}},"default":"","required":true,"description":"The last name of the user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"operation":["create"],"resource":["user"]}},"default":"","required":true,"description":"The email of the user"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["user"]}},"default":{},"options":[{"displayName":"Can Create Invoices","name":"can_create_invoices","type":"boolean","default":false,"description":"Whether the user can create invoices. Only applicable to Project Managers."},{"displayName":"Can Create Projects","name":"can_create_projects","type":"boolean","default":false,"description":"Whether the user can create projects. Only applicable to Project Managers."},{"displayName":"Can See Rates","name":"can_see_rates","type":"boolean","default":false,"description":"Whether the user can see billable rates on projects. Only applicable to Project Managers."},{"displayName":"Cost Rate","name":"cost_rate","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The cost rate to use for this user when calculating a project’s costs vs billable amount"},{"displayName":"Default Hourly Rate","name":"default_hourly_rate","type":"string","default":"0","description":"The billable rate to use for this user when they are added to a project"},{"displayName":"Has Access To All Future Projects","name":"has_access_to_all_future_projects","type":"boolean","default":false,"description":"Whether the user should be automatically added to future projects"},{"displayName":"Is Active","name":"is_active","type":"boolean","default":true,"description":"Whether the user is active or archived"},{"displayName":"Is Admin","name":"is_admin","type":"boolean","default":false,"description":"Whether the user has Admin permissions"},{"displayName":"Is Contractor","name":"is_contractor","type":"boolean","default":false,"description":"Whether the user is a contractor or an employee"},{"displayName":"Is Project Manager","name":"is_project_manager","type":"boolean","default":false,"description":"Whether the user has Project Manager permissions"},{"displayName":"Roles","name":"roles","type":"string","default":"","description":"The role names assigned to this person"},{"displayName":"Timezone","name":"timezone","type":"string","default":"","description":"The user’s timezone. Defaults to the company’s timezone. See a list of <a href=\"/api-v2/introduction/overview/supported-timezones/\">supported time zones</a>."},{"displayName":"Weekly Capacity","name":"weekly_capacity","type":"number","typeOptions":{"minValue":0},"default":126000,"description":"The number of hours per week this person is available to work in seconds. Defaults to <code class=\"language-plaintext highlighter-rouge\">126000</code> seconds (35 hours)."}]},{"displayName":"Time Entry ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["user"]}},"description":"The ID of the time entry to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["user"]}},"default":{},"options":[{"displayName":"Can Create Invoices","name":"can_create_invoices","type":"boolean","default":false,"description":"Whether the user can create invoices. Only applicable to Project Managers."},{"displayName":"Can Create Projects","name":"can_create_projects","type":"boolean","default":false,"description":"Whether the user can create projects. Only applicable to Project Managers."},{"displayName":"Can See Rates","name":"can_see_rates","type":"boolean","default":false,"description":"Whether the user can see billable rates on projects. Only applicable to Project Managers."},{"displayName":"Cost Rate","name":"cost_rate","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The cost rate to use for this user when calculating a project’s costs vs billable amount"},{"displayName":"Default Hourly Rate","name":"default_hourly_rate","type":"string","default":"0","description":"The billable rate to use for this user when they are added to a project"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The user email"},{"displayName":"First Name","name":"first_name","type":"string","default":"","description":"The user first name"},{"displayName":"Has Access To All Future Projects","name":"has_access_to_all_future_projects","type":"boolean","default":false,"description":"Whether the user should be automatically added to future projects"},{"displayName":"Is Active","name":"is_active","type":"boolean","default":true,"description":"Whether the user is active or archived"},{"displayName":"Is Admin","name":"is_admin","type":"boolean","default":false,"description":"Whether the user has Admin permissions"},{"displayName":"Is Contractor","name":"is_contractor","type":"boolean","default":false,"description":"Whether the user is a contractor or an employee"},{"displayName":"Is Project Manager","name":"is_project_manager","type":"boolean","default":false,"description":"Whether the user has Project Manager permissions"},{"displayName":"Last Name","name":"last_name","type":"string","default":"","description":"The user last name"},{"displayName":"Roles","name":"roles","type":"string","default":"","description":"The role names assigned to this person"},{"displayName":"Timezone","name":"timezone","type":"string","default":"","description":"The user’s timezone. Defaults to the company’s timezone. See a list of <a href=\"/api-v2/introduction/overview/supported-timezones/\">supported time zones</a>."},{"displayName":"Weekly Capacity","name":"weekly_capacity","type":"number","typeOptions":{"minValue":0},"default":126000,"description":"The number of hours per week this person is available to work in seconds. Defaults to <code class=\"language-plaintext highlighter-rouge\">126000</code> seconds (35 hours)."}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.harvest/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/harvest/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Harvest/harvest.png"},
{"displayName":"Help Scout","name":"helpScout","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Help Scout API","defaults":{"name":"Help Scout"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"helpScoutOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Conversation","value":"conversation"},{"name":"Customer","value":"customer"},{"name":"Mailbox","value":"mailbox"},{"name":"Thread","value":"thread"}],"default":"conversation"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["conversation"]}},"options":[{"name":"Create","value":"create","description":"Create a new conversation","action":"Create a conversation"},{"name":"Delete","value":"delete","description":"Delete a conversation","action":"Delete a conversation"},{"name":"Get","value":"get","description":"Get a conversation","action":"Get a conversation"},{"name":"Get Many","value":"getAll","description":"Get many conversations","action":"Get many conversations"}],"default":"create"},{"displayName":"Mailbox Name or ID","name":"mailboxId","type":"options","typeOptions":{"loadOptionsMethod":"getMailboxes"},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["conversation"]}},"default":"","description":"ID of a mailbox where the conversation is being created. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Status","name":"status","type":"options","required":true,"options":[{"name":"Active","value":"active"},{"name":"Closed","value":"closed"},{"name":"Pending","value":"pending"}],"displayOptions":{"show":{"operation":["create"],"resource":["conversation"]}},"default":"","description":"Conversation status"},{"displayName":"Subject","name":"subject","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["conversation"]}},"default":"","description":"Conversation’s subject"},{"displayName":"Type","name":"type","required":true,"type":"options","options":[{"name":"Chat","value":"chat"},{"name":"Email","value":"email"},{"name":"Phone","value":"phone"}],"displayOptions":{"show":{"operation":["create"],"resource":["conversation"]}},"default":"","description":"Conversation type"},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":true,"displayOptions":{"show":{"operation":["create"],"resource":["conversation"]}},"description":"By default the response only contain the ID to resource. If this option gets activated, it will resolve the data automatically."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["conversation"]}},"options":[{"displayName":"Assign To","name":"assignTo","type":"number","default":0,"description":"The Help Scout user assigned to the conversation"},{"displayName":"Auto Reply","name":"autoReply","type":"boolean","default":false,"description":"Whether set to true, an auto reply will be sent as long as there is at least one customer thread in the conversation"},{"displayName":"Closed At","name":"closedAt","type":"dateTime","default":"","description":"When the conversation was closed, only applicable for imported conversations"},{"displayName":"Created At","name":"createdAt","type":"dateTime","default":"","description":"When this conversation was created - ISO 8601 date time"},{"displayName":"Customer Email","name":"customerEmail","type":"string","default":""},{"displayName":"Customer ID","name":"customerId","type":"number","default":0},{"displayName":"Imported","name":"imported","type":"boolean","default":false,"description":"Whether set to true, no outgoing emails or notifications will be generated"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"List of tags to be added to the conversation. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User ID","name":"user","type":"number","default":0,"description":"ID of the user who is adding the conversation and threads"}]},{"displayName":"Threads","name":"threadsUi","placeholder":"Add Thread","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"operation":["create"],"resource":["conversation"]}},"default":{},"options":[{"displayName":"Thread","name":"threadsValues","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Chat","value":"chat"},{"name":"Customer","value":"customer"},{"name":"Note","value":"note"},{"name":"Phone","value":"phone"},{"name":"Reply","value":"reply"}],"default":""},{"displayName":"Text","name":"text","type":"string","default":"","description":"The message text"},{"displayName":"Bcc","name":"bcc","displayOptions":{"show":{"type":["customer"]}},"type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Email"},"default":[],"description":"Email addresses"},{"displayName":"Cc","name":"cc","displayOptions":{"show":{"type":["customer"]}},"type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Email"},"default":[],"description":"Email addresses"},{"displayName":"Draft","name":"draft","displayOptions":{"show":{"type":["reply"]}},"type":"boolean","default":false,"description":"Whether true, a draft reply is created"}]}]},{"displayName":"Conversation ID","name":"conversationId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["conversation"],"operation":["get"]}}},{"displayName":"Conversation ID","name":"conversationId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["conversation"],"operation":["delete"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["conversation"]}},"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":["conversation"],"returnAll":[false]}},"typeOptions":{"minValue":1},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["conversation"],"operation":["getAll"]}},"options":[{"displayName":"Assign To","name":"assignTo","type":"number","default":0,"description":"Filters conversations by assignee ID"},{"displayName":"Embed","name":"embed","type":"options","options":[{"name":"Threads","value":"threads"}],"default":"","description":"Allows embedding/loading of sub-entities"},{"displayName":"Folder ID","name":"folder","type":"string","default":"","description":"Filters conversations from a specific folder ID"},{"displayName":"Mailbox ID","name":"mailbox","type":"string","default":"","description":"Filters conversations from a specific mailbox"},{"displayName":"Modified Since","name":"modifiedSince","type":"dateTime","default":"","description":"Returns only conversations that were modified after this date"},{"displayName":"Number","name":"number","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Looks up conversation by conversation number"},{"displayName":"Query","name":"query","type":"string","default":"","description":"Advanced search <a href=\"https://developer.helpscout.com/mailbox-api/endpoints/conversations/list/#query\">Examples</a>"},{"displayName":"Sort Field","name":"sortField","type":"options","options":[{"name":"Created At","value":"createdAt"},{"name":"Customer Email","value":"customerEmail"},{"name":"Customer Name","value":"customerName"},{"name":"Mailbox ID","value":"mailboxid"},{"name":"Modified At","value":"modifiedAt"},{"name":"Number","value":"number"},{"name":"Score","value":"score"},{"name":"Status","value":"status"},{"name":"Subject","value":"subject"}],"default":"","description":"Sorts the result by specified field"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Active","value":"active"},{"name":"All","value":"all"},{"name":"Closed","value":"closed"},{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Spam","value":"spam"}],"default":"active","description":"Filter conversation by status"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"Filter conversation by tags. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"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":"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":"Properties","value":"properties","description":"Get customer property definitions","action":"Get customer properties"},{"name":"Update","value":"update","description":"Update a customer","action":"Update a customer"}],"default":"create"},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":true,"displayOptions":{"show":{"operation":["create"],"resource":["customer"]}},"description":"By default the response only contain the ID to resource. If this option gets activated, it will resolve the data automatically."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["customer"]}},"options":[{"displayName":"Age","name":"age","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Customer’s age"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of the customer. When defined it must be between 1 and 40 characters."},{"displayName":"Gender","name":"gender","type":"options","options":[{"name":"Female","value":"female"},{"name":"Male","value":"male"},{"name":"Unknown","value":"unknown"}],"default":"","description":"Gender of this customer"},{"displayName":"Job Title","name":"jobTitle","type":"string","default":"","description":"Job title. Max length 60 characters."},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of the customer"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Location of the customer"},{"displayName":"Notes","name":"background","type":"string","default":""},{"displayName":"Organization","name":"organization","type":"string","default":""},{"displayName":"Photo Url","name":"photoUrl","type":"string","default":"","description":"URL of the customer’s photo"}]},{"displayName":"Address","name":"addressUi","placeholder":"Add Address","type":"fixedCollection","displayOptions":{"show":{"operation":["create"],"resource":["customer"]}},"default":{},"options":[{"displayName":"Address","name":"addressValue","values":[{"displayName":"Line 1","name":"line1","type":"string","default":""},{"displayName":"Line 2","name":"line2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Country Name or ID","name":"country","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCountriesCodes"},"default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""}]}]},{"displayName":"Chat Handles","name":"chatsUi","placeholder":"Add Chat Handle","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"operation":["create"],"resource":["customer"]}},"default":{},"options":[{"displayName":"Chat Handle","name":"chatsValues","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"AIM","value":"aim"},{"name":"Google Talk","value":"gtalk"},{"name":"ICQ","value":"icq"},{"name":"MSN","value":"msn"},{"name":"Other","value":"other"},{"name":"QQ","value":"qq"},{"name":"Skype","value":"skype"},{"name":"XMPP","value":"xmpp"},{"name":"Yahoo","value":"yahoo"}],"description":"Chat type","default":""},{"displayName":"Value","name":"value","type":"string","default":"","description":"Chat handle"}]}]},{"displayName":"Emails","name":"emailsUi","placeholder":"Add Email","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"operation":["create"],"resource":["customer"]}},"default":{},"options":[{"displayName":"Email","name":"emailsValues","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Home","value":"home"},{"name":"Other","value":"other"},{"name":"Work","value":"work"}],"description":"Location for this email address","default":""},{"displayName":"Value","name":"value","type":"string","default":"","description":"Email"}]}]},{"displayName":"Phones","name":"phonesUi","placeholder":"Add Phone","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"operation":["create"],"resource":["customer"]}},"default":{},"options":[{"displayName":"Email","name":"phonesValues","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Fax","value":"fax"},{"name":"Home","value":"home"},{"name":"Other","value":"other"},{"name":"Pager","value":"pager"},{"name":"Work","value":"work"}],"description":"Location for this phone","default":""},{"displayName":"Value","name":"value","type":"string","default":"","description":"Phone"}]}]},{"displayName":"Social Profiles","name":"socialProfilesUi","placeholder":"Add Social Profile","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"operation":["create"],"resource":["customer"]}},"default":{},"options":[{"displayName":"Social Profile","name":"socialProfilesValues","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"About Me","value":"aboutMe"},{"name":"Facebook","value":"facebook"},{"name":"Flickr","value":"flickr"},{"name":"Forsquare","value":"forsquare"},{"name":"Google","value":"google"},{"name":"Google Plus","value":"googleplus"},{"name":"Linkedin","value":"linkedin"},{"name":"Other","value":"other"},{"name":"Quora","value":"quora"},{"name":"Tungleme","value":"tungleme"},{"name":"Twitter","value":"twitter"},{"name":"Youtube","value":"youtube"}],"description":"Type of social profile","default":""},{"displayName":"Value","name":"value","type":"string","default":"","description":"Social Profile handle (URL for example)"}]}]},{"displayName":"Websites","name":"websitesUi","placeholder":"Add Website","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"operation":["create"],"resource":["customer"]}},"default":{},"options":[{"displayName":"Website","name":"websitesValues","values":[{"displayName":"Value","name":"value","type":"string","default":"","description":"Website URL"}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["customer"]}},"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":["customer"],"returnAll":[false]}},"typeOptions":{"minValue":1},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["customer"],"operation":["getAll"]}},"options":[{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"Filters customers by first name"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Filters customers by last name"},{"displayName":"Mailbox ID","name":"mailbox","type":"string","default":"","description":"Filters customers from a specific mailbox"},{"displayName":"Modified Since","name":"modifiedSince","type":"dateTime","default":"","description":"Returns only customers that were modified after this date"},{"displayName":"Sort Field","name":"sortField","type":"options","options":[{"name":"Score","value":"score"},{"name":"First Name","value":"firstName"},{"name":"Last Name","value":"lastName"},{"name":"Modified At","value":"modifiedAt"}],"default":"score","description":"Sorts the result by specified field"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc"},{"displayName":"Query","name":"query","type":"string","default":"","description":"Advanced search <a href=\"https://developer.helpscout.com/mailbox-api/endpoints/customers/list/#query\">Examples</a>"}]},{"displayName":"Customer ID","name":"customerId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["customer"],"operation":["get"]}}},{"displayName":"Customer ID","name":"customerId","type":"string","default":"","displayOptions":{"show":{"operation":["update"],"resource":["customer"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["customer"]}},"options":[{"displayName":"Age","name":"age","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Customer’s age"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of the customer. When defined it must be between 1 and 40 characters."},{"displayName":"Gender","name":"gender","type":"options","options":[{"name":"Female","value":"female"},{"name":"Male","value":"male"},{"name":"Unknown","value":"unknown"}],"default":"","description":"Gender of this customer"},{"displayName":"Job Title","name":"jobTitle","type":"string","default":"","description":"Job title. Max length 60 characters."},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of the customer"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Location of the customer"},{"displayName":"Notes","name":"background","type":"string","default":""},{"displayName":"Organization","name":"organization","type":"string","default":""},{"displayName":"Photo Url","name":"photoUrl","type":"string","default":"","description":"URL of the customer’s photo"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["mailbox"]}},"options":[{"name":"Get","value":"get","description":"Get data of a mailbox","action":"Get a mailbox"},{"name":"Get Many","value":"getAll","description":"Get many mailboxes","action":"Get many mailboxes"}],"default":"get"},{"displayName":"Mailbox ID","name":"mailboxId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["mailbox"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["mailbox"]}},"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":["mailbox"],"returnAll":[false]}},"typeOptions":{"minValue":1},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["thread"]}},"options":[{"name":"Create","value":"create","description":"Create a new chat thread","action":"Create a thread"},{"name":"Get Many","value":"getAll","description":"Get many chat threads","action":"Get many threads"}],"default":"create"},{"displayName":"Conversation ID","name":"conversationId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["thread"],"operation":["create"]}}},{"displayName":"Type","name":"type","type":"options","required":true,"displayOptions":{"show":{"resource":["thread"],"operation":["create"]}},"options":[{"name":"Chat","value":"chat"},{"name":"Customer","value":"customer"},{"name":"Note","value":"note"},{"name":"Phone","value":"phone"},{"name":"Reply","value":"reply"}],"default":""},{"displayName":"Text","name":"text","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["thread"],"operation":["create"]}},"description":"The chat text"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["thread"]}},"options":[{"displayName":"Created At","name":"createdAt","type":"dateTime","default":""},{"displayName":"Customer Email","name":"customerEmail","type":"string","default":""},{"displayName":"Customer ID","name":"customerId","type":"number","default":0},{"displayName":"Draft","name":"draft","type":"boolean","default":false,"displayOptions":{"show":{"/type":["note"]}},"description":"Whether a draft reply is created"},{"displayName":"Imported","name":"imported","type":"boolean","default":false,"description":"Whether no outgoing emails or notifications will be generated"}]},{"displayName":"Attachments","name":"attachmentsUi","placeholder":"Add Attachments","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"operation":["create"],"resource":["thread"]}},"options":[{"name":"attachmentsValues","displayName":"Attachments Values","values":[{"displayName":"FileName","name":"fileName","type":"string","default":"","description":"Attachment’s file name"},{"displayName":"Mime Type","name":"mimeType","type":"string","default":"","description":"Attachment’s mime type"},{"displayName":"Data","name":"data","type":"string","default":"","placeholder":"ZXhhbXBsZSBmaWxl","description":"Base64-encoded stream of data"}]},{"name":"attachmentsBinary","displayName":"Attachments Binary","values":[{"displayName":"Property","name":"property","type":"string","default":"data","description":"Name of the binary properties which contain data which should be added to email as attachment"}]}],"default":{},"description":"Array of supported attachments to add to the message"},{"displayName":"Conversation ID","name":"conversationId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["thread"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["thread"]}},"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":["thread"],"returnAll":[false]}},"typeOptions":{"minValue":1},"default":50,"description":"Max number of results to return"}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.helpscout/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/helpscout/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/HelpScout/helpScout.svg"},
{"displayName":"Help Scout Trigger","name":"helpScoutTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when Help Scout events occur","defaults":{"name":"Help Scout Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"helpScoutOAuth2Api","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"Conversation - Assigned","value":"convo.assigned"},{"name":"Conversation - Created","value":"convo.created"},{"name":"Conversation - Deleted","value":"convo.deleted"},{"name":"Conversation - Merged","value":"convo.merged"},{"name":"Conversation - Moved","value":"convo.moved"},{"name":"Conversation - Status","value":"convo.status"},{"name":"Conversation - Tags","value":"convo.tags"},{"name":"Conversation Agent Reply - Created","value":"convo.agent.reply.created"},{"name":"Conversation Customer Reply - Created","value":"convo.customer.reply.created"},{"name":"Conversation Note - Created","value":"convo.note.created"},{"name":"Customer - Created","value":"customer.created"},{"name":"Rating - Received","value":"satisfaction.ratings"}],"default":[],"required":true}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.helpscouttrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/helpscout/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/HelpScout/helpScout.svg"},
{"displayName":"HighLevel","name":"highLevel","group":["transform"],"defaultVersion":2,"description":"Consume HighLevel API v2","version":2,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"HighLevel"},"builderHint":{"message":"To add notes to contacts, set additionalFields.notes"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"highLevelOAuth2Api","required":true}],"requestDefaults":{"baseURL":"https://services.leadconnectorhq.com","headers":{"Accept":"application/json","Content-Type":"application/json","Version":"2021-07-28"}},"requestOperations":{},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Contact","value":"contact"},{"name":"Opportunity","value":"opportunity"},{"name":"Task","value":"task"},{"name":"Calendar","value":"calendar"}],"default":"contact","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create or Update","value":"create","routing":{"request":{"method":"POST","url":"/contacts/upsert/"},"send":{"preSend":[null,null,null,null]},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"contact"}},null]}},"action":"Create or update a contact"},{"name":"Delete","value":"delete","routing":{"request":{"method":"DELETE","url":"=/contacts/{{$parameter.contactId}}/"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"action":"Delete a contact"},{"name":"Get","value":"get","routing":{"request":{"method":"GET","url":"=/contacts/{{$parameter.contactId}}/"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"contact"}}]}},"action":"Get a contact"},{"name":"Get Many","value":"getAll","routing":{"request":{"method":"GET","url":"=/contacts/"},"send":{"preSend":[null],"paginate":true}},"action":"Get many contacts"},{"name":"Update","value":"update","routing":{"request":{"method":"PUT","url":"=/contacts/{{$parameter.contactId}}/"},"send":{"preSend":[null,null]},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"contact"}}]}},"action":"Update a contact"}],"default":"create"},{"displayName":"Create a new contact or update an existing one if email or phone matches (upsert)","name":"contactCreateNotice","type":"notice","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","description":"Email or Phone are required to create contact","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"default":"","routing":{"send":{"type":"body","property":"email"}}},{"displayName":"Phone","name":"phone","type":"string","description":"Phone or Email are required to create contact. Phone number has to start with a valid <a href=\"https://en.wikipedia.org/wiki/List_of_country_calling_codes\">country code</a> leading with + sign.","placeholder":"+491234567890","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"default":"","routing":{"send":{"type":"body","property":"phone"}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"displayName":"Address","name":"address1","type":"string","default":"","routing":{"send":{"type":"body","property":"address1"}}},{"displayName":"City","name":"city","type":"string","default":"","routing":{"send":{"type":"body","property":"city"}}},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Field","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"values","displayName":"Value","values":[{"displayName":"Field Name or ID","name":"fieldId","required":true,"type":"resourceLocator","default":"","description":"Choose from the list, or specify an ID using an expression","modes":[{"displayName":"List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchCustomFields","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"Enter Custom Field ID"}]},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","routing":{"send":{"type":"body","property":"customFields","value":"={{ $parent.values.map(field => ({ fieldId: { id: field.fieldId.id }, field_value: field.fieldValue })) }}"}}}]}],"routing":{"send":{"type":"body","property":"customFields"}}},{"displayName":"Do Not Disturb","name":"dnd","description":"Whether automated/manual outbound messages are permitted to go out or not. True means NO outbound messages are permitted.","type":"boolean","default":false,"routing":{"send":{"type":"body","property":"dnd"}}},{"displayName":"First Name","name":"firstName","type":"string","default":"","routing":{"send":{"type":"body","property":"firstName"}}},{"displayName":"Last Name","name":"lastName","type":"string","default":"","routing":{"send":{"type":"body","property":"lastName"}}},{"displayName":"Name","name":"name","type":"string","default":"e.g. John Deo","description":"The full name of the contact, will be overwritten by 'First Name' and 'Last Name' if set","routing":{"send":{"type":"body","property":"name"}}},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","routing":{"send":{"type":"body","property":"postalCode"}}},{"displayName":"Source","name":"source","type":"string","default":"","placeholder":"e.g. Public API","routing":{"send":{"type":"body","property":"source"}}},{"displayName":"State","name":"state","type":"string","default":"","routing":{"send":{"type":"body","property":"state"}}},{"displayName":"Note","name":"notes","type":"string","default":""},{"displayName":"Tags","name":"tags","type":"string","hint":"Comma separated list of tags, array of strings can be set in expression","default":"","routing":{"send":{"type":"body","property":"tags"}}},{"displayName":"Timezone","name":"timezone","placeholder":"Select Timezone","type":"resourceLocator","default":"","description":"Choose from the list, or specify a timezone using an expression","modes":[{"displayName":"List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchTimezones","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"Enter Timezone ID"}],"routing":{"send":{"type":"body","property":"timezone"}}},{"displayName":"Website","name":"website","type":"string","default":"","routing":{"send":{"type":"body","property":"website"}}}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Address","name":"address1","type":"string","default":"","routing":{"send":{"type":"body","property":"address1"}}},{"displayName":"City","name":"city","type":"string","default":"","routing":{"send":{"type":"body","property":"city"}}},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Field","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"values","displayName":"Value","values":[{"displayName":"Field Name or ID","name":"fieldId","required":true,"type":"resourceLocator","default":"","description":"Choose from the list, or specify an ID using an expression","modes":[{"displayName":"List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchCustomFields","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"Enter Custom Field ID"}]},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","routing":{"send":{"type":"body","property":"customFields","value":"={{ $parent.values.map(field => ({ fieldId: { id: field.fieldId.id }, field_value: field.fieldValue })) }}"}}}]}],"routing":{"send":{"type":"body","property":"customFields"}}},{"displayName":"Do Not Disturb","name":"dnd","description":"Whether automated/manual outbound messages are permitted to go out or not. True means NO outbound messages are permitted.","type":"boolean","default":false,"routing":{"send":{"type":"body","property":"dnd"}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","routing":{"send":{"type":"body","property":"email"}}},{"displayName":"First Name","name":"firstName","type":"string","default":"","routing":{"send":{"type":"body","property":"firstName"}}},{"displayName":"Last Name","name":"lastName","type":"string","default":"","routing":{"send":{"type":"body","property":"lastName"}}},{"displayName":"Name","name":"name","type":"string","description":"The full name of the contact, will be overwritten by 'First Name' and 'Last Name' if set","default":"e.g. John Deo","routing":{"send":{"type":"body","property":"name"}}},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number has to start with a valid <a href=\"https://en.wikipedia.org/wiki/List_of_country_calling_codes\">country code</a> leading with + sign","placeholder":"+491234567890","routing":{"send":{"type":"body","property":"phone"}}},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","routing":{"send":{"type":"body","property":"postalCode"}}},{"displayName":"State","name":"state","type":"string","default":"","routing":{"send":{"type":"body","property":"state"}}},{"displayName":"Tags","name":"tags","type":"string","hint":"Comma separated list of tags, array of strings can be set in expression","default":"","routing":{"send":{"type":"body","property":"tags"}}},{"displayName":"Timezone","name":"timezone","placeholder":"Select Timezone","type":"resourceLocator","default":"","description":"Choose from the list, or specify a timezone using an expression","modes":[{"displayName":"List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchTimezones","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"Enter Timezone ID"}],"routing":{"send":{"type":"body","property":"timezone"}}},{"displayName":"Website","name":"website","type":"string","default":"","routing":{"send":{"type":"body","property":"website"}}}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"default":""},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"default":""},{"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},"default":50,"routing":{"send":{"type":"query","property":"limit"},"output":{"maxResults":"={{$value}}"}},"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"Query will search on these fields: Name, Phone, Email, Tags, and Company Name","routing":{"send":{"type":"query","property":"query"}}}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Order","name":"order","type":"options","options":[{"name":"Descending","value":"desc"},{"name":"Ascending","value":"asc"}],"default":"desc","routing":{"send":{"type":"query","property":"order"}}},{"displayName":"Sort By","name":"sortBy","type":"options","options":[{"name":"Date Added","value":"date_added"},{"name":"Date Updated","value":"date_updated"}],"default":"date_added","routing":{"send":{"type":"query","property":"sortBy"}}}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","description":"Lookup Contact by Email. If Email is not found it will try to find a contact by phone.","displayOptions":{"show":{"resource":["contact"],"operation":["lookup"]}},"default":""},{"displayName":"Phone","name":"phone","type":"string","description":"Lookup Contact by Phone. It will first try to find a contact by Email and than by Phone.","displayOptions":{"show":{"resource":["contact"],"operation":["lookup"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["opportunity"]}},"options":[{"name":"Create","value":"create","routing":{"send":{"preSend":[null,null]},"request":{"method":"POST","url":"/opportunities/"}},"action":"Create an opportunity"},{"name":"Delete","value":"delete","routing":{"request":{"method":"DELETE","url":"=/opportunities/{{$parameter.opportunityId}}"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"action":"Delete an opportunity"},{"name":"Get","value":"get","routing":{"request":{"method":"GET","url":"=/opportunities/{{$parameter.opportunityId}}"}},"action":"Get an opportunity"},{"name":"Get Many","value":"getAll","routing":{"request":{"method":"GET","url":"/opportunities/search"},"send":{"preSend":[null],"paginate":true}},"action":"Get many opportunities"},{"name":"Update","value":"update","routing":{"request":{"method":"PUT","url":"=/opportunities/{{$parameter.opportunityId}}"}},"action":"Update an opportunity"}],"default":"create"},{"displayName":"Pipeline Name or ID","name":"pipelineId","type":"options","displayOptions":{"show":{"resource":["opportunity"],"operation":["create"]}},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPipelines"},"routing":{"send":{"type":"body","property":"pipelineId"}},"default":""},{"displayName":"Contact Email or ID","name":"contactId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","hint":"There can only be one opportunity for each contact","displayOptions":{"show":{"resource":["opportunity"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getContacts"},"default":"","routing":{"send":{"type":"body","property":"contactId"}}},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["opportunity"],"operation":["create"]}},"default":"","routing":{"send":{"type":"body","property":"name"}}},{"displayName":"Status","name":"status","type":"options","required":true,"displayOptions":{"show":{"resource":["opportunity"],"operation":["create"]}},"options":[{"name":"Open","value":"open"},{"name":"Won","value":"won"},{"name":"Lost","value":"lost"},{"name":"Abandoned","value":"abandoned"}],"default":"open","routing":{"send":{"type":"body","property":"status"}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["opportunity"],"operation":["create"]}},"options":[{"displayName":"Assigned To","name":"assignedTo","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"routing":{"send":{"type":"body","property":"assignedTo"}}},{"displayName":"Company Name","name":"companyName","type":"string","default":"","routing":{"send":{"type":"body","property":"companyName"}}},{"displayName":"Monetary Value","name":"monetaryValue","type":"number","default":"","description":"Monetary value of lead opportunity","routing":{"send":{"type":"body","property":"monetaryValue"}}},{"displayName":"Tags","name":"tags","type":"string","hint":"Comma separated list of tags, array of strings can be set in expression","default":"","routing":{"send":{"type":"body","property":"tags"}}},{"displayName":"Stage Name or ID","name":"stageId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsDependsOn":["/pipelineId"],"loadOptionsMethod":"getPipelineStages"},"routing":{"send":{"type":"body","property":"pipelineStageId"}}}]},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","required":true,"hint":"You cannot update an opportunity's pipeline ID.","displayOptions":{"show":{"resource":["opportunity"],"operation":["update"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["opportunity"],"operation":["update"]}},"options":[{"displayName":"Assigned To","name":"assignedTo","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"routing":{"send":{"type":"body","property":"assignedTo"}}},{"displayName":"Monetary Value","name":"monetaryValue","type":"number","default":"","description":"Monetary value of lead opportunity","routing":{"send":{"type":"body","property":"monetaryValue"}}},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. John Deo","routing":{"send":{"type":"body","property":"name"}}},{"displayName":"Pipeline Name or ID","name":"pipelineId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPipelines"},"routing":{"send":{"type":"body","property":"pipelineId"}},"default":""},{"displayName":"Stage Name or ID","name":"stageId","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","hint":"Select 'Pipeline Name or ID' first to see stages","typeOptions":{"loadOptionsDependsOn":["pipelineId"],"loadOptionsMethod":"getPipelineStages"},"routing":{"send":{"type":"body","property":"pipelineStageId"}}},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Open","value":"open"},{"name":"Won","value":"won"},{"name":"Lost","value":"lost"},{"name":"Abandoned","value":"abandoned"}],"default":"open","routing":{"send":{"type":"body","property":"status"}}}]},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","required":true,"displayOptions":{"show":{"resource":["opportunity"],"operation":["delete"]}},"default":""},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","required":true,"displayOptions":{"show":{"resource":["opportunity"],"operation":["get"]}},"default":""},{"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":20,"routing":{"send":{"type":"query","property":"limit"}},"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["opportunity"],"operation":["getAll"]}},"options":[{"displayName":"Assigned To","name":"assignedTo","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"routing":{"send":{"type":"query","property":"assigned_to"}}},{"displayName":"Campaign ID","name":"campaignId","type":"string","default":"","routing":{"send":{"type":"query","property":"campaignId"}}},{"displayName":"End Date","name":"endDate","type":"dateTime","default":"","routing":{"send":{"type":"query","property":"endDate","preSend":[null]}}},{"displayName":"Pipeline Name or ID","name":"pipelineId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPipelines"},"routing":{"send":{"type":"query","property":"pipeline_id"}},"default":""},{"displayName":"Stage Name or ID","name":"stageId","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","hint":"Select 'Pipeline Name or ID' first to see stages","typeOptions":{"loadOptionsDependsOn":["pipelineId"],"loadOptionsMethod":"getPipelineStages"},"routing":{"send":{"type":"query","property":"pipeline_stage_id"}}},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","routing":{"send":{"type":"query","property":"date","preSend":[null]}}},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Open","value":"open"},{"name":"Won","value":"won"},{"name":"Lost","value":"lost"},{"name":"Abandoned","value":"abandoned"}],"default":"open","routing":{"send":{"type":"query","property":"status"}}},{"displayName":"Query","name":"query","type":"string","default":"","description":"Query will search on these fields: Name, Phone, Email, Tags, and Company Name","routing":{"send":{"type":"query","property":"q"}}}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","routing":{"request":{"method":"POST","url":"=/contacts/{{$parameter.contactId}}/tasks/"},"output":{"postReceive":[null]}},"action":"Create a task"},{"name":"Delete","value":"delete","routing":{"request":{"method":"DELETE","url":"=/contacts/{{$parameter.contactId}}/tasks/{{$parameter.taskId}}/"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"action":"Delete a task"},{"name":"Get","value":"get","routing":{"request":{"method":"GET","url":"=/contacts/{{$parameter.contactId}}/tasks/{{$parameter.taskId}}/"},"output":{"postReceive":[null]}},"action":"Get a task"},{"name":"Get Many","value":"getAll","routing":{"request":{"method":"GET","url":"=/contacts/{{$parameter.contactId}}/tasks/"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"tasks"}},null]}},"action":"Get many tasks"},{"name":"Update","value":"update","routing":{"request":{"method":"PUT","url":"=/contacts/{{$parameter.contactId}}/tasks/{{$parameter.taskId}}/"},"send":{"preSend":[null]},"output":{"postReceive":[null]}},"action":"Update a task"}],"default":"create"},{"displayName":"Contact Email or ID","name":"contactId","type":"options","typeOptions":{"loadOptionsMethod":"getContacts"},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"default":"","required":true,"description":"Contact the task belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"routing":{"send":{"type":"body","property":"title"}}},{"displayName":"Due Date","name":"dueDate","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"routing":{"send":{"type":"body","property":"dueDate","preSend":[null]}}},{"displayName":"Completed","name":"completed","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"routing":{"send":{"type":"body","property":"completed"}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Assigned To","name":"assignedTo","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"routing":{"send":{"type":"body","property":"assignedTo"}}},{"displayName":"Body","name":"body","type":"string","default":"","routing":{"send":{"type":"body","property":"body"}}}]},{"displayName":"Contact Email or ID","name":"contactId","type":"options","typeOptions":{"loadOptionsMethod":"getContacts"},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"default":"","required":true,"description":"Contact the task belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Task ID","name":"taskId","type":"string","displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"default":"","required":true},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Assigned To","name":"assignedTo","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"routing":{"send":{"type":"body","property":"assignedTo"}}},{"displayName":"Completed","name":"completed","type":"boolean","default":false,"routing":{"send":{"type":"body","property":"completed"}}},{"displayName":"Body","name":"body","type":"string","default":"","routing":{"send":{"type":"body","property":"body"}}},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":"","routing":{"send":{"type":"body","property":"dueDate","preSend":[null]}}},{"displayName":"Title","name":"title","type":"string","default":"","routing":{"send":{"type":"body","property":"title"}}}]},{"displayName":"Contact Email or ID","name":"contactId","type":"options","typeOptions":{"loadOptionsMethod":"getContacts"},"displayOptions":{"show":{"resource":["task"],"operation":["delete"]}},"default":"","required":true,"description":"Contact the task belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["delete"]}},"default":""},{"displayName":"Contact Email or ID","name":"contactId","type":"options","typeOptions":{"loadOptionsMethod":"getContacts"},"displayOptions":{"show":{"resource":["task"],"operation":["get"]}},"default":"","required":true,"description":"Contact the task belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["get"]}},"default":""},{"displayName":"Contact Email or ID","name":"contactId","type":"options","typeOptions":{"loadOptionsMethod":"getContacts"},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"default":"","required":true,"description":"Contact the task belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"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":20,"routing":{"send":{"type":"query","property":"limit"}},"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["calendar"]}},"options":[{"name":"Book Appointment","value":"bookAppointment","action":"Book appointment in a calendar","routing":{"request":{"method":"POST","url":"=/calendars/events/appointments"}}},{"name":"Get Free Slots","value":"getFreeSlots","action":"Get free slots of a calendar","routing":{"request":{"method":"GET","url":"=/calendars/{{$parameter.calendarId}}/free-slots"}}}],"default":"bookAppointment","noDataExpression":true},{"displayName":"Calendar ID","name":"calendarId","type":"string","required":true,"displayOptions":{"show":{"resource":["calendar"],"operation":["bookAppointment"]}},"default":"","routing":{"send":{"type":"body","property":"calendarId"}}},{"displayName":"Location ID","name":"locationId","type":"string","required":true,"displayOptions":{"show":{"resource":["calendar"],"operation":["bookAppointment"]}},"default":"","routing":{"send":{"type":"body","property":"locationId"}}},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["calendar"],"operation":["bookAppointment"]}},"default":"","routing":{"send":{"type":"body","property":"contactId"}}},{"displayName":"Start Time","name":"startTime","type":"string","required":true,"description":"Example: 2021-06-23T03:30:00+05:30","displayOptions":{"show":{"resource":["calendar"],"operation":["bookAppointment"]}},"default":"","routing":{"send":{"type":"body","property":"startTime"}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["calendar"],"operation":["bookAppointment"]}},"options":[{"displayName":"End Time","name":"endTime","type":"string","description":"Example: 2021-06-23T04:30:00+05:30","default":"","routing":{"send":{"type":"body","property":"endTime"}}},{"displayName":"Title","name":"title","type":"string","default":"","routing":{"send":{"type":"body","property":"title"}}},{"displayName":"Appointment Status","name":"appointmentStatus","type":"options","default":"new","description":"The status of the appointment. Allowed values: new, confirmed, cancelled, showed, noshow, invalid.","options":[{"name":"Cancelled","value":"cancelled"},{"name":"Confirmed","value":"confirmed"},{"name":"Invalid","value":"invalid"},{"name":"New","value":"new"},{"name":"No Show","value":"noshow"},{"name":"Showed","value":"showed"}],"routing":{"send":{"type":"body","property":"appointmentStatus"}}},{"displayName":"Assigned User ID","name":"assignedUserId","type":"string","default":"","routing":{"send":{"type":"body","property":"assignedUserId"}}},{"displayName":"Address","name":"address","type":"string","default":"","routing":{"send":{"type":"body","property":"address"}}},{"displayName":"Ignore Date Range","name":"ignoreDateRange","type":"boolean","default":false,"routing":{"send":{"type":"body","property":"ignoreDateRange"}}},{"displayName":"Notify","name":"toNotify","type":"boolean","default":true,"routing":{"send":{"type":"body","property":"toNotify"}}}]},{"displayName":"Calendar ID","name":"calendarId","type":"string","required":true,"displayOptions":{"show":{"resource":["calendar"],"operation":["getFreeSlots"]}},"default":""},{"displayName":"Start Date","name":"startDate","type":"number","default":"","required":true,"description":"The start date for fetching free calendar slots. Example: 1548898600000.","displayOptions":{"show":{"resource":["calendar"],"operation":["getFreeSlots"]}},"routing":{"send":{"type":"query","property":"startDate"}}},{"displayName":"End Date","name":"endDate","type":"number","default":"","required":true,"description":"The end date for fetching free calendar slots. Example: 1601490599999.","displayOptions":{"show":{"resource":["calendar"],"operation":["getFreeSlots"]}},"routing":{"send":{"type":"query","property":"endDate"}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["calendar"],"operation":["getFreeSlots"]}},"options":[{"displayName":"Timezone","name":"timezone","type":"string","default":"","description":"The timezone to use for the returned slots. Example: America/Chihuahua.","routing":{"send":{"type":"query","property":"timezone"}}},{"displayName":"User ID","name":"userId","type":"string","default":"","description":"User ID to filter the slots (optional)","routing":{"send":{"type":"query","property":"userId"}}},{"displayName":"User IDs","name":"userIds","type":"collection","default":{},"options":[{"displayName":"User IDs","name":"userIds","type":"string","default":"","description":"Comma-separated list of user IDs to filter the slots","routing":{"send":{"type":"query","property":"userIds"}}}]},{"displayName":"Apply Look Busy","name":"enableLookBusy","type":"boolean","default":false,"description":"Apply Look Busy to the slots","routing":{"send":{"type":"query","property":"enableLookBusy"}}}]},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/HighLevel/highLevel.svg","codex":{"categories":["Marketing","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.highlevel/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/highlevel/"}]}}},
{"displayName":"HighLevel","name":"highLevel","group":["transform"],"defaultVersion":2,"description":"Consume HighLevel API v1","version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"HighLevel"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"highLevelApi","required":true}],"requestDefaults":{"baseURL":"https://rest.gohighlevel.com/v1","headers":{"Accept":"application/json","Content-Type":"application/json"}},"requestOperations":{},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Contact","value":"contact"},{"name":"Opportunity","value":"opportunity"},{"name":"Task","value":"task"}],"default":"contact","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create or Update","value":"create","routing":{"request":{"method":"POST","url":"/contacts"},"send":{"preSend":[null,null]},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"contact"}}]}},"action":"Create or update a contact"},{"name":"Delete","value":"delete","routing":{"request":{"method":"DELETE","url":"=/contacts/{{$parameter.contactId}}"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"action":"Delete a contact"},{"name":"Get","value":"get","routing":{"request":{"method":"GET","url":"=/contacts/{{$parameter.contactId}}"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"contact"}}]}},"action":"Get a contact"},{"name":"Get Many","value":"getAll","routing":{"request":{"method":"GET","url":"=/contacts"},"send":{"paginate":true}},"action":"Get many contacts"},{"name":"Lookup","value":"lookup","routing":{"request":{"method":"GET","url":"=/contacts/lookup?email={{$parameter.email}}&phone={{$parameter.phone}}"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"contacts"}}]}},"action":"Lookup a contact"},{"name":"Update","value":"update","routing":{"request":{"method":"PUT","url":"=/contacts/{{$parameter.contactId}}"},"send":{"preSend":[null,null]},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"contact"}}]}},"action":"Update a contact"}],"default":"create"},{"displayName":"Create a new contact or update an existing one if email or phone matches (upsert)","name":"contactCreateNotice","type":"notice","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","description":"Email or Phone are required to create contact","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"default":"","routing":{"send":{"type":"body","property":"email"}}},{"displayName":"Phone","name":"phone","type":"string","description":"Phone or Email are required to create contact. Phone number has to start with a valid <a href=\"https://en.wikipedia.org/wiki/List_of_country_calling_codes\">country code</a> leading with + sign.","placeholder":"+491234567890","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"default":"","routing":{"send":{"type":"body","property":"phone"}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"displayName":"Address","name":"address1","type":"string","default":"","routing":{"send":{"type":"body","property":"address1"}}},{"displayName":"City","name":"city","type":"string","default":"","routing":{"send":{"type":"body","property":"city"}}},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Field","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"values","displayName":"Value","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","required":true,"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptions":{"routing":{"request":{"url":"/custom-fields","method":"GET"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"customFields"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.name}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}}},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","routing":{"send":{"value":"={{$value}}","property":"=customField.{{$parent.fieldId}}","type":"body"}}}]}]},{"displayName":"Do Not Disturb","name":"dnd","description":"Whether automated/manual outbound messages are permitted to go out or not. True means NO outbound messages are permitted.","type":"boolean","default":false,"routing":{"send":{"type":"body","property":"dnd"}}},{"displayName":"First Name","name":"firstName","type":"string","default":"","routing":{"send":{"type":"body","property":"firstName"}}},{"displayName":"Last Name","name":"lastName","type":"string","default":"","routing":{"send":{"type":"body","property":"lastName"}}},{"displayName":"Name","name":"name","type":"string","default":"e.g. John Deo","description":"The full name of the contact, will be overwritten by 'First Name' and 'Last Name' if set","routing":{"send":{"type":"body","property":"name"}}},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","routing":{"send":{"type":"body","property":"postalCode"}}},{"displayName":"Source","name":"source","type":"string","default":"","placeholder":"e.g. Public API","routing":{"send":{"type":"body","property":"source"}}},{"displayName":"State","name":"state","type":"string","default":"","routing":{"send":{"type":"body","property":"state"}}},{"displayName":"Tags","name":"tags","type":"string","hint":"Comma separated list of tags, array of strings can be set in expression","default":"","routing":{"send":{"type":"body","property":"tags"}}},{"displayName":"Timezone","name":"timezone","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTimezones"},"routing":{"send":{"type":"body","property":"timezone"}}},{"displayName":"Website","name":"website","type":"string","default":"","routing":{"send":{"type":"body","property":"website"}}}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Address","name":"address1","type":"string","default":"","routing":{"send":{"type":"body","property":"address1"}}},{"displayName":"City","name":"city","type":"string","default":"","routing":{"send":{"type":"body","property":"city"}}},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Field","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"values","displayName":"Value","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","required":true,"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptions":{"routing":{"request":{"url":"/custom-fields","method":"GET"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"customFields"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.name}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}}},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","routing":{"send":{"value":"={{$value}}","property":"=customField.{{$parent.fieldId}}","type":"body"}}}]}]},{"displayName":"Do Not Disturb","name":"dnd","description":"Whether automated/manual outbound messages are permitted to go out or not. True means NO outbound messages are permitted.","type":"boolean","default":false,"routing":{"send":{"type":"body","property":"dnd"}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","routing":{"send":{"type":"body","property":"email"}}},{"displayName":"First Name","name":"firstName","type":"string","default":"","routing":{"send":{"type":"body","property":"firstName"}}},{"displayName":"Last Name","name":"lastName","type":"string","default":"","routing":{"send":{"type":"body","property":"lastName"}}},{"displayName":"Name","name":"name","type":"string","description":"The full name of the contact, will be overwritten by 'First Name' and 'Last Name' if set","default":"e.g. John Deo","routing":{"send":{"type":"body","property":"name"}}},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number has to start with a valid <a href=\"https://en.wikipedia.org/wiki/List_of_country_calling_codes\">country code</a> leading with + sign","placeholder":"+491234567890","routing":{"send":{"type":"body","property":"phone"}}},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","routing":{"send":{"type":"body","property":"postalCode"}}},{"displayName":"State","name":"state","type":"string","default":"","routing":{"send":{"type":"body","property":"state"}}},{"displayName":"Tags","name":"tags","type":"string","hint":"Comma separated list of tags, array of strings can be set in expression","default":"","routing":{"send":{"type":"body","property":"tags"}}},{"displayName":"Timezone","name":"timezone","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTimezones"},"routing":{"send":{"type":"body","property":"timezone"}}},{"displayName":"Website","name":"website","type":"string","default":"","routing":{"send":{"type":"body","property":"website"}}}]},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"default":""},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"default":""},{"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":20,"routing":{"send":{"type":"query","property":"limit"},"output":{"maxResults":"={{$value}}"}},"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"Query will search on these fields: Name, Phone, Email, Tags, and Company Name","routing":{"send":{"type":"query","property":"query"}}}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Order","name":"order","type":"options","options":[{"name":"Descending","value":"desc"},{"name":"Ascending","value":"asc"}],"default":"desc","routing":{"send":{"type":"query","property":"order"}}},{"displayName":"Sort By","name":"sortBy","type":"options","options":[{"name":"Date Added","value":"date_added"},{"name":"Date Updated","value":"date_updated"}],"default":"date_added","routing":{"send":{"type":"query","property":"sortBy"}}}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","description":"Lookup Contact by Email. If Email is not found it will try to find a contact by phone.","displayOptions":{"show":{"resource":["contact"],"operation":["lookup"]}},"default":""},{"displayName":"Phone","name":"phone","type":"string","description":"Lookup Contact by Phone. It will first try to find a contact by Email and than by Phone.","displayOptions":{"show":{"resource":["contact"],"operation":["lookup"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["opportunity"]}},"options":[{"name":"Create","value":"create","routing":{"send":{"preSend":[null]},"request":{"method":"POST","url":"=/pipelines/{{$parameter.pipelineId}}/opportunities"}},"action":"Create an opportunity"},{"name":"Delete","value":"delete","routing":{"request":{"method":"DELETE","url":"=/pipelines/{{$parameter.pipelineId}}/opportunities/{{$parameter.opportunityId}}"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"action":"Delete an opportunity"},{"name":"Get","value":"get","routing":{"request":{"method":"GET","url":"=/pipelines/{{$parameter.pipelineId}}/opportunities/{{$parameter.opportunityId}}"}},"action":"Get an opportunity"},{"name":"Get Many","value":"getAll","routing":{"request":{"method":"GET","url":"=/pipelines/{{$parameter.pipelineId}}/opportunities"},"send":{"paginate":true}},"action":"Get many opportunities"},{"name":"Update","value":"update","routing":{"request":{"method":"PUT","url":"=/pipelines/{{$parameter.pipelineId}}/opportunities/{{$parameter.opportunityId}}"},"send":{"preSend":[null,null]}},"action":"Update an opportunity"}],"default":"create"},{"displayName":"Pipeline Name or ID","name":"pipelineId","type":"options","displayOptions":{"show":{"resource":["opportunity"],"operation":["create","delete","get","getAll","update"]}},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptions":{"routing":{"request":{"url":"/pipelines","method":"GET"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"pipelines"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.name}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"default":""},{"displayName":"Stage Name or ID","name":"stageId","type":"options","required":true,"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"resource":["opportunity"],"operation":["create"]}},"default":"","typeOptions":{"loadOptionsDependsOn":["pipelineId"],"loadOptionsMethod":"getPipelineStages"},"routing":{"send":{"type":"body","property":"stageId"}}},{"displayName":"Contact Identifier","name":"contactIdentifier","required":true,"type":"string","description":"Either Email, Phone or Contact ID","hint":"There can only be one opportunity for each contact.","displayOptions":{"show":{"resource":["opportunity"],"operation":["create"]}},"default":"","routing":{"send":{"preSend":[null]}}},{"displayName":"Title","name":"title","type":"string","required":true,"displayOptions":{"show":{"resource":["opportunity"],"operation":["create"]}},"default":"","routing":{"send":{"type":"body","property":"title"}}},{"displayName":"Status","name":"status","type":"options","required":true,"displayOptions":{"show":{"resource":["opportunity"],"operation":["create"]}},"options":[{"name":"Open","value":"open"},{"name":"Won","value":"won"},{"name":"Lost","value":"lost"},{"name":"Abandoned","value":"abandoned"}],"default":"open","routing":{"send":{"type":"body","property":"status"}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["opportunity"],"operation":["create"]}},"options":[{"displayName":"Assigned To","name":"assignedTo","type":"options","default":"","description":"Choose staff member from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"routing":{"send":{"type":"body","property":"assignedTo"}}},{"displayName":"Company Name","name":"companyName","type":"string","default":"","routing":{"send":{"type":"body","property":"companyName"}}},{"displayName":"Monetary Value","name":"monetaryValue","type":"number","default":"","description":"Monetary value of lead opportunity","routing":{"send":{"type":"body","property":"monetaryValue"}}},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. John Deo","routing":{"send":{"type":"body","property":"name"}}},{"displayName":"Tags","name":"tags","type":"string","hint":"Comma separated list of tags, array of strings can be set in expression","default":"","routing":{"send":{"type":"body","property":"tags"}}}]},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","required":true,"hint":"You cannot update an opportunity's pipeline ID.","displayOptions":{"show":{"resource":["opportunity"],"operation":["update"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["opportunity"],"operation":["update"]}},"options":[{"displayName":"Assigned To","name":"assignedTo","type":"options","default":"","description":"Choose staff member from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"routing":{"send":{"type":"body","property":"assignedTo"}}},{"displayName":"Company Name","name":"companyName","type":"string","default":"","routing":{"send":{"type":"body","property":"companyName"}}},{"displayName":"Contact Identifier","name":"contactIdentifier","type":"string","description":"Either Email, Phone or Contact ID","hint":"There can only be one opportunity for each contact.","default":"","routing":{"send":{"preSend":[null]}}},{"displayName":"Monetary Value","name":"monetaryValue","type":"number","default":"","description":"Monetary value of lead opportunity","routing":{"send":{"type":"body","property":"monetaryValue"}}},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. John Deo","routing":{"send":{"type":"body","property":"name"}}},{"displayName":"Stage Name or ID","name":"stageId","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["pipelineId"],"loadOptionsMethod":"getPipelineStages"},"routing":{"send":{"type":"body","property":"stageId"}}},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Open","value":"open"},{"name":"Won","value":"won"},{"name":"Lost","value":"lost"},{"name":"Abandoned","value":"abandoned"}],"default":"open","routing":{"send":{"type":"body","property":"status"}}},{"displayName":"Title","name":"title","type":"string","default":"","routing":{"send":{"type":"body","property":"title"}}},{"displayName":"Tags","name":"tags","type":"string","hint":"Comma separated list of tags, array of strings can be set in expression","default":"","routing":{"send":{"type":"body","property":"tags"}}}]},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","required":true,"displayOptions":{"show":{"resource":["opportunity"],"operation":["delete"]}},"default":""},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","required":true,"displayOptions":{"show":{"resource":["opportunity"],"operation":["get"]}},"default":""},{"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":20,"routing":{"send":{"type":"query","property":"limit"}},"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["opportunity"],"operation":["getAll"]}},"options":[{"displayName":"Assigned To","name":"assignedTo","type":"options","default":"","description":"Choose staff member from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"routing":{"send":{"type":"query","property":"assignedTo"}}},{"displayName":"Campaign ID","name":"campaignId","type":"string","default":"","routing":{"send":{"type":"query","property":"campaignId"}}},{"displayName":"End Date","name":"endDate","type":"dateTime","default":"","routing":{"send":{"type":"query","property":"endDate","preSend":[null]}}},{"displayName":"Stage Name or ID","name":"stageId","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["pipelineId"],"loadOptionsMethod":"getPipelineStages"},"routing":{"send":{"type":"query","property":"stageId"}}},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","routing":{"send":{"type":"query","property":"startDate","preSend":[null]}}},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Open","value":"open"},{"name":"Won","value":"won"},{"name":"Lost","value":"lost"},{"name":"Abandoned","value":"abandoned"}],"default":"open","routing":{"send":{"type":"query","property":"status"}}},{"displayName":"Query","name":"query","type":"string","default":"","description":"Query will search on these fields: Name, Phone, Email, Tags, and Company Name","routing":{"send":{"type":"query","property":"query"}}}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","routing":{"request":{"method":"POST","url":"=/contacts/{{$parameter.contactId}}/tasks"},"output":{"postReceive":[null]}},"action":"Create a task"},{"name":"Delete","value":"delete","routing":{"request":{"method":"DELETE","url":"=/contacts/{{$parameter.contactId}}/tasks/{{$parameter.taskId}}"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"action":"Delete a task"},{"name":"Get","value":"get","routing":{"request":{"method":"GET","url":"=/contacts/{{$parameter.contactId}}/tasks/{{$parameter.taskId}}"},"output":{"postReceive":[null]}},"action":"Get a task"},{"name":"Get Many","value":"getAll","routing":{"request":{"method":"GET","url":"=/contacts/{{$parameter.contactId}}/tasks"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"tasks"}},null]}},"action":"Get many tasks"},{"name":"Update","value":"update","routing":{"request":{"method":"PUT","url":"=/contacts/{{$parameter.contactId}}/tasks/{{$parameter.taskId}}"},"send":{"preSend":[null]},"output":{"postReceive":[null]}},"action":"Update a task"}],"default":"create"},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"default":"","required":true,"description":"Contact the task belongs to"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"routing":{"send":{"type":"body","property":"title"}}},{"displayName":"Due Date","name":"dueDate","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"routing":{"send":{"type":"body","property":"dueDate","preSend":[null]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Assigned To","name":"assignedTo","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"routing":{"send":{"type":"body","property":"assignedTo"}}},{"displayName":"Description","name":"description","type":"string","default":"","routing":{"send":{"type":"body","property":"description"}}},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Incompleted","value":"incompleted"},{"name":"Completed","value":"completed"}],"default":"incompleted","routing":{"send":{"type":"body","property":"status"}}}]},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"default":"","required":true,"description":"Contact the task belongs to"},{"displayName":"Task ID","name":"taskId","type":"string","displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"default":"","required":true},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Assigned To","name":"assignedTo","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"routing":{"send":{"type":"body","property":"assignedTo"}}},{"displayName":"Description","name":"description","type":"string","default":"","routing":{"send":{"type":"body","property":"description"}}},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":"","routing":{"send":{"type":"body","property":"dueDate","preSend":[null]}}},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Incompleted","value":"incompleted"},{"name":"Completed","value":"completed"}],"default":"incompleted","routing":{"send":{"type":"body","property":"status"}}},{"displayName":"Title","name":"title","type":"string","default":"","routing":{"send":{"type":"body","property":"title"}}}]},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"resource":["task"],"operation":["delete"]}},"default":"","required":true,"description":"Contact the task belongs to"},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["delete"]}},"default":""},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"resource":["task"],"operation":["get"]}},"default":"","required":true,"description":"Contact the task belongs to"},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["get"]}},"default":""},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"default":"","required":true,"description":"Contact the task belongs to"},{"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":20,"routing":{"send":{"type":"query","property":"limit"}},"description":"Max number of results to return"},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/HighLevel/highLevel.svg","codex":{"categories":["Marketing","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.highlevel/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/highlevel/"}]}}},
{"displayName":"Home Assistant","name":"homeAssistant","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Home Assistant API","defaults":{"name":"Home Assistant"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"homeAssistantApi","required":true,"testedBy":"homeAssistantApiTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Camera Proxy","value":"cameraProxy"},{"name":"Config","value":"config"},{"name":"Event","value":"event"},{"name":"Log","value":"log"},{"name":"Service","value":"service"},{"name":"State","value":"state"},{"name":"Template","value":"template"}],"default":"config"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["cameraProxy"]}},"options":[{"name":"Get Screenshot","value":"getScreenshot","description":"Get the camera screenshot","action":"Get a screenshot"}],"default":"getScreenshot"},{"displayName":"Camera Entity Name or ID","name":"cameraEntityId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCameraEntities"},"default":"","required":true,"displayOptions":{"show":{"operation":["getScreenshot"],"resource":["cameraProxy"]}}},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["getScreenshot"],"resource":["cameraProxy"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["config"]}},"options":[{"name":"Get","value":"get","description":"Get the configuration","action":"Get the config"},{"name":"Check Configuration","value":"check","description":"Check the configuration","action":"Check the config"}],"default":"get"},{"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"},{"name":"Get Many","value":"getAll","description":"Get many events","action":"Get many events"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["event"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["event"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Event Type","name":"eventType","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["event"]}},"required":true,"default":"","description":"The Entity ID for which an event will be created"},{"displayName":"Event Attributes","name":"eventAttributes","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Attribute","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["create"]}},"options":[{"displayName":"Attributes","name":"attributes","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the attribute"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the attribute"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["history"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many state changes","action":"Get many state changes"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["history"]}},"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":["history"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["history"],"operation":["getAll"]}},"options":[{"displayName":"End Time","name":"endTime","type":"dateTime","default":"","description":"The end of the period"},{"displayName":"Entity IDs","name":"entityIds","type":"string","default":"","description":"The entities IDs separated by comma"},{"displayName":"Minimal Response","name":"minimalResponse","type":"boolean","default":false,"description":"Whether to only return <code>last_changed</code> and state for states"},{"displayName":"Significant Changes Only","name":"significantChangesOnly","type":"boolean","default":false,"description":"Whether to only return significant state changes"},{"displayName":"Start Time","name":"startTime","type":"dateTime","default":"","description":"The beginning of the period"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["log"]}},"options":[{"name":"Get Error Logs","value":"getErroLogs","description":"Get a log for a specific entity","action":"Get a log for an entity"},{"name":"Get Logbook Entries","value":"getLogbookEntries","description":"Get all logs","action":"Get all logs for an entity"}],"default":"getErroLogs"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["log"],"operation":["getLogbookEntries"]}},"options":[{"displayName":"End Time","name":"endTime","type":"dateTime","default":"","description":"The end of the period"},{"displayName":"Entity ID","name":"entityId","type":"string","default":""},{"displayName":"Start Time","name":"startTime","type":"dateTime","default":"","description":"The beginning of the period"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["service"]}},"options":[{"name":"Call","value":"call","description":"Call a service within a specific domain","action":"Call a service"},{"name":"Get Many","value":"getAll","description":"Get many services","action":"Get many services"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["service"]}},"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":["service"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Domain Name or ID","name":"domain","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDomains"},"default":"","required":true,"displayOptions":{"show":{"resource":["service"],"operation":["call"]}}},{"displayName":"Service Name or ID","name":"service","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["domain"],"loadOptionsMethod":"getDomainServices"},"default":"","required":true,"displayOptions":{"show":{"resource":["service"],"operation":["call"]}}},{"displayName":"Service Attributes","name":"serviceAttributes","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Attribute","default":{},"displayOptions":{"show":{"resource":["service"],"operation":["call"]}},"options":[{"name":"attributes","displayName":"Attributes","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["state"]}},"options":[{"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 state"},{"name":"Get","value":"get","description":"Get a state for a specific entity","action":"Get a state"},{"name":"Get Many","value":"getAll","description":"Get many states","action":"Get many states"}],"default":"get"},{"displayName":"Entity Name or ID","name":"entityId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAllEntities"},"displayOptions":{"show":{"operation":["get"],"resource":["state"]}},"required":true,"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["state"]}},"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":["state"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Entity Name or ID","name":"entityId","type":"options","typeOptions":{"loadOptionsMethod":"getAllEntities"},"displayOptions":{"show":{"operation":["upsert"],"resource":["state"]}},"required":true,"default":"","description":"The entity ID for which a state will be created. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"State","name":"state","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["state"],"operation":["upsert"]}}},{"displayName":"State Attributes","name":"stateAttributes","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Attribute","default":{},"displayOptions":{"show":{"resource":["state"],"operation":["upsert"]}},"options":[{"displayName":"Attributes","name":"attributes","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the attribute"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the attribute"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["template"]}},"options":[{"name":"Create","value":"create","description":"Create a template","action":"Create a template"}],"default":"create"},{"displayName":"Template","name":"template","type":"string","displayOptions":{"show":{"resource":["template"],"operation":["create"]}},"required":true,"default":"","description":"Render a Home Assistant template. <a href=\"https://www.home-assistant.io/docs/configuration/templating/\">See template docs for more information.</a>."}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.homeassistant/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/homeassistant/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/HomeAssistant/homeAssistant.svg"},
{"displayName":"HTML Extract","name":"htmlExtract","icon":"fa:cut","group":["transform"],"version":1,"hidden":true,"subtitle":"={{$parameter[\"sourceData\"] + \": \" + $parameter[\"dataPropertyName\"]}}","description":"Extracts data from HTML","defaults":{"name":"HTML Extract","color":"#333377"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Source Data","name":"sourceData","type":"options","options":[{"name":"Binary","value":"binary"},{"name":"JSON","value":"json"}],"default":"json","description":"If HTML should be read from binary or JSON data"},{"displayName":"Input Binary Field","name":"dataPropertyName","type":"string","displayOptions":{"show":{"sourceData":["binary"]}},"default":"data","required":true,"hint":"The name of the input binary field containing the file to be extracted"},{"displayName":"JSON Property","name":"dataPropertyName","type":"string","displayOptions":{"show":{"sourceData":["json"]}},"default":"data","required":true,"description":"Name of the JSON property in which the HTML to extract the data from can be found. The property can either contain a string or an array of strings."},{"displayName":"Extraction Values","name":"extractionValues","placeholder":"Add Value","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"The key under which the extracted value should be saved"},{"displayName":"CSS Selector","name":"cssSelector","type":"string","default":"","placeholder":".price","description":"The CSS selector to use"},{"displayName":"Return Value","name":"returnValue","type":"options","options":[{"name":"Attribute","value":"attribute","description":"Get an attribute value like \"class\" from an element"},{"name":"HTML","value":"html","description":"Get the HTML the element contains"},{"name":"Text","value":"text","description":"Get only the text content of the element"},{"name":"Value","value":"value","description":"Get value of an input, select or textarea"}],"default":"text","description":"What kind of data should be returned"},{"displayName":"Attribute","name":"attribute","type":"string","displayOptions":{"show":{"returnValue":["attribute"]}},"default":"","placeholder":"class","description":"The name of the attribute to return the value off"},{"displayName":"Return Array","name":"returnArray","type":"boolean","default":false,"description":"Whether to return the values as an array so if multiple ones get found they also get returned separately. If not set all will be returned as a single string."}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Trim Values","name":"trimValues","type":"boolean","default":true,"description":"Whether to remove automatically all spaces and newlines from the beginning and end of the values"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.html/"}]}}},
{"displayName":"HTML","name":"html","group":["transform"],"version":[1,1.1,1.2],"subtitle":"={{ $parameter[\"operation\"] }}","description":"Work with HTML","defaults":{"name":"HTML"},"inputs":["main"],"outputs":["main"],"parameterPane":"wide","properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Generate HTML Template","value":"generateHtmlTemplate","action":"Generate HTML template"},{"name":"Extract HTML Content","value":"extractHtmlContent","action":"Extract HTML Content"},{"name":"Convert to HTML Table","value":"convertToHtmlTable","action":"Convert to HTML Table"}],"default":"generateHtmlTemplate"},{"displayName":"HTML Template","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","default":"<!DOCTYPE html>\n\n<html>\n<head>\n  <meta charset=\"UTF-8\" />\n  <title>My HTML document</title>\n</head>\n<body>\n  <div class=\"container\">\n    <h1>This is an H1 heading</h1>\n    <h2>This is an H2 heading</h2>\n    <p>This is a paragraph</p>\n  </div>\n</body>\n</html>\n\n<style>\n.container {\n  background-color: #ffffff;\n  text-align: center;\n  padding: 16px;\n  border-radius: 8px;\n}\n\nh1 {\n  color: #ff6d5a;\n  font-size: 24px;\n  font-weight: bold;\n  padding: 8px;\n}\n\nh2 {\n  color: #909399;\n  font-size: 18px;\n  font-weight: bold;\n  padding: 8px;\n}\n</style>\n\n<script>\nconsole.log(\"Hello World!\");\n</script>","noDataExpression":true,"description":"HTML template to render","builderHint":{"message":"Use expressions to generate loops, reference data, etc. Does not support handlebars."},"displayOptions":{"show":{"operation":["generateHtmlTemplate"]}}},{"displayName":"<b>Tips</b>: Type ctrl+space for completions. Use <code>{{ }}</code> for expressions and <code>&lt;style&gt;</code> tags for CSS. JS in <code>&lt;script&gt;</code> tags is included but not executed in n8n.","name":"notice","type":"notice","default":"","displayOptions":{"show":{"operation":["generateHtmlTemplate"]}}},{"displayName":"Source Data","name":"sourceData","type":"options","options":[{"name":"Binary","value":"binary"},{"name":"JSON","value":"json"}],"default":"json","description":"If HTML should be read from binary or JSON data","displayOptions":{"show":{"operation":["extractHtmlContent"]}}},{"displayName":"Input Binary Field","name":"dataPropertyName","type":"string","requiresDataPath":"single","displayOptions":{"show":{"operation":["extractHtmlContent"],"sourceData":["binary"]}},"default":"data","required":true,"hint":"The name of the input binary field containing the file to be extracted"},{"displayName":"JSON Property","name":"dataPropertyName","type":"string","requiresDataPath":"single","displayOptions":{"show":{"operation":["extractHtmlContent"],"sourceData":["json"]}},"default":"data","required":true,"description":"Name of the JSON property in which the HTML to extract the data from can be found. The property can either contain a string or an array of strings."},{"displayName":"Extraction Values","name":"extractionValues","placeholder":"Add Value","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"The key under which the extracted value should be saved"},{"displayName":"CSS Selector","name":"cssSelector","type":"string","default":"","placeholder":".price","description":"The CSS selector to use"},{"displayName":"Return Value","name":"returnValue","type":"options","options":[{"name":"Attribute","value":"attribute","description":"Get an attribute value like \"class\" from an element"},{"name":"HTML","value":"html","description":"Get the HTML the element contains"},{"name":"Text","value":"text","description":"Get only the text content of the element"},{"name":"Value","value":"value","description":"Get value of an input, select or textarea"}],"default":"text","description":"What kind of data should be returned"},{"displayName":"Attribute","name":"attribute","type":"string","displayOptions":{"show":{"returnValue":["attribute"]}},"default":"","placeholder":"class","description":"The name of the attribute to return the value off"},{"displayName":"Skip Selectors","name":"skipSelectors","type":"string","displayOptions":{"show":{"returnValue":["text"],"@version":[{"_cnd":{"gt":1.1}}]}},"default":"","placeholder":"e.g. img, .className, #ItemId","description":"Comma-separated list of selectors to skip in the text extraction"},{"displayName":"Return Array","name":"returnArray","type":"boolean","default":false,"description":"Whether to return the values as an array so if multiple ones get found they also get returned separately. If not set all will be returned as a single string."}]}],"displayOptions":{"show":{"operation":["extractHtmlContent"],"@version":[1]}}},{"displayName":"Extraction Values","name":"extractionValues","placeholder":"Add Value","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{"values":[{"key":"","cssSelector":"","returnValue":"text","returnArray":false}]},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"The key under which the extracted value should be saved"},{"displayName":"CSS Selector","name":"cssSelector","type":"string","default":"","placeholder":".price","description":"The CSS selector to use"},{"displayName":"Return Value","name":"returnValue","type":"options","options":[{"name":"Attribute","value":"attribute","description":"Get an attribute value like \"class\" from an element"},{"name":"HTML","value":"html","description":"Get the HTML the element contains"},{"name":"Text","value":"text","description":"Get only the text content of the element"},{"name":"Value","value":"value","description":"Get value of an input, select or textarea"}],"default":"text","description":"What kind of data should be returned"},{"displayName":"Attribute","name":"attribute","type":"string","displayOptions":{"show":{"returnValue":["attribute"]}},"default":"","placeholder":"class","description":"The name of the attribute to return the value off"},{"displayName":"Skip Selectors","name":"skipSelectors","type":"string","displayOptions":{"show":{"returnValue":["text"],"@version":[{"_cnd":{"gt":1.1}}]}},"default":"","placeholder":"e.g. img, .className, #ItemId","description":"Comma-separated list of selectors to skip in the text extraction"},{"displayName":"Return Array","name":"returnArray","type":"boolean","default":false,"description":"Whether to return the values as an array so if multiple ones get found they also get returned separately. If not set all will be returned as a single string."}]}],"displayOptions":{"show":{"operation":["extractHtmlContent"],"@version":[{"_cnd":{"gt":1}}]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["extractHtmlContent"]}},"options":[{"displayName":"Trim Values","name":"trimValues","type":"boolean","default":true,"description":"Whether to remove automatically all spaces and newlines from the beginning and end of the values"},{"displayName":"Clean Up Text","name":"cleanUpText","type":"boolean","default":true,"description":"Whether to remove leading and trailing whitespaces, line breaks (newlines) and condense multiple consecutive whitespaces into a single space"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["convertToHtmlTable"]}},"options":[{"displayName":"Capitalize Headers","name":"capitalize","type":"boolean","default":false,"description":"Whether to capitalize the headers"},{"displayName":"Custom Styling","name":"customStyling","type":"boolean","default":false,"description":"Whether to use custom styling"},{"displayName":"Caption","name":"caption","type":"string","default":"","description":"Caption to add to the table"},{"displayName":"Table Attributes","name":"tableAttributes","type":"string","default":"","description":"Attributes to attach to the table","placeholder":"e.g. style=\"padding:10px\""},{"displayName":"Header Attributes","name":"headerAttributes","type":"string","default":"","description":"Attributes to attach to the table header","placeholder":"e.g. style=\"padding:10px\""},{"displayName":"Row Attributes","name":"rowAttributes","type":"string","default":"","description":"Attributes to attach to the table row","placeholder":"e.g. style=\"padding:10px\""},{"displayName":"Cell Attributes","name":"cellAttributes","type":"string","default":"","description":"Attributes to attach to the table cell","placeholder":"e.g. style=\"padding:10px\""}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"alias":["extract","template","table"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.html/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Html/html.svg","dark":"icons/n8n-nodes-base/dist/nodes/Html/html.dark.svg"}},
{"displayName":"HTTP Request","name":"httpRequest","group":["output"],"subtitle":"={{$parameter[\"method\"] + \": \" + $parameter[\"url\"]}}","description":"Makes an HTTP request and returns the response data","defaultVersion":4.4,"builderHint":{"message":"Prefer dedicated integration nodes over HTTP Request — n8n has 400+ dedicated nodes (e.g. Gmail, Slack, Google Sheets, Notion, OpenAI, HubSpot, Jira, etc.) with built-in authentication, pre-configured parameters, better error handling, and easier maintenance. Only use HTTP Request when no dedicated node exists for the service, the user explicitly requests it, accessing a custom/internal API, or the dedicated node does not support the specific operation needed."},"version":[3,4,4.1,4.2,4.3,4.4],"defaults":{"name":"HTTP Request","color":"#0004F5"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"httpSslAuth","required":true,"displayOptions":{"show":{"provideSslCertificates":[true]}}}],"usableAsTool":{"replacements":{"codex":{"subcategories":{"Tools":["Recommended Tools"]}}}},"properties":[{"displayName":"","name":"curlImport","type":"curlImport","default":""},{"displayName":"Method","name":"method","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"OPTIONS","value":"OPTIONS"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The request method to use"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com/index.html","description":"The URL to make the request to","required":true},{"displayName":"Authentication","name":"authentication","noDataExpression":true,"type":"options","options":[{"name":"None","value":"none"},{"name":"Predefined Credential Type","value":"predefinedCredentialType","description":"We've already implemented auth for many services so that you don't have to set it up manually"},{"name":"Generic Credential Type","value":"genericCredentialType","description":"Fully customizable. Choose between basic, header, OAuth2, etc."}],"default":"none"},{"displayName":"Credential Type","name":"nodeCredentialType","type":"credentialsSelect","noDataExpression":true,"required":true,"default":"","credentialTypes":["extends:oAuth2Api","extends:oAuth1Api","has:authenticate"],"displayOptions":{"show":{"authentication":["predefinedCredentialType"]}}},{"displayName":"Make sure you have specified the scope(s) for the Service Account in the credential","name":"googleApiWarning","type":"notice","default":"","displayOptions":{"show":{"nodeCredentialType":["googleApi"]}}},{"displayName":"Generic Auth Type","name":"genericAuthType","type":"credentialsSelect","required":true,"default":"","credentialTypes":["has:genericAuth"],"displayOptions":{"show":{"authentication":["genericCredentialType"]}}},{"displayName":"SSL Certificates","name":"provideSslCertificates","type":"boolean","default":false,"isNodeSetting":true},{"displayName":"Provide certificates in node's 'Credential for SSL Certificates' parameter","name":"provideSslCertificatesNotice","type":"notice","default":"","isNodeSetting":true,"displayOptions":{"show":{"provideSslCertificates":[true]}}},{"displayName":"SSL Certificate","name":"sslCertificate","type":"credentials","default":"","displayOptions":{"show":{"provideSslCertificates":[true]}}},{"displayName":"Send Query Parameters","name":"sendQuery","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has query params or not"},{"displayName":"Specify Query Parameters","name":"specifyQuery","type":"options","displayOptions":{"show":{"sendQuery":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Query Parameters","name":"queryParameters","type":"fixedCollection","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["keypair"]}},"typeOptions":{"multipleValues":true,"fixedCollection":{"itemTitle":"={{ $collection.item.value.name }}"}},"placeholder":"Add Query Parameter","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Query Parameter","builderHint":{"message":"NEVER put static authentication values (API keys, tokens, PATs) in queryParameters. It's insecure to store credentials directly in parameters. Instead set authentication to \"genericCredentialType\", genericAuthType to \"httpQueryAuth\", and add credentials: { httpQueryAuth:\n newCredential(\"Name\") }. Only use queryParameters for non-auth values. Dynamic values from previous nodes via expr() are acceptable."},"values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonQuery","type":"json","displayOptions":{"show":{"sendQuery":[true],"specifyQuery":["json"]}},"default":""},{"displayName":"Send Headers","name":"sendHeaders","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has headers or not"},{"displayName":"Specify Headers","name":"specifyHeaders","type":"options","displayOptions":{"show":{"sendHeaders":[true]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair"},{"displayName":"Headers","name":"headerParameters","type":"fixedCollection","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["keypair"]}},"typeOptions":{"multipleValues":true,"fixedCollection":{"itemTitle":"={{ $collection.item.value.name }}"}},"placeholder":"Add Header","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Header","builderHint":{"message":"NEVER put static authentication values (API keys, tokens, PATs) in headerParameters. It's insecure to store credentials directly in parameters. Instead set authentication to \"genericCredentialType\", genericAuthType to \"httpHeaderAuth\", and add credentials: { httpHeaderAuth:\n newCredential(\"Name\") }. Only use headerParameters for non-auth headers like Content-Type or Accept. Dynamic values from previous nodes via expr() are acceptable."},"values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON","name":"jsonHeaders","type":"json","displayOptions":{"show":{"sendHeaders":[true],"specifyHeaders":["json"]}},"default":""},{"displayName":"Send Body","name":"sendBody","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the request has a body or not"},{"displayName":"Body Content Type","name":"contentType","type":"options","displayOptions":{"show":{"sendBody":[true]}},"options":[{"name":"Form Urlencoded","value":"form-urlencoded"},{"name":"Form-Data","value":"multipart-form-data"},{"name":"JSON","value":"json"},{"name":"n8n Binary File","value":"binaryData"},{"name":"Raw","value":"raw"}],"default":"json","description":"Content-Type to use to send body parameters"},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["json"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using JSON","value":"json"}],"default":"keypair","description":"The body can be specified using explicit fields (<code>keypair</code>) or using a JavaScript object (<code>json</code>)"},{"displayName":"Body Parameters","name":"bodyParameters","type":"fixedCollection","builderHint":{"message":"NEVER put static authentication values (API keys, tokens, PATs) in bodyParameters. It's insecure to store credentials directly in parameters. Instead set authentication to \"genericCredentialType\", genericAuthType to \"customAuth\", and add credentials: { customAuth:\n newCredential(\"Name\") }. Only use bodyParameters for non-auth values. Dynamic values from previous nodes via expr() are acceptable."},"displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true,"fixedCollection":{"itemTitle":"={{ $collection.item.value.name }}"}},"placeholder":"Add Body Field","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Body Field","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"JSON","name":"jsonBody","type":"json","builderHint":{"message":"NEVER put static authentication values (API keys, tokens, PATs) in bodyParameters. It's insecure to store credentials directly in parameters. Instead set authentication to \"genericCredentialType\", genericAuthType to \"customAuth\", and add credentials: { customAuth:\n newCredential(\"Name\") }. Only use bodyParameters for non-auth values. Dynamic values from previous nodes via expr() are acceptable."},"displayOptions":{"show":{"sendBody":[true],"contentType":["json"],"specifyBody":["json"]}},"default":""},{"displayName":"Body","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["multipart-form-data"]}},"typeOptions":{"multipleValues":true,"fixedCollection":{"itemTitle":"={{ $collection.item.value.name }}"}},"placeholder":"Add Body Field","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Body Field","values":[{"displayName":"Type","name":"parameterType","type":"options","options":[{"name":"n8n Binary File","value":"formBinaryData"},{"name":"Form Data","value":"formData"}],"default":"formData"},{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"parameterType":["formData"]}},"default":"","description":"Value of the field to set"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","displayOptions":{"show":{"parameterType":["formBinaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"}]}]},{"displayName":"Specify Body","name":"specifyBody","type":"options","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"]}},"options":[{"name":"Using Fields Below","value":"keypair"},{"name":"Using Single Field","value":"string"}],"default":"keypair"},{"displayName":"Body Fields","name":"bodyParameters","type":"fixedCollection","displayOptions":{"show":{"sendBody":[true],"contentType":["form-urlencoded"],"specifyBody":["keypair"]}},"typeOptions":{"multipleValues":true,"fixedCollection":{"itemTitle":"={{ $collection.item.value.name }}"}},"placeholder":"Add Field","default":{"parameters":[{"name":"","value":""}]},"options":[{"name":"parameters","displayName":"Field","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"specifyBody":["string"]}},"default":"","placeholder":"field1=value1&field2=value2"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["binaryData"]}},"default":"","description":"The name of the incoming field containing the binary file data to be processed"},{"displayName":"Content Type","name":"rawContentType","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":"text/html"},{"displayName":"Body","name":"body","type":"string","displayOptions":{"show":{"sendBody":[true],"contentType":["raw"]}},"default":"","placeholder":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Array Format in Query Parameters","name":"queryParameterArrays","type":"options","displayOptions":{"show":{"/sendQuery":[true]}},"options":[{"name":"No Brackets","value":"repeat","description":"e.g. foo=bar&foo=qux"},{"name":"Brackets Only","value":"brackets","description":"e.g. foo[]=bar&foo[]=qux"},{"name":"Brackets with Indices","value":"indices","description":"e.g. foo[0]=bar&foo[1]=qux"}],"default":"brackets"},{"displayName":"Lowercase Headers","name":"lowercaseHeaders","type":"boolean","default":true,"description":"Whether to lowercase header names"},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":false,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"show":{"@version":[1,2,3]}}},{"displayName":"Redirects","name":"redirect","placeholder":"Add Redirect","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"redirect":{}},"options":[{"displayName":"Redirect","name":"redirect","values":[{"displayName":"Follow Redirects","name":"followRedirects","type":"boolean","default":true,"noDataExpression":true,"description":"Whether to follow all redirects"},{"displayName":"Max Redirects","name":"maxRedirects","type":"number","displayOptions":{"show":{"followRedirects":[true]}},"default":21,"description":"Max number of redirects to follow"}]}],"displayOptions":{"hide":{"@version":[1,2,3]}}},{"displayName":"Response","name":"response","placeholder":"Add response","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"response":{}},"options":[{"displayName":"Response","name":"response","values":[{"displayName":"Include Response Headers and Status","name":"fullResponse","type":"boolean","default":false,"description":"Whether to return the full response (headers and response status code) data instead of only the body"},{"displayName":"Never Error","name":"neverError","type":"boolean","default":false,"description":"Whether to succeeds also when status code is not 2xx"},{"displayName":"Response Format","name":"responseFormat","type":"options","noDataExpression":true,"options":[{"name":"Autodetect","value":"autodetect"},{"name":"File","value":"file"},{"name":"JSON","value":"json"},{"name":"Text","value":"text"}],"default":"autodetect","description":"The format in which the data gets returned from the URL"},{"displayName":"Put Output in Field","name":"outputPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["file","text"]}},"description":"Name of the binary property to which to write the data of the read file"}]}]},{"displayName":"Pagination","name":"pagination","placeholder":"Add pagination","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"pagination":{}},"options":[{"displayName":"Pagination","name":"pagination","values":[{"displayName":"Pagination Mode","name":"paginationMode","type":"options","typeOptions":{"noDataExpression":true},"options":[{"name":"Off","value":"off"},{"name":"Update a Parameter in Each Request","value":"updateAParameterInEachRequest"},{"name":"Response Contains Next URL","value":"responseContainsNextURL"}],"default":"updateAParameterInEachRequest","description":"If pagination should be used"},{"displayName":"Use the $response variables to access the data of the previous response. Refer to the <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/#pagination/?utm_source=n8n_app&utm_medium=node_settings_modal-credential_link&utm_campaign=n8n-nodes-base.httprequest\" target=\"_blank\">docs</a> for more info about pagination/","name":"webhookNotice","displayOptions":{"hide":{"paginationMode":["off"]}},"type":"notice","default":""},{"displayName":"Next URL","name":"nextURL","type":"string","displayOptions":{"show":{"paginationMode":["responseContainsNextURL"]}},"default":"","description":"Should evaluate to the URL of the next page. <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/#pagination\" target=\"_blank\">More info</a>."},{"displayName":"Parameters","name":"parameters","type":"fixedCollection","displayOptions":{"show":{"paginationMode":["updateAParameterInEachRequest"]}},"typeOptions":{"multipleValues":true,"noExpression":true,"fixedCollection":{"itemTitle":"={{ (() => { const name = $collection.item.value.name; if (!name) return \"\"; const typeName = $collection.item.properties.find(p => p.name === \"type\").options.find(o => o.value === $collection.item.value.type).name; return typeName + \": \" + name; })() }}"}},"placeholder":"Add Parameter","default":{"parameters":[{"type":"qs","name":"","value":""}]},"options":[{"name":"parameters","displayName":"Parameter","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Body","value":"body"},{"name":"Header","value":"headers"},{"name":"Query","value":"qs"}],"default":"qs","description":"Where the parameter should be set"},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g page"},{"displayName":"Value","name":"value","type":"string","default":"","hint":"Use expression mode and $response to access response data"}]}]},{"displayName":"Pagination Complete When","name":"paginationCompleteWhen","type":"options","typeOptions":{"noDataExpression":true},"displayOptions":{"hide":{"paginationMode":["off"]}},"options":[{"name":"Response Is Empty","value":"responseIsEmpty"},{"name":"Receive Specific Status Code(s)","value":"receiveSpecificStatusCodes"},{"name":"Other","value":"other"}],"default":"responseIsEmpty","description":"When should no further requests be made?"},{"displayName":"Status Code(s) when Complete","name":"statusCodesWhenComplete","type":"string","typeOptions":{"noDataExpression":true},"displayOptions":{"show":{"paginationCompleteWhen":["receiveSpecificStatusCodes"]}},"default":"","description":"Accepts comma-separated values"},{"displayName":"Complete Expression","name":"completeExpression","type":"string","displayOptions":{"show":{"paginationCompleteWhen":["other"]}},"default":"","description":"Should evaluate to true when pagination is complete. <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/#pagination\" target=\"_blank\">More info</a>."},{"displayName":"Limit Pages Fetched","name":"limitPagesFetched","type":"boolean","typeOptions":{"noDataExpression":true},"displayOptions":{"hide":{"paginationMode":["off"]}},"default":false,"noDataExpression":true,"description":"Whether the number of requests should be limited"},{"displayName":"Max Pages","name":"maxRequests","type":"number","typeOptions":{"noDataExpression":true},"displayOptions":{"show":{"limitPagesFetched":[true]}},"default":100,"description":"Maximum amount of request to be make"},{"displayName":"Interval Between Requests (ms)","name":"requestInterval","type":"number","displayOptions":{"hide":{"paginationMode":["off"]}},"default":0,"description":"Time in milliseconds to wait between requests","hint":"At 0 no delay will be added","typeOptions":{"minValue":0}}]}]},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"},{"displayName":"Send Credentials on Cross-Origin Redirect","name":"sendCredentialsOnCrossOriginRedirect","type":"boolean","default":false,"description":"Whether to send credentials, like the \"Authorization\" header, on redirects to a different origin"}]},{"displayName":"Optimize Response","name":"optimizeResponse","type":"boolean","default":false,"noDataExpression":true,"description":"Whether the optimize the tool response to reduce amount of data passed to the LLM that could lead to better result and reduce cost","displayOptions":{"show":{"@tool":[true]}}},{"displayName":"Expected Response Type","name":"responseType","type":"options","displayOptions":{"show":{"optimizeResponse":[true],"@tool":[true]}},"options":[{"name":"JSON","value":"json"},{"name":"HTML","value":"html"},{"name":"Text","value":"text"}],"default":"json"},{"displayName":"Field Containing Data","name":"dataField","type":"string","default":"","placeholder":"e.g. records","description":"Specify the name of the field in the response containing the data","hint":"leave blank to use whole response","requiresDataPath":"single","displayOptions":{"show":{"optimizeResponse":[true],"responseType":["json"],"@tool":[true]}}},{"displayName":"Include Fields","name":"fieldsToInclude","type":"options","description":"What fields response object should include","default":"all","displayOptions":{"show":{"optimizeResponse":[true],"responseType":["json"],"@tool":[true]}},"options":[{"name":"All","value":"all","description":"Include all fields"},{"name":"Selected","value":"selected","description":"Include only fields specified below"},{"name":"Except","value":"except","description":"Exclude fields specified below"}]},{"displayName":"Fields","name":"fields","type":"string","default":"","placeholder":"e.g. field1,field2","description":"Comma-separated list of the field names. Supports dot notation. You can drag the selected fields from the input panel.","requiresDataPath":"multiple","displayOptions":{"show":{"optimizeResponse":[true],"responseType":["json"],"@tool":[true]},"hide":{"fieldsToInclude":["all"]}}},{"displayName":"Selector (CSS)","name":"cssSelector","type":"string","description":"Select specific element(e.g. body) or multiple elements(e.g. div) of chosen type in the response HTML.","placeholder":"e.g. body","default":"body","displayOptions":{"show":{"optimizeResponse":[true],"responseType":["html"],"@tool":[true]}}},{"displayName":"Return Only Content","name":"onlyContent","type":"boolean","default":false,"description":"Whether to return only content of html elements, stripping html tags and attributes","hint":"Uses less tokens and may be easier for model to understand","displayOptions":{"show":{"optimizeResponse":[true],"responseType":["html"],"@tool":[true]}}},{"displayName":"Elements To Omit","name":"elementsToOmit","type":"string","displayOptions":{"show":{"optimizeResponse":[true],"responseType":["html"],"onlyContent":[true],"@tool":[true]}},"default":"","placeholder":"e.g. img, .className, #ItemId","description":"Comma-separated list of selectors that would be excluded when extracting content"},{"displayName":"Truncate Response","name":"truncateResponse","type":"boolean","default":false,"hint":"Helps save tokens","displayOptions":{"show":{"optimizeResponse":[true],"responseType":["text","html"],"@tool":[true]}}},{"displayName":"Max Response Characters","name":"maxLength","type":"number","default":1000,"typeOptions":{"minValue":1},"displayOptions":{"show":{"optimizeResponse":[true],"responseType":["text","html"],"truncateResponse":[true],"@tool":[true]}}},{"displayName":"You can view the raw requests this node makes in your browser's developer console","name":"infoMessage","type":"notice","default":""}],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/HttpRequest/httprequest.svg","dark":"icons/n8n-nodes-base/dist/nodes/HttpRequest/httprequest.dark.svg"},"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"alias":["API","Request","URL","Build","cURL"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/"}]}}},
{"displayName":"HTTP Request","name":"httpRequest","group":["output"],"subtitle":"={{$parameter[\"requestMethod\"] + \": \" + $parameter[\"url\"]}}","description":"Makes an HTTP request and returns the response data","defaultVersion":4.4,"builderHint":{"message":"Prefer dedicated integration nodes over HTTP Request — n8n has 400+ dedicated nodes (e.g. Gmail, Slack, Google Sheets, Notion, OpenAI, HubSpot, Jira, etc.) with built-in authentication, pre-configured parameters, better error handling, and easier maintenance. Only use HTTP Request when no dedicated node exists for the service, the user explicitly requests it, accessing a custom/internal API, or the dedicated node does not support the specific operation needed."},"defaults":{"name":"HTTP Request","color":"#2200DD"},"version":2,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"httpBasicAuth","required":true,"displayOptions":{"show":{"authentication":["httpBasicAuth"]}}},{"name":"httpDigestAuth","required":true,"displayOptions":{"show":{"authentication":["httpDigestAuth"]}}},{"name":"httpHeaderAuth","required":true,"displayOptions":{"show":{"authentication":["httpHeaderAuth"]}}},{"name":"httpQueryAuth","required":true,"displayOptions":{"show":{"authentication":["httpQueryAuth"]}}},{"name":"oAuth1Api","required":true,"displayOptions":{"show":{"authentication":["oAuth1Api"]}}},{"name":"oAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2Api"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","noDataExpression":true,"type":"options","required":true,"options":[{"name":"None","value":"none"},{"name":"Predefined Credential Type","value":"predefinedCredentialType","description":"We've already implemented auth for many services so that you don't have to set it up manually"},{"name":"Generic Credential Type","value":"genericCredentialType","description":"Fully customizable. Choose between basic, header, OAuth2, etc."}],"default":"none"},{"displayName":"Credential Type","name":"nodeCredentialType","type":"credentialsSelect","noDataExpression":true,"required":true,"default":"","credentialTypes":["extends:oAuth2Api","extends:oAuth1Api","has:authenticate"],"displayOptions":{"show":{"authentication":["predefinedCredentialType"]}}},{"displayName":"Generic Auth Type","name":"genericAuthType","type":"credentialsSelect","required":true,"default":"","credentialTypes":["has:genericAuth"],"displayOptions":{"show":{"authentication":["genericCredentialType"]}}},{"displayName":"Request Method","name":"requestMethod","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"OPTIONS","value":"OPTIONS"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The request method to use"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com/index.html","description":"The URL to make the request to","required":true},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Response Format","name":"responseFormat","type":"options","options":[{"name":"File","value":"file"},{"name":"JSON","value":"json"},{"name":"String","value":"string"}],"default":"json","description":"The format in which the data gets returned from the URL"},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["string"]}},"description":"Name of the property to which to write the response data"},{"displayName":"Put Output File in Field","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["file"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"JSON/RAW Parameters","name":"jsonParameters","type":"boolean","default":false,"description":"Whether the query and/or body parameter should be set via the value-key pair UI or JSON/RAW"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Batch Interval","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."},{"displayName":"Batch Size","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Body Content Type","name":"bodyContentType","type":"options","displayOptions":{"show":{"/requestMethod":["PATCH","POST","PUT"]}},"options":[{"name":"JSON","value":"json"},{"name":"RAW/Custom","value":"raw"},{"name":"Form-Data Multipart","value":"multipart-form-data"},{"name":"Form Urlencoded","value":"form-urlencoded"}],"default":"json","description":"Content-Type to use to send body parameters"},{"displayName":"Full Response","name":"fullResponse","type":"boolean","default":false,"description":"Whether to return the full response data instead of only the body"},{"displayName":"Follow All Redirects","name":"followAllRedirects","type":"boolean","default":false,"description":"Whether to follow All HTTP 3xx redirects"},{"displayName":"Follow GET/HEAD Redirect","name":"followRedirect","type":"boolean","default":true,"description":"Whether to follow GET or HEAD HTTP 3xx redirects"},{"displayName":"Ignore Response Code","name":"ignoreResponseCode","type":"boolean","default":false,"description":"Whether to succeeds also when status code is not 2xx"},{"displayName":"MIME Type","name":"bodyContentCustomMimeType","type":"string","default":"","placeholder":"text/xml","description":"Specify the mime type for raw/custom body type","displayOptions":{"show":{"/requestMethod":["PATCH","POST","PUT"]}}},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"http://myproxy:3128","description":"HTTP proxy to use"},{"displayName":"Split Into Items","name":"splitIntoItems","type":"boolean","default":false,"description":"Whether to output each element of an array as own item","displayOptions":{"show":{"/responseFormat":["json"]}}},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"},{"displayName":"Use Querystring","name":"useQueryString","type":"boolean","default":false,"description":"Whether you need arrays to be serialized as foo=bar&foo=baz instead of the default foo[0]=bar&foo[1]=baz"}]},{"displayName":"Send Binary File","name":"sendBinaryData","type":"boolean","displayOptions":{"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT"]}},"default":false,"description":"Whether binary data should be send as body"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"hide":{"sendBinaryData":[false]},"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT"]}},"hint":"The name of the input binary field containing the file to be uploaded","description":"For Form-Data Multipart, they can be provided in the format: <code>\"sendKey1:binaryProperty1,sendKey2:binaryProperty2</code>"},{"displayName":"Body Parameters","name":"bodyParametersJson","type":"json","displayOptions":{"hide":{"sendBinaryData":[true]},"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT","DELETE"]}},"default":"","description":"Body parameters as JSON or RAW"},{"displayName":"Body Parameters","name":"bodyParametersUi","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false],"requestMethod":["PATCH","POST","PUT","DELETE"]}},"description":"The body parameter to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]},{"displayName":"Headers","name":"headerParametersJson","type":"json","displayOptions":{"show":{"jsonParameters":[true]}},"default":"","description":"Header parameters as JSON or RAW"},{"displayName":"Headers","name":"headerParametersUi","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"description":"The headers to send","default":{},"options":[{"name":"parameter","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"Query Parameters","name":"queryParametersJson","type":"json","displayOptions":{"show":{"jsonParameters":[true]}},"default":"","description":"Query parameters as JSON (flat object)"},{"displayName":"Query Parameters","name":"queryParametersUi","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"description":"The query parameter to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]},{"displayName":"You can view the raw requests this node makes in your browser's developer console","name":"infoMessage","type":"notice","default":""}],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/HttpRequest/httprequest.svg","dark":"icons/n8n-nodes-base/dist/nodes/HttpRequest/httprequest.dark.svg"},"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"alias":["API","Request","URL","Build","cURL"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/"}]}}},
{"displayName":"HTTP Request","name":"httpRequest","group":["output"],"subtitle":"={{$parameter[\"requestMethod\"] + \": \" + $parameter[\"url\"]}}","description":"Makes an HTTP request and returns the response data","defaultVersion":4.4,"builderHint":{"message":"Prefer dedicated integration nodes over HTTP Request — n8n has 400+ dedicated nodes (e.g. Gmail, Slack, Google Sheets, Notion, OpenAI, HubSpot, Jira, etc.) with built-in authentication, pre-configured parameters, better error handling, and easier maintenance. Only use HTTP Request when no dedicated node exists for the service, the user explicitly requests it, accessing a custom/internal API, or the dedicated node does not support the specific operation needed."},"version":1,"defaults":{"name":"HTTP Request","color":"#2200DD"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"httpBasicAuth","required":true,"displayOptions":{"show":{"authentication":["basicAuth"]}}},{"name":"httpDigestAuth","required":true,"displayOptions":{"show":{"authentication":["digestAuth"]}}},{"name":"httpHeaderAuth","required":true,"displayOptions":{"show":{"authentication":["headerAuth"]}}},{"name":"httpQueryAuth","required":true,"displayOptions":{"show":{"authentication":["queryAuth"]}}},{"name":"oAuth1Api","required":true,"displayOptions":{"show":{"authentication":["oAuth1"]}}},{"name":"oAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"Digest Auth","value":"digestAuth"},{"name":"Header Auth","value":"headerAuth"},{"name":"None","value":"none"},{"name":"OAuth1","value":"oAuth1"},{"name":"OAuth2","value":"oAuth2"},{"name":"Query Auth","value":"queryAuth"}],"default":"none","description":"The way to authenticate"},{"displayName":"Request Method","name":"requestMethod","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"OPTIONS","value":"OPTIONS"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The request method to use"},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com/index.html","description":"The URL to make the request to","required":true},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","default":false,"description":"Whether to download the response even if SSL certificate validation is not possible"},{"displayName":"Response Format","name":"responseFormat","type":"options","options":[{"name":"File","value":"file"},{"name":"JSON","value":"json"},{"name":"String","value":"string"}],"default":"json","description":"The format in which the data gets returned from the URL"},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["string"]}},"description":"Name of the property to which to write the response data"},{"displayName":"Put Output File in Field","name":"dataPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"responseFormat":["file"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"JSON/RAW Parameters","name":"jsonParameters","type":"boolean","default":false,"description":"Whether the query and/or body parameter should be set via the value-key pair UI or JSON/RAW"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Batch Interval","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."},{"displayName":"Batch Size","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Body Content Type","name":"bodyContentType","type":"options","displayOptions":{"show":{"/requestMethod":["PATCH","POST","PUT"]}},"options":[{"name":"JSON","value":"json"},{"name":"RAW/Custom","value":"raw"},{"name":"Form-Data Multipart","value":"multipart-form-data"},{"name":"Form Urlencoded","value":"form-urlencoded"}],"default":"json","description":"Content-Type to use to send body parameters"},{"displayName":"Full Response","name":"fullResponse","type":"boolean","default":false,"description":"Whether to return the full response data instead of only the body"},{"displayName":"Follow All Redirects","name":"followAllRedirects","type":"boolean","default":false,"description":"Whether to follow All HTTP 3xx redirects"},{"displayName":"Follow GET/HEAD Redirect","name":"followRedirect","type":"boolean","default":true,"description":"Whether to follow GET or HEAD HTTP 3xx redirects"},{"displayName":"Ignore Response Code","name":"ignoreResponseCode","type":"boolean","default":false,"description":"Whether to succeeds also when status code is not 2xx"},{"displayName":"MIME Type","name":"bodyContentCustomMimeType","type":"string","default":"","placeholder":"text/xml","description":"Specify the mime type for raw/custom body type","displayOptions":{"show":{"/requestMethod":["PATCH","POST","PUT"]}}},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"http://myproxy:3128","description":"HTTP proxy to use"},{"displayName":"Split Into Items","name":"splitIntoItems","type":"boolean","default":false,"description":"Whether to output each element of an array as own item","displayOptions":{"show":{"/responseFormat":["json"]}}},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"},{"displayName":"Use Querystring","name":"useQueryString","type":"boolean","default":false,"description":"Whether you need arrays to be serialized as foo=bar&foo=baz instead of the default foo[0]=bar&foo[1]=baz"}]},{"displayName":"Send Binary File","name":"sendBinaryData","type":"boolean","displayOptions":{"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT"]}},"default":false,"description":"Whether binary data should be send as body"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"hide":{"sendBinaryData":[false]},"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT"]}},"hint":"The name of the input binary field containing the file to be uploaded","description":"For Form-Data Multipart, they can be provided in the format: <code>\"sendKey1:binaryProperty1,sendKey2:binaryProperty2</code>"},{"displayName":"Body Parameters","name":"bodyParametersJson","type":"json","displayOptions":{"hide":{"sendBinaryData":[true]},"show":{"jsonParameters":[true],"requestMethod":["PATCH","POST","PUT","DELETE"]}},"default":"","description":"Body parameters as JSON or RAW"},{"displayName":"Body Parameters","name":"bodyParametersUi","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false],"requestMethod":["PATCH","POST","PUT","DELETE"]}},"description":"The body parameter to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]},{"displayName":"Headers","name":"headerParametersJson","type":"json","displayOptions":{"show":{"jsonParameters":[true]}},"default":"","description":"Header parameters as JSON or RAW"},{"displayName":"Headers","name":"headerParametersUi","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"description":"The headers to send","default":{},"options":[{"name":"parameter","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"Query Parameters","name":"queryParametersJson","type":"json","displayOptions":{"show":{"jsonParameters":[true]}},"default":"","description":"Query parameters as JSON (flat object)"},{"displayName":"Query Parameters","name":"queryParametersUi","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"description":"The query parameter to send","default":{},"options":[{"name":"parameter","displayName":"Parameter","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the parameter"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the parameter"}]}]},{"displayName":"You can view the raw requests this node makes in your browser's developer console","name":"infoMessage","type":"notice","default":""}],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/HttpRequest/httprequest.svg","dark":"icons/n8n-nodes-base/dist/nodes/HttpRequest/httprequest.dark.svg"},"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"alias":["API","Request","URL","Build","cURL"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.httprequest/"}]}}},
{"displayName":"HubSpot","name":"hubspot","group":["output"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume HubSpot API","defaultVersion":2.2,"version":[2,2.1,2.2],"defaults":{"name":"HubSpot"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"hubspotApi","required":true,"testedBy":"hubspotApiTest","displayOptions":{"show":{"authentication":["apiKey"]}}},{"name":"hubspotAppToken","required":true,"testedBy":"hubspotApiTest","displayOptions":{"show":{"authentication":["appToken"]}}},{"name":"hubspotOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Key","value":"apiKey"},{"name":"APP Token","value":"appToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiKey"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Company","value":"company"},{"name":"Contact","value":"contact"},{"name":"Contact List","value":"contactList"},{"name":"Deal","value":"deal"},{"name":"Engagement","value":"engagement"},{"name":"Ticket","value":"ticket"}],"default":"contact"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create or Update","value":"upsert","description":"Create a new contact, or update the current one if it already exists (upsert)","action":"Create or update a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many contacts"},{"name":"Get Recently Created/Updated","value":"getRecentlyCreatedUpdated","description":"Get recently created/updated contacts","action":"Get recently created/updated contacts"},{"name":"Search","value":"search","description":"Search contacts","action":"Search contacts"}],"default":"upsert"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"default":""},{"displayName":"Contact Properties","name":"additionalFields","type":"collection","placeholder":"Add Property","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"options":[{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Associated Company Name or ID","name":"associatedCompanyId","type":"options","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":"","description":"Companies associated with the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Buying Role","name":"buyingRole","description":"Role the contact plays during the sales process. Contacts can have multiple roles, and can share roles with others.","type":"multiOptions","default":[],"options":[{"name":"Blocker","value":"BLOCKER"},{"name":"Budget Holder","value":"BUDGET_HOLDER"},{"name":"Champion","value":"CHAMPION"},{"name":"Decision Maker","value":"DECISION_MAKER"},{"name":"End User","value":"END_USER"},{"name":"Executive Sponsor","value":"EXECUTIVE_SPONSOR"},{"name":"Influencer","value":"INFLUENCER"},{"name":"Legal & Compliance","value":"LEGAL_AND_COMPLIANCE"},{"name":"Other","value":"OTHER"}]},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Clicked Facebook Ad","name":"clickedFacebookAd","type":"string","default":""},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format"},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Company Size","name":"companySize","type":"string","default":""},{"displayName":"Contact Owner Name or ID","name":"contactOwner","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getOwners"},"default":""},{"displayName":"Contact Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"displayOptions":{"show":{"/resolveData":[false]}},"default":[],"description":"Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Country/Region","name":"country","type":"string","default":""},{"displayName":"Country/Region Code","name":"countryRegionCode","description":"The contact's two-letter country code","type":"string","default":""},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getContactCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"description":"Value of the property"}]}]},{"displayName":"Date of Birth","name":"dateOfBirth","type":"dateTime","default":"","description":"When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format"},{"displayName":"Degree","name":"degree","type":"string","default":""},{"displayName":"Email Address Quarantine Reason","name":"emailCustomerQuarantinedReason","description":"The reason why the email address has been quarantined","type":"options","default":"","options":[{"name":"Suspension Remediation","value":"SUSPENSION_REMEDIATION"},{"name":"Blocklist Remediation","value":"BLOCKLIST_REMEDIATION"},{"name":"Trust & Safety Remediation","value":"TRUST_SAFETY_REMEDIATION"}]},{"displayName":"Employment Role","name":"employmentRole","description":"Job role","type":"options","default":"","options":[{"name":"Accounting","value":"accounting"},{"name":"Administrative","value":"administrative"},{"name":"Business Development","value":"business_development"},{"name":"Communications","value":"communications"},{"name":"Consulting","value":"consulting"},{"name":"Customer Service","value":"customer_service"},{"name":"Design","value":"design"},{"name":"Education","value":"education"},{"name":"Engineering","value":"engineering"},{"name":"Entrepreneurship","value":"entrepreneurship"},{"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":"Product","value":"product"},{"name":"Project Management","value":"project_management"},{"name":"Public Relations","value":"public_relations"},{"name":"Quality Assurance","value":"quality_assurance"},{"name":"Real Estate","value":"real_estate"},{"name":"Recruiting","value":"recruiting"},{"name":"Research","value":"research"},{"name":"Retired","value":"retired"},{"name":"Sales","value":"sales"},{"name":"Support","value":"support"}]},{"displayName":"Employment Seniority","name":"employmentSeniority","description":"Job Seniority","type":"options","default":"","options":[{"name":"Director","value":"director"},{"name":"Employee","value":"employee"},{"name":"Entry","value":"entry"},{"name":"Executive","value":"executive"},{"name":"Manager","value":"manager"},{"name":"Owner","value":"owner"},{"name":"Partner","value":"partner"},{"name":"Senior","value":"senior"},{"name":"VP","value":"vp"}]},{"displayName":"Employment Sub Role","name":"employmentSubRole","description":"Job sub role","type":"options","default":"","options":[{"name":"Account Executive","value":"account_executive"},{"name":"Account Manager","value":"account_manager"},{"name":"Accountant","value":"accountant"},{"name":"Accounting Manager","value":"accounting_manager"},{"name":"Administrative Assistant","value":"administrative_assistant"},{"name":"Appraisal","value":"appraisal"},{"name":"Architect IT","value":"architect_it"},{"name":"Assistant","value":"assistant"},{"name":"Attorney","value":"attorney"},{"name":"Auditor","value":"auditor"},{"name":"Brand Marketing","value":"brand_marketing"},{"name":"Business Analyst","value":"business_analyst"},{"name":"Business Consultant","value":"business_consultant"},{"name":"Business Manager","value":"business_manager"},{"name":"Chief Compliance Officer","value":"chief_compliance_officer"},{"name":"Chief Data Officer","value":"chief_data_officer"},{"name":"Chief Executive Officer","value":"chief_executive_officer"},{"name":"Chief Experience Officer","value":"chief_experience_officer"},{"name":"Chief Financial Officer","value":"chief_financial_officer"},{"name":"Chief Human Resources Officer","value":"chief_human_resources_officer"},{"name":"Chief Information Officer","value":"chief_information_officer"},{"name":"Chief Innovation Officer","value":"chief_innovation_officer"},{"name":"Chief Legal Officer","value":"chief_legal_officer"},{"name":"Chief Marketing Officer","value":"chief_marketing_officer"},{"name":"Chief Operating Officer","value":"chief_operating_officer"},{"name":"Chief Product Officer","value":"chief_product_officer"},{"name":"Chief Revenue Officer","value":"chief_revenue_officer"},{"name":"Chief Risk Officer","value":"chief_risk_officer"},{"name":"Chief Security Officer","value":"chief_security_officer"},{"name":"Chief Sustainability Officer","value":"chief_sustainability_officer"},{"name":"Chief Technology Officer","value":"chief_technology_officer"},{"name":"Communications Manager","value":"communications_manager"},{"name":"Community","value":"community"},{"name":"Content Marketing","value":"content_marketing"},{"name":"Contracts","value":"contracts"},{"name":"Creative","value":"creative"},{"name":"Customer Service Specialist","value":"customer_service_specialist"},{"name":"Customer Success","value":"customer_success"},{"name":"Data IT","value":"data_it"},{"name":"Data Science Engineer","value":"data_science_engineer"},{"name":"Database Administrator","value":"database_administrator"},{"name":"Design Engineer","value":"design_engineer"},{"name":"Development Specialist","value":"development_specialist"},{"name":"Devops Engineer","value":"devops_engineer"},{"name":"Digital Marketing","value":"digital_marketing"},{"name":"Director of Development","value":"director_of_development"},{"name":"Editorial","value":"editorial"},{"name":"Electrical Engineer","value":"electrical_engineer"},{"name":"Engineering Manager","value":"engineering_manager"},{"name":"Events","value":"events"},{"name":"Executive Assistant","value":"executive_assistant"},{"name":"Facilities","value":"facilities"},{"name":"Fashion Design","value":"fashion_design"},{"name":"Field Marketing","value":"field_marketing"},{"name":"Financial Analyst","value":"financial_analyst"},{"name":"Financial Controller","value":"financial_controller"},{"name":"Fitness","value":"fitness"},{"name":"Founder","value":"founder"},{"name":"General Counsel","value":"general_counsel"},{"name":"General Manager","value":"general_manager"},{"name":"General Partner","value":"general_partner"},{"name":"Graphic Design","value":"graphic_design"},{"name":"Human Resources Specialist","value":"human_resources_specialist"},{"name":"Information Technology Specialist","value":"information_technology_specialist"},{"name":"Investment","value":"investment"},{"name":"Investment Banker","value":"investment_banker"},{"name":"Journalist","value":"journalist"},{"name":"Key Account Manager","value":"key_account_manager"},{"name":"Law Enforcement","value":"law_enforcement"},{"name":"Lawyer","value":"lawyer"},{"name":"Logistics Manager","value":"logistics_manager"},{"name":"Management","value":"management"},{"name":"Marketing Specialist","value":"marketing_specialist"},{"name":"Mechanical Engineer","value":"mechanical_engineer"},{"name":"Medical Doctor","value":"medical_doctor"},{"name":"Network Engineer","value":"network_engineer"},{"name":"Nurse","value":"nurse"},{"name":"Office Management","value":"office_management"},{"name":"Office Manager","value":"office_manager"},{"name":"Operational Specialist","value":"operational_specialist"},{"name":"Owner","value":"owner"},{"name":"Paralegal","value":"paralegal"},{"name":"Principal","value":"principal"},{"name":"Product Design","value":"product_design"},{"name":"Product Manager","value":"product_manager"},{"name":"Product Marketing","value":"product_marketing"},{"name":"Production Manager","value":"production_manager"},{"name":"Professor","value":"professor"},{"name":"Program Coordinator","value":"program_coordinator"},{"name":"Program Manager","value":"program_manager"},{"name":"Project Engineer","value":"project_engineer"},{"name":"Project Manager","value":"project_manager"},{"name":"Property Manager","value":"property_manager"},{"name":"QA Engineer","value":"qa_engineer"},{"name":"QA IT","value":"qa_it"},{"name":"Quality Assurance Manager","value":"quality_assurance_manager"},{"name":"Quality Assurance Specialist","value":"quality_assurance_specialist"},{"name":"Realtor","value":"realtor"},{"name":"Recruiter","value":"recruiter"},{"name":"Relationship Manager","value":"relationship_manager"},{"name":"Research Analyst","value":"research_analyst"},{"name":"Retail","value":"retail"},{"name":"Retired","value":"retired"},{"name":"Risk Compliance","value":"risk_compliance"},{"name":"Sales Executive","value":"sales_executive"},{"name":"Sales Operations","value":"sales_operations"},{"name":"Sales Specialist","value":"sales_specialist"},{"name":"Salesperson","value":"salesperson"},{"name":"Secretary","value":"secretary"},{"name":"Social Marketing","value":"social_marketing"},{"name":"Software Engineer","value":"software_engineer"},{"name":"Strategy","value":"strategy"},{"name":"Student","value":"student"},{"name":"Support","value":"support"},{"name":"Support Specialist","value":"support_specialist"},{"name":"System Administrator","value":"system_administrator"},{"name":"System Analyst","value":"system_analyst"},{"name":"Systems Engineer","value":"systems_engineer"},{"name":"Talent","value":"talent"},{"name":"Tax Audit","value":"tax_audit"},{"name":"Teacher","value":"teacher"},{"name":"Technical Manager","value":"technical_manager"},{"name":"Technical Support Specialist","value":"technical_support_specialist"},{"name":"Therapist","value":"therapist"},{"name":"Training","value":"training"},{"name":"Video","value":"video"},{"name":"Web Developer","value":"web_developer"},{"name":"Writer","value":"writer"}]},{"displayName":"Enriched Email Bounce Detected","name":"enrichedEmailBounceDetected","type":"boolean","default":false},{"displayName":"Facebook Click ID","name":"facebookClickId","type":"number","default":""},{"displayName":"Fax Number","name":"faxNumber","type":"string","default":""},{"displayName":"Field Of Study","name":"fieldOfStudy","type":"string","default":"","description":"A contact's field of study. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"A contact's first name"},{"displayName":"Gender","name":"gender","type":"string","default":""},{"displayName":"Google Ad Click ID","name":"googleAdClickId","type":"number","default":""},{"displayName":"Graduation Date","name":"graduationDate","type":"dateTime","default":"","description":"A contact's graduation date. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format"},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"The industry a contact is in"},{"displayName":"Inferred Language Codes","name":"inferredLanguageCodes","description":"Inferred languages based on location. ISO 639-1.","type":"options","default":"","options":[{"name":"Abkhazian","value":"ab"},{"name":"Afar","value":"aa"},{"name":"Afrikaans","value":"af"},{"name":"Akan","value":"ak"},{"name":"Albanian","value":"sq"},{"name":"Amharic","value":"am"},{"name":"Arabic","value":"ar"},{"name":"Aragonese","value":"an"},{"name":"Armenian","value":"hy"},{"name":"Assamese","value":"as"},{"name":"Avaric","value":"av"},{"name":"Avestan","value":"ae"},{"name":"Aymara","value":"ay"},{"name":"Azerbaijani","value":"az"},{"name":"Bambara","value":"bm"},{"name":"Bashkir","value":"ba"},{"name":"Basque","value":"eu"},{"name":"Belarusian","value":"be"},{"name":"Bengali","value":"bn"},{"name":"Bislama","value":"bi"},{"name":"Bokmål, Norwegian; Norwegian Bokmål","value":"nb"},{"name":"Bosnian","value":"bs"},{"name":"Breton","value":"br"},{"name":"Bulgarian","value":"bg"},{"name":"Burmese","value":"my"},{"name":"Catalan; Valencian","value":"ca"},{"name":"Central Khmer","value":"km"},{"name":"Chamorro","value":"ch"},{"name":"Chechen","value":"ce"},{"name":"Chichewa; Chewa; Nyanja","value":"ny"},{"name":"Chinese","value":"zh"},{"name":"Church Slavic; Old Slavonic; Church Slavonic; Old Bulgarian; Old Church Slavonic","value":"cu"},{"name":"Chuvash","value":"cv"},{"name":"Cornish","value":"kw"},{"name":"Corsican","value":"co"},{"name":"Cree","value":"cr"},{"name":"Croatian","value":"hr"},{"name":"Czech","value":"cs"},{"name":"Danish","value":"da"},{"name":"Divehi; Dhivehi; Maldivian","value":"dv"},{"name":"Dutch; Flemish","value":"nl"},{"name":"Dzongkha","value":"dz"},{"name":"English","value":"en"},{"name":"Esperanto","value":"eo"},{"name":"Estonian","value":"et"},{"name":"Ewe","value":"ee"},{"name":"Faroese","value":"fo"},{"name":"Fijian","value":"fj"},{"name":"Finnish","value":"fi"},{"name":"French","value":"fr"},{"name":"Fulah","value":"ff"},{"name":"Gaelic; Scottish Gaelic","value":"gd"},{"name":"Galician","value":"gl"},{"name":"Ganda","value":"lg"},{"name":"Georgian","value":"ka"},{"name":"German","value":"de"},{"name":"Greek, Modern (1453-)","value":"el"},{"name":"Guarani","value":"gn"},{"name":"Gujarati","value":"gu"},{"name":"Haitian; Haitian Creole","value":"ht"},{"name":"Hausa","value":"ha"},{"name":"Hebrew","value":"he"},{"name":"Herero","value":"hz"},{"name":"Hindi","value":"hi"},{"name":"Hiri Motu","value":"ho"},{"name":"Hungarian","value":"hu"},{"name":"Icelandic","value":"is"},{"name":"Ido","value":"io"},{"name":"Igbo","value":"ig"},{"name":"Indonesian","value":"id"},{"name":"Interlingua (International Auxiliary Language Association)","value":"ia"},{"name":"Interlingue; Occidental","value":"ie"},{"name":"Inuktitut","value":"iu"},{"name":"Inupiaq","value":"ik"},{"name":"Irish","value":"ga"},{"name":"Italian","value":"it"},{"name":"Japanese","value":"ja"},{"name":"Javanese","value":"jv"},{"name":"Kalaallisut; Greenlandic","value":"kl"},{"name":"Kannada","value":"kn"},{"name":"Kanuri","value":"kr"},{"name":"Kashmiri","value":"ks"},{"name":"Kazakh","value":"kk"},{"name":"Kikuyu; Gikuyu","value":"ki"},{"name":"Kinyarwanda","value":"rw"},{"name":"Kirghiz; Kyrgyz","value":"ky"},{"name":"Komi","value":"kv"},{"name":"Kongo","value":"kg"},{"name":"Korean","value":"ko"},{"name":"Kuanyama; Kwanyama","value":"kj"},{"name":"Kurdish","value":"ku"},{"name":"Lao","value":"lo"},{"name":"Latin","value":"la"},{"name":"Latvian","value":"lv"},{"name":"Limburgan; Limburger; Limburgish","value":"li"},{"name":"Lingala","value":"ln"},{"name":"Lithuanian","value":"lt"},{"name":"Luba-Katanga","value":"lu"},{"name":"Luxembourgish; Letzeburgesch","value":"lb"},{"name":"Macedonian","value":"mk"},{"name":"Malagasy","value":"mg"},{"name":"Malay (Macrolanguage)","value":"ms"},{"name":"Malayalam","value":"ml"},{"name":"Maltese","value":"mt"},{"name":"Manx","value":"gv"},{"name":"Maori","value":"mi"},{"name":"Marathi","value":"mr"},{"name":"Marshallese","value":"mh"},{"name":"Mongolian","value":"mn"},{"name":"Nauru","value":"na"},{"name":"Navajo; Navaho","value":"nv"},{"name":"Ndebele, North; North Ndebele","value":"nd"},{"name":"Ndebele, South; South Ndebele","value":"nr"},{"name":"Ndonga","value":"ng"},{"name":"Nepali (Macrolanguage)","value":"ne"},{"name":"Northern Sami","value":"se"},{"name":"Norwegian","value":"no"},{"name":"Norwegian Nynorsk; Nynorsk, Norwegian","value":"nn"},{"name":"Occitan (Post 1500)","value":"oc"},{"name":"Ojibwa","value":"oj"},{"name":"Oriya (Macrolanguage)","value":"or"},{"name":"Oromo","value":"om"},{"name":"Ossetian; Ossetic","value":"os"},{"name":"Pali","value":"pi"},{"name":"Panjabi; Punjabi","value":"pa"},{"name":"Persian","value":"fa"},{"name":"Polish","value":"pl"},{"name":"Portuguese","value":"pt"},{"name":"Pushto; Pashto","value":"ps"},{"name":"Quechua","value":"qu"},{"name":"Romanian; Moldavian; Moldovan","value":"ro"},{"name":"Romansh","value":"rm"},{"name":"Rundi","value":"rn"},{"name":"Russian","value":"ru"},{"name":"Samoan","value":"sm"},{"name":"Sango","value":"sg"},{"name":"Sanskrit","value":"sa"},{"name":"Sardinian","value":"sc"},{"name":"Serbian","value":"sr"},{"name":"Shona","value":"sn"},{"name":"Sichuan Yi; Nuosu","value":"ii"},{"name":"Sindhi","value":"sd"},{"name":"Sinhala; Sinhalese","value":"si"},{"name":"Slovak","value":"sk"},{"name":"Slovenian","value":"sl"},{"name":"Somali","value":"so"},{"name":"Sotho, Southern","value":"st"},{"name":"Spanish; Castilian","value":"es"},{"name":"Sundanese","value":"su"},{"name":"Swahili (Macrolanguage)","value":"sw"},{"name":"Swati","value":"ss"},{"name":"Swedish","value":"sv"},{"name":"Tagalog","value":"tl"},{"name":"Tahitian","value":"ty"},{"name":"Tajik","value":"tg"},{"name":"Tamil","value":"ta"},{"name":"Tatar","value":"tt"},{"name":"Telugu","value":"te"},{"name":"Thai","value":"th"},{"name":"Tibetan","value":"bo"},{"name":"Tigrinya","value":"ti"},{"name":"Tonga (Tonga Islands)","value":"to"},{"name":"Tsonga","value":"ts"},{"name":"Tswana","value":"tn"},{"name":"Turkish","value":"tr"},{"name":"Turkmen","value":"tk"},{"name":"Twi","value":"tw"},{"name":"Uighur; Uyghur","value":"ug"},{"name":"Ukrainian","value":"uk"},{"name":"Urdu","value":"ur"},{"name":"Uzbek","value":"uz"},{"name":"Venda","value":"ve"},{"name":"Vietnamese","value":"vi"},{"name":"Volapük","value":"vo"},{"name":"Walloon","value":"wa"},{"name":"Welsh","value":"cy"},{"name":"Western Frisian","value":"fy"},{"name":"Wolof","value":"wo"},{"name":"Xhosa","value":"xh"},{"name":"Yiddish","value":"yi"},{"name":"Yoruba","value":"yo"},{"name":"Zhuang; Chuang","value":"za"},{"name":"Zulu","value":"zu"}]},{"displayName":"Job Function","name":"jobFunction","type":"string","default":"","description":"A contact's job function. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Job Title","name":"jobTitle","type":"string","default":"","description":"A contact's job title"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"A contact's last name"},{"displayName":"Latest Traffic Source","name":"latestTrafficSource","description":"The source of the latest session for a contact","type":"options","default":"","options":[{"name":"Direct Traffic","value":"DIRECT_TRAFFIC"},{"name":"Email Marketing","value":"EMAIL_MARKETING"},{"name":"Offline Sources","value":"OFFLINE"},{"name":"Organic Search","value":"ORGANIC_SEARCH"},{"name":"Organic Social","value":"SOCIAL_MEDIA"},{"name":"Other Campaigns","value":"OTHER_CAMPAIGNS"},{"name":"Paid Search","value":"PAID_SEARCH"},{"name":"Paid Social","value":"PAID_SOCIAL"},{"name":"Referrals","value":"REFERRALS"}]},{"displayName":"Latest Traffic Source Date","name":"latestTrafficSourceDate","description":"The time of the latest session for a contact","type":"dateTime","default":""},{"displayName":"Lead Status Name or ID","name":"leadStatus","type":"options","typeOptions":{"loadOptionsMethod":"getContactLeadStatuses"},"default":"","description":"The contact's sales, prospecting or outreach status. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Legal Basic For Processing Contact Data Name or ID","name":"processingContactData","type":"options","typeOptions":{"loadOptionsMethod":"getContactLealBasics"},"default":"","description":"Legal basis for processing contact's data; 'Not applicable' will exempt the contact from GDPR protections. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Lifecycle Stage Name or ID","name":"lifeCycleStage","type":"options","typeOptions":{"loadOptionsMethod":"getContactLifeCycleStages"},"default":"","description":"The qualification of contacts to sales readiness. It can be set through imports, forms, workflows, and manually on a per contact basis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"LinkedIn URL","name":"linkedinUrl","description":"The URL of the contact's LinkedIn page","type":"string","default":""},{"displayName":"Marital Status","name":"maritalStatus","type":"string","default":"","description":"A contact's marital status. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Member Email","name":"memberEmail","description":"Email used to send private content information to members","type":"string","default":""},{"displayName":"Membership Note","name":"membershipNote","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"The notes relating to the contact's content membership"},{"displayName":"Message","name":"message","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"A default property to be used for any message or comments a contact may want to leave on a form"},{"displayName":"Military Status","name":"militaryStatus","description":"Contact's military status. Required for the Facebook Ads Integration. Automatically synced from the Lead Ads tool.","type":"string","default":""},{"displayName":"Mobile Phone Number","name":"mobilePhoneNumber","type":"string","default":"","description":"A contact's mobile phone number"},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"options","typeOptions":{"loadOptionsMethod":"getContactNumberOfEmployees"},"default":"","description":"The number of company employees. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Original Source Name or ID","name":"originalSource","type":"options","typeOptions":{"loadOptionsMethod":"getContactOriginalSources"},"default":"","description":"The first known source through which a contact found your website. Source is automatically set by HubSpot, but may be updated manually. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Persona","name":"persona","description":"A contact's persona","type":"string","default":""},{"displayName":"Phone Number","name":"phoneNumber","type":"string","default":"","description":"A contact's primary phone number"},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"The contact's zip code. This might be set via import, form, or integration."},{"displayName":"Preffered Language Name or ID","name":"prefferedLanguage","type":"options","typeOptions":{"loadOptionsMethod":"getContactPrefferedLanguages"},"default":"","description":"Set your contact's preferred language for communications. This property can be changed from an import, form, or integration. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Prospecting Agent Last Enrolled","name":"prospectingAgentLastEnrolled","description":"The last time the Prospecting Agent enrolled this contact","type":"dateTime","default":""},{"displayName":"Prospecting Agent Total Enrolled Count","name":"prospectingAgentTotalEnrolledCount","type":"number","default":""},{"displayName":"Relationship Status","name":"relationshipStatus","type":"string","default":"","description":"A contact's relationship status. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Salutation","name":"salutation","type":"string","default":"","description":"The title used to address a contact"},{"displayName":"School","name":"school","type":"string","default":"","description":"A contact's school. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Seniority","name":"seniority","type":"string","default":"","description":"A contact's seniority. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"A contact's start date. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format"},{"displayName":"State/Region","name":"stateRegion","type":"string","default":"","description":"The contact's state of residence. This might be set via import, form, or integration."},{"displayName":"State/Region Code","name":"stateRegionCode","description":"The contact's state or region code","type":"string","default":""},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsMethod":"getContactStatuses"},"default":"","description":"The status of the contact's content membership. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Street Address","name":"streetAddress","type":"string","default":"","description":"A contact's street address, including apartment or unit #"},{"displayName":"Time Zone","name":"timeZone","description":"The contact’s time zone. This can be set automatically by HubSpot based on other contact properties. It can also be set manually for each contact.","type":"options","default":"","options":[{"name":"UTC -01:00 Atlantic Cape Verde","value":"atlantic_slash_cape_verde"},{"name":"UTC -02:00 America Godthab","value":"america_slash_godthab"},{"name":"UTC -02:00 America Miquelon","value":"america_slash_miquelon"},{"name":"UTC -02:00 America Noronha","value":"america_slash_noronha"},{"name":"UTC -02:00 Atlantic South Georgia","value":"atlantic_slash_south_georgia"},{"name":"UTC -02:00 Brazil DeNoronha","value":"brazil_slash_denoronha"},{"name":"UTC -02:30 America St Johns","value":"america_slash_st_johns"},{"name":"UTC -02:30 Canada Newfoundland","value":"canada_slash_newfoundland"},{"name":"UTC -03:00 America Araguaina","value":"america_slash_araguaina"},{"name":"UTC -03:00 America Argentina (Buenos Aires)","value":"america_slash_argentina_slash_buenos_aires"},{"name":"UTC -03:00 America Argentina (Catamarca)","value":"america_slash_argentina_slash_catamarca"},{"name":"UTC -03:00 America Argentina (ComodRivadavia)","value":"america_slash_argentina_slash_comodrivadavia"},{"name":"UTC -03:00 America Argentina (Cordoba)","value":"america_slash_argentina_slash_cordoba"},{"name":"UTC -03:00 America Argentina (Jujuy)","value":"america_slash_argentina_slash_jujuy"},{"name":"UTC -03:00 America Argentina (La Rioja)","value":"america_slash_argentina_slash_la_rioja"},{"name":"UTC -03:00 America Argentina (Mendoza)","value":"america_slash_argentina_slash_mendoza"},{"name":"UTC -03:00 America Argentina (Rio Gallegos)","value":"america_slash_argentina_slash_rio_gallegos"},{"name":"UTC -03:00 America Argentina (Salta)","value":"america_slash_argentina_slash_salta"},{"name":"UTC -03:00 America Argentina (San Juan)","value":"america_slash_argentina_slash_san_juan"},{"name":"UTC -03:00 America Argentina (San Luis)","value":"america_slash_argentina_slash_san_luis"},{"name":"UTC -03:00 America Argentina (Tucuman)","value":"america_slash_argentina_slash_tucuman"},{"name":"UTC -03:00 America Argentina (Ushuaia)","value":"america_slash_argentina_slash_ushuaia"},{"name":"UTC -03:00 America Bahia","value":"america_slash_bahia"},{"name":"UTC -03:00 America Belem","value":"america_slash_belem"},{"name":"UTC -03:00 America Buenos Aires","value":"america_slash_buenos_aires"},{"name":"UTC -03:00 America Catamarca","value":"america_slash_catamarca"},{"name":"UTC -03:00 America Cayenne","value":"america_slash_cayenne"},{"name":"UTC -03:00 America Cordoba","value":"america_slash_cordoba"},{"name":"UTC -03:00 America Fortaleza","value":"america_slash_fortaleza"},{"name":"UTC -03:00 America Glace Bay","value":"america_slash_glace_bay"},{"name":"UTC -03:00 America Goose Bay","value":"america_slash_goose_bay"},{"name":"UTC -03:00 America Halifax","value":"america_slash_halifax"},{"name":"UTC -03:00 America Jujuy","value":"america_slash_jujuy"},{"name":"UTC -03:00 America Maceio","value":"america_slash_maceio"},{"name":"UTC -03:00 America Mendoza","value":"america_slash_mendoza"},{"name":"UTC -03:00 America Moncton","value":"america_slash_moncton"},{"name":"UTC -03:00 America Montevideo","value":"america_slash_montevideo"},{"name":"UTC -03:00 America Paramaribo","value":"america_slash_paramaribo"},{"name":"UTC -03:00 America Punta Arenas","value":"america_slash_punta_arenas"},{"name":"UTC -03:00 America Recife","value":"america_slash_recife"},{"name":"UTC -03:00 America Rosario","value":"america_slash_rosario"},{"name":"UTC -03:00 America Santarem","value":"america_slash_santarem"},{"name":"UTC -03:00 America Sao Paulo","value":"america_slash_sao_paulo"},{"name":"UTC -03:00 America Thule","value":"america_slash_thule"},{"name":"UTC -03:00 Antarctica Palmer","value":"antarctica_slash_palmer"},{"name":"UTC -03:00 Antarctica Rothera","value":"antarctica_slash_rothera"},{"name":"UTC -03:00 Atlantic Bermuda","value":"atlantic_slash_bermuda"},{"name":"UTC -03:00 Atlantic Stanley","value":"atlantic_slash_stanley"},{"name":"UTC -03:00 Brazil East","value":"brazil_slash_east"},{"name":"UTC -03:00 Canada Atlantic","value":"canada_slash_atlantic"},{"name":"UTC -04:00 America Anguilla","value":"america_slash_anguilla"},{"name":"UTC -04:00 America Antigua","value":"america_slash_antigua"},{"name":"UTC -04:00 America Aruba","value":"america_slash_aruba"},{"name":"UTC -04:00 America Asuncion","value":"america_slash_asuncion"},{"name":"UTC -04:00 America Barbados","value":"america_slash_barbados"},{"name":"UTC -04:00 America Blanc-Sablon","value":"america_slash_blanc_hyphen_sablon"},{"name":"UTC -04:00 America Boa Vista","value":"america_slash_boa_vista"},{"name":"UTC -04:00 America Campo Grande","value":"america_slash_campo_grande"},{"name":"UTC -04:00 America Caracas","value":"america_slash_caracas"},{"name":"UTC -04:00 America Cuba","value":"cuba"},{"name":"UTC -04:00 America Cuiaba","value":"america_slash_cuiaba"},{"name":"UTC -04:00 America Curacao","value":"america_slash_curacao"},{"name":"UTC -04:00 America Detroit","value":"america_slash_detroit"},{"name":"UTC -04:00 America Dominica","value":"america_slash_dominica"},{"name":"UTC -04:00 America Fort Wayne","value":"america_slash_fort_wayne"},{"name":"UTC -04:00 America Grand Turk","value":"america_slash_grand_turk"},{"name":"UTC -04:00 America Grenada","value":"america_slash_grenada"},{"name":"UTC -04:00 America Guadeloupe","value":"america_slash_guadeloupe"},{"name":"UTC -04:00 America Guyana","value":"america_slash_guyana"},{"name":"UTC -04:00 America Havana","value":"america_slash_havana"},{"name":"UTC -04:00 America Indiana (Indianapolis)","value":"america_slash_indiana_slash_indianapolis"},{"name":"UTC -04:00 America Indiana (Marengo)","value":"america_slash_indiana_slash_marengo"},{"name":"UTC -04:00 America Indiana (Petersburg)","value":"america_slash_indiana_slash_petersburg"},{"name":"UTC -04:00 America Indiana (Vevay)","value":"america_slash_indiana_slash_vevay"},{"name":"UTC -04:00 America Indiana (Vincennes)","value":"america_slash_indiana_slash_vincennes"},{"name":"UTC -04:00 America Indiana (Winamac)","value":"america_slash_indiana_slash_winamac"},{"name":"UTC -04:00 America Indianapolis","value":"america_slash_indianapolis"},{"name":"UTC -04:00 America Iqaluit","value":"america_slash_iqaluit"},{"name":"UTC -04:00 America Kentucky (Louisville)","value":"america_slash_kentucky_slash_louisville"},{"name":"UTC -04:00 America Kentucky (Monticello)","value":"america_slash_kentucky_slash_monticello"},{"name":"UTC -04:00 America Kralendijk","value":"america_slash_kralendijk"},{"name":"UTC -04:00 America La Paz","value":"america_slash_la_paz"},{"name":"UTC -04:00 America Louisville","value":"america_slash_louisville"},{"name":"UTC -04:00 America Lower Princes","value":"america_slash_lower_princes"},{"name":"UTC -04:00 America Manaus","value":"america_slash_manaus"},{"name":"UTC -04:00 America Marigot","value":"america_slash_marigot"},{"name":"UTC -04:00 America Martinique","value":"america_slash_martinique"},{"name":"UTC -04:00 America Montreal","value":"america_slash_montreal"},{"name":"UTC -04:00 America Montserrat","value":"america_slash_montserrat"},{"name":"UTC -04:00 America Nassau","value":"america_slash_nassau"},{"name":"UTC -04:00 America New York","value":"america_slash_new_york"},{"name":"UTC -04:00 America Nipigon","value":"america_slash_nipigon"},{"name":"UTC -04:00 America Pangnirtung","value":"america_slash_pangnirtung"},{"name":"UTC -04:00 America Port of Spain","value":"america_slash_port_of_spain"},{"name":"UTC -04:00 America Port-Au-Prince","value":"america_slash_port_hyphen_au_hyphen_prince"},{"name":"UTC -04:00 America Porto Velho","value":"america_slash_porto_velho"},{"name":"UTC -04:00 America Puerto Rico","value":"america_slash_puerto_rico"},{"name":"UTC -04:00 America Santiago","value":"america_slash_santiago"},{"name":"UTC -04:00 America Santo Domingo","value":"america_slash_santo_domingo"},{"name":"UTC -04:00 America St Barthelemy","value":"america_slash_st_barthelemy"},{"name":"UTC -04:00 America St Kitts","value":"america_slash_st_kitts"},{"name":"UTC -04:00 America St Lucia","value":"america_slash_st_lucia"},{"name":"UTC -04:00 America St Thomas","value":"america_slash_st_thomas"},{"name":"UTC -04:00 America St Vincent","value":"america_slash_st_vincent"},{"name":"UTC -04:00 America Thunder Bay","value":"america_slash_thunder_bay"},{"name":"UTC -04:00 America Toronto","value":"america_slash_toronto"},{"name":"UTC -04:00 America Tortola","value":"america_slash_tortola"},{"name":"UTC -04:00 America Virgin","value":"america_slash_virgin"},{"name":"UTC -04:00 Brazil West","value":"brazil_slash_west"},{"name":"UTC -04:00 Canada Eastern","value":"canada_slash_eastern"},{"name":"UTC -04:00 Chile Continental","value":"chile_slash_continental"},{"name":"UTC -04:00 US East-Indiana","value":"us_slash_east_hyphen_indiana"},{"name":"UTC -04:00 US Eastern","value":"us_slash_eastern"},{"name":"UTC -04:00 US Michigan","value":"us_slash_michigan"},{"name":"UTC -05:00 America Atikokan","value":"america_slash_atikokan"},{"name":"UTC -05:00 America Bahia Banderas","value":"america_slash_bahia_banderas"},{"name":"UTC -05:00 America Bogota","value":"america_slash_bogota"},{"name":"UTC -05:00 America Cancun","value":"america_slash_cancun"},{"name":"UTC -05:00 America Cayman","value":"america_slash_cayman"},{"name":"UTC -05:00 America Chicago","value":"america_slash_chicago"},{"name":"UTC -05:00 America Coral Harbour","value":"america_slash_coral_harbour"},{"name":"UTC -05:00 America Eirunepe","value":"america_slash_eirunepe"},{"name":"UTC -05:00 America Guayaquil","value":"america_slash_guayaquil"},{"name":"UTC -05:00 America Indiana (Knox)","value":"america_slash_indiana_slash_knox"},{"name":"UTC -05:00 America Indiana (Tell City)","value":"america_slash_indiana_slash_tell_city"},{"name":"UTC -05:00 America Jamaica","value":"america_slash_jamaica"},{"name":"UTC -05:00 America Knox IN","value":"america_slash_knox_in"},{"name":"UTC -05:00 America Lima","value":"america_slash_lima"},{"name":"UTC -05:00 America Matamoros","value":"america_slash_matamoros"},{"name":"UTC -05:00 America Menominee","value":"america_slash_menominee"},{"name":"UTC -05:00 America Merida","value":"america_slash_merida"},{"name":"UTC -05:00 America Mexico City","value":"america_slash_mexico_city"},{"name":"UTC -05:00 America Monterrey","value":"america_slash_monterrey"},{"name":"UTC -05:00 America North Dakota (Beulah)","value":"america_slash_north_dakota_slash_beulah"},{"name":"UTC -05:00 America North Dakota (Center)","value":"america_slash_north_dakota_slash_center"},{"name":"UTC -05:00 America North Dakota (New Salem)","value":"america_slash_north_dakota_slash_new_salem"},{"name":"UTC -05:00 America Panama","value":"america_slash_panama"},{"name":"UTC -05:00 America Porto Acre","value":"america_slash_porto_acre"},{"name":"UTC -05:00 America Rainy River","value":"america_slash_rainy_river"},{"name":"UTC -05:00 America Rankin Inlet","value":"america_slash_rankin_inlet"},{"name":"UTC -05:00 America Resolute","value":"america_slash_resolute"},{"name":"UTC -05:00 America Rio Branco","value":"america_slash_rio_branco"},{"name":"UTC -05:00 America Winnipeg","value":"america_slash_winnipeg"},{"name":"UTC -05:00 Brazil Acre","value":"brazil_slash_acre"},{"name":"UTC -05:00 Canada Central","value":"canada_slash_central"},{"name":"UTC -05:00 Mexico General","value":"mexico_slash_general"},{"name":"UTC -05:00 US Central","value":"us_slash_central"},{"name":"UTC -05:00 US Indiana-Starke","value":"us_slash_indiana_hyphen_starke"},{"name":"UTC -06:00 America Belize","value":"america_slash_belize"},{"name":"UTC -06:00 America Boise","value":"america_slash_boise"},{"name":"UTC -06:00 America Cambridge Bay","value":"america_slash_cambridge_bay"},{"name":"UTC -06:00 America Chihuahua","value":"america_slash_chihuahua"},{"name":"UTC -06:00 America Costa Rica","value":"america_slash_costa_rica"},{"name":"UTC -06:00 America Denver","value":"america_slash_denver"},{"name":"UTC -06:00 America Edmonton","value":"america_slash_edmonton"},{"name":"UTC -06:00 America El Salvador","value":"america_slash_el_salvador"},{"name":"UTC -06:00 America Guatemala","value":"america_slash_guatemala"},{"name":"UTC -06:00 America Inuvik","value":"america_slash_inuvik"},{"name":"UTC -06:00 America Managua","value":"america_slash_managua"},{"name":"UTC -06:00 America Mazatlan","value":"america_slash_mazatlan"},{"name":"UTC -06:00 America Navajo","value":"navajo"},{"name":"UTC -06:00 America Ojinaga","value":"america_slash_ojinaga"},{"name":"UTC -06:00 America Regina","value":"america_slash_regina"},{"name":"UTC -06:00 America Shiprock","value":"america_slash_shiprock"},{"name":"UTC -06:00 America Swift Current","value":"america_slash_swift_current"},{"name":"UTC -06:00 America Tegucigalpa","value":"america_slash_tegucigalpa"},{"name":"UTC -06:00 America Yellowknife","value":"america_slash_yellowknife"},{"name":"UTC -06:00 Canada Mountain","value":"canada_slash_mountain"},{"name":"UTC -06:00 Canada Saskatchewan","value":"canada_slash_saskatchewan"},{"name":"UTC -06:00 Chile EasterIsland","value":"chile_slash_easterisland"},{"name":"UTC -06:00 Mexico BajaSur","value":"mexico_slash_bajasur"},{"name":"UTC -06:00 Pacific Easter","value":"pacific_slash_easter"},{"name":"UTC -06:00 Pacific Galapagos","value":"pacific_slash_galapagos"},{"name":"UTC -06:00 US Mountain","value":"us_slash_mountain"},{"name":"UTC -07:00 America Creston","value":"america_slash_creston"},{"name":"UTC -07:00 America Dawson","value":"america_slash_dawson"},{"name":"UTC -07:00 America Dawson Creek","value":"america_slash_dawson_creek"},{"name":"UTC -07:00 America Ensenada","value":"america_slash_ensenada"},{"name":"UTC -07:00 America Fort Nelson","value":"america_slash_fort_nelson"},{"name":"UTC -07:00 America Hermosillo","value":"america_slash_hermosillo"},{"name":"UTC -07:00 America Los Angeles","value":"america_slash_los_angeles"},{"name":"UTC -07:00 America Phoenix","value":"america_slash_phoenix"},{"name":"UTC -07:00 America Santa Isabel","value":"america_slash_santa_isabel"},{"name":"UTC -07:00 America Tijuana","value":"america_slash_tijuana"},{"name":"UTC -07:00 America Vancouver","value":"america_slash_vancouver"},{"name":"UTC -07:00 America Whitehorse","value":"america_slash_whitehorse"},{"name":"UTC -07:00 Canada Pacific","value":"canada_slash_pacific"},{"name":"UTC -07:00 Canada Yukon","value":"canada_slash_yukon"},{"name":"UTC -07:00 Mexico BajaNorte","value":"mexico_slash_bajanorte"},{"name":"UTC -07:00 US Arizona","value":"us_slash_arizona"},{"name":"UTC -07:00 US Pacific","value":"us_slash_pacific"},{"name":"UTC -07:00 US Pacific-New","value":"us_slash_pacific_hyphen_new"},{"name":"UTC -08:00 America Anchorage","value":"america_slash_anchorage"},{"name":"UTC -08:00 America Juneau","value":"america_slash_juneau"},{"name":"UTC -08:00 America Metlakatla","value":"america_slash_metlakatla"},{"name":"UTC -08:00 America Nome","value":"america_slash_nome"},{"name":"UTC -08:00 America Sitka","value":"america_slash_sitka"},{"name":"UTC -08:00 America Yakutat","value":"america_slash_yakutat"},{"name":"UTC -08:00 Pacific Pitcairn","value":"pacific_slash_pitcairn"},{"name":"UTC -08:00 US Alaska","value":"us_slash_alaska"},{"name":"UTC -09:00 America Adak","value":"america_slash_adak"},{"name":"UTC -09:00 America Atka","value":"america_slash_atka"},{"name":"UTC -09:00 Pacific Gambier","value":"pacific_slash_gambier"},{"name":"UTC -09:00 US Aleutian","value":"us_slash_aleutian"},{"name":"UTC -09:30 Pacific Marquesas","value":"pacific_slash_marquesas"},{"name":"UTC -10:00 Pacific Honolulu","value":"pacific_slash_honolulu"},{"name":"UTC -10:00 Pacific Johnston","value":"pacific_slash_johnston"},{"name":"UTC -10:00 Pacific Rarotonga","value":"pacific_slash_rarotonga"},{"name":"UTC -10:00 Pacific Tahiti","value":"pacific_slash_tahiti"},{"name":"UTC -10:00 US Hawaii","value":"us_slash_hawaii"},{"name":"UTC -11:00 Pacific Midway","value":"pacific_slash_midway"},{"name":"UTC -11:00 Pacific Niue","value":"pacific_slash_niue"},{"name":"UTC -11:00 Pacific Pago Pago","value":"pacific_slash_pago_pago"},{"name":"UTC -11:00 Pacific Samoa","value":"pacific_slash_samoa"},{"name":"UTC -11:00 US Samoa","value":"us_slash_samoa"},{"name":"UTC +00:00 Africa Abidjan","value":"africa_slash_abidjan"},{"name":"UTC +00:00 Africa Accra","value":"africa_slash_accra"},{"name":"UTC +00:00 Africa Bamako","value":"africa_slash_bamako"},{"name":"UTC +00:00 Africa Banjul","value":"africa_slash_banjul"},{"name":"UTC +00:00 Africa Bissau","value":"africa_slash_bissau"},{"name":"UTC +00:00 Africa Conakry","value":"africa_slash_conakry"},{"name":"UTC +00:00 Africa Dakar","value":"africa_slash_dakar"},{"name":"UTC +00:00 Africa Freetown","value":"africa_slash_freetown"},{"name":"UTC +00:00 Africa Lome","value":"africa_slash_lome"},{"name":"UTC +00:00 Africa Monrovia","value":"africa_slash_monrovia"},{"name":"UTC +00:00 Africa Nouakchott","value":"africa_slash_nouakchott"},{"name":"UTC +00:00 Africa Ouagadougou","value":"africa_slash_ouagadougou"},{"name":"UTC +00:00 Africa Timbuktu","value":"africa_slash_timbuktu"},{"name":"UTC +00:00 America Danmarkshavn","value":"america_slash_danmarkshavn"},{"name":"UTC +00:00 America Scoresbysund","value":"america_slash_scoresbysund"},{"name":"UTC +00:00 Atlantic Azores","value":"atlantic_slash_azores"},{"name":"UTC +00:00 Atlantic Reykjavik","value":"atlantic_slash_reykjavik"},{"name":"UTC +00:00 Atlantic St Helena","value":"atlantic_slash_st_helena"},{"name":"UTC +00:00 Europe Iceland","value":"iceland"},{"name":"UTC +01:00 Africa Algiers","value":"africa_slash_algiers"},{"name":"UTC +01:00 Africa Bangui","value":"africa_slash_bangui"},{"name":"UTC +01:00 Africa Brazzaville","value":"africa_slash_brazzaville"},{"name":"UTC +01:00 Africa Casablanca","value":"africa_slash_casablanca"},{"name":"UTC +01:00 Africa Douala","value":"africa_slash_douala"},{"name":"UTC +01:00 Africa El Aaiun","value":"africa_slash_el_aaiun"},{"name":"UTC +01:00 Africa Kinshasa","value":"africa_slash_kinshasa"},{"name":"UTC +01:00 Africa Lagos","value":"africa_slash_lagos"},{"name":"UTC +01:00 Africa Libreville","value":"africa_slash_libreville"},{"name":"UTC +01:00 Africa Luanda","value":"africa_slash_luanda"},{"name":"UTC +01:00 Africa Malabo","value":"africa_slash_malabo"},{"name":"UTC +01:00 Africa Ndjamena","value":"africa_slash_ndjamena"},{"name":"UTC +01:00 Africa Niamey","value":"africa_slash_niamey"},{"name":"UTC +01:00 Africa Porto-Novo","value":"africa_slash_porto_hyphen_novo"},{"name":"UTC +01:00 Africa Sao Tome","value":"africa_slash_sao_tome"},{"name":"UTC +01:00 Africa Tunis","value":"africa_slash_tunis"},{"name":"UTC +01:00 Atlantic Canary","value":"atlantic_slash_canary"},{"name":"UTC +01:00 Atlantic Faeroe","value":"atlantic_slash_faeroe"},{"name":"UTC +01:00 Atlantic Faroe","value":"atlantic_slash_faroe"},{"name":"UTC +01:00 Atlantic Madeira","value":"atlantic_slash_madeira"},{"name":"UTC +01:00 Europe Belfast","value":"europe_slash_belfast"},{"name":"UTC +01:00 Europe Dublin","value":"europe_slash_dublin"},{"name":"UTC +01:00 Europe Eire","value":"eire"},{"name":"UTC +01:00 Europe Guernsey","value":"europe_slash_guernsey"},{"name":"UTC +01:00 Europe Isle of Man","value":"europe_slash_isle_of_man"},{"name":"UTC +01:00 Europe Jersey","value":"europe_slash_jersey"},{"name":"UTC +01:00 Europe Lisbon","value":"europe_slash_lisbon"},{"name":"UTC +01:00 Europe London","value":"europe_slash_london"},{"name":"UTC +01:00 Europe Portugal","value":"portugal"},{"name":"UTC +02:00 Africa Blantyre","value":"africa_slash_blantyre"},{"name":"UTC +02:00 Africa Bujumbura","value":"africa_slash_bujumbura"},{"name":"UTC +02:00 Africa Cairo","value":"africa_slash_cairo"},{"name":"UTC +02:00 Africa Ceuta","value":"africa_slash_ceuta"},{"name":"UTC +02:00 Africa Egypt","value":"egypt"},{"name":"UTC +02:00 Africa Gaborone","value":"africa_slash_gaborone"},{"name":"UTC +02:00 Africa Harare","value":"africa_slash_harare"},{"name":"UTC +02:00 Africa Johannesburg","value":"africa_slash_johannesburg"},{"name":"UTC +02:00 Africa Khartoum","value":"africa_slash_khartoum"},{"name":"UTC +02:00 Africa Kigali","value":"africa_slash_kigali"},{"name":"UTC +02:00 Africa Libya","value":"libya"},{"name":"UTC +02:00 Africa Lubumbashi","value":"africa_slash_lubumbashi"},{"name":"UTC +02:00 Africa Lusaka","value":"africa_slash_lusaka"},{"name":"UTC +02:00 Africa Maputo","value":"africa_slash_maputo"},{"name":"UTC +02:00 Africa Maseru","value":"africa_slash_maseru"},{"name":"UTC +02:00 Africa Mbabane","value":"africa_slash_mbabane"},{"name":"UTC +02:00 Africa Tripoli","value":"africa_slash_tripoli"},{"name":"UTC +02:00 Africa Windhoek","value":"africa_slash_windhoek"},{"name":"UTC +02:00 Antarctica Troll","value":"antarctica_slash_troll"},{"name":"UTC +02:00 Arctic Longyearbyen","value":"arctic_slash_longyearbyen"},{"name":"UTC +02:00 Atlantic Jan Mayen","value":"atlantic_slash_jan_mayen"},{"name":"UTC +02:00 Europe Amsterdam","value":"europe_slash_amsterdam"},{"name":"UTC +02:00 Europe Andorra","value":"europe_slash_andorra"},{"name":"UTC +02:00 Europe Belgrade","value":"europe_slash_belgrade"},{"name":"UTC +02:00 Europe Berlin","value":"europe_slash_berlin"},{"name":"UTC +02:00 Europe Bratislava","value":"europe_slash_bratislava"},{"name":"UTC +02:00 Europe Brussels","value":"europe_slash_brussels"},{"name":"UTC +02:00 Europe Budapest","value":"europe_slash_budapest"},{"name":"UTC +02:00 Europe Busingen","value":"europe_slash_busingen"},{"name":"UTC +02:00 Europe Copenhagen","value":"europe_slash_copenhagen"},{"name":"UTC +02:00 Europe Gibraltar","value":"europe_slash_gibraltar"},{"name":"UTC +02:00 Europe Kaliningrad","value":"europe_slash_kaliningrad"},{"name":"UTC +02:00 Europe Ljubljana","value":"europe_slash_ljubljana"},{"name":"UTC +02:00 Europe Luxembourg","value":"europe_slash_luxembourg"},{"name":"UTC +02:00 Europe Madrid","value":"europe_slash_madrid"},{"name":"UTC +02:00 Europe Malta","value":"europe_slash_malta"},{"name":"UTC +02:00 Europe Monaco","value":"europe_slash_monaco"},{"name":"UTC +02:00 Europe Oslo","value":"europe_slash_oslo"},{"name":"UTC +02:00 Europe Paris","value":"europe_slash_paris"},{"name":"UTC +02:00 Europe Podgorica","value":"europe_slash_podgorica"},{"name":"UTC +02:00 Europe Poland","value":"poland"},{"name":"UTC +02:00 Europe Prague","value":"europe_slash_prague"},{"name":"UTC +02:00 Europe Rome","value":"europe_slash_rome"},{"name":"UTC +02:00 Europe San Marino","value":"europe_slash_san_marino"},{"name":"UTC +02:00 Europe Sarajevo","value":"europe_slash_sarajevo"},{"name":"UTC +02:00 Europe Skopje","value":"europe_slash_skopje"},{"name":"UTC +02:00 Europe Stockholm","value":"europe_slash_stockholm"},{"name":"UTC +02:00 Europe Tirane","value":"europe_slash_tirane"},{"name":"UTC +02:00 Europe Vaduz","value":"europe_slash_vaduz"},{"name":"UTC +02:00 Europe Vatican","value":"europe_slash_vatican"},{"name":"UTC +02:00 Europe Vienna","value":"europe_slash_vienna"},{"name":"UTC +02:00 Europe Warsaw","value":"europe_slash_warsaw"},{"name":"UTC +02:00 Europe Zagreb","value":"europe_slash_zagreb"},{"name":"UTC +02:00 Europe Zurich","value":"europe_slash_zurich"},{"name":"UTC +03:00 Africa Addis Ababa","value":"africa_slash_addis_ababa"},{"name":"UTC +03:00 Africa Asmara","value":"africa_slash_asmara"},{"name":"UTC +03:00 Africa Asmera","value":"africa_slash_asmera"},{"name":"UTC +03:00 Africa Dar Es Salaam","value":"africa_slash_dar_es_salaam"},{"name":"UTC +03:00 Africa Djibouti","value":"africa_slash_djibouti"},{"name":"UTC +03:00 Africa Juba","value":"africa_slash_juba"},{"name":"UTC +03:00 Africa Kampala","value":"africa_slash_kampala"},{"name":"UTC +03:00 Africa Mogadishu","value":"africa_slash_mogadishu"},{"name":"UTC +03:00 Africa Nairobi","value":"africa_slash_nairobi"},{"name":"UTC +03:00 Antarctica Syowa","value":"antarctica_slash_syowa"},{"name":"UTC +03:00 Asia Aden","value":"asia_slash_aden"},{"name":"UTC +03:00 Asia Amman","value":"asia_slash_amman"},{"name":"UTC +03:00 Asia Baghdad","value":"asia_slash_baghdad"},{"name":"UTC +03:00 Asia Bahrain","value":"asia_slash_bahrain"},{"name":"UTC +03:00 Asia Beirut","value":"asia_slash_beirut"},{"name":"UTC +03:00 Asia Damascus","value":"asia_slash_damascus"},{"name":"UTC +03:00 Asia Famagusta","value":"asia_slash_famagusta"},{"name":"UTC +03:00 Asia Gaza","value":"asia_slash_gaza"},{"name":"UTC +03:00 Asia Hebron","value":"asia_slash_hebron"},{"name":"UTC +03:00 Asia Israel","value":"israel"},{"name":"UTC +03:00 Asia Istanbul","value":"asia_slash_istanbul"},{"name":"UTC +03:00 Asia Jerusalem","value":"asia_slash_jerusalem"},{"name":"UTC +03:00 Asia Kuwait","value":"asia_slash_kuwait"},{"name":"UTC +03:00 Asia Nicosia","value":"asia_slash_nicosia"},{"name":"UTC +03:00 Asia Qatar","value":"asia_slash_qatar"},{"name":"UTC +03:00 Asia Riyadh","value":"asia_slash_riyadh"},{"name":"UTC +03:00 Asia Tel Aviv","value":"asia_slash_tel_aviv"},{"name":"UTC +03:00 Asia Türkiye","value":"turkey"},{"name":"UTC +03:00 Europe Athens","value":"europe_slash_athens"},{"name":"UTC +03:00 Europe Bucharest","value":"europe_slash_bucharest"},{"name":"UTC +03:00 Europe Chisinau","value":"europe_slash_chisinau"},{"name":"UTC +03:00 Europe Helsinki","value":"europe_slash_helsinki"},{"name":"UTC +03:00 Europe Istanbul","value":"europe_slash_istanbul"},{"name":"UTC +03:00 Europe Kirov","value":"europe_slash_kirov"},{"name":"UTC +03:00 Europe Kyiv","value":"europe_slash_kiev"},{"name":"UTC +03:00 Europe Mariehamn","value":"europe_slash_mariehamn"},{"name":"UTC +03:00 Europe Minsk","value":"europe_slash_minsk"},{"name":"UTC +03:00 Europe Moscow","value":"europe_slash_moscow"},{"name":"UTC +03:00 Europe Nicosia","value":"europe_slash_nicosia"},{"name":"UTC +03:00 Europe Riga","value":"europe_slash_riga"},{"name":"UTC +03:00 Europe Simferopol","value":"europe_slash_simferopol"},{"name":"UTC +03:00 Europe Sofia","value":"europe_slash_sofia"},{"name":"UTC +03:00 Europe Tallinn","value":"europe_slash_tallinn"},{"name":"UTC +03:00 Europe Tiraspol","value":"europe_slash_tiraspol"},{"name":"UTC +03:00 Europe Uzhgorod","value":"europe_slash_uzhgorod"},{"name":"UTC +03:00 Europe Vilnius","value":"europe_slash_vilnius"},{"name":"UTC +03:00 Europe Zaporizhzhia","value":"europe_slash_zaporozhye"},{"name":"UTC +03:00 Indian Antananarivo","value":"indian_slash_antananarivo"},{"name":"UTC +03:00 Indian Comoro","value":"indian_slash_comoro"},{"name":"UTC +03:00 Indian Mayotte","value":"indian_slash_mayotte"},{"name":"UTC +04:00 Asia Baku","value":"asia_slash_baku"},{"name":"UTC +04:00 Asia Dubai","value":"asia_slash_dubai"},{"name":"UTC +04:00 Asia Muscat","value":"asia_slash_muscat"},{"name":"UTC +04:00 Asia Tbilisi","value":"asia_slash_tbilisi"},{"name":"UTC +04:00 Asia Yerevan","value":"asia_slash_yerevan"},{"name":"UTC +04:00 Europe Astrakhan","value":"europe_slash_astrakhan"},{"name":"UTC +04:00 Europe Samara","value":"europe_slash_samara"},{"name":"UTC +04:00 Europe Saratov","value":"europe_slash_saratov"},{"name":"UTC +04:00 Europe Ulyanovsk","value":"europe_slash_ulyanovsk"},{"name":"UTC +04:00 Europe Volgograd","value":"europe_slash_volgograd"},{"name":"UTC +04:00 Indian Mahe","value":"indian_slash_mahe"},{"name":"UTC +04:00 Indian Mauritius","value":"indian_slash_mauritius"},{"name":"UTC +04:00 Indian Reunion","value":"indian_slash_reunion"},{"name":"UTC +04:30 Asia Iran","value":"iran"},{"name":"UTC +04:30 Asia Kabul","value":"asia_slash_kabul"},{"name":"UTC +04:30 Asia Tehran","value":"asia_slash_tehran"},{"name":"UTC +05:00 Antarctica Mawson","value":"antarctica_slash_mawson"},{"name":"UTC +05:00 Asia Aqtau","value":"asia_slash_aqtau"},{"name":"UTC +05:00 Asia Aqtobe","value":"asia_slash_aqtobe"},{"name":"UTC +05:00 Asia Ashgabat","value":"asia_slash_ashgabat"},{"name":"UTC +05:00 Asia Ashkhabad","value":"asia_slash_ashkhabad"},{"name":"UTC +05:00 Asia Atyrau","value":"asia_slash_atyrau"},{"name":"UTC +05:00 Asia Dushanbe","value":"asia_slash_dushanbe"},{"name":"UTC +05:00 Asia Karachi","value":"asia_slash_karachi"},{"name":"UTC +05:00 Asia Oral","value":"asia_slash_oral"},{"name":"UTC +05:00 Asia Samarkand","value":"asia_slash_samarkand"},{"name":"UTC +05:00 Asia Tashkent","value":"asia_slash_tashkent"},{"name":"UTC +05:00 Asia Yekaterinburg","value":"asia_slash_yekaterinburg"},{"name":"UTC +05:00 Indian Kerguelen","value":"indian_slash_kerguelen"},{"name":"UTC +05:00 Indian Maldives","value":"indian_slash_maldives"},{"name":"UTC +05:30 Asia Calcutta","value":"asia_slash_calcutta"},{"name":"UTC +05:30 Asia Colombo","value":"asia_slash_colombo"},{"name":"UTC +05:30 Asia Kolkata","value":"asia_slash_kolkata"},{"name":"UTC +05:45 Asia Kathmandu","value":"asia_slash_kathmandu"},{"name":"UTC +05:45 Asia Katmandu","value":"asia_slash_katmandu"},{"name":"UTC +06:00 Antarctica Vostok","value":"antarctica_slash_vostok"},{"name":"UTC +06:00 Asia Almaty","value":"asia_slash_almaty"},{"name":"UTC +06:00 Asia Bishkek","value":"asia_slash_bishkek"},{"name":"UTC +06:00 Asia Dacca","value":"asia_slash_dacca"},{"name":"UTC +06:00 Asia Dhaka","value":"asia_slash_dhaka"},{"name":"UTC +06:00 Asia Kashgar","value":"asia_slash_kashgar"},{"name":"UTC +06:00 Asia Omsk","value":"asia_slash_omsk"},{"name":"UTC +06:00 Asia Qyzylorda","value":"asia_slash_qyzylorda"},{"name":"UTC +06:00 Asia Thimbu","value":"asia_slash_thimbu"},{"name":"UTC +06:00 Asia Thimphu","value":"asia_slash_thimphu"},{"name":"UTC +06:00 Asia Urumqi","value":"asia_slash_urumqi"},{"name":"UTC +06:00 Indian Chagos","value":"indian_slash_chagos"},{"name":"UTC +06:30 Asia Rangoon","value":"asia_slash_rangoon"},{"name":"UTC +06:30 Asia Yangon","value":"asia_slash_yangon"},{"name":"UTC +06:30 Indian Cocos","value":"indian_slash_cocos"},{"name":"UTC +07:00 Antarctica Davis","value":"antarctica_slash_davis"},{"name":"UTC +07:00 Asia Bangkok","value":"asia_slash_bangkok"},{"name":"UTC +07:00 Asia Barnaul","value":"asia_slash_barnaul"},{"name":"UTC +07:00 Asia Ho Chi Minh","value":"asia_slash_ho_chi_minh"},{"name":"UTC +07:00 Asia Hovd","value":"asia_slash_hovd"},{"name":"UTC +07:00 Asia Jakarta","value":"asia_slash_jakarta"},{"name":"UTC +07:00 Asia Krasnoyarsk","value":"asia_slash_krasnoyarsk"},{"name":"UTC +07:00 Asia Novokuznetsk","value":"asia_slash_novokuznetsk"},{"name":"UTC +07:00 Asia Novosibirsk","value":"asia_slash_novosibirsk"},{"name":"UTC +07:00 Asia Phnom Penh","value":"asia_slash_phnom_penh"},{"name":"UTC +07:00 Asia Pontianak","value":"asia_slash_pontianak"},{"name":"UTC +07:00 Asia Saigon","value":"asia_slash_saigon"},{"name":"UTC +07:00 Asia Tomsk","value":"asia_slash_tomsk"},{"name":"UTC +07:00 Asia Vientiane","value":"asia_slash_vientiane"},{"name":"UTC +07:00 Indian Christmas","value":"indian_slash_christmas"},{"name":"UTC +08:00 Antarctica Casey","value":"antarctica_slash_casey"},{"name":"UTC +08:00 Asia Brunei","value":"asia_slash_brunei"},{"name":"UTC +08:00 Asia Choibalsan","value":"asia_slash_choibalsan"},{"name":"UTC +08:00 Asia Chongqing","value":"asia_slash_chongqing"},{"name":"UTC +08:00 Asia Chungking","value":"asia_slash_chungking"},{"name":"UTC +08:00 Asia Harbin","value":"asia_slash_harbin"},{"name":"UTC +08:00 Asia Hong Kong","value":"asia_slash_hong_kong"},{"name":"UTC +08:00 Asia Irkutsk","value":"asia_slash_irkutsk"},{"name":"UTC +08:00 Asia Kuala Lumpur","value":"asia_slash_kuala_lumpur"},{"name":"UTC +08:00 Asia Kuching","value":"asia_slash_kuching"},{"name":"UTC +08:00 Asia Macao","value":"asia_slash_macao"},{"name":"UTC +08:00 Asia Macau","value":"asia_slash_macau"},{"name":"UTC +08:00 Asia Makassar","value":"asia_slash_makassar"},{"name":"UTC +08:00 Asia Manila","value":"asia_slash_manila"},{"name":"UTC +08:00 Asia Shanghai","value":"asia_slash_shanghai"},{"name":"UTC +08:00 Asia Singapore","value":"asia_slash_singapore"},{"name":"UTC +08:00 Asia Taipei","value":"asia_slash_taipei"},{"name":"UTC +08:00 Asia Ujung Pandang","value":"asia_slash_ujung_pandang"},{"name":"UTC +08:00 Asia Ulaanbaatar","value":"asia_slash_ulaanbaatar"},{"name":"UTC +08:00 Asia Ulan Bator","value":"asia_slash_ulan_bator"},{"name":"UTC +08:00 Australia Perth","value":"australia_slash_perth"},{"name":"UTC +08:00 Australia West","value":"australia_slash_west"},{"name":"UTC +08:45 Australia Eucla","value":"australia_slash_eucla"},{"name":"UTC +09:00 Asia Chita","value":"asia_slash_chita"},{"name":"UTC +09:00 Asia Dili","value":"asia_slash_dili"},{"name":"UTC +09:00 Asia Japan","value":"japan"},{"name":"UTC +09:00 Asia Jayapura","value":"asia_slash_jayapura"},{"name":"UTC +09:00 Asia Khandyga","value":"asia_slash_khandyga"},{"name":"UTC +09:00 Asia Pyongyang","value":"asia_slash_pyongyang"},{"name":"UTC +09:00 Asia Seoul","value":"asia_slash_seoul"},{"name":"UTC +09:00 Asia Tokyo","value":"asia_slash_tokyo"},{"name":"UTC +09:00 Asia Yakutsk","value":"asia_slash_yakutsk"},{"name":"UTC +09:00 Pacific Palau","value":"pacific_slash_palau"},{"name":"UTC +09:30 Australia Adelaide","value":"australia_slash_adelaide"},{"name":"UTC +09:30 Australia Broken Hill","value":"australia_slash_broken_hill"},{"name":"UTC +09:30 Australia Darwin","value":"australia_slash_darwin"},{"name":"UTC +09:30 Australia North","value":"australia_slash_north"},{"name":"UTC +09:30 Australia South","value":"australia_slash_south"},{"name":"UTC +09:30 Australia Yancowinna","value":"australia_slash_yancowinna"},{"name":"UTC +10:00 Antarctica DumontDUrville","value":"antarctica_slash_dumontdurville"},{"name":"UTC +10:00 Asia Ust-Nera","value":"asia_slash_ust_hyphen_nera"},{"name":"UTC +10:00 Asia Vladivostok","value":"asia_slash_vladivostok"},{"name":"UTC +10:00 Australia ACT","value":"australia_slash_act"},{"name":"UTC +10:00 Australia Brisbane","value":"australia_slash_brisbane"},{"name":"UTC +10:00 Australia Canberra","value":"australia_slash_canberra"},{"name":"UTC +10:00 Australia Currie","value":"australia_slash_currie"},{"name":"UTC +10:00 Australia Hobart","value":"australia_slash_hobart"},{"name":"UTC +10:00 Australia Lindeman","value":"australia_slash_lindeman"},{"name":"UTC +10:00 Australia Melbourne","value":"australia_slash_melbourne"},{"name":"UTC +10:00 Australia NSW","value":"australia_slash_nsw"},{"name":"UTC +10:00 Australia Queensland","value":"australia_slash_queensland"},{"name":"UTC +10:00 Australia Sydney","value":"australia_slash_sydney"},{"name":"UTC +10:00 Australia Tasmania","value":"australia_slash_tasmania"},{"name":"UTC +10:00 Australia Victoria","value":"australia_slash_victoria"},{"name":"UTC +10:00 Pacific Chuuk","value":"pacific_slash_chuuk"},{"name":"UTC +10:00 Pacific Guam","value":"pacific_slash_guam"},{"name":"UTC +10:00 Pacific Port Moresby","value":"pacific_slash_port_moresby"},{"name":"UTC +10:00 Pacific Saipan","value":"pacific_slash_saipan"},{"name":"UTC +10:00 Pacific Truk","value":"pacific_slash_truk"},{"name":"UTC +10:00 Pacific Yap","value":"pacific_slash_yap"},{"name":"UTC +10:30 Australia LHI","value":"australia_slash_lhi"},{"name":"UTC +10:30 Australia Lord Howe","value":"australia_slash_lord_howe"},{"name":"UTC +11:00 Antarctica Macquarie","value":"antarctica_slash_macquarie"},{"name":"UTC +11:00 Asia Magadan","value":"asia_slash_magadan"},{"name":"UTC +11:00 Asia Sakhalin","value":"asia_slash_sakhalin"},{"name":"UTC +11:00 Asia Srednekolymsk","value":"asia_slash_srednekolymsk"},{"name":"UTC +11:00 Pacific Bougainville","value":"pacific_slash_bougainville"},{"name":"UTC +11:00 Pacific Efate","value":"pacific_slash_efate"},{"name":"UTC +11:00 Pacific Guadalcanal","value":"pacific_slash_guadalcanal"},{"name":"UTC +11:00 Pacific Kosrae","value":"pacific_slash_kosrae"},{"name":"UTC +11:00 Pacific Norfolk","value":"pacific_slash_norfolk"},{"name":"UTC +11:00 Pacific Noumea","value":"pacific_slash_noumea"},{"name":"UTC +11:00 Pacific Pohnpei","value":"pacific_slash_pohnpei"},{"name":"UTC +11:00 Pacific Ponape","value":"pacific_slash_ponape"},{"name":"UTC +12:00 Antarctica McMurdo","value":"antarctica_slash_mcmurdo"},{"name":"UTC +12:00 Antarctica South Pole","value":"antarctica_slash_south_pole"},{"name":"UTC +12:00 Asia Anadyr","value":"asia_slash_anadyr"},{"name":"UTC +12:00 Asia Kamchatka","value":"asia_slash_kamchatka"},{"name":"UTC +12:00 Pacific Auckland","value":"pacific_slash_auckland"},{"name":"UTC +12:00 Pacific Fiji","value":"pacific_slash_fiji"},{"name":"UTC +12:00 Pacific Funafuti","value":"pacific_slash_funafuti"},{"name":"UTC +12:00 Pacific Kwajalein","value":"kwajalein"},{"name":"UTC +12:00 Pacific Majuro","value":"pacific_slash_majuro"},{"name":"UTC +12:00 Pacific Nauru","value":"pacific_slash_nauru"},{"name":"UTC +12:00 Pacific Tarawa","value":"pacific_slash_tarawa"},{"name":"UTC +12:00 Pacific Wake","value":"pacific_slash_wake"},{"name":"UTC +12:00 Pacific Wallis","value":"pacific_slash_wallis"},{"name":"UTC +12:45 Pacific Chatham","value":"pacific_slash_chatham"},{"name":"UTC +13:00 Pacific Apia","value":"pacific_slash_apia"},{"name":"UTC +13:00 Pacific Enderbury","value":"pacific_slash_enderbury"},{"name":"UTC +13:00 Pacific Fakaofo","value":"pacific_slash_fakaofo"},{"name":"UTC +13:00 Pacific Tongatapu","value":"pacific_slash_tongatapu"},{"name":"UTC +14:00 Pacific Kiritimati","value":"pacific_slash_kiritimati"}]},{"displayName":"Twitter Username","name":"twitterUsername","type":"string","default":"","description":"The contact's Twitter handle. This is set by HubSpot using the contact's email address."},{"displayName":"Website URL","name":"websiteUrl","type":"string","default":"","description":"The contact's company website"},{"displayName":"WhatsApp Phone Number","name":"whatsappPhoneNumber","description":"The phone number associated with the contact’s WhatsApp account","type":"string","default":""},{"displayName":"Work Email","name":"workEmail","type":"string","default":"","description":"A contact's work email. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"options":[{"displayName":"Simplify Output","name":"resolveData","type":"boolean","default":false,"description":"By default the response only includes the ID. If this option gets activated, it will resolve the data automatically."}]},{"displayName":"Contact to Get","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"hint":"To lookup a user by their email, use the Search operation","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Contact ID"}}]}],"description":"This is not a contact's email but a number like 1485"},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"options":[{"displayName":"Form Submission Mode","name":"formSubmissionMode","type":"options","options":[{"name":"All","value":"all"},{"name":"None","value":"none"},{"name":"Newest","value":"newest"},{"name":"Oldest","value":"oldest"}],"default":"all","description":"Specify which form submissions should be fetched"},{"displayName":"Include List Memberships","name":"listMemberships","type":"boolean","default":true,"description":"Whether current list memberships should be fetched for the contact"},{"displayName":"Contact Properties to Include","name":"propertiesCollection","type":"fixedCollection","default":{},"options":[{"name":"propertiesValues","displayName":"Contact Properties to Include","values":[{"displayName":"Contact Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"multipleValueButtonText":"test","loadOptionsMethod":"getContactProperties"},"default":[],"description":"Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Include","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]}],"description":"<p>Used to include specific contact properties in the results. By default, the results will only include Contact ID and will not include the values for any properties for your Contact.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Form Submission Mode","name":"formSubmissionMode","type":"options","options":[{"name":"All","value":"all"},{"name":"None","value":"none"},{"name":"Newest","value":"newest"},{"name":"Oldest","value":"oldest"}],"default":"all","description":"Specify which form submissions should be fetched"},{"displayName":"Include List Memberships","name":"listMemberships","type":"boolean","default":true,"description":"Whether current list memberships should be fetched for the contact"},{"displayName":"Contact Properties to Include","name":"propertiesCollection","type":"fixedCollection","default":{},"options":[{"name":"propertiesValues","displayName":"Contact Properties to Include","values":[{"displayName":"Contact Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":[],"description":"Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Include","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]}],"description":"<p>Used to include specific contact properties in the results. By default, the results will only include Contact ID and will not include the values for any properties for your Contact.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Contact to Delete","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"hint":"To lookup a user by their email, use the Search operation","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Contact ID"}}]}],"description":"This is not a contact's email but a number like 1485"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["getRecentlyCreatedUpdated"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["getRecentlyCreatedUpdated"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getRecentlyCreatedUpdated"]}},"options":[{"displayName":"Form Submission Mode","name":"formSubmissionMode","type":"options","options":[{"name":"All","value":"all"},{"name":"None","value":"none"},{"name":"Newest","value":"newest"},{"name":"Oldest","value":"oldest"}],"default":"all","description":"Specify which form submissions should be fetched"},{"displayName":"Include List Memberships","name":"listMemberships","type":"boolean","default":true,"description":"Whether current list memberships should be fetched for the contact"},{"displayName":"Contact Properties to Include","name":"propertiesCollection","type":"fixedCollection","default":{},"options":[{"name":"propertiesValues","displayName":"Contact Properties to Include","values":[{"displayName":"Contact Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":[],"description":"Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Include","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]}],"description":"<p>Used to include specific contact properties in the results. By default, the results will only include Contact ID and will not include the values for any properties for your Contact.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filter Groups","name":"filterGroupsUi","type":"fixedCollection","default":{},"placeholder":"Add Filter Group","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["contact"],"operation":["search"]}},"options":[{"name":"filterGroupsValues","displayName":"Filter Group","values":[{"displayName":"Filters","name":"filtersUi","type":"fixedCollection","default":{},"placeholder":"Add Filter","typeOptions":{"multipleValues":true},"options":[{"name":"filterValues","displayName":"Filter","values":[{"displayName":"Property Name or ID","name":"propertyName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getContactPropertiesWithType"},"default":""},{"displayName":"Type","name":"type","type":"hidden","default":"={{$parameter[\"&propertyName\"].split(\"|\")[1]}}"},{"displayName":"Operator","name":"operator","type":"options","displayOptions":{"hide":{"type":["number"]}},"options":[{"name":"Contains Exactly","value":"CONTAINS_TOKEN"},{"name":"Equal","value":"EQ"},{"name":"Is Known","value":"HAS_PROPERTY"},{"name":"Is Unknown","value":"NOT_HAS_PROPERTY"},{"name":"Not Equal","value":"NEQ"}],"default":"EQ"},{"displayName":"Operator","name":"operator","type":"options","displayOptions":{"show":{"type":["number"]}},"options":[{"name":"Contains Exactly","value":"CONTAINS_TOKEN"},{"name":"Equal","value":"EQ"},{"name":"Greater Than","value":"GT"},{"name":"Greater Than Or Equal","value":"GTE"},{"name":"Is Known","value":"HAS_PROPERTY"},{"name":"Is Unknown","value":"NOT_HAS_PROPERTY"},{"name":"Less Than","value":"LT"},{"name":"Less Than Or Equal","value":"LTE"},{"name":"Not Equal","value":"NEQ"}],"default":"EQ"},{"displayName":"Value","name":"value","displayOptions":{"hide":{"operator":["HAS_PROPERTY","NOT_HAS_PROPERTY"]}},"required":true,"type":"string","default":""}]}],"description":"Use filters to limit the results to only CRM objects with matching property values. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>."}]}],"description":"When multiple filters are provided within a Filter Group, they will be combined using a logical AND operator. When multiple Filter Groups are provided, they will be combined using a logical OR operator. The system supports a maximum of three Filter Groups with up to three filters each. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>"},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["search"]}},"options":[{"displayName":"Sort Order","name":"direction","type":"options","options":[{"name":"Ascending","value":"ASCENDING"},{"name":"Descending","value":"DESCENDING"}],"default":"DESCENDING","description":"Defines the direction in which search results are ordered. Default value is Descending."},{"displayName":"Field Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":["firstname","lastname","email"],"description":"Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Query","name":"query","type":"string","default":"","description":"Perform a text search against all property values for an object type"},{"displayName":"Sort By","name":"sortBy","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":"createdate"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contactList"]}},"options":[{"name":"Add","value":"add","description":"Add contact to a list","action":"Add a contact to a list"},{"name":"Remove","value":"remove","description":"Remove a contact from a list","action":"Remove a contact from a list"}],"default":"add"},{"displayName":"By","name":"by","type":"options","options":[{"name":"Contact ID","value":"id"},{"name":"Email","value":"email"}],"required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"]}},"default":"email"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"],"by":["email"]}},"default":""},{"displayName":"Contact to Add","name":"id","type":"number","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"],"by":["id"]}},"default":""},{"displayName":"List to Add To","name":"listId","type":"number","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"]}},"default":""},{"displayName":"Contact to Remove","name":"id","type":"number","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["remove"]}},"default":""},{"displayName":"List to Remove From","name":"listId","type":"number","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["remove"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["company"]}},"options":[{"name":"Create","value":"create","description":"Create a company","action":"Create a company"},{"name":"Delete","value":"delete","description":"Delete a company","action":"Delete a company"},{"name":"Get","value":"get","description":"Get a company","action":"Get a company"},{"name":"Get Many","value":"getAll","description":"Get many companies","action":"Get many companies"},{"name":"Get Recently Created/Updated","value":"getRecentlyCreatedUpdated","description":"Get recently created/updated companies","action":"Get recently created/updated companies"},{"name":"Search","value":"searchByDomain","description":"Search companies by their website domain","action":"Search for a company by Domain"},{"name":"Update","value":"update","description":"Update a company","action":"Update a company"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"default":""},{"displayName":"Company Properties","name":"additionalFields","type":"collection","placeholder":"Add Property","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"options":[{"displayName":"About Us","name":"aboutUs","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The actual or estimated annual revenue of the company"},{"displayName":"City","name":"city","type":"string","default":"","description":"The city where the company is located"},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"The date the company or organization was closed as a customer. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format."},{"displayName":"Company Domain Name","name":"companyDomainName","type":"string","default":"","description":"The domain name of the company or organization"},{"displayName":"Company Owner Name or ID","name":"companyOwner","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The owner of the company. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Country/Region","name":"countryRegion","type":"string","default":"","description":"The country/region in which the company or organization is located"},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyCustomProperties"},"default":{},"description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"description":"Value of the property"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short statement about the company's mission and goals"},{"displayName":"Facebook Fans","name":"facebookFans","type":"number","typeOptions":{"minValue":0},"default":0,"description":"Number of facebook fans"},{"displayName":"Google Plus Page","name":"googlePlusPage","type":"string","default":"","description":"The URL of the Google Plus page for the company or organization"},{"displayName":"Industry Name or ID","name":"industry","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyIndustries"},"default":"","description":"The type of business the company performs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Is Public","name":"isPublic","type":"boolean","default":false,"description":"Whether that the company is publicly traded"},{"displayName":"Lead Status Name or ID","name":"leadStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyleadStatuses"},"default":"","description":"The company's sales, prospecting or outreach status. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Lifecycle Stage Name or ID","name":"lifecycleStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanylifecycleStages"},"default":"","description":"The most advanced lifecycle stage across all contacts associated with this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"LinkedIn Bio","name":"linkedinBio","type":"string","default":"","description":"The LinkedIn bio for the company or organization"},{"displayName":"LinkedIn Company Page","name":"linkedInCompanyPage","type":"string","default":"","description":"The URL of the LinkedIn company page for the company or organization"},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total number of employees who work for the company or organization"},{"displayName":"Original Source Type Name or ID","name":"originalSourceType","type":"options","typeOptions":{"loadOptionsMethod":"getCompanySourceTypes"},"default":"","description":"Original source for the contact with the earliest activity for this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Phone Number","name":"phoneNumber","type":"string","default":"","description":"A company's primary phone number. Powered by HubSpot Insights."},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"The postal or zip code of the company or organization. Powered by HubSpot Insights."},{"displayName":"State/Region","name":"stateRegion","type":"string","default":"","description":"The state or region in which the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Street Address","name":"streetAddress","type":"string","default":"","description":"The street address of the company or organization, including unit number. Powered by HubSpot Insights."},{"displayName":"Street Address 2","name":"streetAddress2","type":"string","default":"","description":"The additional address of the company or organization. Powered by HubSpot Insights."},{"displayName":"Target Account Name or ID","name":"targetAccount","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTargetAccounts"},"default":"","description":"The Target Account property is a means to flag high priority companies if you are following an account based strategy. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Timezone","name":"timezone","type":"string","default":"","description":"The time zone where the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Total Money Raised","name":"totalMoneyRaised","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total amount of money raised by the company. Powered by HubSpot Insights."},{"displayName":"Twitter Bio","name":"twitterBio","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"The Twitter bio of the company or organization"},{"displayName":"Twitter Followers","name":"twitterFollowers","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The number of Twitter followers of the company or organization"},{"displayName":"Twitter Handle","name":"twitterHandle","type":"string","default":"","description":"The main twitter account of the company or organization"},{"displayName":"Type Name or ID","name":"type","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTypes"},"default":"","description":"The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Web Technologies Name or ID","name":"webTechnologies","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyWebTechnologies"},"default":"","description":"The web technologies used by the company or organization. Powered by HubSpot Insights. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Website URL","name":"websiteUrl","type":"string","default":"","description":"The main website of the company or organization. This property is used to identify unique companies. Powered by HubSpot Insights."},{"displayName":"Year Founded","name":"yearFounded","type":"string","default":"","description":"The year the company was created. Powered by HubSpot Insights."}]},{"displayName":"Company to Update","name":"companyId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchCompanies"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Company ID"}}]}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"options":[{"displayName":"About Us","name":"aboutUs","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The actual or estimated annual revenue of the company"},{"displayName":"City","name":"city","type":"string","default":"","description":"The city where the company is located"},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"The date the company or organization was closed as a customer. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format."},{"displayName":"Company Domain Name","name":"companyDomainName","type":"string","default":"","description":"The domain name of the company or organization"},{"displayName":"Company Owner Name or ID","name":"companyOwner","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The owner of the company. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Country/Region","name":"countryRegion","type":"string","default":"","description":"The country/region in which the company or organization is located"},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"description":"Value of the property"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short statement about the company's mission and goals"},{"displayName":"Facebook Fans","name":"facebookFans","type":"number","typeOptions":{"minValue":0},"default":0,"description":"Number of facebook fans"},{"displayName":"Google Plus Page","name":"googlePlusPage","type":"string","default":"","description":"The URL of the Google Plus page for the company or organization"},{"displayName":"Industry Name or ID","name":"industry","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyIndustries"},"default":"","description":"The type of business the company performs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Is Public","name":"isPublic","type":"boolean","default":false,"description":"Whether that the company is publicly traded"},{"displayName":"Lead Status Name or ID","name":"leadStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyleadStatuses"},"default":"","description":"The company's sales, prospecting or outreach status. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Lifecycle Stage Name or ID","name":"lifecycleStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanylifecycleStages"},"default":"","description":"The most advanced lifecycle stage across all contacts associated with this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Linkedin Bio","name":"linkedinBio","type":"string","default":"","description":"The LinkedIn bio for the company or organization"},{"displayName":"LinkedIn Company Page","name":"linkedInCompanyPage","type":"string","default":"","description":"The URL of the LinkedIn company page for the company or organization"},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total number of employees who work for the company or organization"},{"displayName":"Original Source Type Name or ID","name":"originalSourceType","type":"options","typeOptions":{"loadOptionsMethod":"getCompanySourceTypes"},"default":"","description":"Original source for the contact with the earliest activity for this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Phone Number","name":"phoneNumber","type":"string","default":"","description":"A company's primary phone number. Powered by HubSpot Insights."},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"The postal or zip code of the company or organization. Powered by HubSpot Insights."},{"displayName":"State/Region","name":"stateRegion","type":"string","default":"","description":"The state or region in which the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Street Address","name":"streetAddress","type":"string","default":"","description":"The street address of the company or organization, including unit number. Powered by HubSpot Insights."},{"displayName":"Street Address 2","name":"streetAddress2","type":"string","default":"","description":"The additional address of the company or organization. Powered by HubSpot Insights."},{"displayName":"Target Account Name or ID","name":"targetAccount","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTargetAccounts"},"default":"","description":"The Target Account property is a means to flag high priority companies if you are following an account based strategy. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Timezone","name":"timezone","type":"string","default":"","description":"The time zone where the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Total Money Raised","name":"totalMoneyRaised","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total amount of money raised by the company. Powered by HubSpot Insights."},{"displayName":"Twitter Bio","name":"twitterBio","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"The Twitter bio of the company or organization"},{"displayName":"Twitter Followers","name":"twitterFollowers","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The number of Twitter followers of the company or organization"},{"displayName":"Twitter Handle","name":"twitterHandle","type":"string","default":"","description":"The main twitter account of the company or organization"},{"displayName":"Type Name or ID","name":"type","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTypes"},"default":"","description":"The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Web Technologies Name or ID","name":"webTechnologies","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyWebTechnologies"},"default":"","description":"The web technologies used by the company or organization. Powered by HubSpot Insights. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Website URL","name":"websiteUrl","type":"string","default":"","description":"The main website of the company or organization. This property is used to identify unique companies. Powered by HubSpot Insights."},{"displayName":"Year Founded","name":"yearFounded","type":"string","default":"","description":"The year the company was created. Powered by HubSpot Insights."}]},{"displayName":"Company to Get","name":"companyId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchCompanies"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Company ID"}}]}]},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"options":[{"displayName":"Include Merge Audits","name":"includeMergeAudits","type":"boolean","default":false,"description":"Whether to return any merge history if the company has been previously merged with another company record. Defaults to false."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"options":[{"displayName":"Include Merge Audits","name":"includeMergeAudits","type":"boolean","default":false,"description":"Whether to return any merge history if a company has been previously merged with another company record. Defaults to false."},{"displayName":"Company Properties to Include","name":"propertiesCollection","type":"fixedCollection","default":{},"options":[{"name":"propertiesValues","displayName":"Companies Properties to Include","values":[{"displayName":"Companies Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanyProperties"},"default":[],"description":"Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Include","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]}],"description":"Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Company to Delete","name":"companyId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["company"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchCompanies"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Company ID"}}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getRecentlyCreatedUpdated"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["getRecentlyCreatedUpdated"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getRecentlyCreatedUpdated"]}},"options":[{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"Only return companys created after timestamp x. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format."},{"displayName":"Company Properties to Include","name":"propertiesCollection","type":"fixedCollection","default":{},"options":[{"name":"propertiesValues","displayName":"Companies Properties to Include","values":[{"displayName":"Companies Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanyProperties"},"default":[],"description":"Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Include","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]}],"description":"Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Domain","name":"domain","type":"string","displayOptions":{"show":{"resource":["company"],"operation":["searchByDomain"]}},"required":true,"default":"","description":"The company's website domain to search for, like n8n.io"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["searchByDomain"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["searchByDomain"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["searchByDomain"]}},"options":[{"displayName":"Company Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanyProperties"},"default":[],"description":"Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["deal"]}},"options":[{"name":"Create","value":"create","description":"Create a deal","action":"Create a deal"},{"name":"Delete","value":"delete","description":"Delete a deal","action":"Delete a deal"},{"name":"Get","value":"get","description":"Get a deal","action":"Get a deal"},{"name":"Get Many","value":"getAll","description":"Get many deals","action":"Get many deals"},{"name":"Get Recently Created/Updated","value":"getRecentlyCreatedUpdated","description":"Get recently created/updated deals","action":"Get recently created/updated deals"},{"name":"Search","value":"search","description":"Search deals","action":"Search for deals"},{"name":"Update","value":"update","description":"Update a deal","action":"Update a deal"}],"default":"create"},{"displayName":"Deal Stage Name or ID","name":"stage","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDealStages"},"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"default":"","options":[],"description":"The deal stage is required when creating a deal. See the CRM Pipelines API for details on managing pipelines and stages. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Deal Properties","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"options":[{"displayName":"Amount","name":"amount","type":"string","default":""},{"displayName":"Associated Company Names or IDs","name":"associatedCompany","type":"multiOptions","description":"Whether to include specific Associated Company properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[]},{"displayName":"Associated Vid Names or IDs","name":"associatedVids","type":"multiOptions","description":"Whether to include specific Associated Vid in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getContacts"},"default":[]},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format"},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getDealCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"description":"Value of the property"}]}]},{"displayName":"Deal Description","name":"description","type":"string","default":""},{"displayName":"Deal Name","name":"dealName","type":"string","default":""},{"displayName":"Deal Owner","name":"dealOwner","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchOwners"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Owner ID"}}]}],"description":"The HubSpot user to be assigned to the deal"},{"displayName":"Deal Type Name or ID","name":"dealType","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDealTypes"},"default":""},{"displayName":"Pipeline Name or ID","name":"pipeline","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDealPipelines"},"default":""}]},{"displayName":"Deal to Update","name":"dealId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchDeals","searchable":true}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Deal ID"}}]}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Update Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"options":[{"displayName":"Amount","name":"amount","type":"string","default":""},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format"},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getDealCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"description":"Value of the property"}]}]},{"displayName":"Deal Description","name":"description","type":"string","default":""},{"displayName":"Deal Name","name":"dealName","type":"string","default":""},{"displayName":"Deal Owner","name":"dealOwner","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchOwners"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Owner ID"}}]}],"description":"The HubSpot user to be assigned to the deal"},{"displayName":"Deal Stage Name or ID","name":"stage","type":"options","typeOptions":{"loadOptionsMethod":"getDealStages"},"default":"","description":"The deal stage is required when creating a deal. See the CRM Pipelines API for details on managing pipelines and stages. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Deal Type Name or ID","name":"dealType","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDealTypes"},"default":""},{"displayName":"Pipeline","name":"pipeline","type":"string","default":""}]},{"displayName":"Deal to Get","name":"dealId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchDeals","searchable":true}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Deal ID"}}]}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["get"]}},"options":[{"displayName":"Include Property Versions","name":"includePropertyVersions","type":"boolean","default":false,"description":"By default, you will only get data for the most recent version of a property in the \"versions\" data. If you include this parameter, you will get data for all previous versions."},{"displayName":"Deal Properties to Include","name":"propertiesCollection","type":"fixedCollection","default":{},"options":[{"name":"propertiesValues","displayName":"Deal Properties to Include","values":[{"displayName":"Deal Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":[],"description":"Whether to include specific Deal properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Include","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]}],"description":"<p>Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your Deals.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["deal"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["deal"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"filters","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["getAll"]}},"options":[{"displayName":"Include Associations","name":"includeAssociations","type":"boolean","default":false,"description":"Whether to include the IDs of the associated contacts and companies in the results. This will also automatically include the num_associated_contacts property."},{"displayName":"Deal Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":[],"description":"Include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your Deals.","displayOptions":{"show":{"@version":[{"_cnd":{"gt":2}}]}}},{"displayName":"Deal Properties with History to Include","name":"propertiesWithHistory","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":[],"description":"Works similarly to properties, but this parameter will include the history for the specified property","displayOptions":{"show":{"@version":[{"_cnd":{"gt":2}}]}}},{"displayName":"Deal Properties to Include","name":"propertiesCollection","type":"fixedCollection","default":{},"options":[{"name":"propertiesValues","displayName":"Deal Properties to Include","values":[{"displayName":"Deal Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":[],"description":"Whether to include specific Deal properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Include","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]}],"description":"<p>Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your Deals.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"@version":[2]}}}]},{"displayName":"Deal to Delete","name":"dealId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchDeals","searchable":true}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Deal ID"}}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["deal"],"operation":["getRecentlyCreatedUpdated"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["deal"],"operation":["getRecentlyCreatedUpdated"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"filters","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["getRecentlyCreatedUpdated"]}},"options":[{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"Only return deals created after timestamp x. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format."},{"displayName":"Include Property Versions","name":"includePropertyVersions","type":"boolean","default":false,"description":"By default, you will only get data for the most recent version of a property in the \"versions\" data. If you include this parameter, you will get data for all previous versions."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["deal"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["deal"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filter Groups","name":"filterGroupsUi","type":"fixedCollection","default":{},"placeholder":"Add Filter Group","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["deal"],"operation":["search"]}},"options":[{"name":"filterGroupsValues","displayName":"Filter Group","values":[{"displayName":"Filters","name":"filtersUi","type":"fixedCollection","default":{},"placeholder":"Add Filter","typeOptions":{"multipleValues":true},"options":[{"name":"filterValues","displayName":"Filter","values":[{"displayName":"Property Name or ID","name":"propertyName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":""},{"displayName":"Type","name":"type","type":"hidden","default":"={{$parameter[\"&propertyName\"].split(\"|\")[1]}}"},{"displayName":"Operator","name":"operator","type":"options","displayOptions":{"hide":{"type":["number"]}},"options":[{"name":"Contains Exactly","value":"CONTAINS_TOKEN"},{"name":"Equal","value":"EQ"},{"name":"Is Known","value":"HAS_PROPERTY"},{"name":"Is Unknown","value":"NOT_HAS_PROPERTY"},{"name":"Not Equal","value":"NEQ"}],"default":"EQ"},{"displayName":"Operator","name":"operator","type":"options","displayOptions":{"show":{"type":["number"]}},"options":[{"name":"Contains Exactly","value":"CONTAINS_TOKEN"},{"name":"Equal","value":"EQ"},{"name":"Greater Than","value":"GT"},{"name":"Greater Than Or Equal","value":"GTE"},{"name":"Is Known","value":"HAS_PROPERTY"},{"name":"Is Unknown","value":"NOT_HAS_PROPERTY"},{"name":"Less Than","value":"LT"},{"name":"Less Than Or Equal","value":"LTE"},{"name":"Not Equal","value":"NEQ"}],"default":"EQ"},{"displayName":"Value","name":"value","displayOptions":{"hide":{"operator":["HAS_PROPERTY","NOT_HAS_PROPERTY"]}},"required":true,"type":"string","default":""}]}],"description":"Use filters to limit the results to only CRM objects with matching property values. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>."}]}],"description":"When multiple filters are provided within a Filter Group, they will be combined using a logical AND operator. When multiple Filter Groups are provided, they will be combined using a logical OR operator. The system supports a maximum of three Filter Groups with up to three filters each. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>"},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["search"]}},"options":[{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"ASCENDING"},{"name":"Descending","value":"DESCENDING"}],"default":"DESCENDING","description":"Defines the direction in which search results are ordered. Default value is Descending."},{"displayName":"Field Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":[],"description":"Whether to include specific Deal properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Query","name":"query","type":"string","default":"","description":"Perform a text search against all property values for an object type"},{"displayName":"Sort By","name":"sortBy","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":"createdate"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["engagement"]}},"options":[{"name":"Create","value":"create","description":"Create an engagement","action":"Create an engagement"},{"name":"Delete","value":"delete","description":"Delete an engagement","action":"Delete an engagement"},{"name":"Get","value":"get","description":"Get an engagement","action":"Get an engagement"},{"name":"Get Many","value":"getAll","description":"Get many engagements","action":"Get many engagements"}],"default":"create"},{"displayName":"Type","name":"type","type":"options","required":true,"options":[{"name":"Call","value":"call"},{"name":"Email","value":"email"},{"name":"Meeting","value":"meeting"},{"name":"Task","value":"task"}],"displayOptions":{"show":{"resource":["engagement"],"operation":["create"]}},"default":""},{"displayName":"Due Date","name":"dueDate","type":"dateTime","required":true,"description":"The due date for the task","displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["task"],"@version":[{"_cnd":{"gte":2.2}}]}},"default":""},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["task"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"For Object Type","name":"forObjectType","type":"options","options":[{"name":"Company","value":"COMPANY"},{"name":"Contact","value":"CONTACT"}],"default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Completed","value":"COMPLETED"},{"name":"Deferred","value":"DEFERRED"},{"name":"In Progress","value":"IN_PROGRESS"},{"name":"Not Started","value":"NOT_STARTED"},{"name":"Waiting","value":"WAITING"}],"default":""},{"displayName":"Subject","name":"subject","type":"string","default":""}]},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["email"]}},"options":[{"displayName":"BCC","name":"bcc","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add BCC"},"default":""},{"displayName":"CC","name":"cc","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add CC"},"default":""},{"displayName":"From Email","name":"fromEmail","type":"string","default":""},{"displayName":"From First Name","name":"firstName","type":"string","default":""},{"displayName":"From Last Name","name":"lastName","type":"string","default":""},{"displayName":"HTML","name":"html","type":"string","default":""},{"displayName":"Subject","name":"subject","type":"string","default":""},{"displayName":"To Emails","name":"toEmail","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Email"},"default":""}]},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["meeting"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"End Time","name":"endTime","type":"dateTime","default":"","description":"When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format"},{"displayName":"Internal Meeting Notes","name":"internalMeetingNotes","type":"string","default":""},{"displayName":"Start Time","name":"startTime","type":"dateTime","default":"","description":"When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format"},{"displayName":"Title","name":"title","type":"string","default":""}]},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["call"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"Duration Milliseconds","name":"durationMilliseconds","type":"number","default":0},{"displayName":"From Number","name":"fromNumber","type":"string","default":""},{"displayName":"Recording URL","name":"recordingUrl","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Busy","value":"BUSY"},{"name":"Calling CRM User","value":"CALLING_CRM_USER"},{"name":"Canceled","value":"CANCELED"},{"name":"Completed","value":"COMPLETED"},{"name":"Connecting","value":"CONNECTING"},{"name":"Failed","value":"FAILED"},{"name":"In Progress","value":"IN_PROGRESS"},{"name":"No Answer","value":"NO_ANSWER"},{"name":"Queued","value":"QUEUED"},{"name":"Ringing","value":"RINGING"}],"default":"QUEUED"},{"displayName":"To Number","name":"toNumber","type":"string","default":""}]},{"displayName":"Engagement Properties","name":"additionalFields","type":"collection","placeholder":"Add Property","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"]}},"options":[{"displayName":"Associations","name":"associations","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Company IDs","name":"companyIds","type":"string","default":""},{"displayName":"Contact IDs","name":"contactIds","type":"string","default":""},{"displayName":"Deals IDs","name":"dealIds","type":"string","default":""},{"displayName":"Owner IDs","name":"ownerIds","type":"string","default":"","displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.2}}]}}},{"displayName":"Owner ID","name":"ownerId","type":"number","default":0,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.2}}]}}},{"displayName":"Ticket IDs","name":"ticketIds","type":"string","default":""}]}]},{"displayName":"Engagement to Get","name":"engagementId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["engagement"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchEngagements"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Engagement ID"}}]}]},{"displayName":"Engagement to Delete","name":"engagementId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["engagement"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchEngagements"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Engagement ID"}}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["engagement"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["engagement"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Create","value":"create","description":"Create a ticket","action":"Create a ticket"},{"name":"Delete","value":"delete","description":"Delete a ticket","action":"Delete a ticket"},{"name":"Get","value":"get","description":"Get a ticket","action":"Get a ticket"},{"name":"Get Many","value":"getAll","description":"Get many tickets","action":"Get many tickets"},{"name":"Update","value":"update","description":"Update a ticket","action":"Update a ticket"}],"default":"create"},{"displayName":"Pipeline Name or ID","name":"pipelineId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getTicketPipelines"},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":"","description":"The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Stage Name or ID","name":"stageId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getTicketStages","loadOptionsDependsOn":["pipelineId"]},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":"","description":"The stage ID of the pipeline the ticket is in; depends on Pipeline ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Ticket Name","name":"ticketName","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":""},{"displayName":"Ticket Properties","name":"additionalFields","type":"collection","placeholder":"Add Property","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"displayName":"Company Names or IDs","name":"associatedCompanyIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[],"description":"Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Contact Names or IDs","name":"associatedContactIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContacts"},"default":[],"description":"Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Category Name or ID","name":"category","type":"options","typeOptions":{"loadOptionsMethod":"getTicketCategories"},"default":"","description":"Main reason customer reached out for help. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"The date the ticket was closed. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format."},{"displayName":"Create Date","name":"createDate","type":"dateTime","default":"","description":"The date the ticket was created. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format."},{"displayName":"Description","name":"description","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Description of the ticket"},{"displayName":"Priority Name or ID","name":"priority","type":"options","typeOptions":{"loadOptionsMethod":"getTicketPriorities"},"default":"","description":"The level of attention needed on the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Resolution Name or ID","name":"resolution","type":"options","typeOptions":{"loadOptionsMethod":"getTicketResolutions"},"default":"","description":"The action taken to resolve the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Source Name or ID","name":"source","type":"options","typeOptions":{"loadOptionsMethod":"getTicketSources"},"default":"","description":"Channel where ticket was originally submitted. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Ticket Owner Name or ID","name":"ticketOwnerId","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Ticket to Update","name":"ticketId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchTickets"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Ticket ID"}}]}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"options":[{"displayName":"Company Names or IDs","name":"associatedCompanyIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[],"description":"Whether to include specific Company properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Contact Names or IDs","name":"associatedContactIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContacts"},"default":[],"description":"Whether to include specific Contact properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Category Name or ID","name":"category","type":"options","typeOptions":{"loadOptionsMethod":"getTicketCategories"},"default":"","description":"Main reason customer reached out for help. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"The date the ticket was closed. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format."},{"displayName":"Create Date","name":"createDate","type":"dateTime","default":"","description":"The date the ticket was created. When using expressions, the time should be specified in YYYY-MM-DD hh-mm-ss format."},{"displayName":"Description","name":"description","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Description of the ticket"},{"displayName":"Pipeline Name or ID","name":"pipelineId","type":"options","typeOptions":{"loadOptionsMethod":"getTicketPipelines"},"default":"","description":"The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Priority Name or ID","name":"priority","type":"options","typeOptions":{"loadOptionsMethod":"getTicketPriorities"},"default":"","description":"The level of attention needed on the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Resolution Name or ID","name":"resolution","type":"options","typeOptions":{"loadOptionsMethod":"getTicketResolutions"},"default":"","description":"The action taken to resolve the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Source Name or ID","name":"source","type":"options","typeOptions":{"loadOptionsMethod":"getTicketSources"},"default":"","description":"Channel where ticket was originally submitted. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Stage Name or ID","name":"stageId","type":"options","typeOptions":{"loadOptionsMethod":"getTicketStages","loadOptionsDependsOn":["updateFields.pipelineId"]},"default":"","description":"The stage ID of the pipeline the ticket is in; depends on Pipeline ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Ticket Name","name":"ticketName","type":"string","default":""},{"displayName":"Ticket Owner Name or ID","name":"ticketOwnerId","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Ticket to Get","name":"ticketId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchTickets"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Ticket ID"}}]}]},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["get"]}},"options":[{"displayName":"Include Deleted","name":"includeDeleted","type":"boolean","default":false},{"displayName":"Ticket Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTicketProperties"},"default":[],"description":"Whether to include specific Ticket properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Properties With History","name":"propertiesWithHistory","type":"string","default":"","description":"Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"options":[{"displayName":"Ticket Properties to Include","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTicketProperties"},"default":[],"description":"Whether to include specific Ticket properties in the returned results. Choose from a list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Properties With History","name":"propertiesWithHistory","type":"string","default":"","description":"Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value."}]},{"displayName":"Ticket to Delete","name":"ticketId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select from the list","typeOptions":{"searchListMethod":"searchTickets"}},{"displayName":"By Id","name":"id","type":"string","placeholder":"58539222","validation":[{"type":"regex","properties":{"regex":"[0-9]+","errorMessage":"Not a valid HubSpot Ticket ID"}}]}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Hubspot/hubspot.svg","codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.hubspot/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/hubspot/"}]}}},
{"displayName":"HubSpot","name":"hubspot","group":["output"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume HubSpot API","defaultVersion":2.2,"version":1,"defaults":{"name":"HubSpot"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"hubspotApi","required":true,"testedBy":"hubspotApiTest","displayOptions":{"show":{"authentication":["apiKey"]}}},{"name":"hubspotAppToken","required":true,"testedBy":"hubspotApiTest","displayOptions":{"show":{"authentication":["appToken"]}}},{"name":"hubspotOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Key","value":"apiKey"},{"name":"APP Token","value":"appToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiKey"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Company","value":"company"},{"name":"Contact","value":"contact"},{"name":"Contact List","value":"contactList"},{"name":"Deal","value":"deal"},{"name":"Engagement","value":"engagement"},{"name":"Form","value":"form"},{"name":"Ticket","value":"ticket"}],"default":"deal"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create or Update","value":"upsert","description":"Create a new contact, or update the current one if it already exists (upsert)","action":"Create or update a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many contacts"},{"name":"Get Recently Created/Updated","value":"getRecentlyCreatedUpdated","description":"Get recently created/updated contacts","action":"Get recently created/updated contacts"},{"name":"Search","value":"search","description":"Search contacts","action":"Search contacts"}],"default":"upsert"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"default":""},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"default":true,"description":"By default the response only includes the ID. If this option gets activated, it will resolve the data automatically."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"options":[{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Associated Company Name or ID","name":"associatedCompanyId","type":"options","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":"","description":"Companies associated with the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Clicked Facebook Ad","name":"clickedFacebookAd","type":"string","default":""},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Company Size","name":"companySize","type":"string","default":""},{"displayName":"Contact Owner Name or ID","name":"contactOwner","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getOwners"},"default":""},{"displayName":"Country/Region","name":"country","type":"string","default":""},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getContactCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property"}]}]},{"displayName":"Date of Birth","name":"dateOfBirth","type":"dateTime","default":""},{"displayName":"Degree","name":"degree","type":"string","default":""},{"displayName":"Facebook Click ID","name":"facebookClickId","type":"string","default":""},{"displayName":"Fax Number","name":"faxNumber","type":"string","default":""},{"displayName":"Field Of Study","name":"fieldOfStudy","type":"string","default":"","description":"A contact's field of study. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"A contact's first name"},{"displayName":"Gender","name":"gender","type":"string","default":""},{"displayName":"Google Ad Click ID","name":"googleAdClickId","type":"string","default":""},{"displayName":"Graduation Date","name":"graduationDate","type":"dateTime","default":"","description":"A contact's graduation date. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"The industry a contact is in"},{"displayName":"Job Function","name":"jobFunction","type":"string","default":"","description":"A contact's job function. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Job Title","name":"jobTitle","type":"string","default":"","description":"A contact's job title"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"A contact's last name"},{"displayName":"Lead Status Name or ID","name":"leadStatus","type":"options","typeOptions":{"loadOptionsMethod":"getContactLeadStatuses"},"default":"","description":"The contact's sales, prospecting or outreach status. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Legal Basic For Processing Contact Data Name or ID","name":"processingContactData","type":"options","typeOptions":{"loadOptionsMethod":"getContactLealBasics"},"default":"","description":"Legal basis for processing contact's data; 'Not applicable' will exempt the contact from GDPR protections. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Lifecycle Stage Name or ID","name":"lifeCycleStage","type":"options","typeOptions":{"loadOptionsMethod":"getContactLifeCycleStages"},"default":"","description":"The qualification of contacts to sales readiness. It can be set through imports, forms, workflows, and manually on a per contact basis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Marital Status","name":"maritalStatus","type":"string","default":"","description":"A contact's marital status. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Membership Note","name":"membershipNote","type":"string","default":"","description":"The notes relating to the contact's content membership"},{"displayName":"Message","name":"message","type":"string","default":"","description":"A default property to be used for any message or comments a contact may want to leave on a form"},{"displayName":"Mobile Phone Number","name":"mobilePhoneNumber","type":"string","default":"","description":"A contact's mobile phone number"},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"options","typeOptions":{"loadOptionsMethod":"getContactNumberOfEmployees"},"default":"","description":"The number of company employees. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Original Source Name or ID","name":"originalSource","type":"options","typeOptions":{"loadOptionsMethod":"getContactOriginalSources"},"default":"","description":"The first known source through which a contact found your website. Source is automatically set by HubSpot, but may be updated manually. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Phone Number","name":"phoneNumber","type":"string","default":"","description":"A contact's primary phone number"},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"displayOptions":{"show":{"/resolveData":[true]}},"default":[],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"The contact's zip code. This might be set via import, form, or integration."},{"displayName":"Preffered Language Name or ID","name":"prefferedLanguage","type":"options","typeOptions":{"loadOptionsMethod":"getContactPrefferedLanguages"},"default":"","description":"Set your contact's preferred language for communications. This property can be changed from an import, form, or integration. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Relationship Status","name":"relationshipStatus","type":"string","default":"","description":"A contact's relationship status. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Salutation","name":"salutation","type":"string","default":"","description":"The title used to address a contact"},{"displayName":"School","name":"school","type":"string","default":"","description":"A contact's school. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Seniority","name":"seniority","type":"string","default":"","description":"A contact's seniority. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"A contact's start date. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"},{"displayName":"State/Region","name":"stateRegion","type":"string","default":"","description":"The contact's state of residence. This might be set via import, form, or integration."},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsMethod":"getContactStatuses"},"default":"","description":"The status of the contact's content membership. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Street Address","name":"streetAddress","type":"string","default":"","description":"A contact's street address, including apartment or unit #"},{"displayName":"Twitter Username","name":"twitterUsername","type":"string","default":"","description":"The contact's Twitter handle. This is set by HubSpot using the contact's email address."},{"displayName":"Website URL","name":"websiteUrl","type":"string","default":"","description":"The contact's company website"},{"displayName":"Work Email","name":"workEmail","type":"string","default":"","description":"A contact's work email. This property is required for the Facebook Ads Integration. This property will be automatically synced via the Lead Ads tool"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"default":"","description":"Unique identifier for a particular contact"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"options":[{"displayName":"Form Submission Mode","name":"formSubmissionMode","type":"options","options":[{"name":"All","value":"all"},{"name":"None","value":"none"},{"name":"Newest","value":"newest"},{"name":"Oldest","value":"oldest"}],"default":"all","description":"Specify which form submissions should be fetched"},{"displayName":"List Memberships","name":"listMemberships","type":"boolean","default":true,"description":"Whether current list memberships should be fetched for the contact"},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":[],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Property Mode","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Form Submission Mode","name":"formSubmissionMode","type":"options","options":[{"name":"All","value":"all"},{"name":"None","value":"none"},{"name":"Newest","value":"newest"},{"name":"Oldest","value":"oldest"}],"default":"all","description":"Specify which form submissions should be fetched"},{"displayName":"List Memberships","name":"listMemberships","type":"boolean","default":true,"description":"Whether current list memberships should be fetched for the contact"},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":[],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Property Mode","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"default":"","description":"Unique identifier for a particular contact"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["getRecentlyCreatedUpdated"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["getRecentlyCreatedUpdated"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getRecentlyCreatedUpdated"]}},"options":[{"displayName":"Form Submission Mode","name":"formSubmissionMode","type":"options","options":[{"name":"All","value":"all"},{"name":"None","value":"none"},{"name":"Newest","value":"newest"},{"name":"Oldest","value":"oldest"}],"default":"all","description":"Specify which form submissions should be fetched"},{"displayName":"List Memberships","name":"listMemberships","type":"boolean","default":true,"description":"Whether current list memberships should be fetched for the contact"},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":[],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Property Mode","name":"propertyMode","type":"options","options":[{"name":"Value And History","value":"valueAndHistory"},{"name":"Value Only","value":"valueOnly"}],"default":"valueAndHistory","description":"Specify if the current value for a property should be fetched, or the value and all the historical values for that property"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filter Groups","name":"filterGroupsUi","type":"fixedCollection","default":{},"placeholder":"Add Filter Group","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["contact"],"operation":["search"]}},"options":[{"name":"filterGroupsValues","displayName":"Filter Group","values":[{"displayName":"Filters","name":"filtersUi","type":"fixedCollection","default":{},"placeholder":"Add Filter","typeOptions":{"multipleValues":true},"options":[{"name":"filterValues","displayName":"Filter","values":[{"displayName":"Property Name or ID","name":"propertyName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":""},{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"Contains Exactly","value":"CONTAINS_TOKEN"},{"name":"Equal","value":"EQ"},{"name":"Greater Than","value":"GT"},{"name":"Greater Than Or Equal","value":"GTE"},{"name":"Is Known","value":"HAS_PROPERTY"},{"name":"Is Unknown","value":"NOT_HAS_PROPERTY"},{"name":"Less Than","value":"LT"},{"name":"Less Than Or Equal","value":"LTE"},{"name":"Not Equal","value":"NEQ"}],"default":"EQ"},{"displayName":"Value","name":"value","displayOptions":{"hide":{"operator":["HAS_PROPERTY","NOT_HAS_PROPERTY"]}},"type":"string","default":""}]}],"description":"Use filters to limit the results to only CRM objects with matching property values. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>."}]}],"description":"When multiple filters are provided within a filterGroup, they will be combined using a logical AND operator. When multiple filterGroups are provided, they will be combined using a logical OR operator. The system supports a maximum of three filterGroups with up to three filters each. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["search"]}},"options":[{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"ASCENDING"},{"name":"DESC","value":"DESCENDING"}],"default":"DESCENDING","description":"Defines the direction in which search results are ordered. Default value is DESC."},{"displayName":"Field Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":["firstname","lastname","email"],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Query","name":"query","type":"string","default":"","description":"Perform a text search against all property values for an object type"},{"displayName":"Sort By","name":"sortBy","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getContactProperties"},"default":"createdate"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contactList"]}},"options":[{"name":"Add","value":"add","description":"Add contact to a list","action":"Add a contact to a list"},{"name":"Remove","value":"remove","description":"Remove a contact from a list","action":"Remove a contact from a list"}],"default":"add"},{"displayName":"By","name":"by","type":"options","options":[{"name":"Contact ID","value":"id"},{"name":"Email","value":"email"}],"required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"]}},"default":"email"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"],"by":["email"]}},"default":""},{"displayName":"Contact ID","name":"id","type":"string","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"],"by":["id"]}},"default":""},{"displayName":"List ID","name":"listId","type":"string","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["add"]}},"default":""},{"displayName":"Contact ID","name":"id","type":"string","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["remove"]}},"default":""},{"displayName":"List ID","name":"listId","type":"string","required":true,"displayOptions":{"show":{"resource":["contactList"],"operation":["remove"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["company"]}},"options":[{"name":"Create","value":"create","description":"Create a company","action":"Create a company"},{"name":"Delete","value":"delete","description":"Delete a company","action":"Delete a company"},{"name":"Get","value":"get","description":"Get a company","action":"Get a company"},{"name":"Get Many","value":"getAll","description":"Get many companies","action":"Get many companies"},{"name":"Get Recently Created","value":"getRecentlyCreated","description":"Get recently created companies","action":"Get a recently created company"},{"name":"Get Recently Modified","value":"getRecentlyModified","description":"Get recently modified companies","action":"Get a recently modified company"},{"name":"Search By Domain","value":"searchByDomain","description":"Search companies by domain","action":"Search for a company by Domain"},{"name":"Update","value":"update","description":"Update a company","action":"Update a company"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"options":[{"displayName":"About Us","name":"aboutUs","type":"string","default":""},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The actual or estimated annual revenue of the company"},{"displayName":"City","name":"city","type":"string","default":"","description":"The city where the company is located"},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"The date the company or organization was closed as a customer"},{"displayName":"Company Domain Name","name":"companyDomainName","type":"string","default":"","description":"The domain name of the company or organization"},{"displayName":"Company Owner Name or ID","name":"companyOwner","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The owner of the company. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Country/Region","name":"countryRegion","type":"string","default":"","description":"The country/region in which the company or organization is located"},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short statement about the company's mission and goals"},{"displayName":"Facebook Fans","name":"facebookFans","type":"number","typeOptions":{"minValue":0},"default":0,"description":"Number of facebook fans"},{"displayName":"Google Plus Page","name":"googlePlusPage","type":"string","default":"","description":"The URL of the Google Plus page for the company or organization"},{"displayName":"Industry Name or ID","name":"industry","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyIndustries"},"default":"","description":"The type of business the company performs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Is Public","name":"isPublic","type":"boolean","default":false,"description":"Whether that the company is publicly traded"},{"displayName":"Lead Status Name or ID","name":"leadStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyleadStatuses"},"default":"","description":"The company's sales, prospecting or outreach status. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Lifecycle Stage Name or ID","name":"lifecycleStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanylifecycleStages"},"default":"","description":"The most advanced lifecycle stage across all contacts associated with this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"LinkedIn Bio","name":"linkedinBio","type":"string","default":"","description":"The LinkedIn bio for the company or organization"},{"displayName":"LinkedIn Company Page","name":"linkedInCompanyPage","type":"string","default":"","description":"The URL of the LinkedIn company page for the company or organization"},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total number of employees who work for the company or organization"},{"displayName":"Original Source Type Name or ID","name":"originalSourceType","type":"options","typeOptions":{"loadOptionsMethod":"getCompanySourceTypes"},"default":"","description":"Original source for the contact with the earliest activity for this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Phone Number","name":"phoneNumber","type":"string","default":"","description":"A company's primary phone number. Powered by HubSpot Insights."},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"The postal or zip code of the company or organization. Powered by HubSpot Insights."},{"displayName":"State/Region","name":"stateRegion","type":"string","default":"","description":"The state or region in which the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Street Address","name":"streetAddress","type":"string","default":"","description":"The street address of the company or organization, including unit number. Powered by HubSpot Insights."},{"displayName":"Street Address 2","name":"streetAddress2","type":"string","default":"","description":"The additional address of the company or organization. Powered by HubSpot Insights."},{"displayName":"Target Account Name or ID","name":"targetAccount","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTargetAccounts"},"default":"","description":"The Target Account property is a means to flag high priority companies if you are following an account based strategy. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Timezone","name":"timezone","type":"string","default":"","description":"The time zone where the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Total Money Raised","name":"totalMoneyRaised","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total amount of money raised by the company. Powered by HubSpot Insights."},{"displayName":"Twitter Bio","name":"twitterBio","type":"string","default":"","description":"The Twitter bio of the company or organization"},{"displayName":"Twitter Followers","name":"twitterFollowers","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The number of Twitter followers of the company or organization"},{"displayName":"Twitter Handle","name":"twitterHandle","type":"string","default":"","description":"The main twitter account of the company or organization"},{"displayName":"Type Name or ID","name":"type","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTypes"},"default":"","description":"The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Web Technologies Name or ID","name":"webTechnologies","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyWebTechnologies"},"default":"","description":"The web technologies used by the company or organization. Powered by HubSpot Insights. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Website URL","name":"websiteUrl","type":"string","default":"","description":"The main website of the company or organization. This property is used to identify unique companies. Powered by HubSpot Insights."},{"displayName":"Year Founded","name":"yearFounded","type":"string","default":"","description":"The year the company was created. Powered by HubSpot Insights."}]},{"displayName":"Company ID","name":"companyId","type":"string","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"default":"","description":"Unique identifier for a particular company"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"options":[{"displayName":"About Us","name":"aboutUs","type":"string","default":""},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The actual or estimated annual revenue of the company"},{"displayName":"City","name":"city","type":"string","default":"","description":"The city where the company is located"},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"The date the company or organization was closed as a customer"},{"displayName":"Company Domain Name","name":"companyDomainName","type":"string","default":"","description":"The domain name of the company or organization"},{"displayName":"Company Owmer Name or ID","name":"companyOwner","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The owner of the company. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Country/Region","name":"countryRegion","type":"string","default":"","description":"The country/region in which the company or organization is located"},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short statement about the company's mission and goals"},{"displayName":"Facebook Fans","name":"facebookFans","type":"number","typeOptions":{"minValue":0},"default":0,"description":"Number of facebook fans"},{"displayName":"Google Plus Page","name":"googlePlusPage","type":"string","default":"","description":"The URL of the Google Plus page for the company or organization"},{"displayName":"Industry Name or ID","name":"industry","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyIndustries"},"default":"","description":"The type of business the company performs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Is Public","name":"isPublic","type":"boolean","default":false,"description":"Whether that the company is publicly traded"},{"displayName":"Lead Status Name or ID","name":"leadStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyleadStatuses"},"default":"","description":"The company's sales, prospecting or outreach status. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Lifecycle Stage Name or ID","name":"lifecycleStatus","type":"options","typeOptions":{"loadOptionsMethod":"getCompanylifecycleStages"},"default":"","description":"The most advanced lifecycle stage across all contacts associated with this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Linkedin Bio","name":"linkedinBio","type":"string","default":"","description":"The LinkedIn bio for the company or organization"},{"displayName":"LinkedIn Company Page","name":"linkedInCompanyPage","type":"string","default":"","description":"The URL of the LinkedIn company page for the company or organization"},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Number Of Employees","name":"numberOfEmployees","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total number of employees who work for the company or organization"},{"displayName":"Original Source Type Name or ID","name":"originalSourceType","type":"options","typeOptions":{"loadOptionsMethod":"getCompanySourceTypes"},"default":"","description":"Original source for the contact with the earliest activity for this company or organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Phone Number","name":"phoneNumber","type":"string","default":"","description":"A company's primary phone number. Powered by HubSpot Insights."},{"displayName":"Postal Code","name":"postalCode","type":"string","default":"","description":"The postal or zip code of the company or organization. Powered by HubSpot Insights."},{"displayName":"State/Region","name":"stateRegion","type":"string","default":"","description":"The state or region in which the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Street Address","name":"streetAddress","type":"string","default":"","description":"The street address of the company or organization, including unit number. Powered by HubSpot Insights."},{"displayName":"Street Address 2","name":"streetAddress2","type":"string","default":"","description":"The additional address of the company or organization. Powered by HubSpot Insights."},{"displayName":"Target Account Name or ID","name":"targetAccount","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTargetAccounts"},"default":"","description":"The Target Account property is a means to flag high priority companies if you are following an account based strategy. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Timezone","name":"timezone","type":"string","default":"","description":"The time zone where the company or organization is located. Powered by HubSpot Insights."},{"displayName":"Total Money Raised","name":"totalMoneyRaised","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The total amount of money raised by the company. Powered by HubSpot Insights."},{"displayName":"Twitter Bio","name":"twitterBio","type":"string","default":"","description":"The Twitter bio of the company or organization"},{"displayName":"Twitter Followers","name":"twitterFollowers","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The number of Twitter followers of the company or organization"},{"displayName":"Twitter Handle","name":"twitterHandle","type":"string","default":"","description":"The main twitter account of the company or organization"},{"displayName":"Type Name or ID","name":"type","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyTypes"},"default":"","description":"The optional classification of this company record - prospect, partner, etc. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Web Technologies Name or ID","name":"webTechnologies","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyWebTechnologies"},"default":"","description":"The web technologies used by the company or organization. Powered by HubSpot Insights. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Website URL","name":"websiteUrl","type":"string","default":"","description":"The main website of the company or organization. This property is used to identify unique companies. Powered by HubSpot Insights."},{"displayName":"Year Founded","name":"yearFounded","type":"string","default":"","description":"The year the company was created. Powered by HubSpot Insights."}]},{"displayName":"Company ID","name":"companyId","type":"string","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"default":"","description":"Unique identifier for a particular company"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"options":[{"displayName":"Include Merge Audits","name":"includeMergeAudits","type":"boolean","default":false,"description":"Whether to return any merge history if the company has been previously merged with another company record. Defaults to false."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"options":[{"displayName":"Include Merge Audits","name":"includeMergeAudits","type":"boolean","default":false,"description":"Whether to return any merge history if a company has been previously merged with another company record. Defaults to false."},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanyProperties"},"default":[],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your companies.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Properties With History","name":"propertiesWithHistory","type":"string","default":"","description":"Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value."}]},{"displayName":"Company ID","name":"companyId","type":"string","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["delete"]}},"default":"","description":"Unique identifier for a particular company"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getRecentlyCreated","getRecentlyModified"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["getRecentlyCreated","getRecentlyModified"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getRecentlyModified"]}},"options":[{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"Only return companys created after timestamp x"},{"displayName":"Include Property Versions","name":"includePropertyVersions","type":"boolean","default":false,"description":"By default, you will only get data for the most recent version of a property in the \"versions\" data. If you include this parameter, you will get data for all previous versions."}]},{"displayName":"Domain","name":"domain","type":"string","displayOptions":{"show":{"resource":["company"],"operation":["searchByDomain"]}},"required":true,"description":"The company's website domain to search for, like n8n.io","default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["searchByDomain"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["searchByDomain"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["searchByDomain"]}},"options":[{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanyProperties"},"default":[],"description":"<p>Used to include specific company properties in the results. By default, the results will only include company ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["deal"]}},"options":[{"name":"Create","value":"create","description":"Create a deal","action":"Create a deal"},{"name":"Delete","value":"delete","description":"Delete a deal","action":"Delete a deal"},{"name":"Get","value":"get","description":"Get a deal","action":"Get a deal"},{"name":"Get Many","value":"getAll","description":"Get many deals","action":"Get many deals"},{"name":"Get Recently Created","value":"getRecentlyCreated","description":"Get recently created deals","action":"Get recently created deals"},{"name":"Get Recently Modified","value":"getRecentlyModified","description":"Get recently modified deals","action":"Get recently modified deals"},{"name":"Search","value":"search","description":"Search deals","action":"Search for deals"},{"name":"Update","value":"update","description":"Update a deal","action":"Update a deal"}],"default":"create"},{"displayName":"Deal Stage Name or ID","name":"stage","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getDealStages"},"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"default":"","options":[],"description":"The dealstage is required when creating a deal. See the CRM Pipelines API for details on managing pipelines and stages. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}},"options":[{"displayName":"Amount","name":"amount","type":"string","default":""},{"displayName":"Associated Company Names or IDs","name":"associatedCompany","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[]},{"displayName":"Associated Vid Names or IDs","name":"associatedVids","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getContacts"},"default":[]},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":""},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getDealCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property"}]}]},{"displayName":"Deal Description","name":"description","type":"string","default":""},{"displayName":"Deal Name","name":"dealName","type":"string","default":""},{"displayName":"Deal Type Name or ID","name":"dealType","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDealTypes"},"default":""},{"displayName":"Pipeline","name":"pipeline","type":"string","default":""}]},{"displayName":"Deal ID","name":"dealId","type":"string","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"default":"","description":"Unique identifier for a particular deal"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Update Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"options":[{"displayName":"Amount","name":"amount","type":"string","default":""},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":""},{"displayName":"Custom Properties","name":"customPropertiesUi","placeholder":"Add Custom Property","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customPropertiesValues","displayName":"Custom Property","values":[{"displayName":"Property Name or ID","name":"property","type":"options","typeOptions":{"loadOptionsMethod":"getDealCustomProperties"},"default":"","description":"Name of the property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property"}]}]},{"displayName":"Deal Description","name":"description","type":"string","default":""},{"displayName":"Deal Name","name":"dealName","type":"string","default":""},{"displayName":"Deal Stage Name or ID","name":"stage","type":"options","typeOptions":{"loadOptionsMethod":"getDealStages"},"default":"","description":"The dealstage is required when creating a deal. See the CRM Pipelines API for details on managing pipelines and stages. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Deal Type Name or ID","name":"dealType","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDealTypes"},"default":""},{"displayName":"Pipeline","name":"pipeline","type":"string","default":""}]},{"displayName":"Deal ID","name":"dealId","type":"string","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["get"]}},"default":"","description":"Unique identifier for a particular deal"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["get"]}},"options":[{"displayName":"Include Property Versions","name":"includePropertyVersions","type":"boolean","default":false,"description":"By default, you will only get data for the most recent version of a property in the \"versions\" data. If you include this parameter, you will get data for all previous versions."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["deal"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["deal"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["getAll"]}},"options":[{"displayName":"Include Associations","name":"includeAssociations","type":"boolean","default":false,"description":"Whether to include the IDs of the associated contacts and companies in the results. This will also automatically include the num_associated_contacts property."},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":[],"description":"<p>Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your Deals.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Properties with History","name":"propertiesWithHistory","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":[],"description":"Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Deal ID","name":"dealId","type":"string","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["delete"]}},"default":"","description":"Unique identifier for a particular deal"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["deal"],"operation":["getRecentlyCreated","getRecentlyModified"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["deal"],"operation":["getRecentlyCreated","getRecentlyModified"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["getRecentlyCreated","getRecentlyModified"]}},"options":[{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"Only return deals created after timestamp x"},{"displayName":"Include Property Versions","name":"includePropertyVersions","type":"boolean","default":false,"description":"By default, you will only get data for the most recent version of a property in the \"versions\" data. If you include this parameter, you will get data for all previous versions."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["deal"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["deal"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Filter Groups","name":"filterGroupsUi","type":"fixedCollection","default":{},"placeholder":"Add Filter Group","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["deal"],"operation":["search"]}},"options":[{"name":"filterGroupsValues","displayName":"Filter Group","values":[{"displayName":"Filters","name":"filtersUi","type":"fixedCollection","default":{},"placeholder":"Add Filter","typeOptions":{"multipleValues":true},"options":[{"name":"filterValues","displayName":"Filter","values":[{"displayName":"Property Name or ID","name":"propertyName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":""},{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"Contains Exactly","value":"CONTAINS_TOKEN"},{"name":"Equal","value":"EQ"},{"name":"Greater Than","value":"GT"},{"name":"Greater Than Or Equal","value":"GTE"},{"name":"Is Known","value":"HAS_PROPERTY"},{"name":"Is Unknown","value":"NOT_HAS_PROPERTY"},{"name":"Less Than","value":"LT"},{"name":"Less Than Or Equal","value":"LTE"},{"name":"Not Equal","value":"NEQ"}],"default":"EQ"},{"displayName":"Value","name":"value","displayOptions":{"hide":{"operator":["HAS_PROPERTY","NOT_HAS_PROPERTY"]}},"type":"string","default":""}]}],"description":"Use filters to limit the results to only CRM objects with matching property values. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>."}]}],"description":"When multiple filters are provided within a filterGroup, they will be combined using a logical AND operator. When multiple filterGroups are provided, they will be combined using a logical OR operator. The system supports a maximum of three filterGroups with up to three filters each. More info <a href=\"https://developers.hubspot.com/docs/api/crm/search\">here</a>"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["search"]}},"options":[{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"ASCENDING"},{"name":"DESC","value":"DESCENDING"}],"default":"DESCENDING","description":"Defines the direction in which search results are ordered. Default value is DESC."},{"displayName":"Field Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":[],"description":"<p>Used to include specific deal properties in the results. By default, the results will only include Deal ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Query","name":"query","type":"string","default":"","description":"Perform a text search against all property values for an object type"},{"displayName":"Sort By","name":"sortBy","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDealProperties"},"default":"createdate"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["engagement"]}},"options":[{"name":"Create","value":"create","description":"Create an engagement","action":"Create an engagement"},{"name":"Delete","value":"delete","description":"Delete an engagement","action":"Delete an engagement"},{"name":"Get","value":"get","description":"Get an engagement","action":"Get an engagement"},{"name":"Get Many","value":"getAll","description":"Get many engagements","action":"Get many engagements"}],"default":"create"},{"displayName":"Type","name":"type","type":"options","required":true,"options":[{"name":"Call","value":"call"},{"name":"Email","value":"email"},{"name":"Meeting","value":"meeting"},{"name":"Task","value":"task"}],"displayOptions":{"show":{"resource":["engagement"],"operation":["create"]}},"default":""},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["task"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"For Object Type","name":"forObjectType","type":"options","options":[{"name":"Company","value":"COMPANY"},{"name":"Contact","value":"CONTACT"}],"default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Completed","value":"COMPLETED"},{"name":"Deferred","value":"DEFERRED"},{"name":"In Progress","value":"IN_PROGRESS"},{"name":"Not Started","value":"NOT_STARTED"},{"name":"Waiting","value":"WAITING"}],"default":""},{"displayName":"Subject","name":"subject","type":"string","default":""}]},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["email"]}},"options":[{"displayName":"BCC","name":"bcc","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add BCC"},"default":""},{"displayName":"CC","name":"cc","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add CC"},"default":""},{"displayName":"From Email","name":"fromEmail","type":"string","default":""},{"displayName":"From First Name","name":"firstName","type":"string","default":""},{"displayName":"From Last Name","name":"lastName","type":"string","default":""},{"displayName":"HTML","name":"html","type":"string","default":""},{"displayName":"Subject","name":"subject","type":"string","default":""},{"displayName":"To Emails","name":"toEmail","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Email"},"default":""}]},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["meeting"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"End Time","name":"endTime","type":"dateTime","default":""},{"displayName":"Internal Meeting Notes","name":"internalMeetingNotes","type":"string","default":""},{"displayName":"Start Time","name":"startTime","type":"dateTime","default":""},{"displayName":"Title","name":"title","type":"string","default":""}]},{"displayName":"Metadata","name":"metadata","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"],"type":["call"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"Duration Milliseconds","name":"durationMilliseconds","type":"number","default":0},{"displayName":"From Number","name":"fromNumber","type":"string","default":""},{"displayName":"Recording URL","name":"recordingUrl","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Busy","value":"BUSY"},{"name":"Calling CRM User","value":"CALLING_CRM_USER"},{"name":"Canceled","value":"CANCELED"},{"name":"Completed","value":"COMPLETED"},{"name":"Connecting","value":"CONNECTING"},{"name":"Failed","value":"FAILED"},{"name":"In Progress","value":"IN_PROGRESS"},{"name":"No Answer","value":"NO_ANSWER"},{"name":"Queued","value":"QUEUED"},{"name":"Ringing","value":"RINGING"}],"default":"QUEUED"},{"displayName":"To Number","name":"toNumber","type":"string","default":""}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["engagement"],"operation":["create"]}},"options":[{"displayName":"Associations","name":"associations","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Company IDs","name":"companyIds","type":"string","default":""},{"displayName":"Contact IDs","name":"contactIds","type":"string","default":""},{"displayName":"Deals IDs","name":"dealIds","type":"string","default":""},{"displayName":"Owner IDs","name":"ownerIds","type":"string","default":""},{"displayName":"Ticket IDs","name":"ticketIds","type":"string","default":""}]}]},{"displayName":"Engagement ID","name":"engagementId","type":"string","required":true,"displayOptions":{"show":{"resource":["engagement"],"operation":["get","delete"]}},"default":"","description":"Unique identifier for a particular engagement"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["engagement"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["engagement"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["form"]}},"options":[{"name":"Get Fields","value":"getFields","description":"Get all fields from a form","action":"Get all fields from a form"},{"name":"Submit","value":"submit","description":"Submit data to a form","action":"Submit a form"}],"default":"getFields"},{"displayName":"Form Name or ID","name":"formId","type":"options","typeOptions":{"loadOptionsMethod":"getForms"},"required":true,"displayOptions":{"show":{"resource":["form"],"operation":["submit"]}},"default":"","description":"The ID of the form you're sending data to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["form"],"operation":["submit"]}},"options":[{"displayName":"Skip Validation","name":"skipValidation","type":"boolean","default":false,"description":"Whether or not to skip validation based on the form settings"},{"displayName":"Submitted At","name":"submittedAt","type":"dateTime","default":"","description":"Time of the form submission"}]},{"displayName":"Context","name":"contextUi","placeholder":"Add Context","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["form"],"operation":["submit"]}},"default":{},"options":[{"displayName":"Context","name":"contextValue","values":[{"displayName":"HubSpot Usertoken","name":"hutk","type":"string","default":"","description":"Include this parameter and set it to the hubspotutk cookie value to enable cookie tracking on your submission"},{"displayName":"IP Address","name":"ipAddress","type":"string","default":"","description":"The IP address of the visitor filling out the form"},{"displayName":"Page URI","name":"pageUri","type":"string","default":"","description":"The URI of the page the submission happened on"},{"displayName":"Page Name","name":"pageName","type":"string","default":"","description":"The name or title of the page the submission happened on"},{"displayName":"Page ID","name":"pageId","type":"string","default":"","description":"The ID of a page created on the HubSpot CMS"},{"displayName":"SFDC Campaign ID","name":"sfdcCampaignId","type":"string","default":"","description":"If the form is for an account using the HubSpot Salesforce Integration, you can include the ID of a Salesforce campaign to add the contact to the specified campaign"},{"displayName":"Go to Webinar Webinar ID","name":"goToWebinarWebinarKey","type":"string","default":"","description":"If the form is for an account using the HubSpot GoToWebinar Integration, you can include the ID of a webinar to enroll the contact in that webinar when they submit the form"}]}]},{"displayName":"Legal Consent","name":"lengalConsentUi","placeholder":"Add Legal Consent","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["form"],"operation":["submit"]}},"default":{},"options":[{"displayName":"Consent","name":"lengalConsentValues","values":[{"displayName":"Consent To Process","name":"consentToProcess","type":"boolean","default":false,"description":"Whether or not the visitor checked the Consent to process checkbox"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The text displayed to the visitor for the Consent to process checkbox"},{"displayName":"Communications","name":"communicationsUi","placeholder":"Add Communication","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Communication","name":"communicationValues","values":[{"displayName":"Subcription Type Name or ID","name":"subscriptionTypeId","type":"options","typeOptions":{"loadOptionsMethod":"getSubscriptionTypes"},"default":"","description":"The ID of the specific subscription type. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"boolean","default":false,"description":"Whether or not the visitor checked the checkbox for this subscription type"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The text displayed to the visitor for this specific subscription checkbox"}]}]}]},{"displayName":"Legitimate Interest","name":"legitimateInterestValues","values":[{"displayName":"Subcription Type Name or ID","name":"subscriptionTypeId","type":"options","typeOptions":{"loadOptionsMethod":"getSubscriptionTypes"},"default":"","description":"The ID of the specific subscription type that this forms indicates interest to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"boolean","default":false,"description":"This must be true when using the 'legitimateInterest' option, as it reflects the consent indicated by the visitor when submitting the form"},{"displayName":"Legal Basis","name":"legalBasis","type":"options","options":[{"name":"Customer","value":"CUSTOMER"},{"name":"Lead","value":"LEAD"}],"default":"","description":"The privacy text displayed to the visitor"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The privacy text displayed to the visitor"}]}]},{"displayName":"Form Name or ID","name":"formId","type":"options","typeOptions":{"loadOptionsMethod":"getForms"},"required":true,"displayOptions":{"show":{"resource":["form"],"operation":["getFields"]}},"default":"","description":"The ID of the form. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Create","value":"create","description":"Create a ticket","action":"Create a ticket"},{"name":"Delete","value":"delete","description":"Delete a ticket","action":"Delete a ticket"},{"name":"Get","value":"get","description":"Get a ticket","action":"Get a ticket"},{"name":"Get Many","value":"getAll","description":"Get many tickets","action":"Get many tickets"},{"name":"Update","value":"update","description":"Update a ticket","action":"Update a ticket"}],"default":"create"},{"displayName":"Pipeline Name or ID","name":"pipelineId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getTicketPipelines"},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":"","description":"The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Stage Name or ID","name":"stageId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getTicketStages","loadOptionsDependsOn":["pipelineId"]},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":"","description":"The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Ticket Name","name":"ticketName","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":"","description":"The ID of the pipeline the ticket is in"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"displayName":"Company Names or IDs","name":"associatedCompanyIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[],"description":"Companies associated with the ticket. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Contact Names or IDs","name":"associatedContactIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContacts"},"default":[],"description":"Contacts associated with the ticket. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Category Name or ID","name":"category","type":"options","typeOptions":{"loadOptionsMethod":"getTicketCategories"},"default":"","description":"Main reason customer reached out for help. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"The date the ticket was closed"},{"displayName":"Create Date","name":"createDate","type":"dateTime","default":"","description":"The date the ticket was created"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the ticket"},{"displayName":"Priority Name or ID","name":"priority","type":"options","typeOptions":{"loadOptionsMethod":"getTicketPriorities"},"default":"","description":"The level of attention needed on the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Resolution Name or ID","name":"resolution","type":"options","typeOptions":{"loadOptionsMethod":"getTicketResolutions"},"default":"","description":"The action taken to resolve the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Source Name or ID","name":"source","type":"options","typeOptions":{"loadOptionsMethod":"getTicketSources"},"default":"","description":"Channel where ticket was originally submitted. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Ticket Owner Name or ID","name":"ticketOwnerId","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Ticket ID","name":"ticketId","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"default":"","description":"Unique identifier for a particular ticket"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"options":[{"displayName":"Company Names or IDs","name":"associatedCompanyIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[],"description":"Companies associated with the ticket. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Contact Names or IDs","name":"associatedContactIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContacts"},"default":[],"description":"Contact associated with the ticket. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Category Name or ID","name":"category","type":"options","typeOptions":{"loadOptionsMethod":"getTicketCategories"},"default":"","description":"Main reason customer reached out for help. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Close Date","name":"closeDate","type":"dateTime","default":"","description":"The date the ticket was closed"},{"displayName":"Create Date","name":"createDate","type":"dateTime","default":"","description":"The date the ticket was created"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the ticket"},{"displayName":"Pipeline Name or ID","name":"pipelineId","type":"options","typeOptions":{"loadOptionsMethod":"getTicketPipelines"},"default":"","description":"The ID of the pipeline the ticket is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Priority Name or ID","name":"priority","type":"options","typeOptions":{"loadOptionsMethod":"getTicketPriorities"},"default":"","description":"The level of attention needed on the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Resolution Name or ID","name":"resolution","type":"options","typeOptions":{"loadOptionsMethod":"getTicketResolutions"},"default":"","description":"The action taken to resolve the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Source Name or ID","name":"source","type":"options","typeOptions":{"loadOptionsMethod":"getTicketSources"},"default":"","description":"Channel where ticket was originally submitted. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Stage Name or ID","name":"stageId","type":"options","typeOptions":{"loadOptionsMethod":"getTicketStages","loadOptionsDependsOn":["updateFields.pipelineId"]},"default":"","description":"The stage ID of the pipeline the ticket is in; depends on Pipeline ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Ticket Name","name":"ticketName","type":"string","default":"","description":"The ID of the pipeline the ticket is in"},{"displayName":"Ticket Owner Name or ID","name":"ticketOwnerId","type":"options","typeOptions":{"loadOptionsMethod":"getOwners"},"default":"","description":"The user from your team that the ticket is assigned to. You can assign additional users to a ticket record by creating a custom HubSpot user property. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Ticket ID","name":"ticketId","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get"]}},"default":"","description":"Unique identifier for a particular ticket"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["get"]}},"options":[{"displayName":"Include Deleted","name":"includeDeleted","type":"boolean","default":false},{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTicketProperties"},"default":[],"description":"<p>Used to include specific ticket properties in the results. By default, the results will only include ticket ID and will not include the values for any properties for your tickets.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Properties With History","name":"propertiesWithHistory","type":"string","default":"","description":"Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":250},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"options":[{"displayName":"Property Names or IDs","name":"properties","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTicketProperties"},"default":[],"description":"<p>Used to include specific ticket properties in the results. By default, the results will only include ticket ID and will not include the values for any properties for your company.</p><p>Including this parameter will include the data for the specified property in the results. You can include this parameter multiple times to request multiple properties separated by a comma: <code>,</code>.</p>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Properties With History","name":"propertiesWithHistory","type":"string","default":"","description":"Works similarly to properties=, but this parameter will include the history for the specified property, instead of just including the current value. Use this parameter when you need the full history of changes to a property's value."}]},{"displayName":"Ticket ID","name":"ticketId","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["delete"]}},"default":"","description":"Unique identifier for a particular ticket"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Hubspot/hubspot.svg","codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.hubspot/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/hubspot/"}]}}},
{"displayName":"HubSpot Trigger","name":"hubspotTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when HubSpot events occur","defaults":{"name":"HubSpot Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"hubspotDeveloperApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"},{"name":"setup","httpMethod":"GET","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Events","name":"eventsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Event","default":{},"options":[{"displayName":"Event","name":"eventValues","values":[{"displayName":"Name","name":"name","type":"options","options":[{"name":"Company Created","value":"company.creation","description":"To get notified if any company is created in a customer's account"},{"name":"Company Deleted","value":"company.deletion","description":"To get notified if any company is deleted in a customer's account"},{"name":"Company Property Changed","value":"company.propertyChange","description":"To get notified if a specified property is changed for any company in a customer's account"},{"name":"Contact Created","value":"contact.creation","description":"To get notified if any contact is created in a customer's account"},{"name":"Contact Deleted","value":"contact.deletion","description":"To get notified if any contact is deleted in a customer's account"},{"name":"Contact Privacy Deleted","value":"contact.privacyDeletion","description":"To get notified if a contact is deleted for privacy compliance reasons"},{"name":"Contact Property Changed","value":"contact.propertyChange","description":"To get notified if a specified property is changed for any contact in a customer's account"},{"name":"Conversation Creation","value":"conversation.creation","description":"To get notified if a new thread is created in an account"},{"name":"Conversation Deletion","value":"conversation.deletion","description":"To get notified if a thread is archived or soft-deleted in an account"},{"name":"Conversation New Message","value":"conversation.newMessage","description":"To get notified if a new message on a thread has been received"},{"name":"Conversation Privacy Deletion","value":"conversation.privacyDeletion","description":"To get notified if a thread is permanently deleted in an account"},{"name":"Conversation Property Change","value":"conversation.propertyChange","description":"To get notified if a property on a thread has been changed"},{"name":"Deal Created","value":"deal.creation","description":"To get notified if any deal is created in a customer's account"},{"name":"Deal Deleted","value":"deal.deletion","description":"To get notified if any deal is deleted in a customer's account"},{"name":"Deal Property Changed","value":"deal.propertyChange","description":"To get notified if a specified property is changed for any deal in a customer's account"},{"name":"Ticket Created","value":"ticket.creation","description":"To get notified if a ticket is created in a customer's account"},{"name":"Ticket Deleted","value":"ticket.deletion","description":"To get notified if any ticket is deleted in a customer's account"},{"name":"Ticket Property Changed","value":"ticket.propertyChange","description":"To get notified if a specified property is changed for any ticket in a customer's account"}],"default":"contact.creation","required":true},{"displayName":"Property Name or ID","name":"property","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["contact.propertyChange"],"loadOptionsMethod":"getContactProperties"},"displayOptions":{"show":{"name":["contact.propertyChange"]}},"default":"","required":true},{"displayName":"Property Name or ID","name":"property","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["company.propertyChange"],"loadOptionsMethod":"getCompanyProperties"},"displayOptions":{"show":{"name":["company.propertyChange"]}},"default":"","required":true},{"displayName":"Property Name or ID","name":"property","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["deal.propertyChange"],"loadOptionsMethod":"getDealProperties"},"displayOptions":{"show":{"name":["deal.propertyChange"]}},"default":"","required":true}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Max Concurrent Requests","name":"maxConcurrentRequests","type":"number","typeOptions":{"minValue":5},"default":5}]}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.hubspottrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/hubspot/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Hubspot/hubspot.svg"},
{"displayName":"Humantic AI","name":"humanticAi","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Humantic AI API","defaults":{"name":"Humantic AI"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"humanticAiApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Profile","value":"profile"}],"default":"profile"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["profile"]}},"options":[{"name":"Create","value":"create","description":"Create a profile","action":"Create a profile"},{"name":"Get","value":"get","description":"Retrieve a profile","action":"Get a profile"},{"name":"Update","value":"update","description":"Update a profile","action":"Update a profile"}],"default":"create"},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["create"],"resource":["profile"]}},"description":"The LinkedIn profile URL or email ID for creating a Humantic profile. If you are sending the resume, this should be a unique string."},{"displayName":"Send Resume","name":"sendResume","type":"boolean","default":false,"displayOptions":{"show":{"operation":["create"],"resource":["profile"]}},"description":"Whether to send a resume for a resume based analysis"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"show":{"operation":["create"],"resource":["profile"],"sendResume":[true]}},"hint":"The name of the input binary field containing the resume in PDF or DOCX format"},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["get"],"resource":["profile"]}},"description":"This value is the same as the User ID that was provided when the analysis was created. This could be a LinkedIn URL, email ID, or a unique string in case of resume based analysis."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["profile"]}},"options":[{"displayName":"Persona","name":"persona","type":"multiOptions","options":[{"name":"Sales","value":"sales"},{"name":"Hiring","value":"hiring"}],"default":[],"description":"Fetch the Humantic profile of the user for a particular persona type. Multiple persona values can be supported using comma as a delimiter."}]},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["update"],"resource":["profile"]}},"description":"This value is the same as the User ID that was provided when the analysis was created. Currently only supported for profiles created using LinkedIn URL."},{"displayName":"Send Resume","name":"sendResume","type":"boolean","default":false,"displayOptions":{"show":{"operation":["update"],"resource":["profile"]}},"description":"Whether to send a resume for a resume of the user"},{"displayName":"Text","name":"text","type":"string","default":"","displayOptions":{"show":{"operation":["update"],"resource":["profile"],"sendResume":[false]}},"description":"Additional text written by the user"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"show":{"operation":["update"],"resource":["profile"],"sendResume":[true]}},"hint":"The name of the input binary field containing the resume in PDF or DOCX format"}],"codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.humanticai/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/humanticai/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/HumanticAI/humanticai.svg"},
{"displayName":"Hunter","name":"hunter","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"]}}","description":"Consume Hunter API","defaults":{"name":"Hunter"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"hunterApi","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Domain Search","value":"domainSearch","description":"Get every email address found on the internet using a given domain name, with sources","action":"Get every email address found on the internet using a given domain name, with sources"},{"name":"Email Finder","value":"emailFinder","description":"Generate or retrieve the most likely email address from a domain name, a first name and a last name","action":"Generate or retrieve the most likely email address from a domain name, a first name and a last name"},{"name":"Email Verifier","value":"emailVerifier","description":"Verify the deliverability of an email address","action":"Verify the deliverability of an email address"}],"default":"domainSearch","description":"Operation to consume"},{"displayName":"Domain","name":"domain","type":"string","displayOptions":{"show":{"operation":["domainSearch"]}},"default":"","required":true,"description":"Domain name from which you want to find the email addresses. For example, \"stripe.com\"."},{"displayName":"Only Emails","name":"onlyEmails","type":"boolean","displayOptions":{"show":{"operation":["domainSearch"]}},"default":true,"description":"Whether to return only the found emails"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["domainSearch"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["domainSearch"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["domainSearch"]}},"options":[{"displayName":"Type","name":"type","type":"options","default":"","options":[{"name":"Personal","value":"personal"},{"name":"Generic","value":"generic"}]},{"displayName":"Seniority","name":"seniority","type":"multiOptions","default":[],"options":[{"name":"Junior","value":"junior"},{"name":"Senior","value":"senior"},{"name":"Executive","value":"executive"}]},{"displayName":"Department","name":"department","type":"multiOptions","default":[],"options":[{"name":"Communication","value":"communication"},{"name":"Executive","value":"executive"},{"name":"Finance","value":"finance"},{"name":"HR","value":"hr"},{"name":"IT","value":"it"},{"name":"Legal","value":"legal"},{"name":"Management","value":"management"},{"name":"Marketing","value":"marketing"},{"name":"Sales","value":"sales"},{"name":"Support","value":"support"}]}]},{"displayName":"Domain","name":"domain","type":"string","default":"","displayOptions":{"show":{"operation":["emailFinder"]}},"required":true,"description":"Domain name from which you want to find the email addresses. For example, \"stripe.com\"."},{"displayName":"First Name","name":"firstname","type":"string","displayOptions":{"show":{"operation":["emailFinder"]}},"default":"","required":true,"description":"The person's first name. It doesn't need to be in lowercase."},{"displayName":"Last Name","name":"lastname","type":"string","displayOptions":{"show":{"operation":["emailFinder"]}},"default":"","required":true,"description":"The person's last name. It doesn't need to be in lowercase."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"operation":["emailVerifier"]}},"default":"","required":true,"description":"The email address you want to verify"}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.hunter/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/hunter/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Hunter/hunter.png"},
{"hidden":true,"displayName":"iCalendar","name":"iCal","icon":"fa:calendar","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"]}}","description":"Create iCalendar file","defaults":{"name":"iCalendar","color":"#408000"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Create Event File","value":"createEventFile"}],"default":"createEventFile"},{"displayName":"Event Title","name":"title","type":"string","default":"","placeholder":"e.g. New Event"},{"displayName":"Start","name":"start","type":"dateTime","default":"","required":true,"description":"Date and time at which the event begins. (For all-day events, the time will be ignored.)."},{"displayName":"End","name":"end","type":"dateTime","default":"","required":true,"description":"Date and time at which the event ends. (For all-day events, the time will be ignored.).","hint":"If not set, will be equal to the start date"},{"displayName":"All Day","name":"allDay","type":"boolean","default":false,"description":"Whether the event lasts all day or not"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"hint":"The name of the output binary field to put the file in","description":"The field that your iCalendar file will be available under in the output"},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attendees","name":"attendeesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Attendee","default":{},"options":[{"displayName":"Attendees","name":"attendeeValues","values":[{"displayName":"Name","name":"name","type":"string","required":true,"default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"e.g. name@email.com","required":true,"default":""},{"displayName":"RSVP","name":"rsvp","type":"boolean","default":false,"description":"Whether the attendee has to confirm attendance or not"}]}]},{"displayName":"Busy Status","name":"busyStatus","type":"options","options":[{"name":"Busy","value":"BUSY"},{"name":"Tentative","value":"TENTATIVE"}],"default":"","description":"Used to specify busy status for Microsoft applications, like Outlook"},{"displayName":"Calendar Name","name":"calName","type":"string","default":"","description":"Specifies the calendar (not event) name. Used by Apple iCal and Microsoft Outlook. <a href=\"https://docs.microsoft.com/en-us/openspecs/exchange_server_protocols/ms-oxcical/1da58449-b97e-46bd-b018-a1ce576f3e6d\">More info</a>."},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"File Name","name":"fileName","type":"string","default":"","placeholder":"e.g. event.ics","description":"The name of the file to be generated. Default name is event.ics."},{"displayName":"Geolocation","name":"geolocationUi","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add Geolocation","default":{},"options":[{"displayName":"Geolocation","name":"geolocationValues","values":[{"displayName":"Latitude","name":"lat","type":"string","default":""},{"displayName":"Longitude","name":"lon","type":"string","default":""}]}]},{"displayName":"Location","name":"location","type":"string","default":"","description":"The intended venue"},{"displayName":"Recurrence Rule","name":"recurrenceRule","type":"string","default":"","description":"A rule to define the repeat pattern of the event (RRULE). (<a href=\"https://icalendar.org/rrule-tool.html\">Rule generator</a>)."},{"displayName":"Organizer","name":"organizerUi","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add Organizer","default":{},"options":[{"displayName":"Organizer","name":"organizerValues","values":[{"displayName":"Name","name":"name","type":"string","default":"","required":true},{"displayName":"Email","name":"email","type":"string","placeholder":"e.g. name@email.com","default":"","required":true}]}]},{"displayName":"Sequence","name":"sequence","type":"number","default":0,"description":"When sending an update for an event (with the same uid), defines the revision sequence number"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Confirmed","value":"CONFIRMED"},{"name":"Cancelled","value":"CANCELLED"},{"name":"Tentative","value":"TENTATIVE"}],"default":"CONFIRMED"},{"displayName":"UID","name":"uid","type":"string","default":"","description":"Universally unique ID for the event (will be auto-generated if not specified here). Should be globally unique."},{"displayName":"URL","name":"url","type":"string","default":"","description":"URL associated with event"},{"displayName":"Use Workflow Timezone","name":"useWorkflowTimezone","type":"boolean","default":false,"description":"Whether to use the workflow timezone set in node's settings rather than UTC"}]}],"codex":{"categories":["Core Nodes","Productivity"],"subcategories":{"Core Nodes":["Files"]},"alias":["ics",".ics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.converttofile/"}]}}},
{"displayName":"If","name":"if","icon":"fa:map-signs","iconColor":"green","group":["transform"],"description":"Route items to different branches (true/false)","defaultVersion":2.3,"version":[2,2.1,2.2,2.3],"defaults":{"name":"If","color":"#408000"},"inputs":["main"],"outputs":["main","main"],"outputNames":["true","false"],"parameterPane":"wide","properties":[{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"filter","default":{},"typeOptions":{"filter":{"caseSensitive":"={{!$parameter.options.ignoreCase}}","typeValidation":"={{ ($nodeVersion < 2.1 ? $parameter.options.looseTypeValidation :  $parameter.looseTypeValidation) ? \"loose\" : \"strict\" }}","version":"={{ $nodeVersion >= 2.3 ? 3 : $nodeVersion >= 2.2 ? 2 : 1 }}"}}},{"displayName":"Convert types where required","description":"If the type of an expression doesn't match the type of the comparison, n8n will try to cast the expression to the required type. E.g. for booleans <code>\"false\"</code> or <code>0</code> will be cast to <code>false</code>","name":"looseTypeValidation","type":"boolean","default":false,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.1}}]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Ignore Case","description":"Whether to ignore letter case when evaluating conditions","name":"ignoreCase","type":"boolean","default":true},{"displayName":"Convert types where required","description":"If the type of an expression doesn't match the type of the comparison, n8n will try to cast the expression to the required type. E.g. for booleans <code>\"false\"</code> or <code>0</code> will be cast to <code>false</code>","name":"looseTypeValidation","type":"boolean","default":true,"displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.1}}]}}}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"alias":["Router","Filter","Condition","Logic","Boolean","Branch"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.if/"}]}}},
{"displayName":"If","name":"if","icon":"fa:map-signs","iconColor":"green","group":["transform"],"description":"Route items to different branches (true/false)","defaultVersion":2.3,"version":1,"defaults":{"name":"If","color":"#408000"},"inputs":["main"],"outputs":["main","main"],"outputNames":["true","false"],"properties":[{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"description":"The type of values to compare","default":{},"options":[{"name":"boolean","displayName":"Boolean","values":[{"displayName":"Value 1","name":"value1","type":"boolean","default":false,"description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"}],"default":"equal","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"boolean","default":false,"description":"The value to compare with the first one"}]},{"name":"dateTime","displayName":"Date & Time","values":[{"displayName":"Value 1","name":"value1","type":"dateTime","default":"","description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Occurred After","value":"after"},{"name":"Occurred Before","value":"before"}],"default":"after","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"dateTime","default":"","description":"The value to compare with the first one"}]},{"name":"number","displayName":"Number","values":[{"displayName":"Value 1","name":"value1","type":"number","default":0,"description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Smaller","value":"smaller"},{"name":"Smaller or Equal","value":"smallerEqual"},{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"},{"name":"Larger","value":"larger"},{"name":"Larger or Equal","value":"largerEqual"},{"name":"Is Empty","value":"isEmpty"},{"name":"Is Not Empty","value":"isNotEmpty"}],"default":"smaller","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"number","displayOptions":{"hide":{"operation":["isEmpty","isNotEmpty"]}},"default":0,"description":"The value to compare with the first one"}]},{"name":"string","displayName":"String","values":[{"displayName":"Value 1","name":"value1","type":"string","default":"","description":"The value to compare with the second one"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Contains","value":"contains"},{"name":"Not Contains","value":"notContains"},{"name":"Ends With","value":"endsWith"},{"name":"Not Ends With","value":"notEndsWith"},{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"},{"name":"Regex Match","value":"regex"},{"name":"Regex Not Match","value":"notRegex"},{"name":"Starts With","value":"startsWith"},{"name":"Not Starts With","value":"notStartsWith"},{"name":"Is Empty","value":"isEmpty"},{"name":"Is Not Empty","value":"isNotEmpty"}],"default":"equal","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"string","displayOptions":{"hide":{"operation":["isEmpty","isNotEmpty","regex","notRegex"]}},"default":"","description":"The value to compare with the first one"},{"displayName":"Regex","name":"value2","type":"string","displayOptions":{"show":{"operation":["regex","notRegex"]}},"default":"","placeholder":"/text/i","description":"The regex which has to match"}]}]},{"displayName":"Combine","name":"combineOperation","type":"options","options":[{"name":"ALL","description":"Only if all conditions are met it goes into \"true\" branch","value":"all"},{"name":"ANY","description":"If any of the conditions is met it goes into \"true\" branch","value":"any"}],"default":"all","description":"If multiple rules got set this settings decides if it is true as soon as ANY condition matches or only if ALL get meet"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"alias":["Router","Filter","Condition","Logic","Boolean","Branch"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.if/"}]}}},
{"displayName":"Intercom","name":"intercom","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Intercom API","defaults":{"name":"Intercom"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"intercomApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Company","value":"company","description":"Companies allow you to represent commercial organizations using your product"},{"name":"Lead","value":"lead","description":"Leads are useful for representing logged-out users of your application"},{"name":"User","value":"user","description":"The Users resource is the primary way of interacting with Intercom"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["lead"]}},"options":[{"name":"Create","value":"create","description":"Create a new lead","action":"Create a lead"},{"name":"Delete","value":"delete","description":"Delete a lead","action":"Delete a lead"},{"name":"Get","value":"get","description":"Get data of a lead","action":"Get a lead"},{"name":"Get Many","value":"getAll","description":"Get data of many leads","action":"Get many leads"},{"name":"Update","value":"update","description":"Update new lead","action":"Update a lead"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a new user","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Get data of a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Get data of many users","action":"Get many users"},{"name":"Update","value":"update","description":"Update a user","action":"Update a user"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["company"]}},"options":[{"name":"Create","value":"create","description":"Create a new company","action":"Create a company"},{"name":"Get","value":"get","description":"Get data of a company","action":"Get a company"},{"name":"Get Many","value":"getAll","description":"Get data of many companies","action":"Get many companies"},{"name":"Update","value":"update","description":"Update a company","action":"Update a company"},{"name":"Users","value":"users","description":"List company's users","action":"List users of a company"}],"default":"create"},{"displayName":"ID","name":"id","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete"]}},"default":"","description":"The Intercom defined ID representing the Lead"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"displayName":"Company ID","name":"company_id","type":"string","default":"","description":"Company ID representing the user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email address of the user"},{"displayName":"Segment ID","name":"segment_id","type":"string","default":"","description":"Segment representing the user"},{"displayName":"Tag ID","name":"tag_id","type":"string","default":"","description":"Tag representing the user"}]},{"displayName":"Select By","name":"selectBy","type":"options","displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"options":[{"name":"ID","value":"id","default":"","description":"The Intercom defined ID representing the Lead"},{"name":"User ID","value":"userId","default":"","description":"Automatically generated identifier for the Lead"}],"default":"","description":"The property to select the user by"},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"description":"View by value"},{"displayName":"Update By","name":"updateBy","type":"options","displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"name":"ID","value":"id","description":"The Intercom defined ID representing the user"},{"name":"Email","value":"email","description":"The email address of user"},{"name":"User ID","value":"userId","description":"Automatically generated identifier for the user"}],"default":"id","description":"The property via which to query the user"},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"description":"Value of the property to identify the user to update"},{"displayName":"Identifier Type","name":"identifierType","type":"options","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"name":"User ID","value":"userId","description":"A unique string identifier for the user. It is required on creation if an email is not supplied."},{"name":"Email","value":"email","description":"The user's email address. It is required on creation if a user_id is not supplied."}],"default":"","description":"Unique string identifier"},{"displayName":"Value","name":"idValue","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"Unique string identifier value"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["create","update"],"resource":["user"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create","update"],"resource":["user"]}},"options":[{"displayName":"Avatar","name":"avatar","type":"string","default":"","description":"An avatar image URL. note: the image URL needs to be https."},{"displayName":"Company Names or IDs","name":"companies","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[],"description":"Identifies the companies this user belongs to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Email","name":"email","displayOptions":{"show":{"/operation":["update"],"/resource":["user"]},"hide":{"/updateBy":["email"]}},"type":"string","placeholder":"name@email.com","default":"","description":"Email of the user"},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"","description":"Name of the user"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The phone number of the user"},{"displayName":"Session Count","name":"sessionCount","type":"number","default":false,"options":[],"description":"How many sessions the user has recorded"},{"displayName":"User ID","name":"userId","displayOptions":{"show":{"/operation":["update"],"/resource":["user"]},"hide":{"/updateBy":["email","userId"]}},"type":"string","default":"","description":"Email of the user"},{"displayName":"Unsubscribed From Emails","name":"unsubscribedFromEmails","type":"boolean","default":false,"placeholder":"","description":"Whether the user is unsubscribed from emails"},{"displayName":"Update Last Request At","name":"updateLastRequestAt","type":"boolean","default":false,"options":[],"description":"Whether to instruct Intercom to update the users last_request_at value to the current API service time in UTC"},{"displayName":"UTM Campaign","name":"utmCampaign","type":"string","default":"","description":"Identifies a specific product promotion or strategic campaign"},{"displayName":"UTM Content","name":"utmContent","type":"string","default":"","description":"Identifies what specifically was clicked to bring the user to the site"},{"displayName":"UTM Medium","name":"utmMedium","type":"string","default":"","description":"Identifies what type of link was used"},{"displayName":"UTM Source","name":"utmSource","type":"string","default":"","description":"An avatar image URL. note: the image URL needs to be https."},{"displayName":"UTM Term","name":"utmTerm","type":"string","default":"","description":"Identifies search terms"}]},{"displayName":"Custom Attributes","name":"customAttributesJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["user"],"operation":["create","update"],"jsonParameters":[true]}},"default":"","description":"A hash of key/value pairs to represent custom data you want to attribute to a user"},{"displayName":"Custom Attributes","name":"customAttributesUi","type":"fixedCollection","default":{},"placeholder":"Add Attribute","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["user"],"operation":["create","update"],"jsonParameters":[false]}},"options":[{"name":"customAttributesValues","displayName":"Attributes","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"A hash of key/value pairs to represent custom data you want to attribute to a user"},{"displayName":"Delete By","name":"deleteBy","type":"options","displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}},"options":[{"name":"ID","value":"id","description":"The Intercom defined ID representing the Lead"},{"name":"User ID","value":"userId","description":"Automatically generated identifier for the Lead"}],"default":""},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}},"description":"Delete by value"},{"displayName":"Select By","name":"selectBy","type":"options","displayOptions":{"show":{"resource":["lead"],"operation":["get"]}},"options":[{"name":"Email","value":"email","description":"Email representing the Lead"},{"name":"ID","value":"id","description":"The Intercom defined ID representing the Lead"},{"name":"User ID","value":"userId","description":"Automatically generated identifier for the Lead"},{"name":"Phone","value":"phone","description":"Phone representing the Lead"}],"default":"","description":"The property to select the lead by"},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["lead"],"operation":["get"]}},"description":"View by value"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["lead"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["lead"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["getAll"]}},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email address of the lead"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The phone number of the lead"}]},{"displayName":"Update By","name":"updateBy","type":"options","displayOptions":{"show":{"resource":["lead"],"operation":["update"]}},"options":[{"name":"User ID","value":"userId","description":"Automatically generated identifier for the Lead"},{"name":"ID","value":"id","description":"The Intercom defined ID representing the Lead"}],"default":"id","description":"The property via which to query the lead"},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["lead"],"operation":["update"]}},"description":"Value of the property to identify the lead to update"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"resource":["lead"],"operation":["create"]}},"description":"The email of the user"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["create","update"],"resource":["lead"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create","update"],"resource":["lead"]}},"options":[{"displayName":"Avatar","name":"avatar","type":"string","default":"","description":"An avatar image URL. note: the image URL needs to be https."},{"displayName":"Company Names or IDs","name":"companies","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCompanies"},"default":[],"description":"Identifies the companies this user belongs to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","displayOptions":{"show":{"/resource":["lead"],"/operation":["update"]}},"description":"The email of the user"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the user"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The phone number of the user"},{"displayName":"Unsubscribed From Emails","name":"unsubscribedFromEmails","type":"boolean","default":false,"description":"Whether the Lead is unsubscribed from emails"},{"displayName":"Update Last Request At","name":"updateLastRequestAt","type":"boolean","default":false,"description":"Whether to instruct Intercom to update the users last_request_at value to the current API service time in UTC. default value if not sent is false."},{"displayName":"UTM Campaign","name":"utmCampaign","type":"string","default":"","description":"Identifies a specific product promotion or strategic campaign"},{"displayName":"UTM Content","name":"utmContent","type":"string","default":"","description":"Identifies what specifically was clicked to bring the user to the site"},{"displayName":"UTM Medium","name":"utmMedium","type":"string","default":"","description":"Identifies what type of link was used"},{"displayName":"UTM Source","name":"utmSource","type":"string","default":"","description":"An avatar image URL. note: the image URL needs to be https."},{"displayName":"UTM Term","name":"utmTerm","type":"string","default":"","description":"Identifies search terms"}]},{"displayName":"Custom Attributes","name":"customAttributesJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["lead"],"operation":["create","update"],"jsonParameters":[true]}},"default":"","description":"A hash of key/value pairs to represent custom data you want to attribute to a user"},{"displayName":"Custom Attributes","name":"customAttributesUi","type":"fixedCollection","default":{},"placeholder":"Add Attribute","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["lead"],"operation":["create","update"],"jsonParameters":[false]}},"options":[{"name":"customAttributesValues","displayName":"Attributes","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"A hash of key/value pairs to represent custom data you want to attribute to a user"},{"displayName":"List By","name":"listBy","type":"options","displayOptions":{"show":{"resource":["company"],"operation":["users"]}},"options":[{"name":"ID","value":"id","description":"The Intercom defined ID representing the company"},{"name":"Company ID","value":"companyId","description":"The company_id you have given to the company"}],"default":""},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["users"]}},"description":"View by value"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["users"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["users"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"options":[{"displayName":"Segment ID","name":"segment_id","type":"string","default":"","description":"Segment representing the Lead"},{"displayName":"Tag ID","name":"tag_id","type":"string","default":"","description":"Tag representing the Lead"}]},{"displayName":"Select By","name":"selectBy","type":"options","displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"options":[{"name":"Company ID","value":"companyId","description":"The company_id you have given to the company"},{"name":"ID","value":"id","description":"The Intercom defined ID representing the company"},{"name":"Name","value":"name","description":"The name of the company"}],"default":"","description":"What property to use to query the company"},{"displayName":"Value","name":"value","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"description":"View by value"},{"displayName":"Company ID","name":"companyId","type":"string","default":"","displayOptions":{"show":{"resource":["company"],"operation":["create","update"]}},"description":"The company ID you have defined for the company"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["create","update"],"resource":["company"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create","update"],"resource":["company"]}},"options":[{"displayName":"Industry","name":"industry","type":"string","default":"","description":"The industry that this company operates in"},{"displayName":"Monthly Spend","name":"monthlySpend","type":"string","default":"","description":"The phone number of the user"},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"","description":"Name of the user"},{"displayName":"Plan","name":"plan","type":"string","default":"","placeholder":"","description":"The name of the plan you have associated with the company"},{"displayName":"Size","name":"size","type":"number","default":"","description":"The number of employees in this company"},{"displayName":"Website","name":"website","type":"string","default":"","description":"The URL for this company's website. Please note that the value specified here is not validated. Accepts any string."}]},{"displayName":"Custom Attributes","name":"customAttributesJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["company"],"operation":["create","update"],"jsonParameters":[true]}},"default":"","description":"A hash of key/value pairs to represent custom data you want to attribute to a user"},{"displayName":"Custom Attributes","name":"customAttributesUi","type":"fixedCollection","default":{},"placeholder":"Add Attribute","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["company"],"operation":["create","update"],"jsonParameters":[false]}},"options":[{"name":"customAttributesValues","displayName":"Attributes","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"A hash of key/value pairs to represent custom data you want to attribute to a user"}],"codex":{"categories":["Communication","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.intercom/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/intercom/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Intercom/intercom.svg"},
{"displayName":"Interval","name":"interval","icon":"fa:hourglass","group":["trigger","schedule"],"version":1,"hidden":true,"description":"Triggers the workflow in a given interval","eventTriggerDescription":"","activationMessage":"Your interval trigger will now trigger executions on the schedule you have defined.","defaults":{"name":"Interval","color":"#00FF00"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"This workflow will run on the schedule you define here once you publish it.<br><br>For testing, you can also trigger it manually: by going back to the canvas and clicking 'execute workflow'","name":"notice","type":"notice","default":""},{"displayName":"Interval","name":"interval","type":"number","typeOptions":{"minValue":1},"default":1,"description":"Interval value"},{"displayName":"Unit","name":"unit","type":"options","options":[{"name":"Seconds","value":"seconds"},{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"seconds","description":"Unit of the interval value"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Other Trigger Nodes"]},"alias":["Time","Scheduler","Polling"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.interval/"}]}}},
{"displayName":"Invoice Ninja","name":"invoiceNinja","group":["output"],"version":[1,2],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Invoice Ninja API","defaults":{"name":"Invoice Ninja"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"invoiceNinjaApi","required":true}],"properties":[{"displayName":"API Version","name":"apiVersion","type":"options","isNodeSetting":true,"displayOptions":{"show":{"@version":[1]}},"options":[{"name":"Version 4","value":"v4"},{"name":"Version 5","value":"v5"}],"default":"v4"},{"displayName":"API Version","name":"apiVersion","type":"options","isNodeSetting":true,"displayOptions":{"show":{"@version":[2]}},"options":[{"name":"Version 4","value":"v4"},{"name":"Version 5","value":"v5"}],"default":"v5"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Bank Transaction","value":"bank_transaction","displayOptions":{"show":{"apiVersion":["v5"]}}},{"name":"Client","value":"client"},{"name":"Expense","value":"expense"},{"name":"Invoice","value":"invoice"},{"name":"Payment","value":"payment"},{"name":"Quote","value":"quote"},{"name":"Task","value":"task"}],"default":"client"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["client"]}},"options":[{"name":"Create","value":"create","description":"Create a new client","action":"Create a client"},{"name":"Delete","value":"delete","description":"Delete a client","action":"Delete a client"},{"name":"Get","value":"get","description":"Get data of a client","action":"Get a client"},{"name":"Get Many","value":"getAll","description":"Get data of many clients","action":"Get many clients"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["client"]}},"options":[{"displayName":"Client Name","name":"clientName","type":"string","default":""},{"displayName":"ID Number","name":"idNumber","type":"string","default":""},{"displayName":"Private Notes","name":"privateNotes","type":"string","default":""},{"displayName":"VAT Number","name":"vatNumber","type":"string","default":""},{"displayName":"Work Phone","name":"workPhone","type":"string","default":""},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Billing Address","name":"billingAddressUi","placeholder":"Add Billing Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["client"],"operation":["create"]}},"default":{},"options":[{"name":"billingAddressValue","displayName":"Billing Address","values":[{"displayName":"Street Address","name":"streetAddress","type":"string","default":""},{"displayName":"Apt/Suite","name":"aptSuite","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Country Code Name or ID","name":"countryCode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCountryCodes"},"default":""}]}]},{"displayName":"Contacts","name":"contactsUi","placeholder":"Add Contact","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["client"],"operation":["create"]}},"default":{},"options":[{"name":"contacstValues","displayName":"Contact","values":[{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]}]},{"displayName":"Shipping Address","name":"shippingAddressUi","placeholder":"Add Shipping Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["client"],"operation":["create"]}},"default":{},"options":[{"name":"shippingAddressValue","displayName":"Shipping Address","values":[{"displayName":"Street Address","name":"streetAddress","type":"string","default":""},{"displayName":"Apt/Suite","name":"aptSuite","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Country Code Name or ID","name":"countryCode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCountryCodes"},"default":""}]}]},{"displayName":"Client ID","name":"clientId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["client"],"operation":["delete"]}}},{"displayName":"Client ID","name":"clientId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["client"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["client"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Invoices","value":"invoices"}],"default":"invoices"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["client"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["client"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["client"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Invoices","value":"invoices"}],"default":"invoices"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Active","value":"active"},{"name":"Archived","value":"archived"},{"name":"Deleted","value":"deleted"}],"default":"active"},{"displayName":"Created At","name":"createdAt","type":"dateTime","default":""},{"displayName":"Updated At","name":"updatedAt","type":"dateTime","default":""},{"displayName":"Is Deleted","name":"isDeleted","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["invoice"]}},"options":[{"name":"Create","value":"create","description":"Create a new invoice","action":"Create an invoice"},{"name":"Delete","value":"delete","description":"Delete a invoice","action":"Delete an invoice"},{"name":"Email","value":"email","description":"Email an invoice","action":"Email an invoice"},{"name":"Get","value":"get","description":"Get data of a invoice","action":"Get an invoice"},{"name":"Get Many","value":"getAll","description":"Get data of many invoices","action":"Get many invoices"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["invoice"]}},"options":[{"displayName":"Client Name or ID","name":"client","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getClients"},"default":""},{"displayName":"Auto Bill","name":"autoBill","type":"boolean","default":false},{"displayName":"Custom Value 1","name":"customValue1","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Custom Value 2","name":"customValue2","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Discount","name":"discount","type":"string","default":""},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Email Invoice","name":"emailInvoice","type":"boolean","default":false},{"displayName":"Invoice Date","name":"invoiceDate","type":"dateTime","default":""},{"displayName":"Invoice Number","name":"invoiceNumber","type":"string","default":""},{"displayName":"Invoice Status","name":"invoiceStatus","type":"options","options":[{"name":"Draft","value":1},{"name":"Sent","value":2}],"default":1},{"displayName":"Is Amount Discount","name":"isAmountDiscount","type":"boolean","default":false},{"displayName":"Mark Sent","name":"markSent","type":"boolean","default":false},{"displayName":"Paid","name":"paid","type":"number","default":0},{"displayName":"Partial","name":"partial","type":"number","default":0},{"displayName":"Partial Due Date","name":"partialDueDate","type":"dateTime","default":""},{"displayName":"PO Number","name":"poNumber","type":"string","default":""},{"displayName":"Private Notes","name":"privateNotes","type":"string","default":""},{"displayName":"Public Notes","name":"publicNotes","type":"string","default":""},{"displayName":"Tax Name 1","name":"taxName1","type":"string","default":""},{"displayName":"Tax Name 2","name":"taxName2","type":"string","default":""},{"displayName":"Tax Rate 1","name":"taxRate1","type":"number","default":0},{"displayName":"Tax Rate 2","name":"taxRate2","type":"number","default":0}]},{"displayName":"Invoice Items","name":"invoiceItemsUi","placeholder":"Add Invoice Item","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"default":{},"options":[{"name":"invoiceItemsValues","displayName":"Invoice Item","values":[{"displayName":"Cost","name":"cost","type":"number","default":0},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Service","name":"service","type":"string","default":""},{"displayName":"Hours","name":"hours","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Tax Name 1","name":"taxName1","type":"string","default":""},{"displayName":"Tax Name 2","name":"taxName2","type":"string","default":""},{"displayName":"Tax Rate 1","name":"taxRate1","type":"number","default":0},{"displayName":"Tax Rate 2","name":"taxRate2","type":"number","default":0}]}]},{"displayName":"Invoice ID","name":"invoiceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invoice"],"operation":["delete"]}}},{"displayName":"Invoice ID","name":"invoiceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invoice"],"operation":["email"]}}},{"displayName":"Invoice ID","name":"invoiceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invoice"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["invoice"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["invoice"]}},"options":[{"displayName":"Invoice Number","name":"invoiceNumber","type":"string","default":""},{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Active","value":"active"},{"name":"Archived","value":"archived"},{"name":"Deleted","value":"deleted"}],"default":"active"},{"displayName":"Created At","name":"createdAt","type":"dateTime","default":""},{"displayName":"Updated At","name":"updatedAt","type":"dateTime","default":""},{"displayName":"Is Deleted","name":"isDeleted","type":"boolean","default":false},{"displayName":"Client Status","name":"clientStatus","type":"options","options":[{"name":"All","value":"all"},{"name":"Paid","value":"paid"},{"name":"Unpaid","value":"unpaid"},{"name":"Overdue","value":"overdue"}],"default":"all"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a new task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Get data of a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get data of many tasks","action":"Get many tasks"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"options":[{"displayName":"Client Name or ID","name":"client","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getClients"},"default":""},{"displayName":"Custom Value 1","name":"customValue1","type":"string","default":""},{"displayName":"Custom Value 2","name":"customValue2","type":"string","default":""},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Project Name or ID","name":"project","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getProjects"},"default":""}]},{"displayName":"Time Logs","name":"timeLogsUi","placeholder":"Add Time Log","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"default":{},"options":[{"name":"timeLogsValues","displayName":"Time Log","values":[{"displayName":"Start Date","name":"startDate","type":"dateTime","default":""},{"displayName":"End Date","name":"endDate","type":"dateTime","default":""},{"displayName":"Duration (Hours)","name":"duration","type":"number","typeOptions":{"minValue":0},"default":0}]}]},{"displayName":"Task ID","name":"taskId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["delete"]}}},{"displayName":"Task ID","name":"taskId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["task"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["payment"]}},"options":[{"name":"Create","value":"create","description":"Create a new payment","action":"Create a payment"},{"name":"Delete","value":"delete","description":"Delete a payment","action":"Delete a payment"},{"name":"Get","value":"get","description":"Get data of a payment","action":"Get a payment"},{"name":"Get Many","value":"getAll","description":"Get data of many payments","action":"Get many payments"}],"default":"create"},{"displayName":"Invoice Name or ID","name":"invoice","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getInvoices"},"displayOptions":{"show":{"operation":["create"],"resource":["payment"]}},"default":""},{"displayName":"Amount","name":"amount","type":"number","displayOptions":{"show":{"operation":["create"],"resource":["payment"]}},"typeOptions":{"minValue":0},"default":0},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"apiVersion":["v4"],"operation":["create"],"resource":["payment"]}},"options":[{"displayName":"Payment Type","name":"paymentType","type":"options","options":[{"name":"ACH","value":5},{"name":"Alipay","value":28},{"name":"American Express","value":8},{"name":"Apply Credit","value":1},{"name":"Bank Transfer","value":2},{"name":"Bitcoin","value":32},{"name":"Carte Blanche","value":17},{"name":"Cash","value":3},{"name":"Check","value":16},{"name":"Credit Card Other","value":13},{"name":"Debit","value":4},{"name":"Diners Card","value":10},{"name":"Discover Card","value":9},{"name":"EuroCard","value":11},{"name":"GoCardless","value":31},{"name":"Google Wallet","value":15},{"name":"iZettle","value":24},{"name":"JCB","value":19},{"name":"Laser","value":20},{"name":"Maestro","value":21},{"name":"MasterCard","value":7},{"name":"Money Order","value":27},{"name":"Nova","value":12},{"name":"Paypal","value":14},{"name":"SEPA","value":30},{"name":"Sofort","value":29},{"name":"Solo","value":22},{"name":"Swich","value":23},{"name":"Swish","value":25},{"name":"UnionPay","value":18},{"name":"Venmo","value":26},{"name":"Visa Card","value":6}],"default":1},{"displayName":"Transfer Reference","name":"transferReference","type":"string","default":""},{"displayName":"Private Notes","name":"privateNotes","type":"string","default":""}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"apiVersion":["v5"],"operation":["create"],"resource":["payment"]}},"options":[{"displayName":"Payment Type","name":"paymentType","type":"options","options":[{"name":"Bank Transfer","value":1},{"name":"Cash","value":2},{"name":"ACH","value":4},{"name":"Visa","value":5},{"name":"Mastercard","value":6},{"name":"American Express","value":7},{"name":"Discover","value":8},{"name":"Diners","value":9},{"name":"Eurocard","value":10},{"name":"Nova","value":11},{"name":"Credit Card Other","value":12},{"name":"PayPal","value":13},{"name":"Check","value":15},{"name":"Carte Blanche","value":16},{"name":"UnionPay","value":17},{"name":"JCB","value":18},{"name":"Laser","value":19},{"name":"Maestro","value":20},{"name":"Solo","value":21},{"name":"Switch","value":22},{"name":"Venmo","value":24},{"name":"Alipay","value":27},{"name":"Sofort","value":28},{"name":"SEPA","value":29},{"name":"GoCardless","value":30},{"name":"Crypto","value":31},{"name":"Credit","value":32},{"name":"Zelle","value":33},{"name":"Mollie Bank Transfer","value":34},{"name":"KBC","value":35},{"name":"Bancontact","value":36},{"name":"iDEAL","value":37},{"name":"Hosted Page","value":38},{"name":"Giropay","value":39},{"name":"Przelewy24","value":40},{"name":"EPS","value":41},{"name":"Direct Debit","value":42},{"name":"BECS","value":43},{"name":"ACSS","value":44},{"name":"Instant Bank Pay","value":45},{"name":"FPX","value":46},{"name":"Klarna","value":47},{"name":"Interac E-Transfer","value":48},{"name":"BACS","value":49},{"name":"Stripe Bank Transfer","value":50},{"name":"Cash App","value":51},{"name":"Pay Later","value":52}],"default":1},{"displayName":"Transfer Reference","name":"transferReference","type":"string","default":""},{"displayName":"Private Notes","name":"privateNotes","type":"string","default":""}]},{"displayName":"Payment ID","name":"paymentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["payment"],"operation":["delete"]}}},{"displayName":"Payment ID","name":"paymentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["payment"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["payment"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["payment"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["payment"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["payment"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Active","value":"active"},{"name":"Archived","value":"archived"},{"name":"Deleted","value":"deleted"}],"default":"active"},{"displayName":"Created At","name":"createdAt","type":"dateTime","default":""},{"displayName":"Updated At","name":"updatedAt","type":"dateTime","default":""},{"displayName":"Is Deleted","name":"isDeleted","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["expense"]}},"options":[{"name":"Create","value":"create","description":"Create a new expense","action":"Create an expense"},{"name":"Delete","value":"delete","description":"Delete an expense","action":"Delete an expense"},{"name":"Get","value":"get","description":"Get data of an expense","action":"Get an expense"},{"name":"Get Many","value":"getAll","description":"Get data of many expenses","action":"Get many expenses"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"apiVersion":["v4"],"operation":["create"],"resource":["expense"]}},"options":[{"displayName":"Amount","name":"amount","type":"number","default":0},{"displayName":"Billable","name":"billable","type":"boolean","default":false},{"displayName":"Client Name or ID","name":"client","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getClients"},"default":""},{"displayName":"Custom Value 1","name":"customValue1","type":"string","default":""},{"displayName":"Custom Value 2","name":"customValue2","type":"string","default":""},{"displayName":"Category Name or ID","name":"category","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getExpenseCategories"},"default":""},{"displayName":"Expense Date","name":"expenseDate","type":"dateTime","default":""},{"displayName":"Payment Date","name":"paymentDate","type":"dateTime","default":""},{"displayName":"Payment Type","name":"paymentType","type":"options","options":[{"name":"ACH","value":5},{"name":"Alipay","value":28},{"name":"American Express","value":8},{"name":"Apply Credit","value":1},{"name":"Bank Transfer","value":2},{"name":"Bitcoin","value":32},{"name":"Carte Blanche","value":17},{"name":"Cash","value":3},{"name":"Check","value":16},{"name":"Credit Card Other","value":13},{"name":"Debit","value":4},{"name":"Diners Card","value":10},{"name":"Discover Card","value":9},{"name":"EuroCard","value":11},{"name":"GoCardless","value":31},{"name":"Google Wallet","value":15},{"name":"iZettle","value":24},{"name":"JCB","value":19},{"name":"Laser","value":20},{"name":"Maestro","value":21},{"name":"MasterCard","value":7},{"name":"Money Order","value":27},{"name":"Nova","value":12},{"name":"Paypal","value":14},{"name":"SEPA","value":30},{"name":"Sofort","value":29},{"name":"Solo","value":22},{"name":"Swich","value":23},{"name":"Swish","value":25},{"name":"UnionPay","value":18},{"name":"Venmo","value":26},{"name":"Visa Card","value":6}],"default":1},{"displayName":"Private Notes","name":"privateNotes","type":"string","default":""},{"displayName":"Public Notes","name":"publicNotes","type":"string","default":""},{"displayName":"Tax Name 1","name":"taxName1","type":"string","default":""},{"displayName":"Tax Name 2","name":"taxName2","type":"string","default":""},{"displayName":"Tax Rate 1","name":"taxRate1","type":"number","default":0},{"displayName":"Tax Rate 2","name":"taxRate2","type":"number","default":0},{"displayName":"Transaction Reference","name":"transactionReference","type":"string","default":""},{"displayName":"Vendor Name or ID","name":"vendor","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getVendors"},"default":""}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"apiVersion":["v5"],"operation":["create"],"resource":["expense"]}},"options":[{"displayName":"Amount","name":"amount","type":"number","default":0},{"displayName":"Billable","name":"billable","type":"boolean","default":false},{"displayName":"Client Name or ID","name":"client","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getClients"},"default":""},{"displayName":"Custom Value 1","name":"customValue1","type":"string","default":""},{"displayName":"Custom Value 2","name":"customValue2","type":"string","default":""},{"displayName":"Category Name or ID","name":"category","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getExpenseCategories"},"default":""},{"displayName":"Expense Date","name":"expenseDate","type":"dateTime","default":""},{"displayName":"Payment Date","name":"paymentDate","type":"dateTime","default":""},{"displayName":"Payment Type","name":"paymentType","type":"options","options":[{"name":"Bank Transfer","value":1},{"name":"Cash","value":2},{"name":"ACH","value":4},{"name":"Visa","value":5},{"name":"Mastercard","value":6},{"name":"American Express","value":7},{"name":"Discover","value":8},{"name":"Diners","value":9},{"name":"Eurocard","value":10},{"name":"Nova","value":11},{"name":"Credit Card Other","value":12},{"name":"PayPal","value":13},{"name":"Check","value":15},{"name":"Carte Blanche","value":16},{"name":"UnionPay","value":17},{"name":"JCB","value":18},{"name":"Laser","value":19},{"name":"Maestro","value":20},{"name":"Solo","value":21},{"name":"Switch","value":22},{"name":"Venmo","value":24},{"name":"Alipay","value":27},{"name":"Sofort","value":28},{"name":"SEPA","value":29},{"name":"GoCardless","value":30},{"name":"Crypto","value":31},{"name":"Credit","value":32},{"name":"Zelle","value":33},{"name":"Mollie Bank Transfer","value":34},{"name":"KBC","value":35},{"name":"Bancontact","value":36},{"name":"iDEAL","value":37},{"name":"Hosted Page","value":38},{"name":"Giropay","value":39},{"name":"Przelewy24","value":40},{"name":"EPS","value":41},{"name":"Direct Debit","value":42},{"name":"BECS","value":43},{"name":"ACSS","value":44},{"name":"Instant Bank Pay","value":45},{"name":"FPX","value":46},{"name":"Klarna","value":47},{"name":"Interac E-Transfer","value":48},{"name":"BACS","value":49},{"name":"Stripe Bank Transfer","value":50},{"name":"Cash App","value":51},{"name":"Pay Later","value":52}],"default":1},{"displayName":"Private Notes","name":"privateNotes","type":"string","default":""},{"displayName":"Public Notes","name":"publicNotes","type":"string","default":""},{"displayName":"Tax Name 1","name":"taxName1","type":"string","default":""},{"displayName":"Tax Name 2","name":"taxName2","type":"string","default":""},{"displayName":"Tax Rate 1","name":"taxRate1","type":"number","default":0},{"displayName":"Tax Rate 2","name":"taxRate2","type":"number","default":0},{"displayName":"Transaction Reference","name":"transactionReference","type":"string","default":""},{"displayName":"Vendor Name or ID","name":"vendor","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getVendors"},"default":""}]},{"displayName":"Expense ID","name":"expenseId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["expense"],"operation":["delete"]}}},{"displayName":"Expense ID","name":"expenseId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["expense"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["expense"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["expense"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["quote"]}},"options":[{"name":"Create","value":"create","description":"Create a new quote","action":"Create a quote"},{"name":"Delete","value":"delete","description":"Delete a quote","action":"Delete a quote"},{"name":"Email","value":"email","description":"Email a quote","action":"Email a quote"},{"name":"Get","value":"get","description":"Get data of a quote","action":"Get a quote"},{"name":"Get Many","value":"getAll","description":"Get data of many quotes","action":"Get many quotes"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["quote"]}},"options":[{"displayName":"Client Name or ID","name":"client","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getClients"},"default":""},{"displayName":"Auto Bill","name":"autoBill","type":"boolean","default":false},{"displayName":"Custom Value 1","name":"customValue1","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Custom Value 2","name":"customValue2","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Discount","name":"discount","type":"string","default":""},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Email Quote","name":"emailQuote","type":"boolean","default":false},{"displayName":"Quote Date","name":"quoteDate","type":"dateTime","default":""},{"displayName":"Quote Number","name":"quoteNumber","type":"string","default":""},{"displayName":"Quote Status","name":"quoteStatus","type":"options","options":[{"name":"Draft","value":1},{"name":"Sent","value":2}],"default":1},{"displayName":"Is Amount Discount","name":"isAmountDiscount","type":"boolean","default":false},{"displayName":"Paid","name":"paid","type":"number","default":0},{"displayName":"Partial","name":"partial","type":"number","default":0},{"displayName":"Partial Due Date","name":"partialDueDate","type":"dateTime","default":""},{"displayName":"Po Number","name":"poNumber","type":"string","default":""},{"displayName":"Private Notes","name":"privateNotes","type":"string","default":""},{"displayName":"Public Notes","name":"publicNotes","type":"string","default":""},{"displayName":"Tax Name 1","name":"taxName1","type":"string","default":""},{"displayName":"Tax Name 2","name":"taxName2","type":"string","default":""},{"displayName":"Tax Rate 1","name":"taxRate1","type":"number","default":0},{"displayName":"Tax Rate 2","name":"taxRate2","type":"number","default":0}]},{"displayName":"Invoice Items","name":"invoiceItemsUi","placeholder":"Add Invoice Item","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["quote"],"operation":["create"]}},"default":{},"options":[{"name":"invoiceItemsValues","displayName":"Invoice Item","values":[{"displayName":"Cost","name":"cost","type":"number","default":0},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Service","name":"service","type":"string","default":""},{"displayName":"Hours","name":"hours","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Tax Name 1","name":"taxName1","type":"string","default":""},{"displayName":"Tax Name 2","name":"taxName2","type":"string","default":""},{"displayName":"Tax Rate 1","name":"taxRate1","type":"number","default":0},{"displayName":"Tax Rate 2","name":"taxRate2","type":"number","default":0}]}]},{"displayName":"Quote ID","name":"quoteId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["quote"],"operation":["delete"]}}},{"displayName":"Quote ID","name":"quoteId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["quote"],"operation":["email"]}}},{"displayName":"Quote ID","name":"quoteId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["quote"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["quote"]}},"options":[{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["quote"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["quote"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["quote"]}},"options":[{"displayName":"Quote Number","name":"quoteNumber","type":"string","default":""},{"displayName":"Include","name":"include","type":"options","options":[{"name":"Client","value":"client"}],"default":"client"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Active","value":"active"},{"name":"Archived","value":"archived"},{"name":"Deleted","value":"deleted"}],"default":"active"},{"displayName":"Created At","name":"createdAt","type":"dateTime","default":""},{"displayName":"Updated At","name":"updatedAt","type":"dateTime","default":""},{"displayName":"Is Deleted","name":"isDeleted","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["bank_transaction"]}},"options":[{"name":"Create","value":"create","description":"Create a new bank transaction","action":"Create a bank transaction"},{"name":"Delete","value":"delete","description":"Delete a bank transaction","action":"Delete a bank transaction"},{"name":"Get","value":"get","description":"Get data of a bank transaction","action":"Get a bank transaction"},{"name":"Get Many","value":"getAll","description":"Get data of many bank transactions","action":"Get many bank transactions"},{"name":"Match Payment","value":"matchPayment","description":"Match payment to a bank transaction","action":"Match payment to a bank transaction"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["bank_transaction"]}},"options":[{"displayName":"Amount","name":"amount","type":"number","default":0},{"displayName":"Bank Integration Name or ID","name":"bankIntegrationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBankIntegrations"},"default":""},{"displayName":"Base Type","name":"baseType","type":"options","options":[{"name":"Deposit","value":"CREDIT"},{"name":"Withdrawal","value":"DEBIT"}],"default":""},{"displayName":"Currency Name or ID","name":"currencyId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCurrencies"},"default":""},{"displayName":"Date","name":"date","type":"dateTime","default":""},{"displayName":"Description","name":"description","type":"string","default":""}]},{"displayName":"Bank Transaction ID","name":"bankTransactionId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["bank_transaction"],"operation":["delete"]}}},{"displayName":"Bank Transaction ID","name":"bankTransactionId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["bank_transaction"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["bank_transaction"],"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":["bank_transaction"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":60},"default":50,"description":"Max number of results to return"},{"displayName":"Bank Transaction ID","name":"bankTransactionId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["bank_transaction"],"operation":["matchPayment"]}}},{"displayName":"Payment Name or ID","name":"paymentId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPayments"},"default":"","displayOptions":{"show":{"resource":["bank_transaction"],"operation":["matchPayment"]}}}],"codex":{"categories":["Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.invoiceninja/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/invoiceninja/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/InvoiceNinja/invoiceNinja.svg"},
{"displayName":"Invoice Ninja Trigger","name":"invoiceNinjaTrigger","group":["trigger"],"version":[1,2],"description":"Starts the workflow when Invoice Ninja events occur","defaults":{"name":"Invoice Ninja Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"invoiceNinjaApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"API Version","name":"apiVersion","type":"options","isNodeSetting":true,"displayOptions":{"show":{"@version":[1]}},"options":[{"name":"Version 4","value":"v4"},{"name":"Version 5","value":"v5"}],"default":"v4"},{"displayName":"API Version","name":"apiVersion","type":"options","isNodeSetting":true,"displayOptions":{"show":{"@version":[2]}},"options":[{"name":"Version 4","value":"v4"},{"name":"Version 5","value":"v5"}],"default":"v5"},{"displayName":"Event","name":"event","type":"options","options":[{"name":"Client Created","value":"create_client"},{"name":"Invoice Created","value":"create_invoice"},{"name":"Payment Created","value":"create_payment"},{"name":"Quote Created","value":"create_quote"},{"name":"Vendor Created","value":"create_vendor"}],"default":"","required":true}],"codex":{"categories":["Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.invoiceninjatrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/invoiceninja/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/InvoiceNinja/invoiceNinja.svg"},
{"displayName":"Item Lists","name":"itemLists","group":["input"],"hidden":true,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Helper for working with lists of items and transforming arrays","defaultVersion":3.1,"version":[3,3.1],"defaults":{"name":"Item Lists"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"Resource","name":"resource","type":"hidden","options":[{"name":"Item List","value":"itemList"}],"default":"itemList"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["itemList"]}},"options":[{"name":"Concatenate Items","value":"concatenateItems","description":"Combine fields into a list in a single new item","action":"Concatenate Items"},{"name":"Limit","value":"limit","description":"Remove items if there are too many","action":"Limit"},{"name":"Remove Duplicates","value":"removeDuplicates","description":"Remove extra items that are similar","action":"Remove Duplicates"},{"name":"Sort","value":"sort","description":"Change the item order","action":"Sort"},{"name":"Split Out Items","value":"splitOutItems","description":"Turn a list or values of object's properties inside item(s) into separate items","action":"Split Out Items"},{"name":"Summarize","value":"summarize","description":"Aggregate items together (pivot table)","action":"Summarize"}],"default":"splitOutItems"},{"displayName":"Aggregate","name":"aggregate","type":"options","default":"aggregateIndividualFields","options":[{"name":"Individual Fields","value":"aggregateIndividualFields"},{"name":"All Item Data (Into a Single List)","value":"aggregateAllItemData"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["concatenateItems"]}}},{"displayName":"Fields To Aggregate","name":"fieldsToAggregate","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Aggregate","default":{"fieldToAggregate":[{"fieldToAggregate":"","renameField":false}]},"displayOptions":{"show":{"aggregate":["aggregateIndividualFields"],"resource":["itemList"],"operation":["concatenateItems"]}},"options":[{"displayName":"","name":"fieldToAggregate","values":[{"displayName":"Input Field Name","name":"fieldToAggregate","type":"string","default":"","description":"The name of a field in the input items to aggregate together","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Rename Field","name":"renameField","type":"boolean","default":false,"description":"Whether to give the field a different name in the output"},{"displayName":"Output Field Name","name":"outputFieldName","displayOptions":{"show":{"renameField":[true]}},"type":"string","default":"","description":"The name of the field to put the aggregated data in. Leave blank to use the input field name.","requiresDataPath":"single"}]}]},{"displayName":"Put Output in Field","name":"destinationFieldName","type":"string","displayOptions":{"show":{"aggregate":["aggregateAllItemData"],"resource":["itemList"],"operation":["concatenateItems"]}},"default":"data","description":"The name of the output field to put the data in"},{"displayName":"Include","name":"include","type":"options","default":"allFields","options":[{"name":"All Fields","value":"allFields"},{"name":"Specified Fields","value":"specifiedFields"},{"name":"All Fields Except","value":"allFieldsExcept"}],"displayOptions":{"show":{"aggregate":["aggregateAllItemData"],"resource":["itemList"],"operation":["concatenateItems"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"string","placeholder":"e.g. email, name","default":"","requiresDataPath":"multiple","displayOptions":{"show":{"aggregate":["aggregateAllItemData"],"include":["allFieldsExcept"],"resource":["itemList"],"operation":["concatenateItems"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"string","placeholder":"e.g. email, name","default":"","requiresDataPath":"multiple","displayOptions":{"show":{"aggregate":["aggregateAllItemData"],"include":["specifiedFields"],"resource":["itemList"],"operation":["concatenateItems"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name","displayOptions":{"hide":{"/aggregate":["aggregateAllItemData"]}}},{"displayName":"Merge Lists","name":"mergeLists","type":"boolean","default":false,"description":"Whether to merge the output into a single flat list (rather than a list of lists), if the field to aggregate is a list","displayOptions":{"hide":{"/aggregate":["aggregateAllItemData"]}}},{"displayName":"Include Binaries","name":"includeBinaries","type":"boolean","default":false,"description":"Whether to include the binary data in the new item"},{"displayName":"Keep Only Unique Binaries","name":"keepOnlyUnique","type":"boolean","default":false,"description":"Whether to keep only unique binaries by comparing mime types, file types, file sizes and file extensions","displayOptions":{"show":{"includeBinaries":[true]}}},{"displayName":"Keep Missing And Null Values","name":"keepMissing","type":"boolean","default":false,"description":"Whether to add a null entry to the aggregated list when there is a missing or null value","displayOptions":{"hide":{"/aggregate":["aggregateAllItemData"]}}}],"displayOptions":{"show":{"resource":["itemList"],"operation":["concatenateItems"]}}},{"displayName":"Max Items","name":"maxItems","type":"number","typeOptions":{"minValue":1},"default":1,"description":"If there are more items than this number, some are removed","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Keep","name":"keep","type":"options","options":[{"name":"First Items","value":"firstItems"},{"name":"Last Items","value":"lastItems"}],"default":"firstItems","description":"When removing items, whether to keep the ones at the start or the ending","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Compare","name":"compare","type":"options","options":[{"name":"All Fields","value":"allFields"},{"name":"All Fields Except","value":"allFieldsExcept"},{"name":"Selected Fields","value":"selectedFields"}],"default":"allFields","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"string","placeholder":"e.g. email, name","requiresDataPath":"multiple","description":"Fields in the input to exclude from the comparison","default":"","displayOptions":{"show":{"compare":["allFieldsExcept"],"resource":["itemList"],"operation":["removeDuplicates"]}}},{"displayName":"Fields To Compare","name":"fieldsToCompare","type":"string","placeholder":"e.g. email, name","requiresDataPath":"multiple","description":"Fields in the input to add to the comparison","default":"","displayOptions":{"show":{"compare":["selectedFields"],"resource":["itemList"],"operation":["removeDuplicates"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"compare":["allFieldsExcept","selectedFields"],"resource":["itemList"],"operation":["removeDuplicates"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Remove Other Fields","name":"removeOtherFields","type":"boolean","default":false,"description":"Whether to remove any fields that are not being compared. If disabled, will keep the values from the first of the duplicates."}]},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Simple","value":"simple"},{"name":"Random","value":"random"},{"name":"Code","value":"code"}],"default":"simple","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"]}}},{"displayName":"Fields To Sort By","name":"sortFieldsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Sort By","options":[{"displayName":"","name":"sortField","values":[{"displayName":"Field Name","name":"fieldName","type":"string","required":true,"default":"","description":"The field to sort by","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"Ascending","value":"ascending"},{"name":"Descending","value":"descending"}],"default":"ascending","description":"The order to sort by"}]}],"default":{},"description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"type":["simple"],"resource":["itemList"],"operation":["sort"]}}},{"displayName":"Code","name":"code","type":"string","typeOptions":{"alwaysOpenEditWindow":true,"editor":"jsEditor","rows":10},"default":"// The two items to compare are in the variables a and b\n// Access the fields in a.json and b.json\n// Return -1 if a should go before b\n// Return 1 if b should go before a\n// Return 0 if there's no difference\n\nfieldName = 'myField';\n\nif (a.json[fieldName] < b.json[fieldName]) {\nreturn -1;\n}\nif (a.json[fieldName] > b.json[fieldName]) {\nreturn 1;\n}\nreturn 0;","description":"Javascript code to determine the order of any two items","displayOptions":{"show":{"type":["code"],"resource":["itemList"],"operation":["sort"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"type":["simple"],"resource":["itemList"],"operation":["sort"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"}]},{"displayName":"Fields To Split Out","name":"fieldToSplitOut","type":"string","default":"","required":true,"placeholder":"Drag fields from the left or type their names","description":"The name of the input fields to break out into separate items. Separate multiple field names by commas. For binary data, use $binary.","requiresDataPath":"multiple","displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}}},{"displayName":"Include","name":"include","type":"options","options":[{"name":"No Other Fields","value":"noOtherFields"},{"name":"All Other Fields","value":"allOtherFields"},{"name":"Selected Other Fields","value":"selectedOtherFields"}],"default":"noOtherFields","description":"Whether to copy any other fields into the new items","displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"string","placeholder":"e.g. email, name","requiresDataPath":"multiple","description":"Fields in the input items to aggregate together","default":"","displayOptions":{"show":{"include":["selectedOtherFields"],"resource":["itemList"],"operation":["splitOutItems"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Destination Field Name","name":"destinationFieldName","type":"string","requiresDataPath":"multiple","default":"","description":"The field in the output under which to put the split field contents"},{"displayName":"Include Binary","name":"includeBinary","type":"boolean","default":false,"description":"Whether to include the binary data in the new items"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}}},{"displayName":"Fields to Summarize","name":"fieldsToSummarize","type":"fixedCollection","placeholder":"Add Field","default":{"values":[{"aggregation":"count","field":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"","name":"values","values":[{"displayName":"Aggregation","name":"aggregation","type":"options","options":[{"name":"Append","value":"append"},{"name":"Average","value":"average"},{"name":"Concatenate","value":"concatenate"},{"name":"Count","value":"count"},{"name":"Count Unique","value":"countUnique"},{"name":"Max","value":"max"},{"name":"Min","value":"min"},{"name":"Sum","value":"sum"}],"default":"count","description":"How to combine the values of the field you want to summarize"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"hide":{"aggregation":["average","sum","countUnique","count","max","min"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize. The field should contain numerical values; null, undefined, empty strings would be ignored.","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["average","sum"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize; null, undefined, empty strings would be ignored","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["countUnique","count","max","min"]}},"requiresDataPath":"single"},{"displayName":"Include Empty Values","name":"includeEmpty","type":"boolean","default":false,"displayOptions":{"show":{"aggregation":["append","concatenate"]}}},{"displayName":"Separator","name":"separateBy","type":"options","default":",","options":[{"name":"Comma","value":","},{"name":"Comma and Space","value":", "},{"name":"New Line","value":"\n"},{"name":"None","value":""},{"name":"Space","value":" "},{"name":"Other","value":"other"}],"hint":"What to insert between values","displayOptions":{"show":{"aggregation":["concatenate"]}}},{"displayName":"Custom Separator","name":"customSeparator","type":"string","default":"","displayOptions":{"show":{"aggregation":["concatenate"],"separateBy":["other"]}}}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}}},{"displayName":"Fields to Split By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"hide":{"/options.outputFormat":["singleItem"]},"show":{"resource":["itemList"],"operation":["summarize"]}},"requiresDataPath":"multiple"},{"displayName":"Fields to Group By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"show":{"/options.outputFormat":["singleItem"],"resource":["itemList"],"operation":["summarize"]}},"requiresDataPath":"multiple"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Output Format","name":"outputFormat","type":"options","default":"separateItems","options":[{"name":"Each Split in a Separate Item","value":"separateItems"},{"name":"All Splits in a Single Item","value":"singleItem"}]},{"displayName":"Ignore items without valid fields to group by","name":"skipEmptySplitFields","type":"boolean","default":false}],"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/ItemLists/itemLists.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Data Transformation"]},"alias":["Aggregate","Dedupe","Deduplicate","Duplicates","Limit","Remove","Slice","Sort","Split","Unique","JSON","Transform","Array","List","Object","Item","Map","Format","Nested","Iterate","Summarise","Summarize","Group","Pivot","Sum","Count","Min","Max"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.itemlists/"}]}}},
{"displayName":"Item Lists","name":"itemLists","group":["input"],"hidden":true,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Helper for working with lists of items and transforming arrays","defaultVersion":3.1,"version":[2,2.1,2.2],"defaults":{"name":"Item Lists"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"Resource","name":"resource","type":"hidden","options":[{"name":"Item List","value":"itemList"}],"default":"itemList"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Concatenate Items","value":"aggregateItems","description":"Combine fields into a list in a single new item","action":"Concatenate Items"},{"name":"Limit","value":"limit","description":"Remove items if there are too many","action":"Limit"},{"name":"Remove Duplicates","value":"removeDuplicates","description":"Remove extra items that are similar","action":"Remove Duplicates"},{"name":"Sort","value":"sort","description":"Change the item order","action":"Sort"},{"name":"Split Out Items","value":"splitOutItems","description":"Turn a list or values of object's properties inside item(s) into separate items","action":"Split Out Items"},{"name":"Summarize","value":"summarize","description":"Aggregate items together (pivot table)","action":"Summarize"}],"default":"splitOutItems"},{"displayName":"Fields To Split Out","name":"fieldToSplitOut","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}},"description":"The name of the input fields to break out into separate items","requiresDataPath":"multiple"},{"displayName":"Include","name":"include","type":"options","options":[{"name":"No Other Fields","value":"noOtherFields"},{"name":"All Other Fields","value":"allOtherFields"},{"name":"Selected Other Fields","value":"selectedOtherFields"}],"default":"noOtherFields","description":"Whether to copy any other fields into the new items","displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Include","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"],"include":["selectedOtherFields"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input items to aggregate together","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Aggregate","name":"aggregate","type":"options","default":"aggregateIndividualFields","options":[{"name":"Individual Fields","value":"aggregateIndividualFields"},{"name":"All Item Data (Into a Single List)","value":"aggregateAllItemData"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"]}}},{"displayName":"Fields To Aggregate","name":"fieldsToAggregate","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Aggregate","default":{"fieldToAggregate":[{"fieldToAggregate":"","renameField":false}]},"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateIndividualFields"]}},"options":[{"displayName":"","name":"fieldToAggregate","values":[{"displayName":"Input Field Name","name":"fieldToAggregate","type":"string","default":"","description":"The name of a field in the input items to aggregate together","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Rename Field","name":"renameField","type":"boolean","default":false,"description":"Whether to give the field a different name in the output"},{"displayName":"Output Field Name","name":"outputFieldName","displayOptions":{"show":{"renameField":[true]}},"type":"string","default":"","description":"The name of the field to put the aggregated data in. Leave blank to use the input field name.","requiresDataPath":"single"}]}]},{"displayName":"Put Output in Field","name":"destinationFieldName","type":"string","displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"]}},"default":"data","description":"The name of the output field to put the data in"},{"displayName":"Include","name":"include","type":"options","default":"allFields","options":[{"name":"All Fields","value":"allFields"},{"name":"Specified Fields","value":"specifiedFields"},{"name":"All Fields Except","value":"allFieldsExcept"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Exclude","default":{},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to exclude from the object in output array","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"],"include":["allFieldsExcept"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Include","default":{},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"Specify fields that will be included in output array","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"],"include":["specifiedFields"]}}},{"displayName":"Compare","name":"compare","type":"options","options":[{"name":"All Fields","value":"allFields"},{"name":"All Fields Except","value":"allFieldsExcept"},{"name":"Selected Fields","value":"selectedFields"}],"default":"allFields","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Exclude","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["allFieldsExcept"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to exclude from the comparison","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Fields To Compare","name":"fieldsToCompare","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Compare","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["selectedFields"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to add to the comparison","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Simple","value":"simple"},{"name":"Random","value":"random"},{"name":"Code","value":"code"}],"default":"simple","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"]}}},{"displayName":"Fields To Sort By","name":"sortFieldsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Sort By","options":[{"displayName":"","name":"sortField","values":[{"displayName":"Field Name","name":"fieldName","type":"string","required":true,"default":"","description":"The field to sort by","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"Ascending","value":"ascending"},{"name":"Descending","value":"descending"}],"default":"ascending","description":"The order to sort by"}]}],"default":{},"description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["simple"]}}},{"displayName":"Code","name":"code","type":"string","typeOptions":{"alwaysOpenEditWindow":true,"editor":"jsEditor","rows":10},"default":"// The two items to compare are in the variables a and b\n// Access the fields in a.json and b.json\n// Return -1 if a should go before b\n// Return 1 if b should go before a\n// Return 0 if there's no difference\n\nfieldName = 'myField';\n\nif (a.json[fieldName] < b.json[fieldName]) {\n\t\treturn -1;\n}\nif (a.json[fieldName] > b.json[fieldName]) {\n\t\treturn 1;\n}\nreturn 0;","description":"Javascript code to determine the order of any two items","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["code"]}}},{"displayName":"Max Items","name":"maxItems","type":"number","typeOptions":{"minValue":1},"default":1,"description":"If there are more items than this number, some are removed","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Keep","name":"keep","type":"options","options":[{"name":"First Items","value":"firstItems"},{"name":"Last Items","value":"lastItems"}],"default":"firstItems","description":"When removing items, whether to keep the ones at the start or the ending","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["allFieldsExcept","selectedFields"]}},"options":[{"displayName":"Remove Other Fields","name":"removeOtherFields","type":"boolean","default":false,"description":"Whether to remove any fields that are not being compared. If disabled, will keep the values from the first of the duplicates."},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["simple"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems","aggregateItems"]},"hide":{"aggregate":["aggregateAllItemData"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","displayOptions":{"show":{"/operation":["splitOutItems","aggregateItems"]}},"default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Destination Field Name","name":"destinationFieldName","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"/operation":["splitOutItems"]}},"default":"","description":"The field in the output under which to put the split field contents"},{"displayName":"Merge Lists","name":"mergeLists","type":"boolean","displayOptions":{"show":{"/operation":["aggregateItems"]}},"default":false,"description":"Whether to merge the output into a single flat list (rather than a list of lists), if the field to aggregate is a list"},{"displayName":"Keep Missing And Null Values","name":"keepMissing","type":"boolean","displayOptions":{"show":{"/operation":["aggregateItems"]}},"default":false,"description":"Whether to add a null entry to the aggregated list when there is a missing or null value"}]},{"displayName":"Fields to Summarize","name":"fieldsToSummarize","type":"fixedCollection","placeholder":"Add Field","default":{"values":[{"aggregation":"count","field":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"","name":"values","values":[{"displayName":"Aggregation","name":"aggregation","type":"options","options":[{"name":"Append","value":"append"},{"name":"Average","value":"average"},{"name":"Concatenate","value":"concatenate"},{"name":"Count","value":"count"},{"name":"Count Unique","value":"countUnique"},{"name":"Max","value":"max"},{"name":"Min","value":"min"},{"name":"Sum","value":"sum"}],"default":"count","description":"How to combine the values of the field you want to summarize"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"hide":{"aggregation":["average","max","min","sum","countUnique","count"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize. The field should contain numerical values; null, undefined, empty strings would be ignored.","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["average","max","min","sum"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize; null, undefined, empty strings would be ignored","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["countUnique","count"]}},"requiresDataPath":"single"},{"displayName":"Include Empty Values","name":"includeEmpty","type":"boolean","default":false,"displayOptions":{"show":{"aggregation":["append","concatenate"]}}},{"displayName":"Separator","name":"separateBy","type":"options","default":",","options":[{"name":"Comma","value":","},{"name":"Comma and Space","value":", "},{"name":"New Line","value":"\n"},{"name":"None","value":""},{"name":"Space","value":" "},{"name":"Other","value":"other"}],"hint":"What to insert between values","displayOptions":{"show":{"aggregation":["concatenate"]}}},{"displayName":"Custom Separator","name":"customSeparator","type":"string","default":"","displayOptions":{"show":{"aggregation":["concatenate"],"separateBy":["other"]}}}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}}},{"displayName":"Fields to Split By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]},"hide":{"/options.outputFormat":["singleItem"]}},"requiresDataPath":"multiple"},{"displayName":"Fields to Group By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"],"/options.outputFormat":["singleItem"]}},"requiresDataPath":"multiple"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Output Format","name":"outputFormat","type":"options","default":"separateItems","options":[{"name":"Each Split in a Separate Item","value":"separateItems"},{"name":"All Splits in a Single Item","value":"singleItem"}]},{"displayName":"Ignore items without valid fields to group by","name":"skipEmptySplitFields","type":"boolean","default":false}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/ItemLists/itemLists.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Data Transformation"]},"alias":["Aggregate","Dedupe","Deduplicate","Duplicates","Limit","Remove","Slice","Sort","Split","Unique","JSON","Transform","Array","List","Object","Item","Map","Format","Nested","Iterate","Summarise","Summarize","Group","Pivot","Sum","Count","Min","Max"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.itemlists/"}]}}},
{"displayName":"Item Lists","name":"itemLists","group":["input"],"hidden":true,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Helper for working with lists of items and transforming arrays","defaultVersion":3.1,"version":1,"defaults":{"name":"Item Lists"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"Resource","name":"resource","type":"hidden","options":[{"name":"Item List","value":"itemList"}],"default":"itemList"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Concatenate Items","value":"aggregateItems","description":"Combine fields into a list in a single new item","action":"Combine fields into a list in a single new item"},{"name":"Limit","value":"limit","description":"Remove items if there are too many","action":"Remove items if there are too many"},{"name":"Remove Duplicates","value":"removeDuplicates","description":"Remove extra items that are similar","action":"Remove extra items that are similar"},{"name":"Sort","value":"sort","description":"Change the item order","action":"Change the item order"},{"name":"Split Out Items","value":"splitOutItems","description":"Turn a list inside item(s) into separate items","action":"Turn a list inside item(s) into separate items"},{"name":"Summarize","value":"summarize","description":"Aggregate items together (pivot table)","action":"Aggregate items together (pivot table)"}],"default":"splitOutItems"},{"displayName":"Field To Split Out","name":"fieldToSplitOut","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}},"description":"The name of the input field to break out into separate items","requiresDataPath":"single"},{"displayName":"Include","name":"include","type":"options","options":[{"name":"No Other Fields","value":"noOtherFields"},{"name":"All Other Fields","value":"allOtherFields"},{"name":"Selected Other Fields","value":"selectedOtherFields"}],"default":"noOtherFields","description":"Whether to copy any other fields into the new items","displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Include","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems"],"include":["selectedOtherFields"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input items to aggregate together","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Aggregate","name":"aggregate","type":"options","default":"aggregateIndividualFields","options":[{"name":"Individual Fields","value":"aggregateIndividualFields"},{"name":"All Item Data (Into a Single List)","value":"aggregateAllItemData"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"]}}},{"displayName":"Fields To Aggregate","name":"fieldsToAggregate","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Aggregate","default":{"fieldToAggregate":[{"fieldToAggregate":"","renameField":false}]},"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateIndividualFields"]}},"options":[{"displayName":"","name":"fieldToAggregate","values":[{"displayName":"Input Field Name","name":"fieldToAggregate","type":"string","default":"","description":"The name of a field in the input items to aggregate together","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Rename Field","name":"renameField","type":"boolean","default":false,"description":"Whether to give the field a different name in the output"},{"displayName":"Output Field Name","name":"outputFieldName","displayOptions":{"show":{"renameField":[true]}},"type":"string","default":"","description":"The name of the field to put the aggregated data in. Leave blank to use the input field name.","requiresDataPath":"single"}]}]},{"displayName":"Put Output in Field","name":"destinationFieldName","type":"string","displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"]}},"default":"data","description":"The name of the output field to put the data in"},{"displayName":"Include","name":"include","type":"options","default":"allFields","options":[{"name":"All Fields","value":"allFields"},{"name":"Specified Fields","value":"specifiedFields"},{"name":"All Fields Except","value":"allFieldsExcept"}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Exclude","default":{},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to exclude from the object in output array","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"],"include":["allFieldsExcept"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Include","default":{},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"Specify fields that will be included in output array","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["aggregateItems"],"aggregate":["aggregateAllItemData"],"include":["specifiedFields"]}}},{"displayName":"Compare","name":"compare","type":"options","options":[{"name":"All Fields","value":"allFields"},{"name":"All Fields Except","value":"allFieldsExcept"},{"name":"Selected Fields","value":"selectedFields"}],"default":"allFields","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Exclude","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["allFieldsExcept"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to exclude from the comparison","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Fields To Compare","name":"fieldsToCompare","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Compare","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["selectedFields"]}},"options":[{"displayName":"","name":"fields","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":"","description":"A field in the input to add to the comparison","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}]},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Simple","value":"simple"},{"name":"Random","value":"random"},{"name":"Code","value":"code"}],"default":"simple","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"]}}},{"displayName":"Fields To Sort By","name":"sortFieldsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Sort By","options":[{"displayName":"","name":"sortField","values":[{"displayName":"Field Name","name":"fieldName","type":"string","required":true,"default":"","description":"The field to sort by","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"Ascending","value":"ascending"},{"name":"Descending","value":"descending"}],"default":"ascending","description":"The order to sort by"}]}],"default":{},"description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["simple"]}}},{"displayName":"Code","name":"code","type":"string","typeOptions":{"alwaysOpenEditWindow":true,"editor":"jsEditor","rows":10},"default":"// The two items to compare are in the variables a and b\n// Access the fields in a.json and b.json\n// Return -1 if a should go before b\n// Return 1 if b should go before a\n// Return 0 if there's no difference\n\nfieldName = 'myField';\n\nif (a.json[fieldName] < b.json[fieldName]) {\n\t\treturn -1;\n}\nif (a.json[fieldName] > b.json[fieldName]) {\n\t\treturn 1;\n}\nreturn 0;","description":"Javascript code to determine the order of any two items","displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["code"]}}},{"displayName":"Max Items","name":"maxItems","type":"number","typeOptions":{"minValue":1},"default":1,"description":"If there are more items than this number, some are removed","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Keep","name":"keep","type":"options","options":[{"name":"First Items","value":"firstItems"},{"name":"Last Items","value":"lastItems"}],"default":"firstItems","description":"When removing items, whether to keep the ones at the start or the ending","displayOptions":{"show":{"resource":["itemList"],"operation":["limit"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["removeDuplicates"],"compare":["allFieldsExcept","selectedFields"]}},"options":[{"displayName":"Remove Other Fields","name":"removeOtherFields","type":"boolean","default":false,"description":"Whether to remove any fields that are not being compared. If disabled, will keep the values from the first of the duplicates."},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["sort"],"type":["simple"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["splitOutItems","aggregateItems"]},"hide":{"aggregate":["aggregateAllItemData"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","displayOptions":{"show":{"/operation":["splitOutItems","aggregateItems"]}},"default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Destination Field Name","name":"destinationFieldName","type":"string","displayOptions":{"show":{"/operation":["splitOutItems"]}},"default":"","description":"The field in the output under which to put the split field contents"},{"displayName":"Merge Lists","name":"mergeLists","type":"boolean","displayOptions":{"show":{"/operation":["aggregateItems"]}},"default":false,"description":"Whether to merge the output into a single flat list (rather than a list of lists), if the field to aggregate is a list"},{"displayName":"Keep Missing And Null Values","name":"keepMissing","type":"boolean","displayOptions":{"show":{"/operation":["aggregateItems"]}},"default":false,"description":"Whether to add a null entry to the aggregated list when there is a missing or null value"}]},{"displayName":"Fields to Summarize","name":"fieldsToSummarize","type":"fixedCollection","placeholder":"Add Field","default":{"values":[{"aggregation":"count","field":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"","name":"values","values":[{"displayName":"Aggregation","name":"aggregation","type":"options","options":[{"name":"Append","value":"append"},{"name":"Average","value":"average"},{"name":"Concatenate","value":"concatenate"},{"name":"Count","value":"count"},{"name":"Count Unique","value":"countUnique"},{"name":"Max","value":"max"},{"name":"Min","value":"min"},{"name":"Sum","value":"sum"}],"default":"count","description":"How to combine the values of the field you want to summarize"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"hide":{"aggregation":["average","max","min","sum","countUnique","count"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize. The field should contain numerical values; null, undefined, empty strings would be ignored.","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["average","max","min","sum"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize; null, undefined, empty strings would be ignored","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["countUnique","count"]}},"requiresDataPath":"single"},{"displayName":"Include Empty Values","name":"includeEmpty","type":"boolean","default":false,"displayOptions":{"show":{"aggregation":["append","concatenate"]}}},{"displayName":"Separator","name":"separateBy","type":"options","default":",","options":[{"name":"Comma","value":","},{"name":"Comma and Space","value":", "},{"name":"New Line","value":"\n"},{"name":"None","value":""},{"name":"Space","value":" "},{"name":"Other","value":"other"}],"hint":"What to insert between values","displayOptions":{"show":{"aggregation":["concatenate"]}}},{"displayName":"Custom Separator","name":"customSeparator","type":"string","default":"","displayOptions":{"show":{"aggregation":["concatenate"],"separateBy":["other"]}}}]}],"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}}},{"displayName":"Fields to Split By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]},"hide":{"/options.outputFormat":["singleItem"]}},"requiresDataPath":"multiple"},{"displayName":"Fields to Group By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"],"/options.outputFormat":["singleItem"]}},"requiresDataPath":"multiple"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["itemList"],"operation":["summarize"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Output Format","name":"outputFormat","type":"options","default":"separateItems","options":[{"name":"Each Split in a Separate Item","value":"separateItems"},{"name":"All Splits in a Single Item","value":"singleItem"}]},{"displayName":"Ignore items without valid fields to group by","name":"skipEmptySplitFields","type":"boolean","default":false}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/ItemLists/itemLists.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Data Transformation"]},"alias":["Aggregate","Dedupe","Deduplicate","Duplicates","Limit","Remove","Slice","Sort","Split","Unique","JSON","Transform","Array","List","Object","Item","Map","Format","Nested","Iterate","Summarise","Summarize","Group","Pivot","Sum","Count","Min","Max"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.itemlists/"}]}}},
{"displayName":"Iterable","name":"iterable","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Iterable API","defaults":{"name":"Iterable"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"iterableApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Event","value":"event"},{"name":"User","value":"user"},{"name":"User List","value":"userList"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Track","value":"track","description":"Record the actions a user perform","action":"Track an event"}],"default":"track"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["track"]}},"description":"The name of the event to track","default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["track"]}},"options":[{"displayName":"Campaign ID","name":"campaignId","type":"string","default":"","description":"Campaign tied to conversion"},{"displayName":"Created At","name":"createdAt","type":"dateTime","default":"","description":"Time event happened"},{"displayName":"Data Fields","name":"dataFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Data Field","typeOptions":{"multipleValues":true},"options":[{"name":"dataFieldValues","displayName":"Data Field","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"The end event specified key of the event defined data"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The end event specified value of the event defined data"}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Either email or userId must be passed in to identify the user. If both are passed in, email takes precedence."},{"displayName":"ID","name":"id","type":"string","default":"","description":"Optional event ID. If an event exists with that ID, the event will be updated. If none is specified, a new ID will automatically be generated and returned."},{"displayName":"Template ID","name":"templateId","type":"string","default":""},{"displayName":"User ID","name":"userId","type":"string","default":"","description":"userId that was passed into the updateUser call"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create or Update","value":"upsert","description":"Create a new user, or update the current one if it already exists (upsert)","action":"Create or update a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Get a user","action":"Get a user"}],"default":"upsert"},{"displayName":"Identifier","name":"identifier","type":"options","required":true,"options":[{"name":"Email","value":"email"},{"name":"User ID","value":"userId"}],"displayOptions":{"show":{"resource":["user"],"operation":["upsert"]}},"default":"","description":"Identifier to be used"},{"displayName":"Value","name":"value","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["upsert"]}},"default":""},{"displayName":"Create If Doesn't Exist","name":"preferUserId","type":"boolean","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["upsert"],"identifier":["userId"]}},"default":true,"description":"Whether to create a new user if the idetifier does not exist"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["upsert"]}},"options":[{"displayName":"Data Fields","name":"dataFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Data Field","typeOptions":{"multipleValues":true},"options":[{"name":"dataFieldValues","displayName":"Data Field","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"The end user specified key of the user defined data"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The end user specified value of the user defined data"}]}]},{"displayName":"Merge Nested Objects","name":"mergeNestedObjects","type":"boolean","default":false,"description":"Whether to merge top level objects instead of overwriting (default: false), e.g. if user profile has data: {mySettings:{mobile:true}} and change contact field has data: {mySettings:{email:true}}, the resulting profile: {mySettings:{mobile:true,email:true}}"}]},{"displayName":"By","name":"by","type":"options","required":true,"options":[{"name":"Email","value":"email"},{"name":"User ID","value":"userId"}],"displayOptions":{"show":{"resource":["user"],"operation":["delete"]}},"default":"email","description":"Identifier to be used"},{"displayName":"User ID","name":"userId","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete"],"by":["userId"]}},"default":"","description":"Unique identifier for a particular user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete"],"by":["email"]}},"default":"","description":"Email for a particular user"},{"displayName":"By","name":"by","type":"options","required":true,"options":[{"name":"Email","value":"email"},{"name":"User ID","value":"userId"}],"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"default":"email","description":"Identifier to be used"},{"displayName":"User ID","name":"userId","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"],"by":["userId"]}},"default":"","description":"Unique identifier for a particular user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"],"by":["email"]}},"default":"","description":"Email for a particular user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userList"]}},"options":[{"name":"Add","value":"add","description":"Add user to list","action":"Add a user to a list"},{"name":"Remove","value":"remove","description":"Remove a user from a list","action":"Remove a user from a list"}],"default":"add"},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"required":true,"displayOptions":{"show":{"resource":["userList"],"operation":["add"]}},"default":"","description":"Identifier to be used. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Identifier","name":"identifier","type":"options","required":true,"options":[{"name":"Email","value":"email"},{"name":"User ID","value":"userId"}],"displayOptions":{"show":{"resource":["userList"],"operation":["add"]}},"default":"","description":"Identifier to be used"},{"displayName":"Value","name":"value","type":"string","required":true,"displayOptions":{"show":{"resource":["userList"],"operation":["add"]}},"default":""},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists"},"required":true,"displayOptions":{"show":{"resource":["userList"],"operation":["remove"]}},"default":"","description":"Identifier to be used. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Identifier","name":"identifier","type":"options","required":true,"options":[{"name":"Email","value":"email"},{"name":"User ID","value":"userId"}],"displayOptions":{"show":{"resource":["userList"],"operation":["remove"]}},"default":"","description":"Identifier to be used"},{"displayName":"Value","name":"value","type":"string","required":true,"displayOptions":{"show":{"resource":["userList"],"operation":["remove"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userList"],"operation":["remove"]}},"options":[{"displayName":"Campaign ID","name":"campaignId","type":"number","default":0,"description":"Attribute unsubscribe to a campaign"},{"displayName":"Channel Unsubscribe","name":"channelUnsubscribe","type":"boolean","default":false,"description":"Whether to unsubscribe email from list's associated channel - essentially a global unsubscribe"}]}],"codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.iterable/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/iterable/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Iterable/iterable.png"},
{"displayName":"Jenkins","name":"jenkins","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Jenkins API","defaults":{"name":"Jenkins"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"jenkinsApi","required":true,"testedBy":"jenkinApiCredentialTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","options":[{"name":"Build","value":"build"},{"name":"Instance","value":"instance"},{"name":"Job","value":"job"}],"default":"job","noDataExpression":true},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["job"]}},"options":[{"name":"Copy","value":"copy","description":"Copy a specific job","action":"Copy a job"},{"name":"Create","value":"create","description":"Create a new job","action":"Create a job"},{"name":"Trigger","value":"trigger","description":"Trigger a specific job","action":"Trigger a job"},{"name":"Trigger with Parameters","value":"triggerParams","description":"Trigger a specific job","action":"Trigger a job with parameters"}],"default":"trigger","description":"Possible operations","noDataExpression":true},{"displayName":"Make sure the job is setup to support triggering with parameters. <a href=\"https://wiki.jenkins.io/display/JENKINS/Parameterized+Build\" target=\"_blank\">More info</a>","name":"triggerParamsNotice","type":"notice","displayOptions":{"show":{"resource":["job"],"operation":["triggerParams"]}},"default":""},{"displayName":"Job Name or ID","name":"job","type":"options","typeOptions":{"loadOptionsMethod":"getJobs"},"displayOptions":{"show":{"resource":["job"],"operation":["trigger","triggerParams","copy"]}},"required":true,"default":"","description":"Name of the job. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Parameters","name":"param","type":"fixedCollection","placeholder":"Add Parameter","displayOptions":{"show":{"resource":["job"],"operation":["triggerParams"]}},"required":true,"default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"params","displayName":"Parameters","values":[{"displayName":"Name or ID","name":"name","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getJobParameters","loadOptionsDependsOn":["job"]},"default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"Parameters for Jenkins job"},{"displayName":"New Job Name","name":"newJob","type":"string","displayOptions":{"show":{"resource":["job"],"operation":["copy","create"]}},"required":true,"default":"","description":"Name of the new Jenkins job"},{"displayName":"XML","name":"xml","type":"string","displayOptions":{"show":{"resource":["job"],"operation":["create"]}},"required":true,"default":"","description":"XML of Jenkins config"},{"displayName":"To get the XML of an existing job, add ‘config.xml’ to the end of the job URL","name":"createNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["job"],"operation":["create"]}}},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["instance"]}},"options":[{"name":"Cancel Quiet Down","value":"cancelQuietDown","description":"Cancel quiet down state","action":"Cancel Quiet Down an instance"},{"name":"Quiet Down","value":"quietDown","description":"Put Jenkins in quiet mode, no builds can be started, Jenkins is ready for shutdown","action":"Quiet Down an instance"},{"name":"Restart","value":"restart","description":"Restart Jenkins immediately on environments where it is possible","action":"Restart an instance"},{"name":"Safely Restart","value":"safeRestart","description":"Restart Jenkins once no jobs are running on environments where it is possible","action":"Safely Restart an instance"},{"name":"Safely Shutdown","value":"safeExit","description":"Shutdown once no jobs are running","action":"Safely Shutdown an instance"},{"name":"Shutdown","value":"exit","description":"Shutdown Jenkins immediately","action":"Shutdown an instance"}],"default":"safeRestart","description":"Jenkins instance operations","noDataExpression":true},{"displayName":"Reason","name":"reason","type":"string","displayOptions":{"show":{"resource":["instance"],"operation":["quietDown"]}},"default":"","description":"Freeform reason for quiet down mode"},{"displayName":"Instance operation can shutdown Jenkins instance and make it unresponsive. Some commands may not be available depending on instance implementation.","name":"instanceNotice","type":"notice","default":"","displayOptions":{"show":{"resource":["instance"]}}},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["build"]}},"options":[{"name":"Get Many","value":"getAll","description":"List Builds","action":"Get many builds"}],"default":"getAll","noDataExpression":true},{"displayName":"Job Name or ID","name":"job","type":"options","typeOptions":{"loadOptionsMethod":"getJobs"},"displayOptions":{"show":{"resource":["build"],"operation":["getAll"]}},"required":true,"default":"","description":"Name of the job. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"displayOptions":{"show":{"resource":["build"],"operation":["getAll"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":50,"typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["build"],"operation":["getAll"],"returnAll":[false]}},"description":"Max number of results to return"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.jenkins/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/jenkins/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Jenkins/jenkins.svg"},
{"displayName":"Jina AI","name":"jinaAi","group":["transform"],"version":1,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Interact with Jina AI API","defaults":{"name":"Jina AI"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"jinaAiApi","required":true}],"requestDefaults":{"headers":{"Accept":"application/json"}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Reader","value":"reader"},{"name":"Research","value":"research"}],"default":"reader"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["reader"]}},"options":[{"name":"Read","value":"read","action":"Read URL content","description":"Fetches content from a URL and converts it to clean, LLM-friendly formats","routing":{"request":{"method":"GET","url":"=https://r.jina.ai/{{ $parameter[\"url\"] }}","headers":{"X-Return-Format":"={{ $parameter[\"options\"][\"outputFormat\"] }}","X-Target-Selector":"={{ $parameter[\"options\"][\"targetSelector\"] }}","X-Remove-Selector":"={{ $parameter[\"options\"][\"excludeSelector\"] }}","X-With-Generated-Alt":"={{ $parameter[\"options\"][\"enableImageCaptioning\"] }}","X-Wait-For-Selector":"={{ $parameter[\"options\"][\"waitForSelector\"] }}"}},"output":{"postReceive":[{"type":"rootProperty","enabled":"={{ $parameter[\"simplify\"] }}","properties":{"property":"data"}}]}}},{"name":"Search","value":"search","action":"Search web","description":"Performs a web search via Jina AI and returns top results as clean, LLM-friendly formats","routing":{"request":{"method":"GET","url":"https://s.jina.ai/","headers":{"X-Return-Format":"={{ $parameter[\"options\"][\"outputFormat\"] }}","X-Site":"={{ $parameter[\"options\"][\"siteFilter\"] }}"},"qs":{"q":"={{ $parameter[\"searchQuery\"] }}","page":"={{ $parameter[\"options\"][\"pageNumber\"] }}"}},"output":{"postReceive":[{"type":"rootProperty","enabled":"={{ $parameter[\"simplify\"] }}","properties":{"property":"data"}}]}}}],"default":"read"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["research"]}},"options":[{"name":"Deep Research","value":"deepResearch","action":"Perform deep research","description":"Research a topic and generate a structured research report","routing":{"request":{"method":"POST","url":"https://deepsearch.jina.ai/v1/chat/completions","body":{"messages":[{"role":"user","content":"={{ $parameter[\"researchQuery\"] }}"}],"max_returned_urls":"={{ $parameter[\"options\"][\"maxReturnedSources\"] }}","boost_hostnames":"={{ $parameter[\"options\"][\"prioritizeSources\"].split(/,\\s*/) }}","bad_hostnames":"={{ $parameter[\"options\"][\"excludeSources\"].split(/,\\s*/) }}","only_hostnames":"={{ $parameter[\"options\"][\"siteFilter\"].split(/,\\s*/) }}"}},"output":{"postReceive":[{"type":"setKeyValue","enabled":"={{ $parameter[\"simplify\"] }}","properties":{"content":"={{ $responseItem[\"choices\"][0][\"message\"][\"content\"] }}","annotations":"={{ $responseItem[\"choices\"][0][\"message\"][\"annotations\"] }}","usage":"={{ $responseItem[\"usage\"] }}"}}]}}}],"default":"deepResearch"},{"displayName":"URL","name":"url","type":"string","required":true,"default":"","placeholder":"https://jina.ai/","description":"The URL to fetch content from","displayOptions":{"show":{"resource":["reader"],"operation":["read"]}}},{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["reader"],"operation":["read"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["reader"],"operation":["read"]}},"options":[{"displayName":"Output Format","name":"outputFormat","description":"Specify desired output format","type":"options","options":[{"name":"HTML","value":"html"},{"name":"JSON","value":""},{"name":"Markdown","value":"markdown"},{"name":"Screenshot","value":"screenshot"},{"name":"Text","value":"text"}],"default":""},{"displayName":"Target CSS Selector","name":"targetSelector","type":"string","description":"CSS selector to focus on specific page elements","default":"","placeholder":"e.g. #main-content .article"},{"displayName":"Exclude CSS Selector","name":"excludeSelector","type":"string","description":"CSS selector for elements to exclude","default":"","placeholder":"e.g. header, footer, .ads"},{"displayName":"Enable Image Captioning","name":"enableImageCaptioning","type":"boolean","default":false,"description":"Whether to generate captions for images within the content"},{"displayName":"Wait for CSS Selector","name":"waitForSelector","type":"string","description":"Wait for a specific element to appear before extracting content (for dynamic pages)","default":"","placeholder":"e.g. #results-loaded"}]},{"displayName":"Search Query","name":"searchQuery","type":"string","required":true,"default":"","placeholder":"e.g. Jina AI","displayOptions":{"show":{"resource":["reader"],"operation":["search"]}}},{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["reader"],"operation":["search"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["reader"],"operation":["search"]}},"options":[{"displayName":"Output Format","name":"outputFormat","description":"Specify desired output format","type":"options","options":[{"name":"HTML","value":"html"},{"name":"JSON","value":""},{"name":"Markdown","value":"markdown"},{"name":"Screenshot","value":"screenshot"},{"name":"Text","value":"text"}],"default":""},{"displayName":"Site Filter","name":"siteFilter","type":"string","description":"Restrict search to specific websites","default":"","placeholder":"e.g. jina.ai, github.com"},{"displayName":"Page Number","name":"pageNumber","type":"number","typeOptions":{"minValue":1,"numberPrecision":0},"description":"The page number of the search results to retrieve","default":"","placeholder":"1"}]},{"displayName":"Research Query","name":"researchQuery","type":"string","required":true,"default":"","description":"The topic or question for the AI to research","placeholder":"e.g. Analyze the impact of renewable energy sources on climate change mitigation","typeOptions":{"rows":2},"displayOptions":{"show":{"resource":["research"],"operation":["deepResearch"]}}},{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["research"],"operation":["deepResearch"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"resource":["research"],"operation":["deepResearch"]}},"options":[{"displayName":"Max Returned Sources","name":"maxReturnedSources","description":"The maximum number of URLs to include in the final answer","type":"number","typeOptions":{"minValue":1,"numberPrecision":0},"default":"","placeholder":"e.g. 5"},{"displayName":"Prioritize Sources","name":"prioritizeSources","type":"string","description":"A list of domains that are given a higher priority for content retrieval","default":"","placeholder":"e.g. jina.ai, github.com"},{"displayName":"Exclude Sources","name":"excludeSources","type":"string","description":"A list of domains to be strictly excluded from content retrieval","default":"","placeholder":"e.g. jina.ai, github.com"},{"displayName":"Site Filter","name":"siteFilter","type":"string","description":"Restrict search to specific websites","default":"","placeholder":"e.g. jina.ai, github.com"}]},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.jinaai/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/jinaai/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/JinaAI/jinaAi.svg","dark":"icons/n8n-nodes-base/dist/nodes/JinaAI/jinaAi.dark.svg"}},
{"displayName":"Jira Software","name":"jira","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Jira Software API","defaults":{"name":"Jira Software"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"jiraSoftwareCloudApi","required":true,"displayOptions":{"show":{"jiraVersion":["cloud"]}}},{"name":"jiraSoftwareServerApi","required":true,"displayOptions":{"show":{"jiraVersion":["server"]}}},{"name":"jiraSoftwareServerPatApi","required":true,"displayOptions":{"show":{"jiraVersion":["serverPat"]}}}],"properties":[{"displayName":"Jira Version","name":"jiraVersion","type":"options","options":[{"name":"Cloud","value":"cloud"},{"name":"Server (Self Hosted)","value":"server"},{"name":"Server Pat (Self Hosted)","value":"serverPat"}],"default":"cloud"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Issue","value":"issue","description":"Creates an issue or, where the option to create subtasks is enabled in Jira, a subtask"},{"name":"Issue Attachment","value":"issueAttachment","description":"Add, remove, and get an attachment from an issue"},{"name":"Issue Comment","value":"issueComment","description":"Get, create, update, and delete a comment from an issue"},{"name":"User","value":"user","description":"Get, create and delete a user"}],"default":"issue"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issue"]}},"options":[{"name":"Changelog","value":"changelog","description":"Get issue changelog","action":"Get an issue changelog"},{"name":"Create","value":"create","description":"Create a new issue","action":"Create an issue"},{"name":"Delete","value":"delete","description":"Delete an issue","action":"Delete an issue"},{"name":"Get","value":"get","description":"Get an issue","action":"Get an issue"},{"name":"Get Many","value":"getAll","description":"Get many issues","action":"Get many issues"},{"name":"Notify","value":"notify","description":"Create an email notification for an issue and add it to the mail queue","action":"Create an email notification for an issue"},{"name":"Status","value":"transitions","description":"Return either all transitions or a transition that can be performed by the user on an issue, based on the issue's status","action":"Get the status of an issue"},{"name":"Update","value":"update","description":"Update an issue","action":"Update an issue"}],"default":"create"},{"displayName":"Project","name":"project","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Project","name":"list","type":"list","placeholder":"Select a Project...","typeOptions":{"searchListMethod":"getProjects","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"10000","validation":[{"type":"regex","properties":{"regex":"([0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Project ID"}}],"extractValue":{"type":"regex","regex":"^([0-9]{2,})"}}],"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}}},{"displayName":"Issue Type","name":"issueType","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Issue Type","name":"list","type":"list","placeholder":"Select an Issue Type...","typeOptions":{"searchListMethod":"getIssueTypes"}},{"displayName":"ID","name":"id","type":"string","placeholder":"10000","validation":[{"type":"regex","properties":{"regex":"([0-9]{1,})[ \t]*","errorMessage":"Not a valid Jira Issue Type ID"}}],"extractValue":{"type":"regex","regex":"^([0-9]{1,})"}}],"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}}},{"displayName":"Summary","name":"summary","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}},"options":[{"displayName":"Assignee","name":"assignee","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Assignee","name":"list","type":"list","placeholder":"Select an Assignee...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"62971ebae540870069668714","validation":[{"type":"regex","properties":{"regex":"([-:a-z0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Assignee ID"}}],"extractValue":{"type":"regex","regex":"^([-:a-z0-9]{2,})"}}]},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Component Names or IDs","name":"componentIds","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getProjectComponents","loadOptionsDependsOn":["project"]},"default":[]},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field","name":"fieldId","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Field","name":"list","type":"list","placeholder":"Select a Field...","typeOptions":{"searchListMethod":"getCustomFields"}},{"displayName":"ID","name":"id","type":"string","placeholder":"customfield_10035","validation":[{"type":"regex","properties":{"regex":"(customfield_[0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Field ID"}}],"extractValue":{"type":"regex","regex":"^(customfield_[0-9]{2,})"}}]},{"displayName":"Field Value","name":"fieldValue","type":"string","description":"Value of the field to set","default":""}]}]},{"displayName":"Label Names or IDs","name":"labels","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getLabels"},"default":[],"displayOptions":{"show":{"/jiraVersion":["cloud"]}}},{"displayName":"Labels","name":"serverLabels","type":"string","default":[],"displayOptions":{"show":{"/jiraVersion":["server"]}},"typeOptions":{"multipleValues":true}},{"displayName":"Parent Issue Key","name":"parentIssueKey","type":"string","default":""},{"displayName":"Priority","name":"priority","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Priority","name":"list","type":"list","placeholder":"Select a Priority...","typeOptions":{"searchListMethod":"getPriorities"}},{"displayName":"ID","name":"id","type":"string","placeholder":"1","validation":[{"type":"regex","properties":{"regex":"([0-9]{1,})[ \t]*","errorMessage":"Not a valid Jira Priority ID"}}],"extractValue":{"type":"regex","regex":"^([0-9]{1,})"}}]},{"displayName":"Reporter","name":"reporter","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Reporter","name":"list","type":"list","placeholder":"Select a Reporter...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"62971ebae540870069668714","validation":[{"type":"regex","properties":{"regex":"([-:a-z0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Reporter ID"}}],"extractValue":{"type":"regex","regex":"^([-:a-z0-9]{2,})"}}]},{"displayName":"Update History","name":"updateHistory","type":"boolean","default":false,"description":"Whether the project in which the issue is created is added to the user's Recently viewed project list, as shown under Projects in Jira"}]},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["update"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["update"]}},"options":[{"displayName":"Assignee","name":"assignee","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Assignee","name":"list","type":"list","placeholder":"Select an Assignee...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"62971ebae540870069668714","validation":[{"type":"regex","properties":{"regex":"([-:a-z0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Assignee ID"}}],"extractValue":{"type":"regex","regex":"^([-:a-z0-9]{2,})"}}]},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldsValues","displayName":"Custom Field","values":[{"displayName":"Field","name":"fieldId","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Field","name":"list","type":"list","placeholder":"Select a Field...","typeOptions":{"searchListMethod":"getCustomFields"}},{"displayName":"ID","name":"id","type":"string","placeholder":"customfield_10035","validation":[{"type":"regex","properties":{"regex":"(customfield_[0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Field ID"}}],"extractValue":{"type":"regex","regex":"^(customfield_[0-9]{2,})"}}]},{"displayName":"Field Value","name":"fieldValue","type":"string","description":"Value of the field to set","default":""}]}]},{"displayName":"Issue Type","name":"issueType","type":"string","default":"","description":"Issue Types"},{"displayName":"Label Names or IDs","name":"labels","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getLabels"},"default":[],"displayOptions":{"show":{"/jiraVersion":["cloud"]}}},{"displayName":"Labels","name":"serverLabels","type":"string","default":[],"displayOptions":{"show":{"/jiraVersion":["server"]}},"typeOptions":{"multipleValues":true}},{"displayName":"Parent Issue Key","name":"parentIssueKey","type":"string","default":""},{"displayName":"Priority","name":"priority","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Priority","name":"list","type":"list","placeholder":"Select a Priority...","typeOptions":{"searchListMethod":"getPriorities"}},{"displayName":"ID","name":"id","type":"string","placeholder":"1","validation":[{"type":"regex","properties":{"regex":"([0-9]{1,})[ \t]*","errorMessage":"Not a valid Jira Priority ID"}}],"extractValue":{"type":"regex","regex":"^([0-9]{1,})"}}]},{"displayName":"Reporter","name":"reporter","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Reporter","name":"list","type":"list","placeholder":"Select a Reporter...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"62971ebae540870069668714","validation":[{"type":"regex","properties":{"regex":"([-:a-z0-9]{2,})[ \t]*","errorMessage":"Not a valid Jira Reporter ID"}}],"extractValue":{"type":"regex","regex":"^([-:a-z0-9]{2,})"}}]},{"displayName":"Summary","name":"summary","type":"string","default":""},{"displayName":"Status","name":"statusId","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Status","name":"list","type":"list","placeholder":"Select a Status...","typeOptions":{"searchListMethod":"getTransitions"}},{"displayName":"ID","name":"id","type":"string","placeholder":"11","validation":[{"type":"regex","properties":{"regex":"([0-9]{1,})[ \t]*","errorMessage":"Not a valid Jira Status ID"}}],"extractValue":{"type":"regex","regex":"^([0-9]{1,})"}}]}]},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["delete"]}},"default":""},{"displayName":"Delete Subtasks","name":"deleteSubtasks","type":"boolean","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["delete"]}},"default":false},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["get"]}},"default":""},{"displayName":"Simplify","name":"simplifyOutput","type":"boolean","displayOptions":{"show":{"resource":["issue"],"operation":["get"]}},"default":false,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["get"]}},"options":[{"displayName":"Expand","name":"expand","type":"string","default":"","description":"<p>Use expand to include additional information about the issues in the response. This parameter accepts a comma-separated list. Expand options include:\n\t\t\t\t<ul>\n\t\t\t\t\t<li><code>renderedFields</code> Returns field values rendered in HTML format.</li>\n\t\t\t\t\t<li><code>names</code> Returns the display name of each field.</li>\n\t\t\t\t\t<li><code>schema</code> Returns the schema describing a field type.</li>\n\t\t\t\t\t<li><code>transitions</code> Returns all possible transitions for the issue.</li>\n\t\t\t\t\t<li><code>editmeta</code> Returns information about how each field can be edited.</li>\n\t\t\t\t\t<li><code>changelog</code> Returns a list of recent updates to an issue, sorted by date, starting from the most recent.</li>\n\t\t\t\t\t<li><code>versionedRepresentations</code> Returns a JSON array for each version of a field's value, with the highest number representing the most recent version. Note: When included in the request, the fields parameter is ignored.</li>\n\t\t\t\t</ul>"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A list of fields to return for the issue. This parameter accepts a comma-separated list. Use it to retrieve a subset of fields. Allowed values: <code>*all</code> Returns all fields. <code>*navigable</code> Returns navigable fields. Any issue field, prefixed with a minus to exclude."},{"displayName":"Fields By Key","name":"fieldsByKey","type":"boolean","default":false,"description":"Whether fields in fields are referenced by keys rather than IDs. This parameter is useful where fields have been added by a connect app and a field's key may differ from its ID."},{"displayName":"Properties","name":"properties","type":"string","default":"","description":"A list of issue properties to return for the issue. This parameter accepts a comma-separated list. Allowed values: <code>*all</code> Returns all issue properties. Any issue property key, prefixed with a minus to exclude. Examples: <code>*all</code> Returns all properties. <code>*all</code>,-prop1 Returns all properties except prop1. <code>prop1,prop2</code> Returns prop1 and prop2 properties. This parameter may be specified multiple times. For example, properties=prop1,prop2& properties=prop3."},{"displayName":"Update History","name":"updateHistory","type":"boolean","default":false,"description":"Whether the project in which the issue is created is added to the user's Recently viewed project list, as shown under Projects in Jira. This also populates the JQL issues search lastViewed field."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["issue"],"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":["issue"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["getAll"],"resource":["issue"]}},"default":{},"options":[{"displayName":"Expand","name":"expand","type":"multiOptions","default":[],"options":[{"name":"Changelog","value":"changelog","description":"Returns a list of recent updates to an issue, sorted by date, starting from the most recent"},{"name":"Editmeta","value":"editmeta","description":"Returns information about how each field can be edited"},{"name":"Names","value":"names","description":"Returns the display name of each field"},{"name":"Operations","value":"operations","description":"Returns all possible operations for the issue"},{"name":"Rendered Fields","value":"renderedFields","description":"Returns field values rendered in HTML format"},{"name":"Schema","value":"schema","description":"Returns the schema describing a field type"},{"name":"Transitions","value":"transitions","description":"Returns all possible transitions for the issue"},{"name":"Versioned Representations","value":"versionedRepresentations","description":"JSON array containing each version of a field's value"}],"description":"Use expand to include additional information about issues in the response"},{"displayName":"Fields","name":"fields","type":"string","default":"*navigable","description":"A list of fields to return for each issue, use it to retrieve a subset of fields. This parameter accepts a comma-separated list. Expand options include: <code>*all</code> Returns all fields. <code>*navigable</code> Returns navigable fields. Any issue field, prefixed with a minus to exclude."},{"displayName":"Fields By Key","name":"fieldsByKey","type":"boolean","default":false,"description":"Whether fields in fields are referenced by keys rather than IDs. This parameter is useful where fields have been added by a connect app and a field's key may differ from its ID."},{"displayName":"JQL","name":"jql","type":"string","default":"","description":"A JQL expression"}]},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["changelog"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["issue"],"operation":["changelog"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["issue"],"operation":["changelog"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["notify"]}},"default":""},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["issue"],"operation":["notify"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["notify"]}},"options":[{"displayName":"HTML Body","name":"htmlBody","type":"string","default":"","description":"The HTML body of the email notification for the issue"},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The subject of the email notification for the issue. If this is not specified, then the subject is set to the issue key and summary."},{"displayName":"Text Body","name":"textBody","type":"string","default":"","description":"The subject of the email notification for the issue. If this is not specified, then the subject is set to the issue key and summary."}]},{"displayName":"Notification Recipients","name":"notificationRecipientsUi","type":"fixedCollection","placeholder":"Add Recipients","typeOptions":{"multipleValues":false},"description":"The recipients of the email notification for the issue","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["notify"],"jsonParameters":[false]}},"options":[{"name":"notificationRecipientsValues","displayName":"Recipients","values":[{"displayName":"Reporter","name":"reporter","type":"boolean","description":"Whether the notification should be sent to the issue's reporter","default":false},{"displayName":"Assignee","name":"assignee","type":"boolean","default":false,"description":"Whether the notification should be sent to the issue's assignees"},{"displayName":"Watchers","name":"watchers","type":"boolean","default":false,"description":"Whether the notification should be sent to the issue's assignees"},{"displayName":"Voters","name":"voters","type":"boolean","default":false,"description":"Whether the notification should be sent to the issue's voters"},{"displayName":"User Names or IDs","name":"users","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"List of users to receive the notification. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Group Names or IDs","name":"groups","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getGroups"},"default":[],"description":"List of groups to receive the notification. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}]},{"displayName":"Notification Recipients","name":"notificationRecipientsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["issue"],"operation":["notify"],"jsonParameters":[true]}},"default":"","description":"The recipients of the email notification for the issue"},{"displayName":"Notification Recipients Restrictions","name":"notificationRecipientsRestrictionsUi","type":"fixedCollection","placeholder":"Add Recipients Restriction","typeOptions":{"multipleValues":false},"description":"Restricts the notifications to users with the specified permissions","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["notify"],"jsonParameters":[false]}},"options":[{"name":"notificationRecipientsRestrictionsValues","displayName":"Recipients Restrictions","values":[{"displayName":"User Names or IDs","name":"users","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"List of users to receive the notification. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Group Names or IDs","name":"groups","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getGroups"},"default":[],"description":"List of groups to receive the notification. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}]},{"displayName":"Notification Recipients Restrictions","name":"notificationRecipientsRestrictionsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["issue"],"operation":["notify"],"jsonParameters":[true]}},"default":"","description":"Restricts the notifications to users with the specified permissions"},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["transitions"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["transitions"]}},"options":[{"displayName":"Expand","name":"expand","type":"string","default":"","description":"Use expand to include additional information about transitions in the response. This parameter accepts transitions.fields, which returns information about the fields in the transition screen for each transition. Fields hidden from the screen are not returned. Use this information to populate the fields and update fields in Transition issue."},{"displayName":"Transition ID","name":"transitionId","type":"string","default":"","description":"The ID of the transition"},{"displayName":"Skip Remote Only Condition","name":"skipRemoteOnlyCondition","type":"boolean","default":false,"description":"Whether transitions with the condition Hide From User Condition are included in the response"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issueAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add attachment to issue","action":"Add an attachment to an issue"},{"name":"Get","value":"get","description":"Get an attachment","action":"Get an attachment from an issue"},{"name":"Get Many","value":"getAll","description":"Get many attachments","action":"Get many issue attachments"},{"name":"Remove","value":"remove","description":"Remove an attachment","action":"Remove an attachment from an issue"}],"default":"add"},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueAttachment"],"operation":["add"]}},"default":""},{"displayName":"Input Binary Field","displayOptions":{"show":{"resource":["issueAttachment"],"operation":["add"]}},"name":"binaryPropertyName","type":"string","default":"data","hint":"The name of the input binary field containing the file to be written","required":true},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"displayOptions":{"show":{"resource":["issueAttachment"],"operation":["get"]}},"default":"","description":"The ID of the attachment"},{"displayName":"Download","name":"download","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"resource":["issueAttachment"],"operation":["get"]}}},{"displayName":"Put Output File in Field","name":"binaryProperty","type":"string","default":"data","displayOptions":{"show":{"resource":["issueAttachment"],"operation":["get"],"download":[true]}},"hint":"The name of the output binary field to put the file in","required":true},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueAttachment"],"operation":["getAll"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["issueAttachment"],"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":["issueAttachment"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Download","name":"download","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"resource":["issueAttachment"],"operation":["getAll"]}}},{"displayName":"Put Output File in Field","name":"binaryProperty","type":"string","default":"data","displayOptions":{"show":{"resource":["issueAttachment"],"operation":["getAll"],"download":[true]}},"hint":"The name of the output binary field to put the file in","required":true},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"displayOptions":{"show":{"resource":["issueAttachment"],"operation":["remove"]}},"default":"","description":"The ID of the attachment"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issueComment"]}},"options":[{"name":"Add","value":"add","description":"Add comment to issue","action":"Add a comment"},{"name":"Get","value":"get","description":"Get a comment","action":"Get a comment"},{"name":"Get Many","value":"getAll","description":"Get many comments","action":"Get many comments"},{"name":"Remove","value":"remove","description":"Remove a comment","action":"Remove a comment"},{"name":"Update","value":"update","description":"Update a comment","action":"Update a comment"}],"default":"add"},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["add"]}},"default":"","description":"issueComment Key"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["issueComment"],"operation":["add"]}}},{"displayName":"Comment","name":"comment","type":"string","default":"","displayOptions":{"show":{"resource":["issueComment"],"operation":["add"],"jsonParameters":[false]}},"description":"Comment's text"},{"displayName":"Document Format (JSON)","name":"commentJson","type":"json","default":"","displayOptions":{"show":{"resource":["issueComment"],"operation":["add"],"jsonParameters":[true]}},"description":"The Atlassian Document Format (ADF). Online builder can be found <a href=\"https://developer.atlassian.com/cloud/jira/platform/apis/document/playground/\">here</a>."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["issueComment"],"operation":["add"]}},"options":[{"displayName":"Expand","name":"expand","type":"options","options":[{"name":"Rendered Body","value":"renderedBody"}],"default":[],"description":"Use expand to include additional information about comments in the response. This parameter accepts Rendered Body, which returns the comment body rendered in HTML."},{"displayName":"Use Wiki Markup","name":"wikiMarkup","type":"boolean","default":false,"displayOptions":{"show":{"/jiraVersion":["cloud"]}},"description":"Whether to enable parsing of wikiformatting for this comment. Default is false."}]},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["get"]}},"default":"","description":"The ID or key of the issue"},{"displayName":"Comment ID","name":"commentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["get"]}},"description":"The ID of the comment"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issueComment"],"operation":["get"]}},"options":[{"displayName":"Expand","name":"expand","type":"options","options":[{"name":"Rendered Body","value":"renderedBody"}],"default":"","description":"Use expand to include additional information about comments in the response. This parameter accepts Rendered Body, which returns the comment body rendered in HTML."}]},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["getAll"]}},"default":"","description":"The ID or key of the issue"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["issueComment"],"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":["issueComment"],"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":["issueComment"],"operation":["getAll"]}},"options":[{"displayName":"Expand","name":"expand","type":"options","options":[{"name":"Rendered Body","value":"renderedBody"}],"default":"renderedBody","description":"Use expand to include additional information about comments in the response. This parameter accepts Rendered Body, which returns the comment body rendered in HTML."},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Created Ascending","value":"+created"},{"name":"Created Descending","value":"-created"}],"default":"+created","description":"Order comments by the created date"}]},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["remove"]}},"default":"","description":"The ID or key of the issue"},{"displayName":"Comment ID","name":"commentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["remove"]}},"description":"The ID of the comment"},{"displayName":"Issue Key","name":"issueKey","type":"string","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["update"]}},"default":"","description":"The Issue Comment key"},{"displayName":"Comment ID","name":"commentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["issueComment"],"operation":["update"]}},"description":"The ID of the comment"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["issueComment"],"operation":["update"]}}},{"displayName":"Comment","name":"comment","type":"string","default":"","displayOptions":{"show":{"resource":["issueComment"],"operation":["update"],"jsonParameters":[false]}},"description":"Comment's text"},{"displayName":"Document Format (JSON)","name":"commentJson","type":"json","default":"","displayOptions":{"show":{"resource":["issueComment"],"operation":["update"],"jsonParameters":[true]}},"description":"The Atlassian Document Format (ADF). Online builder can be found <a href=\"https://developer.atlassian.com/cloud/jira/platform/apis/document/playground/\">here</a>."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["issueComment"],"operation":["update"]}},"options":[{"displayName":"Expand","name":"expand","type":"options","options":[{"name":"Rendered Body","value":"renderedBody"}],"default":"renderedBody","description":"Use expand to include additional information about comments in the response. This parameter accepts Rendered Body, which returns the comment body rendered in HTML."},{"displayName":"Use Wiki Markup","name":"wikiMarkup","type":"boolean","default":false,"displayOptions":{"show":{"/jiraVersion":["cloud"]}},"description":"Whether to enable parsing of wikiformatting for this comment. Default is false."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a new user","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Retrieve a user","action":"Get a user"}],"default":"create"},{"displayName":"Username","name":"username","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Email Address","name":"emailAddress","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Display Name","name":"displayName","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"Password","name":"password","type":"string","default":"","description":"Password for the user. If a password is not set, a random password is generated.","typeOptions":{"password":true}},{"displayName":"Notification","name":"notification","type":"boolean","default":false,"description":"Whether to send the user an email confirmation that they have been added to Jira"}]},{"displayName":"Account ID","name":"accountId","type":"string","default":"","description":"Account ID of the user to delete","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"Account ID","name":"accountId","type":"string","default":"","description":"Account ID of the user to retrieve","displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"options":[{"displayName":"Expand","name":"expand","type":"multiOptions","default":[],"description":"Include more information about the user","options":[{"name":"Groups","value":"groups","description":"Include all groups to which the user belongs"},{"name":"Application Roles","value":"applicationRoles","description":"Include details of all the applications the user can access"}]}]}],"codex":{"categories":["Development","Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.jira/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/jira/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Jira/jira.svg"},
{"displayName":"Jira Trigger","name":"jiraTrigger","group":["trigger"],"version":[1,1.1],"description":"Starts the workflow when Jira events occur","defaults":{"name":"Jira Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"displayName":"Credentials to Connect to Jira","name":"jiraSoftwareCloudApi","required":true,"displayOptions":{"show":{"jiraVersion":["cloud"]}}},{"displayName":"Credentials to Connect to Jira","name":"jiraSoftwareServerApi","required":true,"displayOptions":{"show":{"jiraVersion":["server"]}}},{"displayName":"Credentials to Connect to Jira","name":"jiraSoftwareServerPatApi","required":true,"displayOptions":{"show":{"jiraVersion":["serverPat"]}}},{"name":"httpQueryAuth","displayName":"Credentials to Authenticate Webhook","displayOptions":{"show":{"authenticateWebhook":[true]}}},{"name":"httpQueryAuth","displayName":"Credentials to Authenticate Webhook","displayOptions":{"show":{"incomingAuthentication":["queryAuth"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Jira Version","name":"jiraVersion","type":"options","options":[{"name":"Cloud","value":"cloud"},{"name":"Server (Self Hosted)","value":"server"},{"name":"Server (Pat) (Self Hosted)","value":"serverPat"}],"default":"cloud"},{"displayName":"Authenticate Incoming Webhook","name":"authenticateWebhook","type":"boolean","default":false,"description":"Whether authentication should be activated for the incoming webhooks (makes it more secure)","displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.1}}]}}},{"displayName":"Authenticate Webhook With","name":"incomingAuthentication","type":"options","options":[{"name":"Query Auth","value":"queryAuth"},{"name":"None","value":"none"}],"default":"none","description":"If authentication should be activated for the webhook (makes it more secure)","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"*","value":"*"},{"name":"Board Configuration Changed","value":"board_configuration_changed"},{"name":"Board Created","value":"board_created"},{"name":"Board Deleted","value":"board_deleted"},{"name":"Board Updated","value":"board_updated"},{"name":"Comment Created","value":"comment_created"},{"name":"Comment Deleted","value":"comment_deleted"},{"name":"Comment Updated","value":"comment_updated"},{"name":"Issue Created","value":"jira:issue_created"},{"name":"Issue Deleted","value":"jira:issue_deleted"},{"name":"Issue Link Created","value":"issuelink_created"},{"name":"Issue Link Deleted","value":"issuelink_deleted"},{"name":"Issue Updated","value":"jira:issue_updated"},{"name":"Option Attachments Changed","value":"option_attachments_changed"},{"name":"Option Issue Links Changed","value":"option_issuelinks_changed"},{"name":"Option Subtasks Changed","value":"option_subtasks_changed"},{"name":"Option Timetracking Changed","value":"option_timetracking_changed"},{"name":"Option Unassigned Issues Changed","value":"option_unassigned_issues_changed"},{"name":"Option Voting Changed","value":"option_voting_changed"},{"name":"Option Watching Changed","value":"option_watching_changed"},{"name":"Project Created","value":"project_created"},{"name":"Project Deleted","value":"project_deleted"},{"name":"Project Updated","value":"project_updated"},{"name":"Sprint Closed","value":"sprint_closed"},{"name":"Sprint Created","value":"sprint_created"},{"name":"Sprint Deleted","value":"sprint_deleted"},{"name":"Sprint Started","value":"sprint_started"},{"name":"Sprint Updated","value":"sprint_updated"},{"name":"User Created","value":"user_created"},{"name":"User Deleted","value":"user_deleted"},{"name":"User Updated","value":"user_updated"},{"name":"Version Created","value":"jira:version_created"},{"name":"Version Deleted","value":"jira:version_deleted"},{"name":"Version Moved","value":"jira:version_moved"},{"name":"Version Released","value":"jira:version_released"},{"name":"Version Unreleased","value":"jira:version_unreleased"},{"name":"Version Updated","value":"jira:version_updated"},{"name":"Worklog Created","value":"worklog_created"},{"name":"Worklog Deleted","value":"worklog_deleted"},{"name":"Worklog Updated","value":"worklog_updated"}],"required":true,"default":[],"description":"The events to listen to"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Exclude Body","name":"excludeBody","type":"boolean","default":false,"description":"Whether a request with empty body will be sent to the URL. Leave unchecked if you want to receive JSON."},{"displayName":"Filter","name":"filter","type":"string","default":"","placeholder":"Project = JRA AND resolution = Fixed","description":"You can specify a JQL query to send only events triggered by matching issues. The JQL filter only applies to events under the Issue and Comment columns."},{"displayName":"Include Fields","name":"includeFields","type":"multiOptions","options":[{"name":"Attachment ID","value":"attachment.id"},{"name":"Board ID","value":"board.id"},{"name":"Comment ID","value":"comment.id"},{"name":"Issue ID","value":"issue.id"},{"name":"Merge Version ID","value":"mergeVersion.id"},{"name":"Modified User Account ID","value":"modifiedUser.accountId"},{"name":"Modified User Key","value":"modifiedUser.key"},{"name":"Modified User Name","value":"modifiedUser.name"},{"name":"Project ID","value":"project.id"},{"name":"Project Key","value":"project.key"},{"name":"Propery Key","value":"property.key"},{"name":"Sprint ID","value":"sprint.id"},{"name":"Version ID","value":"version.id"},{"name":"Worklog ID","value":"worklog.id"}],"default":[]}]}],"codex":{"categories":["Development","Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.jiratrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/jira/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Jira/jira.svg"},
{"displayName":"Jotform Trigger","name":"jotFormTrigger","group":["trigger"],"version":1,"description":"Handle Jotform events via webhooks","defaults":{"name":"Jotform Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"jotFormApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Form Name or ID","name":"form","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getForms"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":true,"description":"By default does the webhook-data use internal keys instead of the names. If this option gets activated, it will resolve the keys automatically to the actual names."},{"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.jotformtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/jotform/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/JotForm/jotform.svg","dark":"icons/n8n-nodes-base/dist/nodes/JotForm/jotform.dark.svg"}},
{"displayName":"JWT","name":"jwt","group":["transform"],"version":1,"description":"JWT","subtitle":"={{((operation) => {\n    if (operation === 'sign') {\n        return 'Sign a JWT';\n    }\n    if (operation === 'decode') {\n        return 'Decode a JWT';\n    }\n    if (operation === 'verify') {\n        return 'Verify a JWT';\n    }\n    return operation;\n})($parameter.operation)}}","defaults":{"name":"JWT"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"jwtAuth","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Decode","value":"decode","action":"Decode a JWT"},{"name":"Sign","value":"sign","action":"Sign a JWT"},{"name":"Verify","value":"verify","action":"Verify a JWT"}],"default":"sign"},{"displayName":"Use JSON to Build Payload","name":"useJson","type":"boolean","default":false,"description":"Whether to use JSON to build the claims","displayOptions":{"show":{"operation":["sign"]}}},{"displayName":"Payload Claims","name":"claims","type":"collection","placeholder":"Add Claim","default":{},"options":[{"displayName":"Audience","name":"audience","type":"string","placeholder":"e.g. https://example.com","default":"","description":"Identifies the recipients that the JWT is intended for"},{"displayName":"Expires In","name":"expiresIn","type":"number","placeholder":"e.g. 3600","default":3600,"description":"The lifetime of the token in seconds","typeOptions":{"minValue":0}},{"displayName":"Issuer","name":"issuer","type":"string","placeholder":"e.g. https://example.com","default":"","description":"Identifies the principal that issued the JWT"},{"displayName":"JWT ID","name":"jwtid","type":"string","placeholder":"e.g. 123456","default":"","description":"Unique identifier for the JWT"},{"displayName":"Not Before","name":"notBefore","type":"number","default":0,"description":"The time before which the JWT must not be accepted for processing","typeOptions":{"minValue":0}},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"Identifies the principal that is the subject of the JWT"}],"displayOptions":{"show":{"operation":["sign"],"useJson":[false]}}},{"displayName":"Payload Claims (JSON)","name":"claimsJson","type":"json","description":"Claims to add to the token in JSON format","default":"{\n  \"my_field_1\": \"value 1\",\n  \"my_field_2\": \"value 2\"\n}\n","validateType":"object","ignoreValidationDuringExecution":true,"typeOptions":{"rows":5},"displayOptions":{"show":{"operation":["sign"],"useJson":[true]}}},{"displayName":"Token","name":"token","type":"string","typeOptions":{"password":true},"required":true,"validateType":"jwt","default":"","description":"The token to verify or decode","displayOptions":{"show":{"operation":["verify","decode"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Return Additional Info","name":"complete","type":"boolean","default":false,"description":"Whether to return the complete decoded token with information about the header and signature or just the payload","displayOptions":{"show":{"/operation":["verify","decode"]}}},{"displayName":"Ignore Expiration","name":"ignoreExpiration","type":"boolean","default":false,"description":"Whether to ignore the expiration of the token","displayOptions":{"show":{"/operation":["verify"]}}},{"displayName":"Ignore Not Before Claim","name":"ignoreNotBefore","type":"boolean","default":false,"description":"Whether to ignore the not before claim of the token","displayOptions":{"show":{"/operation":["verify"]}}},{"displayName":"Clock Tolerance","name":"clockTolerance","type":"number","default":0,"description":"Number of seconds to tolerate when checking the nbf and exp claims, to deal with small clock differences among different servers","typeOptions":{"minValue":0},"displayOptions":{"show":{"/operation":["verify"]}}},{"displayName":"Key ID","name":"kid","type":"string","placeholder":"e.g. 123456","default":"","description":"The kid (key ID) claim is an optional header claim, used to specify the key for validating the signature","displayOptions":{"show":{"/operation":["sign"]}}},{"displayName":"Override Algorithm","name":"algorithm","type":"options","options":[{"name":"ES256","value":"ES256"},{"name":"ES384","value":"ES384"},{"name":"ES512","value":"ES512"},{"name":"HS256","value":"HS256"},{"name":"HS384","value":"HS384"},{"name":"HS512","value":"HS512"},{"name":"PS256","value":"PS256"},{"name":"PS384","value":"PS384"},{"name":"PS512","value":"PS512"},{"name":"RS256","value":"RS256"},{"name":"RS384","value":"RS384"},{"name":"RS512","value":"RS512"}],"default":"HS256","description":"The algorithm to use for signing or verifying the token, overrides algorithm in credentials","displayOptions":{"show":{"/operation":["sign","verify"]}}}]}],"codex":{"categories":["Development"],"alias":["Token","Key","JSON","Payload","Sign","Verify","Decode"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.jwt/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/jwt/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Jwt/jwt.svg"},
{"displayName":"Kafka","name":"kafka","group":["transform"],"version":1,"description":"Sends messages to a Kafka topic","defaults":{"name":"Kafka"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"kafka","required":true,"testedBy":"kafkaConnectionTest"}],"properties":[{"displayName":"Topic","name":"topic","type":"string","default":"","placeholder":"topic-name","description":"Name of the queue of topic to publish to"},{"displayName":"Send Input Data","name":"sendInputData","type":"boolean","default":true,"description":"Whether to send the data the node receives as JSON to Kafka"},{"displayName":"Message","name":"message","type":"string","displayOptions":{"show":{"sendInputData":[false]}},"default":"","description":"The message to be sent"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false},{"displayName":"Use Schema Registry","name":"useSchemaRegistry","type":"boolean","default":false,"description":"Whether to use Confluent Schema Registry"},{"displayName":"Schema Registry URL","name":"schemaRegistryUrl","type":"string","required":true,"displayOptions":{"show":{"useSchemaRegistry":[true]}},"placeholder":"https://schema-registry-domain:8081","default":"","description":"URL of the schema registry"},{"displayName":"Use Key","name":"useKey","type":"boolean","default":false,"description":"Whether to use a message key"},{"displayName":"Key","name":"key","type":"string","required":true,"displayOptions":{"show":{"useKey":[true]}},"placeholder":"","default":"","description":"The message key"},{"displayName":"Event Name","name":"eventName","type":"string","required":true,"displayOptions":{"show":{"useSchemaRegistry":[true]}},"default":"","description":"Namespace and Name of Schema in Schema Registry (namespace.name)"},{"displayName":"Headers","name":"headersUi","placeholder":"Add Header","type":"fixedCollection","displayOptions":{"show":{"jsonParameters":[false]}},"typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headerValues","displayName":"Header","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Headers (JSON)","name":"headerParametersJson","type":"json","displayOptions":{"show":{"jsonParameters":[true]}},"default":"","description":"Header parameters as JSON (flat object)"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Acks","name":"acks","type":"boolean","default":false,"description":"Whether or not producer must wait for acknowledgement from all replicas"},{"displayName":"Compression","name":"compression","type":"boolean","default":false,"description":"Whether to send the data in a compressed format using the GZIP codec"},{"displayName":"Timeout","name":"timeout","type":"number","default":30000,"description":"The time to await a response in ms"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.kafka/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/kafka/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Kafka/kafka.svg","dark":"icons/n8n-nodes-base/dist/nodes/Kafka/kafka.dark.svg"}},
{"displayName":"Kafka Trigger","name":"kafkaTrigger","group":["trigger"],"version":[1,1.1,1.2,1.3],"description":"Consume messages from a Kafka topic","defaults":{"name":"Kafka Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"kafka","required":true}],"properties":[{"displayName":"Topic","name":"topic","type":"string","default":"","required":true,"placeholder":"topic-name","description":"Name of the queue of topic to consume from"},{"displayName":"Group ID","name":"groupId","type":"string","default":"","required":true,"placeholder":"n8n-kafka","description":"ID of the consumer group"},{"displayName":"Resolve Offset","name":"resolveOffset","type":"options","default":"onCompletion","description":"Select on which condition the offsets should be resolved. In the manual mode, when execution started by clicking on Execute Workflow or Execute Step button, offsets are always resolved immediately after message received.","options":[{"name":"On Execution Completion","value":"onCompletion","description":"Resolve offset after execution completion regardless of the status"},{"name":"On Execution Success","value":"onSuccess","description":"Resolve offset only if execution status equals success"},{"name":"On Allowed Execution Statuses","value":"onStatus","description":"Resolve offset only if execution status in the list of selected statuses"},{"name":"Immediately","value":"immediately","description":"Resolve offset immediately after message received. This option is not recommended as it can cause messages loss."}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.3}}]}}},{"displayName":"Allowed Statuses","name":"allowedStatuses","type":"multiOptions","default":["success"],"options":[{"name":"Canceled","value":"canceled"},{"name":"Crashed","value":"crashed"},{"name":"Error","value":"error"},{"name":"New","value":"new"},{"name":"Running","value":"running"},{"name":"Success","value":"success"},{"name":"Unknown","value":"unknown"},{"name":"Waiting","value":"waiting"}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.3}}],"resolveOffset":["onStatus"]}}},{"displayName":"Use Schema Registry","name":"useSchemaRegistry","type":"boolean","default":false,"description":"Whether to use Confluent Schema Registry"},{"displayName":"Schema Registry URL","name":"schemaRegistryUrl","type":"string","required":true,"displayOptions":{"show":{"useSchemaRegistry":[true]}},"placeholder":"https://schema-registry-domain:8081","default":"","description":"URL of the schema registry"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Allow Topic Creation","name":"allowAutoTopicCreation","type":"boolean","default":false,"description":"Whether to allow sending message to a previously non-existing topic"},{"displayName":"Auto Commit Threshold","name":"autoCommitThreshold","type":"number","default":0,"description":"The consumer will commit offsets after resolving a given number of messages"},{"displayName":"Auto Commit Interval","name":"autoCommitInterval","type":"number","default":0,"description":"The consumer will commit offsets after a given period, for example, five seconds","hint":"Value in milliseconds"},{"displayName":"Batch Size","name":"batchSize","type":"number","default":1,"description":"Number of messages to process in each batch, when set to 1, message-by-message processing is enabled"},{"displayName":"Each Batch Auto Resolve","name":"eachBatchAutoResolve","type":"boolean","default":false,"description":"Whether to auto resolve offsets for each batch","displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.3}}]}}},{"displayName":"Fetch Max Bytes","name":"fetchMaxBytes","type":"number","default":1048576,"description":"Maximum amount of data the server should return for a fetch request. In bytes. Default is 1MB. Higher values allow fetching more messages at once."},{"displayName":"Fetch Min Bytes","name":"fetchMinBytes","type":"number","default":1,"description":"Minimum amount of data the server should return for a fetch request. In bytes. Server will wait up to fetchMaxWaitTime for this amount to accumulate."},{"displayName":"Heartbeat Interval","name":"heartbeatInterval","type":"number","default":10000,"description":"Controls how often the consumer sends heartbeats to the broker to indicate it is still alive. Must be lower than Session Timeout. Recommended value is approximately one third of the Session Timeout (for example: 10s heartbeat with 30s session timeout).","hint":"Value in milliseconds","displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.3}}]}}},{"displayName":"Heartbeat Interval","name":"heartbeatInterval","type":"number","default":3000,"description":"Heartbeats are used to ensure that the consumer's session stays active","hint":"The value must be set lower than Session Timeout","displayOptions":{"hide":{"@version":[{"_cnd":{"gte":1.3}}]}}},{"displayName":"Max Number of Requests","name":"maxInFlightRequests","type":"number","default":1,"description":"The maximum number of unacknowledged requests the client will send on a single connection"},{"displayName":"Read Messages From Beginning","name":"fromBeginning","type":"boolean","default":true,"description":"Whether to read message from beginning"},{"displayName":"JSON Parse Message","name":"jsonParseMessage","type":"boolean","default":false,"description":"Whether to try to parse the message to an object"},{"displayName":"Keep Message as Binary Data","name":"keepBinaryData","type":"boolean","default":false,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.2}}]}},"description":"Whether to keep message value as binary data for downstream processing (e.g., Avro deserialization)"},{"displayName":"Parallel Processing","name":"parallelProcessing","type":"boolean","default":true,"description":"Whether to process messages in parallel resolving offsets independently or in order resolving offsets after execution completion. In the manual mode, when execution started by clicking on Execute Workflow or Execute Step button, messages are processed in parallel resolving offsets immediately.","displayOptions":{"show":{"@version":[1.1,1.2]}}},{"displayName":"Partitions Consumed Concurrently","name":"partitionsConsumedConcurrently","type":"number","default":0,"description":"Number of Kafka partitions to process in parallel. Controls how many partitions are processed concurrently by the consumer.","hint":"Set to 0 to process all partitions sequentially"},{"displayName":"Only Message","name":"onlyMessage","type":"boolean","displayOptions":{"show":{"jsonParseMessage":[true]}},"default":false,"description":"Whether to return only the message property"},{"displayName":"Return Headers","name":"returnHeaders","type":"boolean","default":false,"description":"Whether to return the headers received from Kafka"},{"displayName":"Rebalance Timeout","name":"rebalanceTimeout","type":"number","default":600000,"description":"The maximum time allowed for a consumer to join the group"},{"displayName":"Retry Delay on Error","name":"errorRetryDelay","type":"number","default":5000,"description":"Delay in milliseconds before retrying after a failed offset resolution. This prevents rapid retry loops that could overwhelm the Kafka broker.","hint":"Value in milliseconds","typeOptions":{"minValue":1000},"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.3}}]},"hide":{"/resolveOffset":["immediately"]}}},{"displayName":"Session Timeout","name":"sessionTimeout","type":"number","default":30000,"description":"Timeout in milliseconds used to detect failures. Has to be higher than Heartbeat Interval. During the workflow execution heartbeat will be sent periodically to keep the session alive with configured Heartbeat Interval.","hint":"Value in milliseconds"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.kafkatrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/kafka/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Kafka/kafka.svg","dark":"icons/n8n-nodes-base/dist/nodes/Kafka/kafka.dark.svg"}},
{"displayName":"Keap","name":"keap","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Keap API","defaults":{"name":"Keap"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"keapOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Company","value":"company"},{"name":"Contact","value":"contact"},{"name":"Contact Note","value":"contactNote"},{"name":"Contact Tag","value":"contactTag"},{"name":"Ecommerce Order","value":"ecommerceOrder"},{"name":"Ecommerce Product","value":"ecommerceProduct"},{"name":"Email","value":"email"},{"name":"File","value":"file"}],"default":"company"},{"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":"Get Many","value":"getAll","description":"Retrieve many companies","action":"Get many companies"}],"default":"create"},{"displayName":"Company Name","name":"companyName","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["company"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["company"]}},"options":[{"displayName":"Email","name":"emailAddress","type":"string","default":""},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"Opt In Reason","name":"optInReason","type":"string","default":""},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Addresses","name":"addressesUi","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"placeholder":"Add Address","displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"options":[{"name":"addressesValues","displayName":"Address","values":[{"displayName":"Country Code","name":"countryCode","type":"string","default":"","description":"ISO Alpha-3 Code"},{"displayName":"Line 1","name":"line1","type":"string","default":""},{"displayName":"Line 2","name":"line2","type":"string","default":""},{"displayName":"Locality","name":"locality","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Region","name":"region","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""},{"displayName":"Zip Four","name":"zipFour","type":"string","default":""}]}]},{"displayName":"Faxes","name":"faxesUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"placeholder":"Add Fax","displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"options":[{"name":"faxesValues","displayName":"Fax","values":[{"displayName":"Type","name":"type","type":"string","default":""},{"displayName":"Number","name":"number","type":"string","default":""}]}]},{"displayName":"Phones","name":"phonesUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Phone","displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"options":[{"name":"phonesValues","displayName":"Phones","values":[{"displayName":"Type","name":"type","type":"string","default":""},{"displayName":"Number","name":"number","type":"string","default":""}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["company"]}},"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":["company"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["company"]}},"options":[{"displayName":"Company Name","name":"companyName","type":"string","default":"","description":"Company name to query on"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"Date Created","value":"datecreated"},{"name":"ID","value":"id"},{"name":"Name","value":"name"}],"default":"","description":"Attribute to order items by"},{"displayName":"Order Direction","name":"orderDirection","type":"options","options":[{"name":"ASC","value":"ascending"},{"name":"DES","value":"descending"}],"default":""},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Comma-delimited list of Company properties to include in the response. (Fields such as notes, fax_number and custom_fields aren't included, by default.)."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create or Update","value":"upsert","description":"Create a new contact, or update the current one if it already exists (upsert)","action":"Create or update a contact"},{"name":"Delete","value":"delete","description":"Delete an contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Retrieve an contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Retrieve many contacts","action":"Get many contacts"}],"default":"upsert"},{"displayName":"Duplicate Option","name":"duplicateOption","required":true,"type":"options","options":[{"name":"Email","value":"email"},{"name":"Email And Name","value":"emailAndName"}],"displayOptions":{"show":{"operation":["upsert"],"resource":["contact"]}},"default":"email","description":"Performs duplicate checking by one of the following options: Email, EmailAndName. If a match is found using the option provided, the existing contact will be updated."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["upsert"],"resource":["contact"]}},"options":[{"displayName":"Anniversary","name":"anniversary","type":"dateTime","default":""},{"displayName":"Company ID","name":"companyId","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Contact Type Name or ID","name":"contactType","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getContactTypes"},"default":""},{"displayName":"Family Name","name":"familyName","type":"string","default":""},{"displayName":"Given Name","name":"givenName","type":"string","default":""},{"displayName":"IP Address","name":"ipAddress","type":"string","default":""},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"Lead Source ID","name":"leadSourceId","type":"number","default":0},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Opt In Reason","name":"optInReason","type":"string","default":""},{"displayName":"Owner Name or ID","name":"ownerId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"default":""},{"displayName":"Preferred Locale","name":"preferredLocale","type":"string","placeholder":"en","default":""},{"displayName":"Preferred Name","name":"preferredName","type":"string","default":""},{"displayName":"Source Type","name":"sourceType","type":"options","options":[{"name":"API","value":"API"},{"name":"Import","value":"IMPORT"},{"name":"Landing Page","value":"LANDINGPAGE"},{"name":"Manual","value":"MANUAL"},{"name":"Other","value":"OTHER"},{"name":"Unknown","value":"UNKNOWN"}],"default":""},{"displayName":"Spouse Name","name":"spouseName","type":"string","default":""},{"displayName":"Timezone Name or ID","name":"timezone","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTimezones"},"default":""},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Addresses","name":"addressesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Address","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"options":[{"name":"addressesValues","displayName":"Address","values":[{"displayName":"Field","name":"field","type":"options","options":[{"name":"Billing","value":"BILLING"},{"name":"Shipping","value":"SHIPPING"},{"name":"Other","value":"OTHER"}],"default":""},{"displayName":"Country Code Name or ID","name":"countryCode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCountries"},"default":""},{"displayName":"Line 1","name":"line1","type":"string","default":""},{"displayName":"Line 2","name":"line2","type":"string","default":""},{"displayName":"Locality","name":"locality","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Region","name":"region","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""},{"displayName":"Zip Four","name":"zipFour","type":"string","default":""}]}]},{"displayName":"Emails","name":"emailsUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Email","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"options":[{"name":"emailsValues","displayName":"Email","values":[{"displayName":"Field","name":"field","type":"options","options":[{"name":"Email 1","value":"EMAIL1"},{"name":"Email 2","value":"EMAIL2"},{"name":"Email 3","value":"EMAIL3"}],"default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""}]}]},{"displayName":"Faxes","name":"faxesUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Fax","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"options":[{"name":"faxesValues","displayName":"Fax","values":[{"displayName":"Field","name":"field","type":"options","options":[{"name":"Fax 1","value":"FAX1"},{"name":"Fax 2","value":"FAX2"}],"default":""},{"displayName":"Number","name":"number","type":"string","default":""}]}]},{"displayName":"Phones","name":"phonesUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Phone","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"options":[{"name":"phonesValues","displayName":"Phones","values":[{"displayName":"Field","name":"field","type":"options","options":[{"name":"Phone 1","value":"PHONE1"},{"name":"Phone 2","value":"PHONE2"},{"name":"Phone 3","value":"PHONE3"},{"name":"Phone 4","value":"PHONE4"},{"name":"Phone 5","value":"PHONE5"}],"default":""},{"displayName":"Number","name":"number","type":"string","default":""}]}]},{"displayName":"Social Accounts","name":"socialAccountsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Social Account","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"options":[{"name":"socialAccountsValues","displayName":"Social Account","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Facebook","value":"Facebook"},{"name":"Twitter","value":"Twitter"},{"name":"LinkedIn","value":"LinkedIn"}],"default":""},{"displayName":"Name","name":"name","type":"string","default":""}]}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["contact"]}},"default":""},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["contact"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["contact"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Comma-delimited list of Contact properties to include in the response. (Some fields such as lead_source_id, custom_fields, and job_title aren't included, by default.)."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["contact"]}},"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":["contact"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["contact"]}},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Given Name","name":"givenName","type":"string","default":""},{"displayName":"Family Name","name":"familyName","type":"string","default":""},{"displayName":"Order","name":"order","type":"options","options":[{"name":"Date","value":"date"},{"name":"Email","value":"email"},{"name":"ID","value":"id"},{"name":"Name","value":"name"}],"default":"","description":"Attribute to order items by"},{"displayName":"Order Direction","name":"orderDirection","type":"options","options":[{"name":"ASC","value":"ascending"},{"name":"DES","value":"descending"}],"default":""},{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"Date to start searching from on LastUpdated"},{"displayName":"Until","name":"until","type":"dateTime","default":"","description":"Date to search to on LastUpdated"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contactNote"]}},"options":[{"name":"Create","value":"create","description":"Create a note","action":"Create a contact note"},{"name":"Delete","value":"delete","description":"Delete a note","action":"Delete a contact note"},{"name":"Get","value":"get","description":"Get a notes","action":"Get a contact note"},{"name":"Get Many","value":"getAll","description":"Retrieve many notes","action":"Get many contact notes"},{"name":"Update","value":"update","description":"Update a note","action":"Update a contact note"}],"default":"create"},{"displayName":"User Name or ID","name":"userId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"operation":["create"],"resource":["contactNote"]}},"default":"","description":"The infusionsoft user to create the note on behalf of. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["contactNote"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["contactNote"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Appointment","value":"appointment"},{"name":"Call","value":"call"},{"name":"Email","value":"email"},{"name":"Fax","value":"fax"},{"name":"Letter","value":"letter"},{"name":"Other","value":"other"}],"default":""}]},{"displayName":"Note ID","name":"noteId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["contactNote"]}},"default":""},{"displayName":"Note ID","name":"noteId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["contactNote"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["contactNote"]}},"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":["contactNote"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["contactNote"]}},"options":[{"displayName":"Contact ID","name":"contactId","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"User Name or ID","name":"userId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"default":""}]},{"displayName":"Note ID","name":"noteId","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["contactNote"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["contactNote"]}},"options":[{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"Contact ID","name":"contactId","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Title","name":"title","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Appointment","value":"appointment"},{"name":"Call","value":"call"},{"name":"Email","value":"email"},{"name":"Fax","value":"fax"},{"name":"Letter","value":"letter"},{"name":"Other","value":"other"}],"default":""},{"displayName":"User Name or ID","name":"userId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"The infusionsoft user to create the note on behalf of. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contactTag"]}},"options":[{"name":"Create","value":"create","description":"Add a list of tags to a contact","action":"Create a contact tag"},{"name":"Delete","value":"delete","description":"Delete a contact's tag","action":"Delete a contact tag"},{"name":"Get Many","value":"getAll","description":"Retrieve many contact's tags","action":"Get many contact tags"}],"default":"create"},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["contactTag"]}},"default":""},{"displayName":"Tag Names or IDs","name":"tagIds","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTags"},"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["contactTag"]}},"default":[]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["contactTag"]}},"default":""},{"displayName":"Tag IDs","name":"tagIds","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["contactTag"]}},"default":"Tag IDs, multiple IDs can be set separated by comma."},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["contactTag"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["contactTag"]}},"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":["contactTag"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ecommerceOrder"]}},"options":[{"name":"Create","value":"create","description":"Create an ecommerce order","action":"Create an e-commerce order"},{"name":"Get","value":"get","description":"Get an ecommerce order","action":"Get an e-commerce order"},{"name":"Delete","value":"delete","description":"Delete an ecommerce order","action":"Delete an e-commerce order"},{"name":"Get Many","value":"getAll","description":"Retrieve many ecommerce orders","action":"Get many e-commerce orders"}],"default":"create"},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["ecommerceOrder"]}},"default":""},{"displayName":"Order Date","name":"orderDate","type":"dateTime","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["ecommerceOrder"]}},"default":""},{"displayName":"Order Title","name":"orderTitle","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["ecommerceOrder"]}},"default":""},{"displayName":"Order Type","name":"orderType","type":"options","options":[{"name":"Offline","value":"offline"},{"name":"Online","value":"online"}],"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["ecommerceOrder"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["ecommerceOrder"]}},"options":[{"displayName":"Lead Affiliate ID","name":"leadAffiliateId","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Promo Codes","name":"promoCodes","type":"string","default":"","description":"Uses multiple strings separated by comma as promo codes. The corresponding discount will be applied to the order."},{"displayName":"Sales Affiliate ID","name":"salesAffiliateId","type":"number","typeOptions":{"minValue":0},"default":0}]},{"displayName":"Shipping Address","name":"addressUi","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"placeholder":"Add Address","displayOptions":{"show":{"resource":["ecommerceOrder"],"operation":["create"]}},"options":[{"name":"addressValues","displayName":"Address","values":[{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Country Code Name or ID","name":"countryCode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCountries"},"default":""},{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"Line 1","name":"line1","type":"string","default":""},{"displayName":"Line 2","name":"line2","type":"string","default":""},{"displayName":"Locality","name":"locality","type":"string","default":""},{"displayName":"Region","name":"region","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""},{"displayName":"Zip Four","name":"zipFour","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]}]},{"displayName":"Order Items","name":"orderItemsUi","type":"fixedCollection","placeholder":"Add Order Item","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["ecommerceOrder"],"operation":["create"]}},"options":[{"name":"orderItemsValues","displayName":"Order Item","values":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Price","name":"price","type":"number","typeOptions":{"minValue":0},"default":0,"description":"Overridable price of the product, if not specified, the default will be used"},{"displayName":"Product ID","name":"product ID","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Quantity","name":"quantity","type":"number","typeOptions":{"minValue":1},"default":1}]}]},{"displayName":"Order ID","name":"orderId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["ecommerceOrder"]}},"default":""},{"displayName":"Order ID","name":"orderId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["ecommerceOrder"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["ecommerceOrder"]}},"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":["ecommerceOrder"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["ecommerceOrder"]}},"options":[{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"Date to start searching from"},{"displayName":"Until","name":"until","type":"dateTime","default":"","description":"Date to search to"},{"displayName":"Paid","name":"paid","type":"boolean","default":false},{"displayName":"Order","name":"order","type":"string","default":"","description":"Attribute to order items by"},{"displayName":"Contact ID","name":"contactId","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Product ID","name":"productId","type":"number","typeOptions":{"minValue":0},"default":0}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ecommerceProduct"]}},"options":[{"name":"Create","value":"create","description":"Create an ecommerce product","action":"Create an e-commerce product"},{"name":"Delete","value":"delete","description":"Delete an ecommerce product","action":"Delete an e-commerce product"},{"name":"Get","value":"get","description":"Get an ecommerce product","action":"Get an e-commerce product"},{"name":"Get Many","value":"getAll","description":"Retrieve many ecommerce products","action":"Get many e-commerce products"}],"default":"create"},{"displayName":"Product Name","name":"productName","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["ecommerceProduct"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["ecommerceProduct"]}},"options":[{"displayName":"Active","name":"active","type":"boolean","default":false},{"displayName":"Product Description","name":"productDesc","type":"string","default":""},{"displayName":"Product Price","name":"productPrice","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Product Short Desc","name":"productShortDesc","type":"string","default":""},{"displayName":"SKU","name":"sku","type":"string","default":""},{"displayName":"Subscription Only","name":"subscriptionOnly","type":"boolean","default":false}]},{"displayName":"Product ID","name":"productId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["ecommerceProduct"]}},"default":""},{"displayName":"Product ID","name":"productId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["ecommerceProduct"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["ecommerceProduct"]}},"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":["ecommerceProduct"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["ecommerceProduct"]}},"options":[{"displayName":"Active","name":"active","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["email"]}},"options":[{"name":"Create Record","value":"createRecord","description":"Create a record of an email sent to a contact","action":"Create a record of an email sent"},{"name":"Get Many","value":"getAll","description":"Retrieve many sent emails","action":"Get many emails"},{"name":"Send","value":"send","description":"Send Email","action":"Send an email"}],"default":"createRecord"},{"displayName":"Sent To Address","name":"sentToAddress","type":"string","required":true,"displayOptions":{"show":{"operation":["createRecord"],"resource":["email"]}},"default":""},{"displayName":"Sent From Address","name":"sentFromAddress","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["createRecord"],"resource":["email"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["createRecord"],"resource":["email"]}},"options":[{"displayName":"Clicked Date","name":"clickedDate","type":"dateTime","default":""},{"displayName":"Contact ID","name":"contactId","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Headers","name":"headers","type":"string","default":""},{"displayName":"HTML Content","name":"htmlContent","type":"string","default":"","description":"Base64 encoded HTML"},{"displayName":"Opened Date","name":"openedDate","type":"dateTime","default":""},{"displayName":"Original Provider","name":"originalProvider","type":"options","options":[{"name":"Unknown","value":"UNKNOWN"},{"name":"Infusionsoft","value":"INFUSIONSOFT"},{"name":"Microsoft","value":"MICROSOFT"},{"name":"Google","value":"GOOGLE"}],"default":"UNKNOWN","description":"Provider that sent the email case insensitive, must be in list"},{"displayName":"Original Provider ID","name":"originalProviderId","type":"string","default":"","description":"Provider ID that sent the email, must be unique when combined with provider. If omitted a UUID without dashes is autogenerated for the record."},{"displayName":"Plain Content","name":"plainContent","type":"string","default":"","description":"Base64 encoded text"},{"displayName":"Provider Source ID","name":"providerSourceId","type":"string","default":"The email address of the synced email account that generated this message."},{"displayName":"Received Date","name":"receivedDate","type":"dateTime","default":""},{"displayName":"Sent Date","name":"sentDate","type":"dateTime","default":""},{"displayName":"Sent From Reply Address","name":"sentFromReplyAddress","type":"string","default":""},{"displayName":"Sent To Bcc Addresses","name":"sentToBccAddresses","type":"string","default":""},{"displayName":"Sent To CC Addresses","name":"sentToCCAddresses","type":"string","default":""},{"displayName":"Subject","name":"subject","type":"string","default":""}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["email"]}},"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":["email"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["email"]}},"options":[{"displayName":"Contact ID","name":"contactId","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Since Sent Date","name":"sinceSentDate","type":"dateTime","default":"","description":"Emails sent since the provided date, must be present if untilDate is provided"},{"displayName":"Until Sent Date","name":"untilSentDate","type":"dateTime","default":"","description":"Email sent until the provided date"}]},{"displayName":"User Name or ID","name":"userId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"operation":["send"],"resource":["email"]}},"default":"","description":"The infusionsoft user to send the email on behalf of. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Contact IDs","name":"contactIds","type":"string","displayOptions":{"show":{"operation":["send"],"resource":["email"]}},"default":"","description":"Contact IDs to receive the email. Multiple can be added seperated by comma."},{"displayName":"Subject","name":"subject","type":"string","displayOptions":{"show":{"operation":["send"],"resource":["email"]}},"default":"","description":"The subject line of the email"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["send"],"resource":["email"]}},"options":[{"displayName":"Address Field","name":"addressField","type":"string","default":"","description":"Email field of each Contact record to address the email to, such as 'EmailAddress1', 'EmailAddress2', 'EmailAddress3', defaulting to the contact's primary email"},{"displayName":"HTML Content","name":"htmlContent","type":"string","default":"","description":"The HTML-formatted content of the email, encoded in Base64"},{"displayName":"Plain Content","name":"plainContent","type":"string","default":"","description":"The plain-text content of the email, encoded in Base64"}]},{"displayName":"Attachments","name":"attachmentsUi","placeholder":"Add Attachments","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"operation":["send"],"resource":["email"]}},"options":[{"name":"attachmentsValues","displayName":"Attachments Values","values":[{"displayName":"File Data","name":"fileData","type":"string","default":"","description":"The content of the attachment, encoded in Base64"},{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"The filename of the attached file, including extension"}]},{"name":"attachmentsBinary","displayName":"Attachments Binary","values":[{"displayName":"Property","name":"property","type":"string","default":"","description":"Name of the binary properties which contain data which should be added to email as attachment"}]}],"default":{},"description":"Attachments to be sent with each copy of the email, maximum of 10 with size of 1MB each"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a file","action":"Delete a file"},{"name":"Get Many","value":"getAll","description":"Retrieve many files","action":"Get many files"},{"name":"Upload","value":"upload","description":"Upload a file","action":"Upload a file"}],"default":"delete"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[true]}},"hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"File Association","name":"fileAssociation","type":"options","options":[{"name":"Company","value":"company"},{"name":"Contact","value":"contact"},{"name":"User","value":"user"}],"required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":""},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"],"fileAssociation":["contact"]}},"default":""},{"displayName":"File Name","name":"fileName","type":"string","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[false]}},"default":"","description":"The filename of the attached file, including extension"},{"displayName":"File Data","name":"fileData","type":"string","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[false]}},"default":"","description":"The content of the attachment, encoded in Base64"},{"displayName":"Is Public","name":"isPublic","type":"boolean","default":false,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}}},{"displayName":"File ID","name":"fileId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["file"]}},"default":""},{"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":200},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["file"]}},"options":[{"displayName":"Contact ID","name":"contactId","type":"number","typeOptions":{"minValue":0},"default":0,"description":"Filter based on Contact ID, if user has permission to see Contact files"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Filter files based on name, with '*' preceding or following to indicate LIKE queries"},{"displayName":"Permission","name":"permission","type":"options","options":[{"name":"User","value":"user"},{"name":"Company","value":"company"},{"name":"Both","value":"both"}],"default":"both","description":"Filter based on the permission of files"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Application","value":"application"},{"name":"Attachment","value":"attachment"},{"name":"Contact","value":"contact"},{"name":"Digital Product","value":"digitalProduct"},{"name":"Fax","value":"fax"},{"name":"Funnel","value":"funnel"},{"name":"Hidden","value":"hidden"},{"name":"Image","value":"image"},{"name":"Import","value":"import"},{"name":"Logo Thumnail","value":"logoThumnail"},{"name":"Re Sampled Image","value":"reSampledImage"},{"name":"Style Cart","value":"styleCart"},{"name":"Template Thumnail","value":"templateThumnail"},{"name":"Ticket","value":"ticket"},{"name":"Webform","value":"webform"}],"default":"","description":"Filter based on the type of file"},{"displayName":"Viewable","name":"viewable","type":"options","options":[{"name":"Public","value":"public"},{"name":"Private","value":"private"},{"name":"Both","value":"both"}],"default":"both","description":"Include public or private files in response"}]}],"codex":{"categories":["Sales","Communication"],"alias":["Infusionsoft"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.keap/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/keap/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Keap/keap.png"},
{"displayName":"Keap Trigger","name":"keapTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"eventId\"]}}","description":"Starts the workflow when Infusionsoft events occur","defaults":{"name":"Keap Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"keapOAuth2Api","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Event Name or ID","name":"eventId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getEvents"},"default":"","required":true},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return the data exactly in the way it got received from the API"}],"codex":{"categories":["Sales","Communication"],"alias":["Infusionsoft"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.keaptrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/keap/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Keap/keap.png"},
{"displayName":"KoBoToolbox","name":"koBoToolbox","group":["transform"],"version":1,"description":"Work with KoBoToolbox forms and submissions","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"KoBoToolbox"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"koBoToolboxApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Form","value":"form"},{"name":"Hook","value":"hook"},{"name":"Submission","value":"submission"}],"default":"submission","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["form"]}},"options":[{"name":"Get","value":"get","description":"Get a form","action":"Get a form"},{"name":"Get Many","value":"getAll","description":"Get many forms","action":"Get many forms"},{"name":"Redeploy","value":"redeploy","description":"Redeploy Current Form Version","action":"Redeploy Current Form Version"}],"default":"get"},{"displayName":"Form Name or ID","name":"formId","type":"options","typeOptions":{"loadOptionsMethod":"loadForms"},"required":true,"default":"","displayOptions":{"show":{"resource":["form"],"operation":["get","redeploy"]}},"description":"Form ID (e.g. aSAvYreNzVEkrWg5Gdcvg). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["form"],"operation":["getAll"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"maxValue":3000},"displayOptions":{"show":{"resource":["form"],"operation":["getAll"],"returnAll":[false]}},"default":1000,"description":"Max number of results to return"},{"displayName":"Options","name":"options","placeholder":"Add option","type":"collection","default":{},"displayOptions":{"show":{"resource":["form"],"operation":["getAll"]}},"options":[{"displayName":"Sort","name":"sort","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"placeholder":"Add Sort","options":[{"displayName":"Sort","name":"value","values":[{"displayName":"Descending","name":"descending","type":"boolean","default":true,"description":"Whether to sort by descending order"},{"displayName":"Order By","name":"ordering","type":"options","default":"date_modified","options":[{"name":"Asset Type","value":"asset_type"},{"name":"Date Modified","value":"date_modified"},{"name":"Name","value":"name"},{"name":"Owner Username","value":"owner__username"},{"name":"Subscribers Count","value":"subscribers_count"}],"description":"Field to order by"}]}]}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["form"],"operation":["getAll"]}},"options":[{"displayName":"Filter","name":"filter","type":"string","default":"asset_type:survey","description":"A text search query based on form data - e.g. \"owner__username:meg AND name__icontains:quixotic\" - see <a href=\"https://github.com/kobotoolbox/kpi#searching\" target=\"_blank\">docs</a> for more details"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["hook"]}},"options":[{"name":"Get","value":"get","description":"Get a single hook definition","action":"Get a hook"},{"name":"Get Many","value":"getAll","description":"List many hooks on a form","action":"Get Many hooks"},{"name":"Logs","value":"getLogs","description":"Get hook logs","action":"Get Logs for a hook"},{"name":"Retry All","value":"retryAll","description":"Retry all failed attempts for a given hook","action":"Retry All hooks"},{"name":"Retry One","value":"retryOne","description":"Retry a specific hook","action":"Retry One hook"}],"default":"getAll"},{"displayName":"Form Name or ID","name":"formId","type":"options","typeOptions":{"loadOptionsMethod":"loadForms"},"required":true,"default":"","displayOptions":{"show":{"resource":["hook"],"operation":["get","retryOne","retryAll","getLogs","getAll"]}},"description":"Form ID (e.g. aSAvYreNzVEkrWg5Gdcvg). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Hook ID","name":"hookId","type":"string","required":true,"displayOptions":{"show":{"resource":["hook"],"operation":["get","retryOne","retryAll","getLogs"]}},"default":"","description":"Hook ID (starts with h, e.g. hVehywQ2oXPYGHJHKtqth4)"},{"displayName":"Hook Log ID","name":"logId","type":"string","required":true,"displayOptions":{"show":{"resource":["hook"],"operation":["retryOne"]}},"default":"","description":"Hook log ID (starts with hl, e.g. hlSbGKaUKzTVNoWEVMYbLHe)"},{"displayName":"Return All","name":"returnAll","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["hook"],"operation":["getAll"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"maxValue":3000},"displayOptions":{"show":{"resource":["hook"],"operation":["getAll"],"returnAll":[false]}},"default":1000,"description":"Max number of results to return"},{"displayName":"Log Status","name":"status","type":"options","displayOptions":{"show":{"resource":["hook"],"operation":["getLogs"]}},"default":"","description":"Only retrieve logs with a specific status","options":[{"name":"All","value":""},{"name":"Failed","value":"0"},{"name":"Pending","value":"1"},{"name":"Success","value":"2"}]},{"displayName":"Start Date","name":"startDate","type":"dateTime","displayOptions":{"show":{"resource":["hook"],"operation":["getLogs"]}},"default":"","description":"Minimum date for the hook log to retrieve"},{"displayName":"End Date","name":"endDate","type":"dateTime","displayOptions":{"show":{"resource":["hook"],"operation":["getLogs"]}},"default":"","description":"Maximum date for the hook log to retrieve"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["submission"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a single submission","action":"Delete a submission"},{"name":"Get","value":"get","description":"Get a single submission","action":"Get a submission"},{"name":"Get Many","value":"getAll","description":"Get many submissions","action":"Get many submissions"},{"name":"Get Validation Status","value":"getValidation","description":"Get the validation status for the submission","action":"Get the validation status for a submission"},{"name":"Update Validation Status","value":"setValidation","description":"Set the validation status of the submission","action":"Update the validation status for a submission"}],"default":"getAll"},{"displayName":"Form Name or ID","name":"formId","type":"options","typeOptions":{"loadOptionsMethod":"loadForms"},"required":true,"default":"","displayOptions":{"show":{"resource":["submission"],"operation":["get","delete","getValidation","setValidation","getAll"]}},"description":"Form ID (e.g. aSAvYreNzVEkrWg5Gdcvg). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Submission ID","name":"submissionId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["submission"],"operation":["get","delete","getValidation","setValidation"]}},"description":"Submission ID (number, e.g. 245128)"},{"displayName":"Validation Status","name":"validationStatus","type":"options","required":true,"displayOptions":{"show":{"resource":["submission"],"operation":["setValidation"]}},"default":"","options":[{"name":"Approved","value":"validation_status_approved"},{"name":"Not Approved","value":"validation_status_not_approved"},{"name":"On Hold","value":"validation_status_on_hold"}],"description":"Desired Validation Status"},{"displayName":"Return All","name":"returnAll","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["submission"],"operation":["getAll"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"maxValue":3000},"displayOptions":{"show":{"resource":["submission"],"operation":["getAll"],"returnAll":[false]}},"default":100,"description":"Max number of results to return"},{"displayName":"Filter","name":"filterType","type":"options","default":"none","displayOptions":{"show":{"resource":["submission"],"operation":["getAll"]}},"options":[{"name":"None","value":"none"},{"name":"JSON","value":"json"}]},{"displayName":"See <a href=\"https://github.com/SEL-Columbia/formhub/wiki/Formhub-Access-Points-(API)#api-parameters\" target=\"_blank\">Formhub API docs</a> to creating filters, using the MongoDB JSON format - e.g. {\"_submission_time\":{\"$lt\":\"2021-10-01T01:02:03\"}}","name":"jsonNotice","type":"notice","displayOptions":{"show":{"resource":["submission"],"operation":["getAll"],"filterType":["json"]}},"default":""},{"displayName":"Filters (JSON)","name":"filterJson","type":"string","default":"","displayOptions":{"show":{"resource":["submission"],"operation":["getAll"],"filterType":["json"]}}},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"resource":["submission"],"operation":["get","getAll"]}},"default":{},"placeholder":"Add option","options":[{"displayName":"Download Attachments","name":"download","type":"boolean","default":false,"description":"Whether to download submitted attachments"},{"displayName":"Attachments Naming Scheme","name":"binaryNamingScheme","type":"options","default":"sequence","displayOptions":{"show":{"download":[true]}},"options":[{"name":"Sequence (e.g. attachment_N)","value":"sequence"},{"name":"Use Original Form Question ID","value":"question"}]},{"displayName":"Attachments Prefix","name":"dataPropertyAttachmentsPrefixName","type":"string","displayOptions":{"show":{"download":[true],"binaryNamingScheme":["sequence"]}},"default":"attachment_","description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Fields to Retrieve","name":"fields","type":"string","default":"","description":"Comma-separated list of fields to retrieve (e.g. _submission_time,_submitted_by). If left blank, all fields are retrieved."},{"displayName":"File Size","name":"version","type":"options","displayOptions":{"show":{"download":[true]}},"default":"download_url","description":"Attachment size to retrieve, if multiple versions are available","options":[{"name":"Original","value":"download_url"},{"name":"Small","value":"download_small_url"},{"name":"Medium","value":"download_medium_url"},{"name":"Large","value":"download_large_url"}]},{"displayName":"Multiselect Mask","name":"selectMask","type":"string","default":"select_*","description":"Comma-separated list of wildcard-style selectors for fields that should be treated as multiselect fields, i.e. parsed as arrays."},{"displayName":"Number Mask","name":"numberMask","type":"string","default":"n_*, f_*","description":"Comma-separated list of wildcard-style selectors for fields that should be treated as numbers"},{"displayName":"Reformat","name":"reformat","type":"boolean","default":false,"description":"Whether to apply some reformatting to the submission data, such as parsing GeoJSON coordinates"},{"displayName":"Sort","name":"sort","type":"json","default":"","description":"Sort predicates, in MongoDB JSON format (e.g. {\"_submission_time\":1})"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Create","value":"create","description":"Create a file","action":"Create a file"},{"name":"Delete","value":"delete","description":"Delete file","action":"Delete a file"},{"name":"Get","value":"get","description":"Get a file content","action":"Get a file content"},{"name":"Get Many","value":"getAll","description":"Get many files","action":"Get many files"}],"default":"get"},{"displayName":"Form Name or ID","name":"formId","type":"options","typeOptions":{"loadOptionsMethod":"loadForms"},"required":true,"default":"","displayOptions":{"show":{"resource":["file"]}},"description":"Form ID (e.g. aSAvYreNzVEkrWg5Gdcvg). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"File ID","name":"fileId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["delete","get"]}},"description":"Uid of the file (should start with \"af\" e.g. \"afQoJxA4kmKEXVpkH6SYbhb\""},{"displayName":"Property Name","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["file"],"operation":["get"]}},"description":"Name of the binary property to write the file into"},{"displayName":"Download File Content","name":"download","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["file"],"operation":["get"]}},"description":"Whether to download the file content into a binary property"},{"displayName":"File Upload Mode","name":"fileMode","type":"options","required":true,"default":"binary","displayOptions":{"show":{"resource":["file"],"operation":["create"]}},"options":[{"name":"Binary File","value":"binary"},{"name":"URL","value":"url"}]},{"displayName":"Property Name","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["file"],"operation":["create"],"fileMode":["binary"]}},"description":"Name of the binary property containing the file to upload. Supported types: image, audio, video, csv, xml, zip."},{"displayName":"File URL","name":"fileUrl","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["create"],"fileMode":["url"]}},"description":"HTTP(s) link to the file to upload"}],"codex":{"categories":["Communication","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.kobotoolbox/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/kobotoolbox/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/KoBoToolbox/koBoToolbox.svg"},
{"displayName":"KoBoToolbox Trigger","name":"koBoToolboxTrigger","group":["trigger"],"version":1,"description":"Process KoBoToolbox submissions","defaults":{"name":"KoBoToolbox Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"koBoToolboxApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Form Name or ID","name":"formId","type":"options","typeOptions":{"loadOptionsMethod":"loadForms"},"required":true,"default":"","description":"Form ID (e.g. aSAvYreNzVEkrWg5Gdcvg). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Trigger On","name":"triggerOn","type":"options","required":true,"default":"formSubmission","options":[{"name":"On Form Submission","value":"formSubmission"}]},{"displayName":"Options","placeholder":"Add option","name":"formatOptions","type":"collection","default":{},"options":[{"displayName":"Download Attachments","name":"download","type":"boolean","default":false,"description":"Whether to download submitted attachments"},{"displayName":"Attachments Naming Scheme","name":"binaryNamingScheme","type":"options","default":"sequence","displayOptions":{"show":{"download":[true]}},"options":[{"name":"Sequence (e.g. attachment_N)","value":"sequence"},{"name":"Use Original Form Question ID","value":"question"}]},{"displayName":"Attachments Prefix","name":"dataPropertyAttachmentsPrefixName","type":"string","displayOptions":{"show":{"download":[true],"binaryNamingScheme":["sequence"]}},"default":"attachment_","description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"File Size","name":"version","type":"options","displayOptions":{"show":{"download":[true]}},"default":"download_url","description":"Attachment size to retrieve, if multiple versions are available","options":[{"name":"Original","value":"download_url"},{"name":"Small","value":"download_small_url"},{"name":"Medium","value":"download_medium_url"},{"name":"Large","value":"download_large_url"}]},{"displayName":"Multiselect Mask","name":"selectMask","type":"string","default":"select_*","description":"Comma-separated list of wildcard-style selectors for fields that should be treated as multiselect fields, i.e. parsed as arrays."},{"displayName":"Number Mask","name":"numberMask","type":"string","default":"n_*, f_*","description":"Comma-separated list of wildcard-style selectors for fields that should be treated as numbers"},{"displayName":"Reformat","name":"reformat","type":"boolean","default":false,"description":"Whether to apply some reformatting to the submission data, such as parsing GeoJSON coordinates"}]}],"codex":{"categories":["Communication","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.kobotoolboxtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/kobotoolbox/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/KoBoToolbox/koBoToolbox.svg"},
{"displayName":"Ldap","name":"ldap","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Interact with LDAP servers","defaults":{"name":"LDAP"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"ldap","required":true,"testedBy":"ldapConnectionTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Compare","value":"compare","description":"Compare an attribute","action":"Compare an attribute"},{"name":"Create","value":"create","description":"Create a new entry","action":"Create a new entry"},{"name":"Delete","value":"delete","description":"Delete an entry","action":"Delete an entry"},{"name":"Rename","value":"rename","description":"Rename the DN of an existing entry","action":"Rename the DN of an existing entry"},{"name":"Search","value":"search","description":"Search LDAP","action":"Search LDAP"},{"name":"Update","value":"update","description":"Update attributes","action":"Update attributes"}],"default":"search"},{"displayName":"Debug","name":"nodeDebug","type":"boolean","isNodeSetting":true,"default":false,"noDataExpression":true},{"displayName":"DN","name":"dn","type":"string","default":"","placeholder":"e.g. ou=users,dc=n8n,dc=io","required":true,"typeOptions":{"alwaysOpenEditWindow":false},"displayOptions":{"show":{"operation":["compare"]}},"description":"The distinguished name of the entry to compare"},{"displayName":"DN","name":"dn","type":"string","default":"","placeholder":"e.g. ou=users,dc=n8n,dc=io","required":true,"typeOptions":{"alwaysOpenEditWindow":false},"displayOptions":{"show":{"operation":["create"]}},"description":"The distinguished name of the entry to create"},{"displayName":"DN","name":"dn","type":"string","default":"","placeholder":"e.g. ou=users,dc=n8n,dc=io","required":true,"typeOptions":{"alwaysOpenEditWindow":false},"displayOptions":{"show":{"operation":["delete"]}},"description":"The distinguished name of the entry to delete"},{"displayName":"DN","name":"dn","type":"string","default":"","placeholder":"e.g. cn=john,ou=users,dc=n8n,dc=io","required":true,"typeOptions":{"alwaysOpenEditWindow":false},"displayOptions":{"show":{"operation":["rename"]}},"description":"The distinguished name of the entry to rename"},{"displayName":"DN","name":"dn","type":"string","default":"","placeholder":"e.g. ou=users,dc=n8n,dc=io","required":true,"typeOptions":{"alwaysOpenEditWindow":false},"displayOptions":{"show":{"operation":["modify"]}},"description":"The distinguished name of the entry to modify"},{"displayName":"DN","name":"dn","type":"string","default":"","placeholder":"e.g. ou=users,dc=n8n,dc=io","required":true,"typeOptions":{"alwaysOpenEditWindow":false},"displayOptions":{"show":{"operation":["update"]}},"description":"The distinguished name of the entry to update"},{"displayName":"Attribute ID","name":"id","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getAttributesForDn"},"description":"The ID of the attribute to compare","displayOptions":{"show":{"operation":["compare"]}}},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to compare","displayOptions":{"show":{"operation":["compare"]}}},{"displayName":"New DN","name":"targetDn","type":"string","default":"","placeholder":"e.g. cn=nathan,ou=users,dc=n8n,dc=io","required":true,"displayOptions":{"show":{"operation":["rename"]}},"description":"The new distinguished name for the entry"},{"displayName":"Attributes","name":"attributes","placeholder":"Add Attributes","description":"Attributes to add to the entry","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"operation":["create"]}},"default":{},"options":[{"name":"attribute","displayName":"Attribute","values":[{"displayName":"Attribute ID","name":"id","type":"string","default":"","description":"The ID of the attribute to add","required":true},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the attribute to set"}]}]},{"displayName":"Update Attributes","name":"attributes","placeholder":"Update Attributes","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"displayOptions":{"show":{"operation":["update"]}},"description":"Update entry attributes","default":{},"options":[{"name":"add","displayName":"Add","values":[{"displayName":"Attribute ID","name":"id","type":"string","default":"","description":"The ID of the attribute to add","required":true},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the attribute to set"}]},{"name":"replace","displayName":"Replace","values":[{"displayName":"Attribute ID","name":"id","type":"string","default":"","description":"The ID of the attribute to replace","required":true},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the attribute to replace"}]},{"name":"delete","displayName":"Remove","values":[{"displayName":"Attribute ID","name":"id","type":"string","default":"","description":"The ID of the attribute to remove","required":true},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the attribute to remove"}]}]},{"displayName":"Base DN","name":"baseDN","type":"string","default":"","placeholder":"e.g. ou=users, dc=n8n, dc=io","required":true,"displayOptions":{"show":{"operation":["search"]}},"description":"The distinguished name of the subtree to search in"},{"displayName":"Search For","name":"searchFor","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getObjectClasses"},"displayOptions":{"show":{"operation":["search"]}},"description":"Directory object class to search for"},{"displayName":"Custom Filter","name":"customFilter","type":"string","default":"(objectclass=*)","displayOptions":{"show":{"operation":["search"],"searchFor":["custom"]}},"description":"Custom LDAP filter. Escape these chars * ( ) \\ with a backslash \"\\\"."},{"displayName":"Attribute","name":"attribute","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getAttributes"},"description":"Attribute to search for","displayOptions":{"show":{"operation":["search"]},"hide":{"searchFor":["custom"]}}},{"displayName":"Search Text","name":"searchText","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["search"]},"hide":{"searchFor":["custom"]}},"description":"Text to search for, Use * for a wildcard"},{"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":["search"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["search"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["search"]}},"options":[{"displayName":"Attribute Names or IDs","name":"attributes","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAttributes"},"default":[],"description":"Comma-separated list of attributes to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page Size","name":"pageSize","type":"number","default":1000,"typeOptions":{"minValue":0},"description":"Maximum number of results to request at one time. Set to 0 to disable paging."},{"displayName":"Scope","name":"scope","default":"sub","description":"The set of entries at or below the BaseDN that may be considered potential matches","type":"options","options":[{"name":"Base Object","value":"base"},{"name":"Single Level","value":"one"},{"name":"Whole Subtree","value":"sub"}]}]}],"codex":{"categories":["Development","Developer Tools"],"alias":["ad","active directory"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.ldap/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/ldap/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Ldap/ldap.svg","dark":"icons/n8n-nodes-base/dist/nodes/Ldap/ldap.dark.svg"}},
{"displayName":"Lemlist","name":"lemlist","group":["transform"],"defaultVersion":2,"description":"Consume the Lemlist API","version":2,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Lemlist"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"lemlistApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Activity","value":"activity"},{"name":"Campaign","value":"campaign"},{"name":"Enrichment","value":"enrich"},{"name":"Lead","value":"lead"},{"name":"Team","value":"team"},{"name":"Unsubscribe","value":"unsubscribe"}],"default":"activity"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getAll","options":[{"name":"Get Many","value":"getAll","action":"Get many activities"}],"displayOptions":{"show":{"resource":["activity"]}}},{"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":["activity"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["activity"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["activity"],"operation":["getAll"]}},"options":[{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign to retrieve activity for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Is First","name":"isFirst","type":"boolean","default":false},{"displayName":"Lead ID","name":"leadId","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"emailsOpened","description":"Type of activity to retrieve","options":[{"name":"Aircall Created","value":"aircallCreated"},{"name":"Aircall Done","value":"aircallDone"},{"name":"Aircall Ended","value":"aircallEnded"},{"name":"Aircall Interested","value":"aircallInterested"},{"name":"Aircall Not Interested","value":"aircallNotInterested"},{"name":"Api Done","value":"apiDone"},{"name":"Api Failed","value":"apiFailed"},{"name":"Api Interested","value":"apiInterested"},{"name":"Api Not Interested","value":"apiNotInterested"},{"name":"Attracted","value":"attracted"},{"name":"Connection Issue","value":"connectionIssue"},{"name":"Contacted","value":"contacted"},{"name":"Custom Domain Errors","value":"customDomainErrors"},{"name":"Emails Bounced","value":"emailsBounced"},{"name":"Emails Clicked","value":"emailsClicked"},{"name":"Emails Failed","value":"emailsFailed"},{"name":"Emails Interested","value":"emailsInterested"},{"name":"Emails Not Interested","value":"emailsNotInterested"},{"name":"Emails Opened","value":"emailsOpened"},{"name":"Emails Replied","value":"emailsReplied"},{"name":"Emails Send Failed","value":"emailsSendFailed"},{"name":"Emails Sent","value":"emailsSent"},{"name":"Emails Unsubscribed","value":"emailsUnsubscribed"},{"name":"Hooked","value":"hooked"},{"name":"Interested","value":"interested"},{"name":"Lemwarm Paused","value":"lemwarmPaused"},{"name":"LinkedIn Interested","value":"linkedinInterested"},{"name":"LinkedIn Invite Accepted","value":"linkedinInviteAccepted"},{"name":"LinkedIn Invite Done","value":"linkedinInviteDone"},{"name":"LinkedIn Invite Failed","value":"linkedinInviteFailed"},{"name":"LinkedIn Not Interested","value":"linkedinNotInterested"},{"name":"LinkedIn Replied","value":"linkedinReplied"},{"name":"LinkedIn Send Failed","value":"linkedinSendFailed"},{"name":"LinkedIn Sent","value":"linkedinSent"},{"name":"LinkedIn Visit Done","value":"linkedinVisitDone"},{"name":"LinkedIn Visit Failed","value":"linkedinVisitFailed"},{"name":"LinkedIn Voice Note Done","value":"linkedinVoiceNoteDone"},{"name":"LinkedIn Voice Note Failed","value":"linkedinVoiceNoteFailed"},{"name":"Manual Interested","value":"manualInterested"},{"name":"Manual Not Interested","value":"manualNotInterested"},{"name":"Not Interested","value":"notInterested"},{"name":"Opportunities Done","value":"opportunitiesDone"},{"name":"Paused","value":"paused"},{"name":"Resumed","value":"resumed"},{"name":"Send Limit Reached","value":"sendLimitReached"},{"name":"Skipped","value":"skipped"},{"name":"Warmed","value":"warmed"}]},{"displayName":"Version","name":"version","type":"string","default":"v2"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getAll","options":[{"name":"Get Many","value":"getAll","action":"Get many campaigns"},{"name":"Get Stats","value":"getStats","action":"Get campaign stats"}],"displayOptions":{"show":{"resource":["campaign"]}}},{"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":["campaign"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["campaign"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["campaign"],"operation":["getAll"]}},"options":[{"displayName":"Version","name":"version","type":"string","default":"v2"}]},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign to get stats for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["campaign"],"operation":["getStats"]}}},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","required":true,"placeholder":"e.g. 2024-09-03 00:00:00Z","displayOptions":{"show":{"resource":["campaign"],"operation":["getStats"]}}},{"displayName":"End Date","name":"endDate","type":"dateTime","default":"","placeholder":"e.g. 2024-09-03 00:00:00Z","required":true,"displayOptions":{"show":{"resource":["campaign"],"operation":["getStats"]}}},{"displayName":"Timezone","name":"timezone","type":"string","default":"","required":true,"placeholder":"e.g. Europe/Paris","displayOptions":{"show":{"resource":["campaign"],"operation":["getStats"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","action":"Fetches a previously completed enrichment"},{"name":"Enrich Lead","value":"enrichLead","action":"Enrich a lead using an email or LinkedIn URL"},{"name":"Enrich Person","value":"enrichPerson","action":"Enrich a person using an email or LinkedIn URL"}],"displayOptions":{"show":{"resource":["enrich"]}}},{"displayName":"Enrichment ID","name":"enrichId","type":"string","default":"","required":true,"description":"ID of the enrichment to retrieve","displayOptions":{"show":{"resource":["enrich"],"operation":["get"]}}},{"displayName":"Lead ID","name":"leadId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["enrich"],"operation":["enrichLead"]}}},{"displayName":"Find Email","name":"findEmail","type":"boolean","default":false,"displayOptions":{"show":{"resource":["enrich"],"operation":["enrichLead","enrichPerson"]}}},{"displayName":"Verify Email","name":"verifyEmail","type":"boolean","default":false,"displayOptions":{"show":{"resource":["enrich"],"operation":["enrichLead","enrichPerson"]}}},{"displayName":"LinkedIn Enrichment","name":"linkedinEnrichment","type":"boolean","default":false,"displayOptions":{"show":{"resource":["enrich"],"operation":["enrichLead","enrichPerson"]}}},{"displayName":"Find Phone","name":"findPhone","type":"boolean","default":false,"displayOptions":{"show":{"resource":["enrich"],"operation":["enrichLead","enrichPerson"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["enrich"],"operation":["enrichPerson"]}},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"LinkedIn Url","name":"linkedinUrl","type":"string","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Company Domain","name":"companyDomain","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"create","options":[{"name":"Create","value":"create","action":"Create a lead"},{"name":"Delete","value":"delete","action":"Delete a lead"},{"name":"Get","value":"get","action":"Get a lead"},{"name":"Unsubscribe","value":"unsubscribe","action":"Unsubscribe a lead"}],"displayOptions":{"show":{"resource":["lead"]}}},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign to create the lead under. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["lead"],"operation":["create"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email of the lead to create","displayOptions":{"show":{"resource":["lead"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["create"]}},"options":[{"displayName":"Company Name","name":"companyName","type":"string","default":"","description":"Company name of the lead to create"},{"displayName":"Company Domain","name":"companyDomain","type":"string","default":"","description":"Company domain of the lead to create"},{"displayName":"Deduplicate","name":"deduplicate","type":"boolean","default":false,"description":"Whether to do not insert if this email is already present in another campaign"},{"displayName":"Find Email","name":"findEmail","type":"boolean","default":false,"description":"Whether to find verified email"},{"displayName":"Find Phone","name":"findPhone","type":"boolean","default":false,"description":"Whether to find phone number"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of the lead to create"},{"displayName":"Icebreaker","name":"icebreaker","type":"string","default":"","description":"Icebreaker of the lead to create"},{"displayName":"Job Title","name":"jobTitle","type":"string","default":"","description":"Job title of the lead to create"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of the lead to create"},{"displayName":"LinkedIn Enrichment","name":"linkedinEnrichment","type":"boolean","default":false,"description":"Whether to run the LinkedIn enrichment"},{"displayName":"LinkedIn URL","name":"linkedinUrl","type":"string","default":"","description":"LinkedIn URL of the lead to create"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number of the lead to create"},{"displayName":"Picture URL","name":"picture","type":"string","default":"","description":"Picture URL of the lead to create"},{"displayName":"Verify Email","name":"verifyEmail","type":"boolean","default":false,"description":"Whether to verify existing email (debounce)"}]},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign to remove the lead from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email of the lead to delete","displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email of the lead to retrieve","displayOptions":{"show":{"resource":["lead"],"operation":["get"]}}},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign to unsubscribe the lead from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["lead"],"operation":["unsubscribe"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email of the lead to unsubscribe","displayOptions":{"show":{"resource":["lead"],"operation":["unsubscribe"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","action":"Get a team"},{"name":"Get Credits","value":"getCredits","action":"Get team credits"}],"displayOptions":{"show":{"resource":["team"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"add","options":[{"name":"Add","value":"add","action":"Add an email to an unsubscribe list"},{"name":"Delete","value":"delete","action":"Delete an email from an unsubscribe list"},{"name":"Get Many","value":"getAll","action":"Get many unsubscribed emails"}],"displayOptions":{"show":{"resource":["unsubscribe"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email to add to the unsubscribes","displayOptions":{"show":{"resource":["unsubscribe"],"operation":["add"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email to delete from the unsubscribes","displayOptions":{"show":{"resource":["unsubscribe"],"operation":["delete"]}}},{"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":["unsubscribe"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["unsubscribe"],"operation":["getAll"],"returnAll":[false]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Lemlist/lemlist.svg","codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.lemlist/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/lemlist/"}]}}},
{"displayName":"Lemlist","name":"lemlist","group":["transform"],"defaultVersion":2,"description":"Consume the Lemlist API","version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Lemlist"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"lemlistApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Activity","value":"activity"},{"name":"Campaign","value":"campaign"},{"name":"Lead","value":"lead"},{"name":"Team","value":"team"},{"name":"Unsubscribe","value":"unsubscribe"}],"default":"activity"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getAll","options":[{"name":"Get Many","value":"getAll","action":"Get many activities"}],"displayOptions":{"show":{"resource":["activity"]}}},{"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":["activity"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["activity"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["activity"],"operation":["getAll"]}},"options":[{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign to retrieve activity for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"options","default":"emailsOpened","description":"Type of activity to retrieve","options":[{"name":"Emails Bounced","value":"emailsBounced"},{"name":"Emails Clicked","value":"emailsClicked"},{"name":"Emails Opened","value":"emailsOpened"},{"name":"Emails Replied","value":"emailsReplied"},{"name":"Emails Send Failed","value":"emailsSendFailed"},{"name":"Emails Sent","value":"emailsSent"},{"name":"Emails Unsubscribed","value":"emailsUnsubscribed"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getAll","options":[{"name":"Get Many","value":"getAll","action":"Get many campaigns"}],"displayOptions":{"show":{"resource":["campaign"]}}},{"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":["campaign"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["campaign"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"create","options":[{"name":"Create","value":"create","action":"Create a lead"},{"name":"Delete","value":"delete","action":"Delete a lead"},{"name":"Get","value":"get","action":"Get a lead"},{"name":"Unsubscribe","value":"unsubscribe","action":"Unsubscribe a lead"}],"displayOptions":{"show":{"resource":["lead"]}}},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign to create the lead under. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["lead"],"operation":["create"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email of the lead to create","displayOptions":{"show":{"resource":["lead"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["create"]}},"options":[{"displayName":"Company Name","name":"companyName","type":"string","default":"","description":"Company name of the lead to create"},{"displayName":"Deduplicate","name":"deduplicate","type":"boolean","default":false,"description":"Whether to do not insert if this email is already present in another campaign"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of the lead to create"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of the lead to create"},{"displayName":"Icebreaker","name":"icebreaker","type":"string","default":"","description":"Icebreaker of the lead to create"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Phone number of the lead to create"},{"displayName":"Picture URL","name":"picture","type":"string","default":"","description":"Picture URL of the lead to create"},{"displayName":"LinkedIn URL","name":"linkedinUrl","type":"string","default":"","description":"LinkedIn URL of the lead to create"}]},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign to remove the lead from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email of the lead to delete","displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email of the lead to retrieve","displayOptions":{"show":{"resource":["lead"],"operation":["get"]}}},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getCampaigns"},"description":"ID of the campaign to unsubscribe the lead from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["lead"],"operation":["unsubscribe"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email of the lead to unsubscribe","displayOptions":{"show":{"resource":["lead"],"operation":["unsubscribe"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","action":"Get a team"}],"displayOptions":{"show":{"resource":["team"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"add","options":[{"name":"Add","value":"add","action":"Add an email to an unsubscribe list"},{"name":"Delete","value":"delete","action":"Delete an email from an unsubscribe list"},{"name":"Get Many","value":"getAll","action":"Get many unsubscribed emails"}],"displayOptions":{"show":{"resource":["unsubscribe"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email to add to the unsubscribes","displayOptions":{"show":{"resource":["unsubscribe"],"operation":["add"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email to delete from the unsubscribes","displayOptions":{"show":{"resource":["unsubscribe"],"operation":["delete"]}}},{"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":["unsubscribe"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["unsubscribe"],"operation":["getAll"],"returnAll":[false]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Lemlist/lemlist.svg","codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.lemlist/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/lemlist/"}]}}},
{"displayName":"Lemlist Trigger","name":"lemlistTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"event\"]}}","description":"Handle Lemlist events via webhooks","defaults":{"name":"Lemlist Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"lemlistApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Event","name":"event","type":"options","required":true,"default":"","options":[{"name":"*","value":"*"},{"name":"Contacted","value":"contacted"},{"name":"Hooked","value":"hooked"},{"name":"Attracted","value":"attracted"},{"name":"Warmed","value":"warmed"},{"name":"Interested","value":"interested"},{"name":"Skipped","value":"skipped"},{"name":"Not Interested","value":"notInterested"},{"name":"Emails Sent","value":"emailsSent"},{"name":"Emails Opened","value":"emailsOpened"},{"name":"Emails Clicked","value":"emailsClicked"},{"name":"Emails Replied","value":"emailsReplied"},{"name":"Emails Bounced","value":"emailsBounced"},{"name":"Emails Send Failed","value":"emailsSendFailed"},{"name":"Emails Failed","value":"emailsFailed"},{"name":"Emails Unsubscribed","value":"emailsUnsubscribed"},{"name":"Emails Interested","value":"emailsInterested"},{"name":"Emails Not Interested","value":"emailsNotInterested"},{"name":"Opportunities Done","value":"opportunitiesDone"},{"name":"Aircall Created","value":"aircallCreated"},{"name":"Aircall Ended","value":"aircallEnded"},{"name":"Aircall Done","value":"aircallDone"},{"name":"Aircall Interested","value":"aircallInterested"},{"name":"Aircall Not Interested","value":"aircallNotInterested"},{"name":"Api Done","value":"apiDone"},{"name":"Api Interested","value":"apiInterested"},{"name":"Api Not Interested","value":"apiNotInterested"},{"name":"Api Failed","value":"apiFailed"},{"name":"LinkedIn Visit Done","value":"linkedinVisitDone"},{"name":"LinkedIn Visit Failed","value":"linkedinVisitFailed"},{"name":"LinkedIn Invite Done","value":"linkedinInviteDone"},{"name":"LinkedIn Invite Failed","value":"linkedinInviteFailed"},{"name":"LinkedIn Invite Accepted","value":"linkedinInviteAccepted"},{"name":"LinkedIn Replied","value":"linkedinReplied"},{"name":"LinkedIn Sent","value":"linkedinSent"},{"name":"LinkedIn Voice Note Done","value":"linkedinVoiceNoteDone"},{"name":"LinkedIn Voice Note Failed","value":"linkedinVoiceNoteFailed"},{"name":"LinkedIn Interested","value":"linkedinInterested"},{"name":"LinkedIn Not Interested","value":"linkedinNotInterested"},{"name":"LinkedIn Send Failed","value":"linkedinSendFailed"},{"name":"Manual Interested","value":"manualInterested"},{"name":"Manual Not Interested","value":"manualNotInterested"},{"name":"Paused","value":"paused"},{"name":"Resumed","value":"resumed"},{"name":"Custom Domain Errors","value":"customDomainErrors"},{"name":"Connection Issue","value":"connectionIssue"},{"name":"Send Limit Reached","value":"sendLimitReached"},{"name":"Lemwarm Paused","value":"lemwarmPaused"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","typeOptions":{"loadOptionsMethod":"getCampaigns"},"default":"","description":"We'll call this hook only for this campaignId. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Is First","name":"isFirst","type":"boolean","default":false,"description":"Whether to call this hook only the first time this activity happened"}]}],"codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.lemlisttrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/lemlist/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Lemlist/lemlist.svg"},
{"displayName":"Line","name":"line","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Line API","defaults":{"name":"Line"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"lineNotifyOAuth2Api","required":true,"displayOptions":{"show":{"resource":["notification"]}}}],"properties":[{"displayName":"End of service: LINE Notify will be discontinued from April 1st 2025, You can find more information <a href=\"https://notify-bot.line.me/closing-announce\" target=\"_blank\">here</a>","name":"notice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Notification","value":"notification"}],"default":"notification"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["notification"]}},"options":[{"name":"Send","value":"send","description":"Sends notifications to users or groups","action":"Send a notification"}],"default":"send"},{"displayName":"Message","name":"message","required":true,"type":"string","displayOptions":{"show":{"operation":["send"],"resource":["notification"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["send"],"resource":["notification"]}},"options":[{"displayName":"Image","name":"imageUi","placeholder":"Add Image","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"imageValue","displayName":"Image","values":[{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false},{"displayName":"Image Full Size","name":"imageFullsize","type":"string","default":"","displayOptions":{"show":{"binaryData":[false]}},"description":"HTTP/HTTPS URL. Maximum size of 2048×2048px JPEG."},{"displayName":"Image Thumbnail","name":"imageThumbnail","type":"string","displayOptions":{"show":{"binaryData":[false]}},"default":"","description":"HTTP/HTTPS URL. Maximum size of 240×240px JPEG."},{"displayName":"Input Binary Field","name":"binaryProperty","type":"string","displayOptions":{"show":{"binaryData":[true]}},"default":"data","hint":"The name of the input binary field containing the file to be written"}]}]},{"displayName":"Notification Disabled","name":"notificationDisabled","type":"boolean","default":false,"description":"<p>true: The user doesn't receive a push notification when the message is sent.</p><p>false: The user receives a push notification when the message is sent</p>"},{"displayName":"Sticker","name":"stickerUi","placeholder":"Add Sticker","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"stickerValue","displayName":"Sticker","values":[{"displayName":"Sticker ID","name":"stickerId","type":"number","default":""},{"displayName":"Sticker Package ID","name":"stickerPackageId","type":"number","default":"","description":"Package ID"}]}]}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.line/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/line/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Line/line.png"},
{"displayName":"Linear","name":"linear","group":["output"],"version":[1,1.1],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Linear API","defaults":{"name":"Linear"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"linearApi","required":true,"testedBy":"linearApiTest","displayOptions":{"show":{"authentication":["apiToken"]}}},{"name":"linearOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Token","value":"apiToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Comment","value":"comment"},{"name":"Issue","value":"issue"}],"default":"issue"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["comment"]}},"options":[{"name":"Add Comment","value":"addComment","description":"Add a comment to an issue","action":"Add a comment to an issue"}],"default":"addComment"},{"displayName":"Issue ID","name":"issueId","type":"string","required":true,"displayOptions":{"show":{"resource":["comment"],"operation":["addComment"]}},"default":""},{"displayName":"Comment","name":"comment","type":"string","required":true,"displayOptions":{"show":{"resource":["comment"],"operation":["addComment"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["comment"],"operation":["addComment"]}},"options":[{"displayName":"Parent Comment ID","name":"parentId","type":"string","description":"ID of the parent comment if this is a reply","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issue"]}},"options":[{"name":"Add Link","value":"addLink","description":"Add a link to an issue","action":"Add a link to an issue"},{"name":"Create","value":"create","description":"Create an issue","action":"Create an issue"},{"name":"Delete","value":"delete","description":"Delete an issue","action":"Delete an issue"},{"name":"Get","value":"get","description":"Get an issue","action":"Get an issue"},{"name":"Get Many","value":"getAll","description":"Get many issues","action":"Get many issues"},{"name":"Update","value":"update","description":"Update an issue","action":"Update an issue"}],"default":"create"},{"displayName":"Team Name or ID","name":"teamId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getTeams"},"default":""},{"displayName":"Title","name":"title","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}},"options":[{"displayName":"Assignee Name or ID","name":"assigneeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"default":""},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Priority","name":"priorityId","type":"options","options":[{"name":"Urgent","value":1},{"name":"High","value":2},{"name":"Normal","value":3},{"name":"Low","value":4},{"name":"No Priority","value":0}],"default":0},{"displayName":"State Name or ID","name":"stateId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getStates"},"default":""}]},{"displayName":"Issue ID","name":"issueId","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["addLink","get","delete"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"displayOptions":{"show":{"resource":["issue"],"operation":["getAll"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":50,"typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["issue"],"operation":["getAll"],"returnAll":[false]}},"description":"Max number of results to return"},{"displayName":"Issue ID","name":"issueId","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["update"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["update"],"@version":[1]}},"options":[{"displayName":"Assignee Name or ID","name":"assigneeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"default":""},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Priority Name/ID","name":"priorityId","type":"options","options":[{"name":"Urgent","value":1},{"name":"High","value":2},{"name":"Medium","value":3},{"name":"Low","value":3},{"name":"No Priority","value":0}],"default":0},{"displayName":"State Name or ID","name":"stateId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getStates"},"default":""},{"displayName":"Team Name or ID","name":"teamId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"default":""},{"displayName":"Title","name":"title","type":"string","default":""}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["update"]},"hide":{"@version":[1]}},"options":[{"displayName":"Assignee Name or ID","name":"assigneeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"default":""},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Priority Name/ID","name":"priorityId","type":"options","options":[{"name":"Urgent","value":1},{"name":"High","value":2},{"name":"Medium","value":3},{"name":"Low","value":4},{"name":"No Priority","value":0}],"default":0},{"displayName":"State Name or ID","name":"stateId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getStates"},"default":""},{"displayName":"Team Name or ID","name":"teamId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"default":""},{"displayName":"Title","name":"title","type":"string","default":""}]},{"displayName":"Link","name":"link","type":"string","required":true,"displayOptions":{"show":{"resource":["issue"],"operation":["addLink"]}},"default":""}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.linear/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/linear/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Linear/linear.svg"},
{"displayName":"Linear Trigger","name":"linearTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"triggerOn\"]}}","description":"Starts the workflow when Linear events occur","defaults":{"name":"Linear Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"linearApi","required":true,"testedBy":"linearApiTest","displayOptions":{"show":{"authentication":["apiToken"]}}},{"name":"linearOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Token","value":"apiToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiToken"},{"displayName":"Make sure your credential has the \"Admin\" scope to create webhooks.","name":"notice","type":"notice","default":""},{"displayName":"Team Name or ID","name":"teamId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"default":""},{"displayName":"Listen to Resources","name":"resources","type":"multiOptions","options":[{"name":"Comment Reaction","value":"reaction"},{"name":"Cycle","value":"cycle"},{"name":"Issue","value":"issue"},{"name":"Issue Comment","value":"comment"},{"name":"Issue Label","value":"issueLabel"},{"name":"Project","value":"project"}],"default":[],"required":true}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.lineartrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/linear/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Linear/linear.svg"},
{"displayName":"LingvaNex","name":"lingvaNex","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume LingvaNex API","defaults":{"name":"LingvaNex"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"lingvaNexApi","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Translate","value":"translate","description":"Translate data","action":"Translate data"}],"default":"translate"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The input text to translate","required":true,"displayOptions":{"show":{"operation":["translate"]}}},{"displayName":"Translate To","name":"translateTo","type":"options","typeOptions":{"loadOptionsMethod":"getLanguages"},"default":"","description":"The language to use for translation of the input text, set to one of the language codes listed in <a href=\"https://cloud.google.com/translate/docs/languages\">Language Support</a>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true,"displayOptions":{"show":{"operation":["translate"]}}},{"displayName":"Additional Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["translate"]}},"options":[{"displayName":"From","name":"from","type":"options","typeOptions":{"loadOptionsMethod":"getLanguages"},"default":"","description":"The language code in the format “language code_code of the country”. If this parameter is not present, the auto-detect language mode is enabled. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Platform","name":"platform","type":"string","default":"api"},{"displayName":"Translate Mode","name":"translateMode","type":"string","default":"","description":"Describe the input text format. Possible value is \"html\" for translating and preserving html structure. If value is not specified or is other than \"html\" than plain text is translating."}]}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.lingvanex/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/lingvanex/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/LingvaNex/lingvanex.png"},
{"displayName":"LinkedIn","name":"linkedIn","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume LinkedIn API","defaults":{"name":"LinkedIn"},"builderHint":{"message":"LinkedIn API does not support scraping profiles or leads.","relatedNodes":[{"nodeType":"n8n-nodes-base.phantombuster","relationHint":"For LinkedIn lead scraping and data extraction"}]},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"linkedInOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["standard"]}}},{"name":"linkedInCommunityManagementOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["communityManagement"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Standard","value":"standard"},{"name":"Community Management","value":"communityManagement"}],"default":"standard"},{"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/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":"Input Binary Field","displayOptions":{"show":{"operation":["create"],"resource":["post"],"shareMediaCategory":["IMAGE"]}},"name":"binaryPropertyName","type":"string","default":"data","hint":"The name of the input binary field containing the file to be written","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"]}}},{"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":"Input Binary Field","name":"thumbnailBinaryPropertyName","type":"string","default":"data","hint":"The name of the input binary field containing the file for the article thumbnail","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","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.linkedin/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/linkedin/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/LinkedIn/linkedin.svg"},
{"displayName":"Local File Trigger","name":"localFileTrigger","icon":"fa:folder-open","iconColor":"black","group":["trigger"],"version":1,"subtitle":"=Path: {{$parameter[\"path\"]}}","description":"Triggers a workflow on file system changes","eventTriggerDescription":"","defaults":{"name":"Local File Trigger","color":"#404040"},"triggerPanel":{"header":"","executionsHelp":{"inactive":"<b>While building your workflow</b>, click the 'execute step' button, then make a change to your watched file or folder. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Once you're happy with your workflow</b>, publish it. Then every time a change is detected, the workflow will execute. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor.","active":"<b>While building your workflow</b>, click the 'execute step' button, then make a change to your watched file or folder. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Your workflow will also execute automatically</b>, since it's activated. Every time a change is detected, this node will trigger an execution. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor."},"activationHint":"Once you’ve finished building your workflow, publish it to have it also listen continuously (you just won’t see those executions here)."},"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":"Await Write Finish","name":"awaitWriteFinish","type":"boolean","default":false,"description":"Whether to wait until files finished writing to avoid partially read"},{"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 or ignore-me/subfolder","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. Regex patterns may not work on macOS. To ignore files based on substring matching, use the 'Ignore Mode' option with 'Contain'."},{"displayName":"Ignore Existing Files/Folders","name":"ignoreInitial","type":"boolean","default":true,"description":"Whether to ignore existing files/folders to not trigger an event"},{"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"},{"displayName":"Use Polling","name":"usePolling","type":"boolean","default":false,"description":"Whether to use polling for watching. Typically necessary to successfully watch files over a network."},{"displayName":"Ignore Mode","name":"ignoreMode","type":"options","options":[{"name":"Match","value":"match","description":"Ignore files using regex patterns (e.g., **/*.txt), Not supported on macOS"},{"name":"Contain","value":"contain","description":"Ignore files if their path contains the specified value"}],"default":"match","description":"Whether to ignore files using regex matching (Anymatch patterns) or by checking if the path contains a specified value"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files","Other Trigger Nodes"]},"alias":["Watch","Monitor"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.localfiletrigger/"}]}}},
{"displayName":"LoneScale Trigger","name":"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/integrations/builtin/credentials/lonescale/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/LoneScale/loneScale.svg","dark":"icons/n8n-nodes-base/dist/nodes/LoneScale/loneScale.dark.svg"}},
{"displayName":"LoneScale","name":"loneScale","group":["transform"],"version":1,"description":"Create List, add / delete items","subtitle":"={{$parameter[\"resource\"] + \": \" + $parameter[\"operation\"]}}","defaults":{"name":"LoneScale"},"usableAsTool":true,"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/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/integrations/builtin/credentials/lonescale/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/LoneScale/loneScale.svg","dark":"icons/n8n-nodes-base/dist/nodes/LoneScale/loneScale.dark.svg"}},
{"displayName":"Magento 2","name":"magento2","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Magento API","defaults":{"name":"Magento 2"},"usableAsTool":true,"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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/integrations/builtin/credentials/magento2/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Magento/magento.svg"},
{"displayName":"Mailcheck","name":"mailcheck","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Mailcheck API","defaults":{"name":"Mailcheck"},"usableAsTool":true,"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"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mailcheck/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mailcheck/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mailcheck/mailcheck.svg"},
{"displayName":"Mailchimp","name":"mailchimp","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Mailchimp API","defaults":{"name":"Mailchimp"},"usableAsTool":true,"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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mailchimp/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mailchimp/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Mailchimp/mailchimp.svg","dark":"icons/n8n-nodes-base/dist/nodes/Mailchimp/mailchimp.dark.svg"}},
{"displayName":"Mailchimp Trigger","name":"mailchimpTrigger","group":["trigger"],"version":1,"description":"Handle Mailchimp events via webhooks","defaults":{"name":"Mailchimp Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"mailchimpApi","required":true,"displayOptions":{"show":{"authentication":["apiKey"]}}},{"name":"mailchimpOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","path":"webhook"},{"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":"List Name or ID","name":"list","type":"options","required":true,"default":"","description":"The list that is gonna fire the event. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getLists"},"options":[]},{"displayName":"Events","name":"events","type":"multiOptions","required":true,"default":[],"description":"The events that can trigger the webhook and whether they are enabled","options":[{"name":"Campaign Sent","value":"campaign","description":"Whether the webhook is triggered when a campaign is sent or cancelled"},{"name":"Cleaned","value":"cleaned","description":"Whether the webhook is triggered when a subscriber's email address is cleaned from the list"},{"name":"Email Address Updated","value":"upemail","description":"Whether the webhook is triggered when a subscriber's email address is changed"},{"name":"Profile Updated","value":"profile","description":"Whether the webhook is triggered when a subscriber's profile is updated"},{"name":"Subscribe","value":"subscribe","description":"Whether the webhook is triggered when a list subscriber is added"},{"name":"Unsubscribe","value":"unsubscribe","description":"Whether the webhook is triggered when a list member unsubscribes"}]},{"displayName":"Sources","name":"sources","type":"multiOptions","required":true,"default":[],"description":"The possible sources of any events that can trigger the webhook and whether they are enabled","options":[{"name":"User","value":"user","description":"Whether the webhook is triggered by subscriber-initiated actions"},{"name":"Admin","value":"admin","description":"Whether the webhook is triggered by admin-initiated actions in the web interface"},{"name":"API","value":"api","description":"Whether the webhook is triggered by actions initiated via the API"}]}],"codex":{"categories":["Marketing","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.mailchimptrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mailchimp/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Mailchimp/mailchimp.svg","dark":"icons/n8n-nodes-base/dist/nodes/Mailchimp/mailchimp.dark.svg"}},
{"displayName":"MailerLite","name":"mailerLite","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Mailer Lite API","defaultVersion":2,"version":[2],"defaults":{"name":"MailerLite"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mailerLiteApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Subscriber","value":"subscriber"}],"default":"subscriber"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["subscriber"]}},"options":[{"name":"Create","value":"create","description":"Create a new subscriber","action":"Create a subscriber"},{"name":"Get","value":"get","description":"Get an subscriber","action":"Get a subscriber"},{"name":"Get Many","value":"getAll","description":"Get many subscribers","action":"Get many subscribers"},{"name":"Update","value":"update","description":"Update an subscriber","action":"Update a subscriber"}],"default":"create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["subscriber"],"operation":["create"]}},"description":"Email of new subscriber"},{"displayName":"Subscriber Email","name":"subscriberId","type":"string","required":true,"displayOptions":{"show":{"resource":["subscriber"],"operation":["update"]}},"default":"","description":"Email of subscriber"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["subscriber"],"operation":["update","create"]}},"options":[{"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/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Active","value":"active"},{"name":"Bounced","value":"bounced"},{"name":"Junk","value":"junk"},{"name":"Unconfirmed","value":"unconfirmed"},{"name":"Unsubscribed","value":"unsubscribed"}],"default":""},{"displayName":"Subscribed At","name":"subscribed_at","type":"dateTime","default":""},{"displayName":"IP Address","name":"ip_address","type":"string","default":""},{"displayName":"Opted In At","name":"opted_in_at","type":"dateTime","default":""},{"displayName":"Opt In IP","name":"optin_ip","type":"string","default":""},{"displayName":"Unsubscribed At","name":"unsubscribed_at","type":"dateTime","default":""}]},{"displayName":"Subscriber Email","name":"subscriberId","type":"string","required":true,"displayOptions":{"show":{"resource":["subscriber"],"operation":["delete"]}},"default":"","description":"Email of subscriber to delete"},{"displayName":"Subscriber Email","name":"subscriberId","type":"string","required":true,"displayOptions":{"show":{"resource":["subscriber"],"operation":["get"]}},"default":"","description":"Email of subscriber to get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["subscriber"],"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":["subscriber"],"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","displayOptions":{"show":{"operation":["getAll"],"resource":["subscriber"]}},"default":{},"options":[{"displayName":"Status","name":"status","type":"options","options":[{"name":"Active","value":"active"},{"name":"Bounced","value":"bounced"},{"name":"Junk","value":"junk"},{"name":"Unconfirmed","value":"unconfirmed"},{"name":"Unsubscribed","value":"unsubscribed"}],"default":""}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/MailerLite/MailerLite.svg","codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mailerlite/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mailerlite/"}]}}},
{"displayName":"MailerLite","name":"mailerLite","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Mailer Lite API","defaultVersion":2,"version":1,"defaults":{"name":"MailerLite"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mailerLiteApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Subscriber","value":"subscriber"}],"default":"subscriber"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["subscriber"]}},"options":[{"name":"Create","value":"create","description":"Create a new subscriber","action":"Create a subscriber"},{"name":"Get","value":"get","description":"Get an subscriber","action":"Get a subscriber"},{"name":"Get Many","value":"getAll","description":"Get many subscribers","action":"Get many subscribers"},{"name":"Update","value":"update","description":"Update an subscriber","action":"Update a subscriber"}],"default":"create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["subscriber"],"operation":["create"]}},"description":"Email of new subscriber"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["subscriber"],"operation":["create"]}},"options":[{"displayName":"Confirmation Timestamp","name":"confirmation_timestamp","type":"string","default":""},{"displayName":"Confirmation IP","name":"confirmation_ip","type":"string","default":""},{"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/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Resubscribe","name":"resubscribe","type":"boolean","default":false,"description":"Whether to reactivate subscriber"},{"displayName":"Signup IP","name":"signup_ip","type":"string","default":""},{"displayName":"Signup Timestamp","name":"signup_timestamp","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Active","value":"active"},{"name":"Unsubscribed","value":"unsubscribed"},{"name":"Unconfirmed","value":"unconfirmed"}],"default":""}]},{"displayName":"Subscriber Email","name":"subscriberId","type":"string","required":true,"displayOptions":{"show":{"resource":["subscriber"],"operation":["update"]}},"default":"","description":"Email of subscriber"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["subscriber"],"operation":["update"]}},"options":[{"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/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Resend Autoresponders","name":"resend_autoresponders","type":"boolean","default":false,"description":"Whether it is needed to resend autoresponders"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Active","value":"active"},{"name":"Unsubscribed","value":"unsubscribed"},{"name":"Unconfirmed","value":"unconfirmed"}],"default":""}]},{"displayName":"Subscriber Email","name":"subscriberId","type":"string","required":true,"displayOptions":{"show":{"resource":["subscriber"],"operation":["delete"]}},"default":"","description":"Email of subscriber to delete"},{"displayName":"Subscriber Email","name":"subscriberId","type":"string","required":true,"displayOptions":{"show":{"resource":["subscriber"],"operation":["get"]}},"default":"","description":"Email of subscriber to get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["subscriber"],"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":["subscriber"],"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","displayOptions":{"show":{"operation":["getAll"],"resource":["subscriber"]}},"default":{},"options":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Active","value":"active"},{"name":"Unsubscribed","value":"unsubscribed"},{"name":"Unconfirmed","value":"unconfirmed"}],"default":""}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/MailerLite/MailerLite.svg","codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mailerlite/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mailerlite/"}]}}},
{"displayName":"MailerLite Trigger","name":"mailerLiteTrigger","group":["trigger"],"description":"Starts the workflow when MailerLite events occur","defaultVersion":2,"version":[2],"defaults":{"name":"MailerLite Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"mailerLiteApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Events","name":"events","type":"multiOptions","options":[{"name":"Campaign Sent","value":"campaign.sent","description":"Fired when campaign is sent"},{"name":"Subscriber Added to Group","value":"subscriber.added_to_group","description":"Fired when a subscriber is added to a group"},{"name":"Subscriber Automation Completed","value":"subscriber.automation_completed","description":"Fired when subscriber finishes automation"},{"name":"Subscriber Automation Triggered","value":"subscriber.automation_triggered","description":"Fired when subscriber starts automation"},{"name":"Subscriber Bounced","value":"subscriber.bounced","description":"Fired when an email address bounces"},{"name":"Subscriber Created","value":"subscriber.created","description":"Fired when a new subscriber is added to an account"},{"name":"Subscriber Removed From Group","value":"subscriber.removed_from_group","description":"Fired when a subscriber is removed from a group"},{"name":"Subscriber Spam Reported","value":"subscriber.spam_reported","description":"Fired when subscriber marks a campaign as a spam"},{"name":"Subscriber Unsubscribe","value":"subscriber.unsubscribed","description":"Fired when a subscriber becomes unsubscribed"},{"name":"Subscriber Updated","value":"subscriber.updated","description":"Fired when any of the subscriber's custom fields are updated"}],"required":true,"default":[],"description":"The events to listen to"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/MailerLite/MailerLite.svg","codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.mailerlitetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mailerlite/"}]}}},
{"displayName":"MailerLite Trigger","name":"mailerLiteTrigger","group":["trigger"],"description":"Starts the workflow when MailerLite events occur","defaultVersion":2,"version":1,"defaults":{"name":"MailerLite Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"mailerLiteApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Event","name":"event","type":"options","options":[{"name":"Campaign Sent","value":"campaign.sent","description":"Fired when campaign is sent"},{"name":"Subscriber Added Through Webform","value":"subscriber.added_through_webform","description":"Fired when a subscriber is added though a form"},{"name":"Subscriber Added to Group","value":"subscriber.add_to_group","description":"Fired when a subscriber is added to a group"},{"name":"Subscriber Automation Completed","value":"subscriber.automation_complete","description":"Fired when subscriber finishes automation"},{"name":"Subscriber Automation Triggered","value":"subscriber.automation_triggered","description":"Fired when subscriber starts automation"},{"name":"Subscriber Bounced","value":"subscriber.bounced","description":"Fired when an email address bounces"},{"name":"Subscriber Complained","value":"subscriber.complaint","description":"Fired when subscriber marks a campaign as a spam"},{"name":"Subscriber Created","value":"subscriber.create","description":"Fired when a new subscriber is added to an account"},{"name":"Subscriber Removed From Group","value":"subscriber.remove_from_group","description":"Fired when a subscriber is removed from a group"},{"name":"Subscriber Unsubscribe","value":"subscriber.unsubscribe","description":"Fired when a subscriber becomes unsubscribed"},{"name":"Subscriber Updated","value":"subscriber.update","description":"Fired when any of the subscriber's custom fields are updated"}],"required":true,"default":[],"description":"The events to listen to"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/MailerLite/MailerLite.svg","codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.mailerlitetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mailerlite/"}]}}},
{"displayName":"Mailgun","name":"mailgun","group":["output"],"version":1,"description":"Sends an email via Mailgun","defaults":{"name":"Mailgun"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mailgunApi","required":true}],"properties":[{"displayName":"From Email","name":"fromEmail","type":"string","default":"","required":true,"placeholder":"Admin <admin@example.com>","description":"Email address of the sender optional with name"},{"displayName":"To Email","name":"toEmail","type":"string","default":"","required":true,"placeholder":"info@example.com","description":"Email address of the recipient. Multiple ones can be separated by comma."},{"displayName":"Cc Email","name":"ccEmail","type":"string","default":"","placeholder":"","description":"Cc Email address of the recipient. Multiple ones can be separated by comma."},{"displayName":"Bcc Email","name":"bccEmail","type":"string","default":"","placeholder":"","description":"Bcc Email address of the recipient. Multiple ones can be separated by comma."},{"displayName":"Subject","name":"subject","type":"string","default":"","placeholder":"My subject line","description":"Subject line of the email"},{"displayName":"Text","name":"text","type":"string","typeOptions":{"rows":5},"default":"","description":"Plain text message of email"},{"displayName":"HTML","name":"html","type":"string","typeOptions":{"rows":5,"editor":"htmlEditor"},"default":"","description":"HTML text message of email"},{"displayName":"Attachments","name":"attachments","type":"string","default":"","description":"Name of the binary properties which contain data which should be added to email as attachment. Multiple ones can be comma-separated."}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mailgun/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mailgun/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mailgun/mailgun.svg"},
{"displayName":"Mailjet","name":"mailjet","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Mailjet API","defaults":{"name":"Mailjet"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mailjetEmailApi","required":true,"displayOptions":{"show":{"resource":["email"]}}},{"name":"mailjetSmsApi","required":true,"displayOptions":{"show":{"resource":["sms"]}}}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Email","value":"email"},{"name":"SMS","value":"sms"}],"default":"email"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["email"]}},"options":[{"name":"Send","value":"send","description":"Send a email","action":"Send an email"},{"name":"Send Template","value":"sendTemplate","description":"Send a email template","action":"Send an email template"}],"default":"send"},{"displayName":"From Email","name":"fromEmail","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"placeholder":"admin@example.com","description":"The title for the email"},{"displayName":"To Email","name":"toEmail","type":"string","default":"","required":true,"placeholder":"info@example.com","description":"Email address of the recipient. Multiple ones can be separated by comma.","displayOptions":{"show":{"resource":["email"],"operation":["send"]}}},{"displayName":"Subject","name":"subject","type":"string","default":"","placeholder":"My subject line","description":"Subject line of the email"},{"displayName":"Text","name":"text","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"default":"","description":"Plain text message of email"},{"displayName":"HTML","name":"html","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"default":"","description":"HTML text message of email"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["email"],"operation":["send"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"options":[{"displayName":"Bcc Email","name":"bccEmail","type":"string","description":"Bcc Email address of the recipient. Multiple ones can be separated by comma.","default":""},{"displayName":"Cc Addresses","name":"ccAddresses","type":"string","description":"Cc Email address of the recipient. Multiple ones can be separated by comma.","default":""},{"displayName":"From Name","name":"fromName","type":"string","default":""},{"displayName":"Priority","name":"priority","type":"number","default":2},{"displayName":"Reply To","name":"replyTo","type":"string","description":"The reply-to email address. Multiple ones can be separated by comma.","default":""},{"displayName":"Template Language","name":"templateLanguage","type":"boolean","default":false},{"displayName":"Track Clicks","name":"trackClicks","type":"options","options":[{"name":"Account Default","value":"account_default","description":"Use the values specified in the Mailjet account"},{"name":"Disabled","value":"disabled","description":"Disable tracking for this message"},{"name":"Enabled","value":"enabled","description":"Enable tracking for this message"}],"description":"Enable or disable open tracking on this message","default":"account_default"},{"displayName":"Track Opens","name":"trackOpens","type":"options","options":[{"name":"Account Default","value":"account_default","description":"Use the values specified in the Mailjet account"},{"name":"Disabled","value":"disabled","description":"Disable tracking for this message"},{"name":"Enabled","value":"enabled","description":"Enable tracking for this message"}],"description":"Enable or disable open tracking on this message","default":"account_default"},{"displayName":"Custom Campaign","name":"customCampaign","type":"string","default":""},{"displayName":"Deduplicate Campaign","name":"deduplicateCampaign","type":"boolean","default":false}]},{"displayName":"Variables (JSON)","name":"variablesJson","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"],"jsonParameters":[true]}},"default":"","description":"HTML text message of email"},{"displayName":"Variables","name":"variablesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["email"],"operation":["send"],"jsonParameters":[false]}},"placeholder":"Add Variable","default":{},"options":[{"name":"variablesValues","displayName":"Variable","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"From Email","name":"fromEmail","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"]}},"placeholder":"admin@example.com","description":"The title for the email"},{"displayName":"To Email","name":"toEmail","type":"string","default":"","required":true,"placeholder":"info@example.com","description":"Email address of the recipient. Multiple ones can be separated by comma.","displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"]}}},{"displayName":"Template Name or ID","name":"templateId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTemplates"},"required":true,"default":"","displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"]}}},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"]}},"options":[{"displayName":"Bcc Email","name":"bccEmail","type":"string","description":"BCC Recipients of the email separated by ,","default":""},{"displayName":"Cc Email","name":"ccEmail","type":"string","description":"Cc recipients of the email separated by ,","default":""},{"displayName":"From Name","name":"fromName","type":"string","default":""},{"displayName":"Priority","name":"priority","type":"number","default":2},{"displayName":"Reply To","name":"replyTo","type":"string","description":"The reply-to email address. Multiple ones can be separated by comma.","default":""},{"displayName":"Subject","name":"subject","type":"string","default":""},{"displayName":"Template Language","name":"templateLanguage","type":"boolean","default":false},{"displayName":"Track Clicks","name":"trackClicks","type":"string","description":"Enable or disable open tracking on this message","default":""},{"displayName":"Track Opens","name":"trackOpens","type":"string","description":"Enable or disable open tracking on this message","default":""},{"displayName":"Custom Campaign","name":"customCampaign","type":"string","default":""},{"displayName":"Deduplicate Campaign","name":"deduplicateCampaign","type":"boolean","default":false}]},{"displayName":"Variables","name":"variablesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"],"jsonParameters":[false]}},"placeholder":"Add Variable","default":{},"options":[{"name":"variablesValues","displayName":"Variable","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Variables (JSON)","name":"variablesJson","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"],"jsonParameters":[true]}},"default":"","description":"HTML text message of email"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sms"]}},"options":[{"name":"Send","value":"send","description":"Send a sms","action":"Send an SMS"}],"default":"send"},{"displayName":"From","name":"from","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["sms"],"operation":["send"]}},"description":"Customizable sender name. Should be between 3 and 11 characters in length, only alphanumeric characters are allowed."},{"displayName":"To","name":"to","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["sms"],"operation":["send"]}},"description":"Message recipient. Should be between 3 and 15 characters in length. The number always starts with a plus sign followed by a country code, followed by the number. Phone numbers are expected to comply with the E.164 format."},{"displayName":"Text","name":"text","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["sms"],"operation":["send"]}}}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mailjet/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mailjet/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mailjet/mailjet.svg"},
{"displayName":"Mailjet Trigger","name":"mailjetTrigger","group":["trigger"],"version":1,"description":"Handle Mailjet events via webhooks","defaults":{"name":"Mailjet Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"mailjetEmailApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Event","name":"event","type":"options","required":true,"default":"open","options":[{"name":"email.blocked","value":"blocked"},{"name":"email.bounce","value":"bounce"},{"name":"email.open","value":"open"},{"name":"email.sent","value":"sent"},{"name":"email.spam","value":"spam"},{"name":"email.unsub","value":"unsub"}],"description":"Determines which resource events the webhook is triggered for"}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.mailjettrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mailjet/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mailjet/mailjet.svg"},
{"displayName":"Mandrill","name":"mandrill","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Mandrill API","defaults":{"name":"Mandrill"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mandrillApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Message","value":"message","description":"Send a message"}],"default":"message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Send Template","value":"sendTemplate","description":"Send message based on template","action":"Send a message based on a template"},{"name":"Send HTML","value":"sendHtml","description":"Send message based on HTML","action":"Send a message based on HTML"}],"default":"sendTemplate"},{"displayName":"Template Name or ID","name":"template","type":"options","typeOptions":{"loadOptionsMethod":"getTemplates"},"displayOptions":{"show":{"operation":["sendTemplate"]}},"default":"","options":[],"required":true,"description":"The template you want to send. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"From Email","name":"fromEmail","type":"string","default":"","required":true,"placeholder":"Admin <example@yourdomain.com>","description":"Email address of the sender optional with name","displayOptions":{"show":{"operation":["sendHtml","sendTemplate"]}}},{"displayName":"To Email","name":"toEmail","type":"string","default":"","required":true,"placeholder":"info@example.com","description":"Email address of the recipient. Multiple ones can be separated by comma.","displayOptions":{"show":{"operation":["sendHtml","sendTemplate"]}}},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["sendHtml","sendTemplate"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["sendHtml","sendTemplate"]}},"options":[{"displayName":"Async","name":"async","type":"boolean","default":false,"description":"Whether to enable a background sending mode that is optimized for bulk sending. In async mode, messages/send will immediately return a status of \"queued\" for every recipient. To handle rejections when sending in async mode, set up a webhook for the 'reject' event. Defaults to false for messages with no more than 10 recipients; messages with more than 10 recipients are always sent asynchronously, regardless of the value of async."},{"displayName":"Auto Text","name":"autoText","type":"boolean","default":false,"description":"Whether or not to automatically generate a text part for messages that are not given text"},{"displayName":"Auto HTML","name":"autoHtml","type":"boolean","default":false,"description":"Whether or not to automatically generate an HTML part for messages that are not given HTML"},{"displayName":"BCC Address","name":"bccAddress","type":"string","default":"","placeholder":"message.bcc_address@example.com","description":"An optional address to receive an exact copy of each recipient's email"},{"displayName":"From Name","name":"fromName","type":"string","default":"","placeholder":"John Doe","description":"Optional from name to be used"},{"displayName":"Google Analytics Campaign","name":"googleAnalyticsCampaign","type":"string","default":"","placeholder":"","description":"Optional string indicating the value to set for the utm_campaign tracking parameter. If this isn't provided the email's from address will be used instead."},{"displayName":"Google Analytics Domains","name":"googleAnalyticsDomains","type":"string","default":"","placeholder":"","description":"An array of strings separated by a comma (,) indicating for which any matching URLs will automatically have Google Analytics parameters appended to their query string automatically"},{"displayName":"HTML","name":"html","type":"string","default":"","typeOptions":{"rows":5},"options":[],"description":"The html you want to send"},{"displayName":"Important","name":"important","type":"boolean","default":false,"description":"Whether or not this message is important, and should be delivered ahead of non-important messages"},{"displayName":"Inline CSS","name":"inlineCss","type":"boolean","default":false,"description":"Whether or not to automatically inline all CSS styles provided in the message HTML - only for HTML documents less than 256KB in size"},{"displayName":"Ip Pool","name":"ipPool","type":"string","default":"","placeholder":"","description":"The name of the dedicated ip pool that should be used to send the message. If you do not have any dedicated IPs, this parameter has no effect. If you specify a pool that does not exist, your default pool will be used instead."},{"displayName":"Preserve Recipients","name":"preserveRecipients","type":"boolean","default":false,"description":"Whether or not to expose all recipients in to \"To\" header for each email"},{"displayName":"Return Path Domain","name":"returnPathDomain","type":"string","default":"","placeholder":"","description":"A custom domain to use for the messages's return-path"},{"displayName":"Sent At","name":"sendAt","type":"dateTime","default":"","placeholder":"","description":"When this message should be sent as a UTC timestamp in YYYY-MM-DD HH:MM:SS format. If you specify a time in the past, the message will be sent immediately. An additional fee applies for scheduled email, and this feature is only available to accounts with a positive balance."},{"displayName":"Signing Domain","name":"signingDomain","type":"string","default":"","placeholder":"","description":"A custom domain to use for SPF/DKIM signing instead of mandrill(for \"via\" or \"on behalf of\" in email clients)"},{"displayName":"Subaccount","name":"subAccount","type":"string","default":"","placeholder":"","description":"The unique ID of a subaccount for this message - must already exist or will fail with an error"},{"displayName":"Subject","name":"subject","type":"string","default":"","placeholder":"My subject line","description":"Subject line of the email"},{"displayName":"Tags","name":"tags","type":"string","default":"","placeholder":"","description":"An array of string separated by a comma (,) to tag the message with. Stats are accumulated using tags, though we only store the first 100 we see, so this should not be unique or change frequently. Tags should be 50 characters or less. Any tags starting with an underscore are reserved for internal use and will cause errors."},{"displayName":"Text","name":"text","type":"string","default":"","typeOptions":{"rows":5},"options":[],"description":"Example text content"},{"displayName":"Track Clicks","name":"trackClicks","type":"boolean","default":false,"description":"Whether or not to turn on click tracking for the message"},{"displayName":"Track Opens","name":"trackOpens","type":"boolean","default":false,"description":"Whether or not to turn on open tracking for the message"},{"displayName":"Tracking Domain","name":"trackingDomain","type":"string","default":"","placeholder":"","description":"A custom domain to use for tracking opens and clicks instead of mandrillapp.com"},{"displayName":"Url Strip Qs","name":"urlStripQs","type":"boolean","default":false,"description":"Whether or not to strip the query string from URLs when aggregating tracked URL data"},{"displayName":"View Content Link","name":"viewContentLink","type":"boolean","default":false,"description":"Whether to remove content logging for sensitive emails"}]},{"displayName":"Merge Vars","name":"mergeVarsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","placeholder":"[\n\t{\n\t\t{ \"name\": \"name\", \"content\": \"content\" }\n\t}\n]","displayOptions":{"show":{"jsonParameters":[true]}},"description":"Global merge variables"},{"displayName":"Merge Vars","name":"mergeVarsUi","placeholder":"Add Merge Vars","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"description":"Per-recipient merge variables","options":[{"name":"mergeVarsValues","displayName":"Vars","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Content","name":"content","type":"string","default":""}]}]},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"description":"Metadata an associative array of user metadata. Mandrill will store this metadata and make it available for retrieval. In addition, you can select up to 10 metadata fields to index and make searchable using the Mandrill search api.","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Name","name":"name","type":"string","default":"Name of the metadata key to add."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]},{"displayName":"Metadata","name":"metadataJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"jsonParameters":[true]}},"default":"","placeholder":"{\n\t\"website\": \"www.example.com\"\n}","description":"Metadata an associative array of user metadata. Mandrill will store this metadata and make it available for retrieval. In addition, you can select up to 10 metadata fields to index and make searchable using the Mandrill search api."},{"displayName":"Attachments","name":"attachmentsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"jsonParameters":[true]}},"default":"","placeholder":"[\n\t{\n\t\t\"type\": \"text/plain\" (the MIME type of the attachment),\n\t\t\"name\": \"myfile.txt\" (the file name of the attachment),\n\t\t\"content\": \"ZXhhbXBsZSBmaWxl\" (the content of the attachment as a base64-encoded string)\n\t}\n]","description":"An array of supported attachments to add to the message"},{"displayName":"Attachments","name":"attachmentsUi","placeholder":"Add Attachments","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"options":[{"name":"attachmentsValues","displayName":"Attachments Values","values":[{"displayName":"Type","name":"type","type":"string","default":"","placeholder":"text/plain","description":"The MIME type of the attachment"},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"myfile.txt","description":"The file name of the attachment"},{"displayName":"Content","name":"content","type":"string","default":"","placeholder":"ZXhhbXBsZSBmaWxl","description":"The content of the attachment as a base64-encoded string"}]},{"name":"attachmentsBinary","displayName":"Attachments Binary","values":[{"displayName":"Property","name":"property","type":"string","default":"","description":"Name of the binary properties which contain data which should be added to email as attachment"}]}],"default":{},"description":"Array of supported attachments to add to the message"},{"displayName":"Headers","name":"headersJson","type":"json","default":"","placeholder":"{\n\t\"Reply-To\": \"replies@example.com\"\n}","displayOptions":{"show":{"jsonParameters":[true]}},"typeOptions":{"alwaysOpenEditWindow":true},"description":"Optional extra headers to add to the message (most headers are allowed)"},{"displayName":"Headers","name":"headersUi","placeholder":"Add Headers","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"jsonParameters":[false]}},"options":[{"name":"headersValues","displayName":"Values","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"Optional extra headers to add to the message (most headers are allowed)"}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mandrill/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mandrill/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mandrill/mandrill.svg"},
{"displayName":"Manual Trigger","name":"manualTrigger","icon":"fa:mouse-pointer","group":["trigger"],"version":1,"description":"Runs the flow on clicking a button in n8n","eventTriggerDescription":"","maxNodes":1,"defaults":{"name":"When clicking ‘Execute workflow’","color":"#909298"},"inputs":[],"outputs":["main"],"builderHint":{"message":"There can only be one manual trigger node per workflow"},"properties":[{"displayName":"This node is where the workflow execution starts (when you click the ‘test’ button on the canvas).<br><br> <a data-action=\"showNodeCreator\">Explore other ways to trigger your workflow</a> (e.g on a schedule, or a webhook)","name":"notice","type":"notice","default":""}],"codex":{"categories":["Core Nodes"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.manualworkflowtrigger/"}]}}},
{"displayName":"Markdown","name":"markdown","group":["output"],"version":1,"subtitle":"={{$parameter[\"mode\"]===\"markdownToHtml\" ? \"Markdown to HTML\" : \"HTML to Markdown\"}}","description":"Convert data between Markdown and HTML","defaults":{"name":"Markdown"},"inputs":["main"],"outputs":["main"],"credentials":[],"properties":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Markdown to HTML","value":"markdownToHtml","description":"Convert data from Markdown to HTML"},{"name":"HTML to Markdown","value":"htmlToMarkdown","description":"Convert data from HTML to Markdown"}],"default":"htmlToMarkdown"},{"displayName":"HTML","name":"html","type":"string","displayOptions":{"show":{"mode":["htmlToMarkdown"]}},"default":"","required":true,"description":"The HTML to be converted to markdown"},{"displayName":"Markdown","name":"markdown","type":"string","displayOptions":{"show":{"mode":["markdownToHtml"]}},"default":"","required":true,"description":"The Markdown to be converted to html"},{"displayName":"Destination Key","name":"destinationKey","type":"string","displayOptions":{"show":{"mode":["markdownToHtml","htmlToMarkdown"]}},"default":"data","required":true,"placeholder":"","description":"The field to put the output in. Specify nested fields using dots, e.g.\"level1.level2.newKey\"."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"mode":["htmlToMarkdown"]}},"options":[{"displayName":"Bullet Marker","name":"bulletMarker","type":"string","default":"*","description":"Specify bullet marker, default *"},{"displayName":"Code Block Fence","name":"codeFence","type":"string","default":"```","description":"Specify code block fence, default ```"},{"displayName":"Emphasis Delimiter","name":"emDelimiter","type":"string","default":"_","description":"Specify emphasis delimiter, default _"},{"displayName":"Global Escape Pattern","name":"globalEscape","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"description":"Setting this will override the default escape settings, you might want to use textReplace option instead","options":[{"name":"value","displayName":"Value","values":[{"displayName":"Pattern","name":"pattern","type":"string","default":"","description":"RegEx for pattern"},{"displayName":"Replacement","name":"replacement","type":"string","default":"","description":"String replacement"}]}]},{"displayName":"Ignored Elements","name":"ignore","type":"string","default":"","description":"Supplied elements will be ignored (ignores inner text does not parse children)","placeholder":"e.g. h1, p ...","hint":"Comma separated elements"},{"displayName":"Keep Images With Data","name":"keepDataImages","type":"boolean","default":false,"description":"Whether to keep images with data: URI (Note: These can be up to 1MB each), e.g. &lt;img src=\"data:image/gif;base64,R0lGODlhEAAQAMQAAORHHOVSK......0o/\"&gt;"},{"displayName":"Line Start Escape Pattern","name":"lineStartEscape","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"description":"Setting this will override the default escape settings, you might want to use textReplace option instead","options":[{"name":"value","displayName":"Value","values":[{"displayName":"Pattern","name":"pattern","type":"string","default":"","description":"RegEx for pattern"},{"displayName":"Replacement","name":"replacement","type":"string","default":"","description":"String replacement"}]}]},{"displayName":"Max Consecutive New Lines","name":"maxConsecutiveNewlines","type":"number","default":3,"description":"Specify max consecutive new lines allowed"},{"displayName":"Place URLs At The Bottom","name":"useLinkReferenceDefinitions","type":"boolean","default":false,"description":"Whether to Place URLS at the bottom and format links using link reference definitions"},{"displayName":"Strong Delimiter","name":"strongDelimiter","type":"string","default":"**","description":"Specify strong delimiter, default **"},{"displayName":"Style For Code Block","name":"codeBlockStyle","type":"options","default":"fence","description":"Specify style for code block, default \"fence\"","options":[{"name":"Fence","value":"fence"},{"name":"Indented","value":"indented"}]},{"displayName":"Text Replacement Pattern","name":"textReplace","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":[],"description":"User-defined text replacement pattern (Replaces matching text retrieved from nodes)","options":[{"name":"values","displayName":"Values","values":[{"displayName":"Pattern","name":"pattern","type":"string","default":"","description":"RegEx for pattern"},{"displayName":"Replacement","name":"replacement","type":"string","default":"","description":"String replacement"}]}]},{"displayName":"Treat As Blocks","name":"blockElements","type":"string","default":"","description":"Supplied elements will be treated as blocks (surrounded with blank lines)","placeholder":"e.g. p, div, ...","hint":"Comma separated elements"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"mode":["markdownToHtml"]}},"options":[{"displayName":"Add Blank To Links","name":"openLinksInNewWindow","type":"boolean","default":false,"description":"Whether to open all links in new windows (by adding the attribute target=\"_blank\" to <a> tags)"},{"displayName":"Automatic Linking to URLs","name":"simplifiedAutoLink","type":"boolean","default":false,"description":"Whether to enable automatic linking to URLs"},{"displayName":"Backslash Escapes HTML Tags","name":"backslashEscapesHTMLTags","type":"boolean","default":false,"description":"Whether to support for HTML Tag escaping ex: &lt;div&gt;foo&lt;/div&gt;"},{"displayName":"Complete HTML Document","name":"completeHTMLDocument","type":"boolean","default":false,"description":"Whether to output a complete html document, including &lt;html&gt;, &lt;head&gt; and &lt;body&gt; tags instead of an HTML fragment"},{"displayName":"Customized Header ID","name":"customizedHeaderId","type":"boolean","default":false,"description":"Whether to use text in curly braces as header ID"},{"displayName":"Emoji Support","name":"emoji","type":"boolean","default":false,"description":"Whether to enable emoji support. Ex: this is a :smile: emoji For more info on available emojis, see https://github.com/showdownjs/showdown/wiki/Emojis."},{"displayName":"Encode Emails","name":"encodeEmails","type":"boolean","default":true,"description":"Whether to enable e-mail addresses encoding through the use of Character Entities, transforming ASCII e-mail addresses into its equivalent decimal entities"},{"displayName":"Exclude Trailing Punctuation From URLs","name":"excludeTrailingPunctuationFromURLs","type":"boolean","default":false,"description":"Whether to exclude trailing punctuation from autolinking URLs. Punctuation excluded: . ! ? ( ). Only applies if simplifiedAutoLink option is set to true."},{"displayName":"GitHub Code Blocks","name":"ghCodeBlocks","type":"boolean","default":true,"description":"Whether to enable support for GFM code block style"},{"displayName":"GitHub Compatible Header IDs","name":"ghCompatibleHeaderId","type":"boolean","default":false,"description":"Whether to generate header IDs compatible with github style (spaces are replaced with dashes and a bunch of non alphanumeric chars are removed)"},{"displayName":"GitHub Mention Link","name":"ghMentionsLink","type":"string","default":"https://github.com/{u}","description":"Whether to change the link generated by @mentions. Showdown will replace {u} with the username. Only applies if ghMentions option is enabled."},{"displayName":"GitHub Mentions","name":"ghMentions","type":"boolean","default":false,"description":"Whether to enable github @mentions, which link to the username mentioned"},{"displayName":"GitHub Task Lists","name":"tasklists","type":"boolean","default":false,"description":"Whether to enable support for GFM tasklists"},{"displayName":"Header Level Start","name":"headerLevelStart","type":"number","default":1,"description":"Whether to set the header starting level"},{"displayName":"Mandatory Space Before Header","name":"requireSpaceBeforeHeadingText","type":"boolean","default":false,"description":"Whether to make adding a space between # and the header text mandatory"},{"displayName":"Middle Word Asterisks","name":"literalMidWordAsterisks","type":"boolean","default":false,"description":"Whether to stop showdown from interpreting asterisks in the middle of words as <em> and <strong> and instead treat them as literal asterisks"},{"displayName":"Middle Word Underscores","name":"literalMidWordUnderscores","type":"boolean","default":false,"description":"Whether to stop showdown from interpreting underscores in the middle of words as <em> and <strong> and instead treat them as literal underscores"},{"displayName":"No Header ID","name":"noHeaderId","type":"boolean","default":false,"description":"Whether to disable the automatic generation of header IDs"},{"displayName":"Parse Image Dimensions","name":"parseImgDimensions","type":"boolean","default":false,"description":"Whether to enable support for setting image dimensions from within markdown syntax"},{"displayName":"Prefix Header ID","name":"prefixHeaderId","type":"string","default":"section","description":"Add a prefix to the generated header IDs"},{"displayName":"Raw Header ID","name":"rawHeaderId","type":"boolean","default":false,"description":"Whether to remove only spaces, ' and \" from generated header IDs (including prefixes), replacing them with dashes (-)"},{"displayName":"Raw Prefix Header ID","name":"rawPrefixHeaderId","type":"boolean","default":false,"description":"Whether to prevent showdown from modifying the prefix"},{"displayName":"Simple Line Breaks","name":"simpleLineBreaks","type":"boolean","default":false,"description":"Whether to parse line breaks as &lt;br&gt;, like GitHub does, without needing 2 spaces at the end of the line"},{"displayName":"Smart Indentation Fix","name":"smartIndentationFix","type":"boolean","default":false,"description":"Whether to try to smartly fix indentation problems related to es6 template strings in the midst of indented code"},{"displayName":"Spaces Indented Sublists","name":"disableForced4SpacesIndentedSublists","type":"boolean","default":false,"description":"Whether to disable the requirement of indenting sublists by 4 spaces for them to be nested, effectively reverting to the old behavior where 2 or 3 spaces were enough"},{"displayName":"Split Adjacent Blockquotes","name":"splitAdjacentBlockquotes","type":"boolean","default":false,"description":"Whether to split adjacent blockquote blocks"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether to enable support for strikethrough syntax"},{"displayName":"Tables Header ID","name":"tablesHeaderId","type":"boolean","default":false,"description":"Whether to add an ID property to table headers tags"},{"displayName":"Tables Support","name":"tables","type":"boolean","default":false,"description":"Whether to enable support for tables syntax"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.markdown/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Markdown/markdown.svg","dark":"icons/n8n-nodes-base/dist/nodes/Markdown/markdown.dark.svg"}},
{"displayName":"Marketstack","name":"marketstack","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","group":["transform"],"version":1,"description":"Consume Marketstack API","defaults":{"name":"Marketstack"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"marketstackApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"End-of-Day Data","value":"endOfDayData","description":"Stock market closing data"},{"name":"Exchange","value":"exchange","description":"Stock market exchange"},{"name":"Ticker","value":"ticker","description":"Stock market symbol"}],"default":"endOfDayData","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Get Many","value":"getAll","action":"Get many EoD data"}],"default":"getAll","displayOptions":{"show":{"resource":["endOfDayData"]}}},{"displayName":"Ticker","name":"symbols","type":"string","required":true,"displayOptions":{"show":{"resource":["endOfDayData"],"operation":["getAll"]}},"default":"","description":"One or multiple comma-separated stock symbols (tickers) to retrieve, e.g. <code>AAPL</code> or <code>AAPL,MSFT</code>"},{"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":["endOfDayData"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["endOfDayData"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["endOfDayData"],"operation":["getAll"]}},"options":[{"displayName":"Exchange","name":"exchange","type":"string","default":"","description":"Stock exchange to filter results by, specified by <a href=\"https://en.wikipedia.org/wiki/Market_Identifier_Code\">Market Identifier Code</a>, e.g. <code>XNAS</code>"},{"displayName":"Latest","name":"latest","type":"boolean","default":false,"description":"Whether to fetch the most recent stock market data"},{"displayName":"Sort Order","name":"sort","description":"Order to sort results in","type":"options","options":[{"name":"Ascending","value":"ASC"},{"name":"Descending","value":"DESC"}],"default":"DESC"},{"displayName":"Specific Date","name":"specificDate","type":"dateTime","default":"","description":"Date in YYYY-MM-DD format, e.g. <code>2020-01-01</code>, or in ISO-8601 date format, e.g. <code>2020-05-21T00:00:00+0000</code>"},{"displayName":"Timeframe Start Date","name":"dateFrom","type":"dateTime","default":"","description":"Timeframe start date in YYYY-MM-DD format, e.g. <code>2020-01-01</code>, or in ISO-8601 date format, e.g. <code>2020-05-21T00:00:00+0000</code>"},{"displayName":"Timeframe End Date","name":"dateTo","type":"dateTime","default":"","description":"Timeframe end date in YYYY-MM-DD format, e.g. <code>2020-01-01</code>, or in ISO-8601 date format, e.g. <code>2020-05-21T00:00:00+0000</code>"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Get","value":"get","action":"Get an exchange"}],"default":"get","displayOptions":{"show":{"resource":["exchange"]}}},{"displayName":"Exchange","name":"exchange","type":"string","required":true,"displayOptions":{"show":{"resource":["exchange"],"operation":["get"]}},"default":"","description":"Stock exchange to retrieve, specified by <a href=\"https://en.wikipedia.org/wiki/Market_Identifier_Code\">Market Identifier Code</a>, e.g. <code>XNAS</code>"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Get","value":"get","action":"Get a ticker"}],"default":"get","displayOptions":{"show":{"resource":["ticker"]}}},{"displayName":"Ticker","name":"symbol","type":"string","required":true,"displayOptions":{"show":{"resource":["ticker"],"operation":["get"]}},"default":"","description":"Stock symbol (ticker) to retrieve, e.g. <code>AAPL</code>"}],"codex":{"categories":["Analytics","Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.marketstack/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/marketstack/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Marketstack/marketstack.svg","dark":"icons/n8n-nodes-base/dist/nodes/Marketstack/marketstack.dark.svg"}},
{"displayName":"Matrix","name":"matrix","group":["output"],"version":1,"description":"Consume Matrix API","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Matrix"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"matrixApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"},{"name":"Event","value":"event"},{"name":"Media","value":"media"},{"name":"Message","value":"message"},{"name":"Room","value":"room"},{"name":"Room Member","value":"roomMember"}],"default":"message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["account"]}},"options":[{"name":"Me","value":"me","description":"Get current user's account information","action":"Get the current user's account information"}],"default":"me"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Get","value":"get","description":"Get single event by ID","action":"Get an event by ID"}],"default":"get"},{"displayName":"Room ID","name":"roomId","type":"string","default":"","placeholder":"!123abc:matrix.org","displayOptions":{"show":{"operation":["get"],"resource":["event"]}},"required":true,"description":"The room related to the event"},{"displayName":"Event ID","name":"eventId","type":"string","default":"","placeholder":"$1234abcd:matrix.org","displayOptions":{"show":{"operation":["get"],"resource":["event"]}},"required":true,"description":"The room related to the event"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["media"]}},"options":[{"name":"Upload","value":"upload","description":"Send media to a chat room","action":"Upload media to a chatroom"}],"default":"upload"},{"displayName":"Room Name or ID","name":"roomId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","displayOptions":{"show":{"resource":["media"],"operation":["upload"]}},"description":"Room ID to post. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"hint":"The name of the input binary field containing the file to be uploaded","displayOptions":{"show":{"resource":["media"],"operation":["upload"]}}},{"displayName":"Media Type","name":"mediaType","type":"options","default":"image","displayOptions":{"show":{"resource":["media"],"operation":["upload"]}},"options":[{"name":"File","value":"file","description":"General file"},{"name":"Image","value":"image","description":"Image media type"},{"name":"Audio","value":"audio","description":"Audio media type"},{"name":"Video","value":"video","description":"Video media type"}],"description":"Type of file being uploaded","placeholder":"mxc://matrix.org/uploaded-media-uri","required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["media"],"operation":["upload"]}},"options":[{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"Name of the file being uploaded"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Create","value":"create","description":"Send a message to a room","action":"Create a message"},{"name":"Get Many","value":"getAll","description":"Get many messages from a room","action":"Get many messages"}],"default":"create"},{"displayName":"Room Name or ID","name":"roomId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","placeholder":"!123abc:matrix.org","displayOptions":{"show":{"operation":["create"],"resource":["message"]}},"required":true,"description":"The channel to send the message to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Text","name":"text","type":"string","default":"","placeholder":"Hello from n8n!","displayOptions":{"show":{"operation":["create"],"resource":["message"]}},"description":"The text to send"},{"displayName":"Message Type","name":"messageType","displayOptions":{"show":{"operation":["create"],"resource":["message"]}},"type":"options","options":[{"name":"Emote","value":"m.emote","description":"Perform an action (similar to /me in IRC)"},{"name":"Notice","value":"m.notice","description":"Send a notice"},{"name":"Text","value":"m.text","description":"Send a text message"}],"default":"m.text","description":"The type of message to send"},{"displayName":"Message Format","name":"messageFormat","displayOptions":{"show":{"operation":["create"],"resource":["message"]}},"type":"options","options":[{"name":"Plain Text","value":"plain","description":"Text only"},{"name":"HTML","value":"org.matrix.custom.html","description":"HTML-formatted text"}],"default":"plain","description":"The format of the message's body"},{"displayName":"Fallback Text","name":"fallbackText","default":"","displayOptions":{"show":{"resource":["message"],"operation":["create"],"messageFormat":["org.matrix.custom.html"]}},"type":"string","description":"A plain text message to display in case the HTML cannot be rendered by the Matrix client"},{"displayName":"Room Name or ID","name":"roomId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}},"description":"The token to start returning events from. This token can be obtained from a prev_batch token returned for each room by the sync API. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}},"description":"Whether to return all results or only up to a given limit","required":true},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["message"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Other Options","name":"otherOptions","type":"collection","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}},"default":{},"placeholder":"Add option","options":[{"displayName":"Filter","name":"filter","type":"string","default":"","description":"A JSON RoomEventFilter to filter returned events with. More information can be found on this <a href=\"https://matrix.org/docs/spec/client_server/r0.6.0\">page</a>.","placeholder":"{\"contains_url\":true,\"types\":[\"m.room.message\", \"m.sticker\"]}"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["room"]}},"options":[{"name":"Create","value":"create","description":"New chat room with defined settings","action":"Create a room"},{"name":"Invite","value":"invite","description":"Invite a user to a room","action":"Invite a room"},{"name":"Join","value":"join","description":"Join a new room","action":"Join a room"},{"name":"Kick","value":"kick","description":"Kick a user from a room","action":"Kick a user from a room"},{"name":"Leave","value":"leave","description":"Leave a room","action":"Leave a room"}],"default":"create"},{"displayName":"Room Name","name":"roomName","type":"string","displayOptions":{"show":{"resource":["room"],"operation":["create"]}},"default":"","placeholder":"My new room","required":true},{"displayName":"Preset","name":"preset","type":"options","displayOptions":{"show":{"resource":["room"],"operation":["create"]}},"options":[{"name":"Private Chat","value":"private_chat"},{"name":"Public Chat","value":"public_chat","description":"Open and public chat"}],"default":"public_chat","placeholder":"My new room","required":true},{"displayName":"Room Alias","name":"roomAlias","type":"string","displayOptions":{"show":{"resource":["room"],"operation":["create"]}},"default":"","placeholder":"coolest-room-around"},{"displayName":"Room ID or Alias","name":"roomIdOrAlias","type":"string","displayOptions":{"show":{"resource":["room"],"operation":["join"]}},"default":"","required":true},{"displayName":"Room Name or ID","name":"roomId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"resource":["room"],"operation":["leave"]}},"default":"","required":true},{"displayName":"Room Name or ID","name":"roomId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"resource":["room"],"operation":["invite"]}},"default":"","required":true},{"displayName":"User ID","name":"userId","type":"string","displayOptions":{"show":{"resource":["room"],"operation":["invite"]}},"default":"","description":"The fully qualified user ID of the invitee","placeholder":"@cheeky_monkey:matrix.org","required":true},{"displayName":"Room Name or ID","name":"roomId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"resource":["room"],"operation":["kick"]}},"default":"","required":true},{"displayName":"User ID","name":"userId","type":"string","displayOptions":{"show":{"resource":["room"],"operation":["kick"]}},"default":"","description":"The fully qualified user ID","placeholder":"@cheeky_monkey:matrix.org","required":true},{"displayName":"Reason","name":"reason","type":"string","displayOptions":{"show":{"resource":["room"],"operation":["kick"]}},"default":"","description":"Reason for kick","placeholder":"Telling unfunny jokes"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["roomMember"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many members","action":"Get many room members"}],"default":"getAll"},{"displayName":"Room Name or ID","name":"roomId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"resource":["roomMember"],"operation":["getAll"]}},"default":"","required":true},{"displayName":"Filters","name":"filters","type":"collection","displayOptions":{"show":{"resource":["roomMember"],"operation":["getAll"]}},"default":{},"description":"Filtering options","placeholder":"Add filter","options":[{"displayName":"Exclude Membership","name":"notMembership","type":"options","default":"","description":"Excludes members whose membership is other than selected (uses OR filter with membership)","options":[{"name":"Any","value":"","description":"Any user membership"},{"name":"Ban","value":"ban","description":"Users removed from the room"},{"name":"Invite","value":"invite","description":"Users invited to join"},{"name":"Join","value":"join","description":"Users currently in the room"},{"name":"Leave","value":"leave","description":"Users who left"}]},{"displayName":"Membership","name":"membership","type":"options","default":"","description":"Only fetch users with selected membership status (uses OR filter with exclude membership)","options":[{"name":"Any","value":"","description":"Any user membership"},{"name":"Ban","value":"ban","description":"Users removed from the room"},{"name":"Invite","value":"invite","description":"Users invited to join"},{"name":"Join","value":"join","description":"Users currently in the room"},{"name":"Leave","value":"leave","description":"Users who left"}]}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.matrix/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/matrix/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Matrix/matrix.png"},
{"displayName":"Mattermost","name":"mattermost","group":["output"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to Mattermost","defaultVersion":1,"version":1,"defaults":{"name":"Mattermost"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mattermostApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Channel","value":"channel"},{"name":"Message","value":"message"},{"name":"Reaction","value":"reaction"},{"name":"User","value":"user"}],"default":"message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channel"]}},"options":[{"name":"Add User","value":"addUser","description":"Add a user to a channel","action":"Add a user to a channel"},{"name":"Create","value":"create","description":"Create a new channel","action":"Create a channel"},{"name":"Delete","value":"delete","description":"Soft delete a channel","action":"Delete a channel"},{"name":"Member","value":"members","description":"Get a page of members for a channel","action":"Get a page of members for a channel"},{"name":"Restore","value":"restore","description":"Restores a soft deleted channel","action":"Restore a soft-deleted channel"},{"name":"Search","value":"search","description":"Search for a channel","action":"Search for a channel"},{"name":"Statistics","value":"statistics","description":"Get statistics for a channel","action":"Get statistics for a channel"}],"default":"create"},{"displayName":"Team Name or ID","name":"teamId","type":"options","typeOptions":{"loadOptionsMethod":"getTeams"},"options":[],"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"description":"The Mattermost Team. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Display Name","name":"displayName","type":"string","default":"","placeholder":"Announcements","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"required":true,"description":"The non-unique UI name for the channel"},{"displayName":"Name","name":"channel","type":"string","default":"","placeholder":"announcements","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"required":true,"description":"The unique handle for the channel, will be present in the channel URL"},{"displayName":"Type","name":"type","type":"options","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"options":[{"name":"Private","value":"private"},{"name":"Public","value":"public"}],"default":"public","description":"The type of channel to create"},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"options":[],"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["channel"]}},"description":"The ID of the channel to soft delete. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Team Name or ID","name":"teamId","type":"options","typeOptions":{"loadOptionsMethod":"getTeams"},"options":[],"default":"","required":true,"displayOptions":{"show":{"operation":["members"],"resource":["channel"]}},"description":"The Mattermost Team. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannelsInTeam","loadOptionsDependsOn":["teamId"]},"options":[],"default":"","required":true,"displayOptions":{"show":{"operation":["members"],"resource":["channel"]}},"description":"The Mattermost Team. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","displayOptions":{"show":{"resource":["channel"],"operation":["members"]}},"default":true,"description":"By default the response only contain the ID of the user. If this option gets activated, it will resolve the user automatically."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["members"],"resource":["channel"]}},"default":true,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["members"],"resource":["channel"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Channel ID","name":"channelId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["restore"],"resource":["channel"]}},"description":"The ID of the channel to restore"},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"options":[],"default":"","required":true,"displayOptions":{"show":{"operation":["addUser"],"resource":["channel"]}},"description":"The ID of the channel to invite user to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"userId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"options":[],"default":"","required":true,"displayOptions":{"show":{"operation":["addUser"],"resource":["channel"]}},"description":"The ID of the user to invite into channel. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"options":[],"default":"","required":true,"displayOptions":{"show":{"operation":["statistics"],"resource":["channel"]}},"description":"The ID of the channel to get the statistics from. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Team Name or ID","name":"teamId","type":"options","typeOptions":{"loadOptionsMethod":"getTeams"},"options":[],"default":"","required":true,"displayOptions":{"show":{"operation":["search"],"resource":["channel"]}},"description":"The Mattermost Team. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Search Term","name":"term","type":"string","default":"","placeholder":"General","displayOptions":{"show":{"operation":["search"],"resource":["channel"]}},"required":true,"description":"The search term for Channels in a Team"},{"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":["search"],"resource":["channel"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"operation":["search"],"resource":["channel"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Soft delete a post, by marking the post as deleted in the database","action":"Delete a message"},{"name":"Post","value":"post","description":"Post a message into a channel","action":"Post a message"},{"name":"Post Ephemeral","value":"postEphemeral","description":"Post an ephemeral message into a channel","action":"Post an ephemeral message"}],"default":"post"},{"displayName":"Post ID","name":"postId","type":"string","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["delete"]}},"default":"","description":"ID of the post to delete"},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"options":[],"default":"","required":true,"displayOptions":{"show":{"operation":["post"],"resource":["message"]}},"description":"The ID of the channel to post to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Message","name":"message","type":"string","default":"","displayOptions":{"show":{"operation":["post"],"resource":["message"]}},"description":"The text to send"},{"displayName":"Attachments","name":"attachments","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add attachment"},"displayOptions":{"show":{"operation":["post"],"resource":["message"]}},"default":{},"description":"The attachment to add","placeholder":"Add attachment item","options":[{"displayName":"Actions","name":"actions","placeholder":"Add Actions","description":"Actions to add to message. More information can be found <a href=\"https://docs.mattermost.com/developer/interactive-messages.html\" target=\"_blank\">here</a>.","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Item","name":"item","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Button","value":"button"},{"name":"Select","value":"select"}],"default":"button","description":"The type of the action"},{"displayName":"Data Source","name":"data_source","type":"options","displayOptions":{"show":{"type":["select"]}},"options":[{"name":"Channels","value":"channels"},{"name":"Custom","value":"custom"},{"name":"Users","value":"users"}],"default":"custom","description":"The type of the action"},{"displayName":"Options","name":"options","placeholder":"Add option","description":"Adds a new option to select field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"data_source":["custom"],"type":["select"]}},"default":{},"options":[{"name":"option","displayName":"Option","default":{},"values":[{"displayName":"Option Text","name":"text","type":"string","default":"","description":"Text of the option"},{"displayName":"Option Value","name":"value","type":"string","default":"","description":"Value of the option"}]}]},{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the Action"},{"displayName":"Integration","name":"integration","placeholder":"Add Integration","description":"Integration to add to message","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"displayName":"Item","name":"item","default":{},"values":[{"displayName":"URL","name":"url","type":"string","default":"","description":"URL of the Integration"},{"displayName":"Context","name":"context","placeholder":"Add Context to Integration","description":"Adds a Context values set","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","default":{},"values":[{"displayName":"Property Name","name":"name","type":"string","default":"","description":"Name of the property to set"},{"displayName":"Property Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]}]}]}]}]},{"displayName":"Author Icon","name":"author_icon","type":"string","default":"","description":"Icon which should appear for the user"},{"displayName":"Author Link","name":"author_link","type":"string","default":"","description":"Link for the author"},{"displayName":"Author Name","name":"author_name","type":"string","default":"","description":"Name that should appear"},{"displayName":"Color","name":"color","type":"color","default":"#ff0000","description":"Color of the line left of text"},{"displayName":"Fallback Text","name":"fallback","type":"string","default":"","description":"Required plain-text summary of the attachment"},{"displayName":"Fields","name":"fields","placeholder":"Add Fields","description":"Fields to add to message","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"item","displayName":"Item","values":[{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the item"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the item"},{"displayName":"Short","name":"short","type":"boolean","default":true,"description":"Whether items can be displayed next to each other"}]}]},{"displayName":"Footer","name":"footer","type":"string","default":"","description":"Text of footer to add"},{"displayName":"Footer Icon","name":"footer_icon","type":"string","default":"","description":"Icon which should appear next to footer"},{"displayName":"Image URL","name":"image_url","type":"string","default":"","description":"URL of image"},{"displayName":"Pretext","name":"pretext","type":"string","default":"","description":"Text which appears before the message block"},{"displayName":"Text","name":"text","type":"string","default":"","description":"Text to send"},{"displayName":"Thumbnail URL","name":"thumb_url","type":"string","default":"","description":"URL of thumbnail"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the message"},{"displayName":"Title Link","name":"title_link","type":"string","default":"","description":"Link of the title"}]},{"displayName":"Other Options","name":"otherOptions","type":"collection","displayOptions":{"show":{"operation":["post"],"resource":["message"]}},"default":{},"description":"Other options to set","placeholder":"Add option","options":[{"displayName":"Parent Post ID","name":"root_id","type":"string","default":"","description":"If set, the created message will be a threaded reply to the specified parent post ID"}]},{"displayName":"User Name or ID","name":"userId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"options":[],"default":"","required":true,"displayOptions":{"show":{"operation":["postEphemeral"],"resource":["message"]}},"description":"ID of the user to send the ephemeral message to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","required":true,"displayOptions":{"show":{"operation":["postEphemeral"],"resource":["message"]}},"description":"ID of the channel to send the ephemeral message in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Message","name":"message","type":"string","default":"","displayOptions":{"show":{"operation":["postEphemeral"],"resource":["message"]}},"description":"Text to send in the ephemeral message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["reaction"]}},"options":[{"name":"Create","value":"create","description":"Add a reaction to a post","action":"Create a reaction"},{"name":"Delete","value":"delete","description":"Remove a reaction from a post","action":"Delete a reaction"},{"name":"Get Many","value":"getAll","description":"Get many reactions to one or more posts","action":"Get many reactions"}],"default":"create"},{"displayName":"User Name or ID","name":"userId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"options":[],"default":"","required":true,"displayOptions":{"show":{"resource":["reaction"],"operation":["create"]}},"description":"ID of the user sending the reaction. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Post ID","name":"postId","type":"string","default":"","placeholder":"3moacfqxmbdw38r38fjprh6zsr","required":true,"displayOptions":{"show":{"resource":["reaction"],"operation":["create"]}},"description":"ID of the post to react to. Obtainable from the post link: <code>https://mattermost.internal.n8n.io/[server]/pl/[postId]</code>"},{"displayName":"Emoji Name","name":"emojiName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["reaction"],"operation":["create"]}},"description":"Emoji to use for this reaction"},{"displayName":"User Name or ID","name":"userId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"options":[],"default":"","required":true,"displayOptions":{"show":{"resource":["reaction"],"operation":["delete"]}},"description":"ID of the user whose reaction to delete. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Post ID","name":"postId","type":"string","default":"","placeholder":"3moacfqxmbdw38r38fjprh6zsr","required":true,"displayOptions":{"show":{"resource":["reaction"],"operation":["delete"]}},"description":"ID of the post whose reaction to delete. Obtainable from the post link: <code>https://mattermost.internal.n8n.io/[server]/pl/[postId]</code>"},{"displayName":"Emoji Name","name":"emojiName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["reaction"],"operation":["delete"]}},"description":"Name of the emoji to delete"},{"displayName":"Post ID","name":"postId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["reaction"],"operation":["getAll"]}},"description":"One or more (comma-separated) posts to retrieve reactions from"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["reaction"]}},"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"],"resource":["reaction"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a new user","action":"Create a user"},{"name":"Deactive","value":"deactive","description":"Deactivates the user and revokes all its sessions by archiving its user object","action":"Deactivate a user"},{"name":"Get By Email","value":"getByEmail","description":"Get a user by email","action":"Get a user by email"},{"name":"Get By ID","value":"getById","description":"Get a user by ID","action":"Get a user by ID"},{"name":"Get Many","value":"getAll","description":"Retrieve many users","action":"Get many users"},{"name":"Invite","value":"invite","description":"Invite user to team","action":"Invite a user"}],"default":""},{"displayName":"Username","name":"username","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":""},{"displayName":"Auth Service","name":"authService","type":"options","options":[{"name":"Email","value":"email"},{"name":"Gitlab","value":"gitlab"},{"name":"Google","value":"google"},{"name":"LDAP","value":"ldap"},{"name":"Office365","value":"office365"},{"name":"SAML","value":"saml"}],"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":""},{"displayName":"Auth Data","name":"authData","displayOptions":{"show":{"resource":["user"],"operation":["create"]},"hide":{"authService":["email"]}},"type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"],"authService":["email"]}}},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"displayOptions":{"show":{"resource":["user"],"operation":["create"],"authService":["email"]}},"default":"","description":"The password used for email authentication"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["user"]}},"default":{},"options":[{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Locale","name":"locale","type":"string","default":""},{"displayName":"Nickname","name":"nickname","type":"string","default":""},{"displayName":"Notification Settings","name":"notificationUi","type":"fixedCollection","placeholder":"Add Notification Setting","default":{},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Notify","name":"notificationValues","values":[{"displayName":"Channel","name":"channel","type":"boolean","default":true,"description":"Whether to enable channel-wide notifications (@channel, @all, etc.), \"false\" to disable. Defaults to \"true\"."},{"displayName":"Desktop","name":"desktop","type":"options","options":[{"name":"All","value":"all","description":"Notifications for all activity"},{"name":"Mention","value":"mention","description":"Mentions and direct messages only"},{"name":"None","value":"none","description":"Mentions and direct messages only"}],"default":"all"},{"displayName":"Desktop Sound","name":"desktop_sound","type":"boolean","default":true,"description":"Whether to enable sound on desktop notifications, \"false\" to disable. Defaults to \"true\"."},{"displayName":"Email","name":"email","type":"boolean","default":false,"description":"Whether to enable email notifications, \"false\" to disable. Defaults to \"false\"."},{"displayName":"First Name","name":"first_name","type":"boolean","default":false,"description":"Whether to enable mentions for first name. Defaults to \"true\" if a first name is set, \"false\" otherwise."},{"displayName":"Mention Keys","name":"mention_keys","type":"string","default":"","description":"A comma-separated list of words to count as mentions. Defaults to username and @username."},{"displayName":"Push","name":"push","type":"options","options":[{"name":"All","value":"all","description":"Notifications for all activity"},{"name":"Mention","value":"mention","description":"Mentions and direct messages only"},{"name":"None","value":"none","description":"Mentions and direct messages only"}],"default":"mention"}]}]}]},{"displayName":"User ID","name":"userId","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["deactive"]}},"default":"","description":"User GUID"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"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":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"In Channel","name":"inChannel","type":"string","default":"","description":"The ID of the channel to get users for"},{"displayName":"In Team","name":"inTeam","type":"string","default":"","description":"The ID of the team to get users for"},{"displayName":"Not In Team","name":"notInTeam","type":"string","default":"","description":"The ID of the team to exclude users for"},{"displayName":"Not In Channel","name":"notInChannel","type":"string","default":"","description":"The ID of the channel to exclude users for"},{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"Created At","value":"createdAt"},{"name":"Last Activity At","value":"lastActivityAt"},{"name":"Status","value":"status"},{"name":"Username","value":"username"}],"default":"username","description":"The ID of the channel to exclude users for"}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["getByEmail"]}},"default":"","description":"User's email"},{"displayName":"User IDs","name":"userIds","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["getById"]}},"default":"","description":"User's ID"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["user"],"operation":["getById"]}},"default":{},"options":[{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"Only return users that have been modified since the given Unix timestamp (in milliseconds)"}]},{"displayName":"Team Name or ID","name":"teamId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"required":true,"displayOptions":{"show":{"resource":["user"],"operation":["invite"]}},"default":""},{"displayName":"Emails","name":"emails","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["invite"]}},"default":"","description":"User's email. Multiple emails can be set separated by comma."}],"usableAsTool":true,"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mattermost/mattermost.svg","codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mattermost/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mattermost/"}]}}},
{"displayName":"Mautic","name":"mautic","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Mautic API","defaults":{"name":"Mautic"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mauticApi","required":true,"displayOptions":{"show":{"authentication":["credentials"]}}},{"name":"mauticOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Credentials","value":"credentials"},{"name":"OAuth2","value":"oAuth2"}],"default":"credentials"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Campaign Contact","value":"campaignContact","description":"Add/remove contacts to/from a campaign"},{"name":"Company","value":"company","description":"Create or modify a company"},{"name":"Company Contact","value":"companyContact","description":"Add/remove contacts to/from a company"},{"name":"Contact","value":"contact","description":"Create & modify contacts"},{"name":"Contact Segment","value":"contactSegment","description":"Add/remove contacts to/from a segment"},{"name":"Segment Email","value":"segmentEmail","description":"Send an email"}],"default":"contact"},{"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 data of a company","action":"Get a company"},{"name":"Get Many","value":"getAll","description":"Get data of many companies","action":"Get many companies"},{"name":"Update","value":"update","description":"Update a company","action":"Update a company"}],"default":"create"},{"displayName":"Company Name","name":"name","type":"string","displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"default":"","description":"The name of the company to create"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["create"]}},"options":[{"displayName":"Address","name":"addressUi","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"addressValues","displayName":"Address","values":[{"displayName":"Address Line 1","name":"address1","type":"string","default":""},{"displayName":"Address Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""}]}]},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","default":0},{"displayName":"Company Email","name":"companyEmail","type":"string","default":""},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"Industry Name or ID","name":"industry","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getIndustries"},"default":""},{"displayName":"Is Published","name":"isPublished","type":"boolean","default":false},{"displayName":"Number of Employees","name":"numberOfEmpoyees","type":"number","default":0},{"displayName":"Overwrite With Blank","name":"overwriteWithBlank","type":"boolean","default":false,"description":"Whether empty values are set to fields. Otherwise empty values are skipped."},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Company ID","name":"companyId","type":"string","displayOptions":{"show":{"operation":["update"],"resource":["company"]}},"default":"","description":"The ID of the company to update"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["update"]}},"options":[{"displayName":"Address","name":"addressUi","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"addressValues","displayName":"Address","values":[{"displayName":"Address Line 1","name":"address1","type":"string","default":""},{"displayName":"Address Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""}]}]},{"displayName":"Annual Revenue","name":"annualRevenue","type":"number","default":0},{"displayName":"Company Email","name":"companyEmail","type":"string","default":""},{"displayName":"Company Name","name":"name","type":"string","default":""},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"Industry Name or ID","name":"industry","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getIndustries"},"default":""},{"displayName":"Is Published","name":"isPublished","type":"boolean","default":false},{"displayName":"Number of Employees","name":"numberOfEmpoyees","type":"number","default":0},{"displayName":"Overwrite With Blank","name":"overwriteWithBlank","type":"boolean","default":false,"description":"Whether empty values are set to fields. Otherwise, empty values are skipped."},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Company ID","name":"companyId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["company"]}},"default":"","description":"The ID of the company to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["get"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"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":30},"default":30,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["company"],"operation":["getAll"]}},"options":[{"displayName":"Order Direction","name":"orderByDir","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"","description":"Sort direction: asc or desc"},{"displayName":"Order By Name or ID","name":"orderBy","type":"options","typeOptions":{"loadOptionsMethod":"getCompanyFields"},"default":"","description":"Column to sort by. Can use any column listed in the response. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Search","name":"search","type":"string","default":"","description":"String or search command to filter entities by"}]},{"displayName":"Company ID","name":"companyId","type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["company"]}},"default":"","description":"The ID of the company to delete"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["delete"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"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":"Edit Contact Points","value":"editContactPoint","description":"Edit contact's points","action":"Edit a contact's points"},{"name":"Edit Do Not Contact List","value":"editDoNotContactList","description":"Add/remove contacts from/to the do not contact list","action":"Add/remove contacts from/to the do not contact list"},{"name":"Get","value":"get","description":"Get data of a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get data of many contacts","action":"Get many contacts"},{"name":"Send Email","value":"sendEmail","description":"Send email to contact","action":"Send email to a contact"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["create"],"resource":["contact"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":"","description":"Email address of the contact"},{"displayName":"First Name","name":"firstName","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Last Name","name":"lastName","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Primary Company Name or ID","name":"company","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCompanies"},"displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Position","name":"position","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Title","name":"title","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["create"],"jsonParameters":[false]}},"default":""},{"displayName":"Body","name":"bodyJson","type":"json","displayOptions":{"show":{"operation":["create"],"resource":["contact"],"jsonParameters":[true]}},"default":"","description":"Contact parameters"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"displayName":"Address","name":"addressUi","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"addressValues","displayName":"Address","values":[{"displayName":"Address Line 1","name":"address1","type":"string","default":""},{"displayName":"Address Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""}]}]},{"displayName":"B2B or B2C","name":"b2bOrb2c","type":"options","options":[{"name":"B2B","value":"B2B"},{"name":"B2C","value":"B2C"}],"default":""},{"displayName":"CRM ID","name":"crmId","type":"string","default":""},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getContactFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"Has Purchased","name":"hasPurchased","type":"boolean","default":false},{"displayName":"IP Address","name":"ipAddress","type":"string","default":"","description":"IP address to associate with the contact"},{"displayName":"Last Active","name":"lastActive","type":"dateTime","default":"","description":"Date/time in UTC;"},{"displayName":"Mobile","name":"mobile","type":"string","default":""},{"displayName":"Owner ID","name":"ownerId","type":"string","default":"","description":"ID of a Mautic user to assign this contact to"},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Prospect or Customer","name":"prospectOrCustomer","type":"options","options":[{"name":"Prospect","value":"Prospect"},{"name":"Customer","value":"Customer"}],"default":""},{"displayName":"Sandbox","name":"sandbox","type":"boolean","default":false},{"displayName":"Stage Name or ID","name":"stage","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getStages"},"default":""},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Social Media","name":"socialMediaUi","placeholder":"Social Media","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"socialMediaValues","displayName":"Social Media","values":[{"displayName":"Facebook","name":"facebook","type":"string","default":""},{"displayName":"Foursquare","name":"foursquare","type":"string","default":""},{"displayName":"Instagram","name":"instagram","type":"string","default":""},{"displayName":"LinkedIn","name":"linkedIn","type":"string","default":""},{"displayName":"Skype","name":"skype","type":"string","default":""},{"displayName":"Twitter","name":"twitter","type":"string","default":""}]}]},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["update"],"resource":["contact"]}},"default":""},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["update"],"resource":["contact"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Body","name":"bodyJson","type":"json","displayOptions":{"show":{"/jsonParameters":[true]}},"default":"","description":"Contact parameters"},{"displayName":"Address","name":"addressUi","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"/jsonParameters":[false]}},"default":{},"options":[{"name":"addressValues","displayName":"Address","values":[{"displayName":"Address Line 1","name":"address1","type":"string","default":""},{"displayName":"Address Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Zip Code","name":"zipCode","type":"string","default":""}]}]},{"displayName":"B2B or B2C","name":"b2bOrb2c","type":"options","displayOptions":{"show":{"/jsonParameters":[false]}},"options":[{"name":"B2B","value":"B2B"},{"name":"B2C","value":"B2C"}],"default":""},{"displayName":"CRM ID","name":"crmId","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Fields","description":"Adds a custom fields to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getContactFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"Email address of the contact"},{"displayName":"Fax","name":"fax","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"First Name","name":"firstName","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Has Purchased","name":"hasPurchased","type":"boolean","displayOptions":{"show":{"/jsonParameters":[false]}},"default":false},{"displayName":"IP Address","name":"ipAddress","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"IP address to associate with the contact"},{"displayName":"Last Active","name":"lastActive","type":"dateTime","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"Date/time in UTC;"},{"displayName":"Last Name","name":"lastName","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"LastName"},{"displayName":"Mobile","name":"mobile","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Owner ID","name":"ownerId","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"ID of a Mautic user to assign this contact to"},{"displayName":"Phone","name":"phone","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Position","name":"position","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Primary Company Name or ID","name":"company","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCompanies"},"displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Prospect or Customer","name":"prospectOrCustomer","type":"options","displayOptions":{"show":{"/jsonParameters":[false]}},"options":[{"name":"Prospect","value":"Prospect"},{"name":"Customer","value":"Customer"}],"default":""},{"displayName":"Sandbox","name":"sandbox","type":"boolean","displayOptions":{"show":{"/jsonParameters":[false]}},"default":false},{"displayName":"Stage Name or ID","name":"stage","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/jsonParameters":[false]}},"typeOptions":{"loadOptionsMethod":"getStages"},"default":""},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/jsonParameters":[false]}},"typeOptions":{"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Title","name":"title","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"Social Media","name":"socialMediaUi","placeholder":"Social Media","type":"fixedCollection","displayOptions":{"show":{"/jsonParameters":[false]}},"typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"socialMediaValues","displayName":"Social Media","values":[{"displayName":"Facebook","name":"facebook","type":"string","default":""},{"displayName":"Foursquare","name":"foursquare","type":"string","default":""},{"displayName":"Instagram","name":"instagram","type":"string","default":""},{"displayName":"LinkedIn","name":"linkedIn","type":"string","default":""},{"displayName":"Skype","name":"skype","type":"string","default":""},{"displayName":"Twitter","name":"twitter","type":"string","default":""}]}]},{"displayName":"Website","name":"website","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":""},{"displayName":"IP Address","name":"ipAddress","type":"string","displayOptions":{"show":{"/jsonParameters":[false]}},"default":"","description":"IP address to associate with the contact"}]},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["editDoNotContactList"],"resource":["contact"]}},"default":""},{"displayName":"Action","name":"action","type":"options","displayOptions":{"show":{"operation":["editDoNotContactList"],"resource":["contact"]}},"options":[{"name":"Add","value":"add","action":"Add a contact"},{"name":"Remove","value":"remove","action":"Remove a contact"}],"default":"add"},{"displayName":"Channel","name":"channel","type":"options","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["editDoNotContactList"]}},"options":[{"name":"Email","value":"email"},{"name":"SMS","value":"sms"}],"default":"email"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["editDoNotContactList"]}},"options":[{"displayName":"Reason To Do Not Contact","name":"reason","type":"options","options":[{"name":"Unsubscribed","value":"1"},{"name":"Bounced","value":"2"},{"name":"Manual","value":"3"}],"default":"3"},{"displayName":"Comments","name":"comments","type":"string","default":"","description":"A text describing details of Do Not Contact entry"}]},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["editContactPoint"],"resource":["contact"]}},"default":""},{"displayName":"Action","name":"action","type":"options","displayOptions":{"show":{"operation":["editContactPoint"],"resource":["contact"]}},"options":[{"name":"Add","value":"add","action":"Add a contact"},{"name":"Remove","value":"remove","action":"Remove a contact"}],"default":"add"},{"displayName":"Points","name":"points","type":"number","displayOptions":{"show":{"operation":["editContactPoint"],"resource":["contact"]}},"default":0},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["contact"]}},"default":""},{"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":30},"default":30,"description":"Max number of results to return"},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["contact"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"resource":["contact"]},"hide":{"operation":["sendEmail","editDoNotContactList","editContactPoint"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Search","name":"search","type":"string","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":"","description":"String or search command to filter entities by"},{"displayName":"Order By","name":"orderBy","type":"string","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":"","description":"Column to sort by. Can use any column listed in the response."},{"displayName":"Order By Dir","name":"orderByDir","type":"options","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":"","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"description":"Sort direction: ASC or DESC"},{"displayName":"Published Only","name":"publishedOnly","type":"boolean","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":false,"description":"Whether to return currently published entities"},{"displayName":"Minimal","name":"minimal","type":"boolean","displayOptions":{"show":{"/resource":["contact"],"/operation":["getAll"]}},"default":false,"description":"Whether to return array of entities without additional lists in it"},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":true,"description":"By default only the data of the fields get returned. If this options gets set the RAW response with all data gets returned."}]},{"displayName":"Campaign Email Name or ID","name":"campaignEmailId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["sendEmail"]}},"typeOptions":{"loadOptionsMethod":"getCampaignEmails"},"default":""},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["sendEmail"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contactSegment"]}},"options":[{"name":"Add","value":"add","description":"Add contact to a segment","action":"Add a contact to a segment"},{"name":"Remove","value":"remove","description":"Remove contact from a segment","action":"Remove a contact from a segment"}],"default":"add"},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contactSegment"],"operation":["add","remove"]}},"default":""},{"displayName":"Segment Name or ID","name":"segmentId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"displayOptions":{"show":{"resource":["contactSegment"],"operation":["add","remove"]}},"typeOptions":{"loadOptionsMethod":"getSegments"},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["campaignContact"]}},"options":[{"name":"Add","value":"add","description":"Add contact to a campaign","action":"Add a campaign contact"},{"name":"Remove","value":"remove","description":"Remove contact from a campaign","action":"Remove a campaign contact"}],"default":"add"},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["campaignContact"],"operation":["add","remove"]}},"default":""},{"displayName":"Campaign Name or ID","name":"campaignId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"displayOptions":{"show":{"resource":["campaignContact"],"operation":["add","remove"]}},"typeOptions":{"loadOptionsMethod":"getCampaigns"},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["companyContact"]}},"options":[{"name":"Add","value":"add","description":"Add contact to a company","action":"Add a company contact"},{"name":"Remove","value":"remove","description":"Remove a contact from a company","action":"Remove a company contact"}],"default":"create"},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"resource":["companyContact"],"operation":["add","remove"]}},"default":"","description":"The ID of the contact"},{"displayName":"Company ID","name":"companyId","type":"string","displayOptions":{"show":{"resource":["companyContact"],"operation":["add","remove"]}},"default":"","description":"The ID of the company"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["segmentEmail"]}},"options":[{"name":"Send","value":"send","action":"Send an email to a segment"}],"default":"send"},{"displayName":"Segment Email Name or ID","name":"segmentEmailId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"displayOptions":{"show":{"resource":["segmentEmail"],"operation":["send"]}},"typeOptions":{"loadOptionsMethod":"getSegmentEmails"},"default":""}],"codex":{"categories":["Marketing","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mautic/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mautic/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mautic/mautic.svg"},
{"displayName":"Mautic Trigger","name":"mauticTrigger","group":["trigger"],"version":1,"description":"Handle Mautic events via webhooks","defaults":{"name":"Mautic Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"mauticApi","required":true,"displayOptions":{"show":{"authentication":["credentials"]}}},{"name":"mauticOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Credentials","value":"credentials"},{"name":"OAuth2","value":"oAuth2"}],"default":"credentials"},{"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/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getEvents"},"default":[]},{"displayName":"Events Order","name":"eventsOrder","type":"options","default":"ASC","options":[{"name":"ASC","value":"ASC"},{"name":"DESC","value":"DESC"}],"description":"Order direction for queued events in one webhook. Can be “DESC” or “ASC”."}],"codex":{"categories":["Marketing","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.mautictrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mautic/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mautic/mautic.svg"},
{"displayName":"Medium","name":"medium","group":["output"],"version":1,"description":"Consume Medium API","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Medium"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mediumApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"mediumOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Post","value":"post"},{"name":"Publication","value":"publication"}],"default":"post"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["post"]}},"options":[{"name":"Create","value":"create","description":"Create a post","action":"Create a post"}],"default":"create"},{"displayName":"Publication","name":"publication","type":"boolean","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"default":false,"description":"Whether you are posting for a publication"},{"displayName":"Publication Name or ID","name":"publicationId","type":"options","displayOptions":{"show":{"resource":["post"],"operation":["create"],"publication":[true]}},"typeOptions":{"loadOptionsMethod":"getPublications"},"default":"","description":"Publication IDs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Title","name":"title","type":"string","default":"","placeholder":"My Open Source Contribution","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"description":"Title of the post. Max Length : 100 characters."},{"displayName":"Content Format","name":"contentFormat","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"type":"options","options":[{"name":"HTML","value":"html"},{"name":"Markdown","value":"markdown"}],"description":"The format of the content to be posted"},{"displayName":"Content","name":"content","type":"string","default":"","placeholder":"My open source contribution","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"description":"The body of the post, in a valid semantic HTML fragment, or Markdown"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["post"]}},"default":{},"options":[{"displayName":"Canonical Url","name":"canonicalUrl","type":"string","default":"","description":"The original home of this content, if it was originally published elsewhere"},{"displayName":"License","name":"license","type":"options","default":"all-rights-reserved","options":[{"name":"all-rights-reserved","value":"all-rights-reserved"},{"name":"cc-40-by","value":"cc-40-by"},{"name":"cc-40-by-nc","value":"cc-40-by-nc"},{"name":"cc-40-by-nc-nd","value":"cc-40-by-nc-nd"},{"name":"cc-40-by-nc-sa","value":"cc-40-by-nc-sa"},{"name":"cc-40-by-nd","value":"cc-40-by-nd"},{"name":"cc-40-by-sa","value":"cc-40-by-sa"},{"name":"cc-40-zero","value":"cc-40-zero"},{"name":"public-domain","value":"public-domain"}],"description":"License of the post"},{"displayName":"Notify Followers","name":"notifyFollowers","type":"boolean","default":false,"description":"Whether to notify followers that the user has published"},{"displayName":"Publish Status","name":"publishStatus","default":"public","type":"options","options":[{"name":"Public","value":"public"},{"name":"Draft","value":"draft"},{"name":"Unlisted","value":"unlisted"}],"description":"The status of the post"},{"displayName":"Tags","name":"tags","type":"string","default":"","placeholder":"open-source,mlh,fellowship","description":"Comma-separated strings to be used as tags for post classification. Max allowed tags: 5. Max tag length: 25 characters."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["publication"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many publications","action":"Get many publications"}],"default":"publication"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["publication"]}},"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":["publication"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.medium/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/medium/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Medium/medium.png"},
{"displayName":"Merge","name":"merge","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":3.2,"version":[3,3.1,3.2],"defaults":{"name":"Merge"},"inputs":"={{((parameters) => {\n    return Array.from({ length: parameters.numberInputs || 2 }, (_, i) => ({\n        type: 'main',\n        displayName: `Input ${(i + 1).toString()}`,\n    }));\n})($parameter)}}","outputs":["main"],"requiredInputs":"={{ $parameter[\"mode\"] === \"chooseBranch\" ? [0, 1] : 1 }}","properties":[{"displayName":"Mode","name":"mode","type":"options","noDataExpression":true,"options":[{"name":"Append","value":"append","description":"Output items of each input, one after the other","builderHint":{"message":"Append items from multiple branches into a single list sequentially. Waits for all running branches. Supports any number of inputs. @example input1: [{ x }] [{ y }] input2: [{ z }]. Output: [{ x }, { y }, { z }]. Next node will execute 3 times with each item. Set executeOnce on next node to execute once."}},{"name":"Combine","value":"combine","description":"Merge matching items together","builderHint":{"message":"Combines items from 2 branches. Waits for both to have input data. @example **combine by position** input1: [{ x }, { y }] input2: [{ z }] output: [{ x, y }, { x: undefined, y: undefined, z }] @example **combine by key** input1: [{ id: 1, x }, { id: 2, y }] input2: [{ id: 1, z }] output: [{ id: 1, x, z }, { id: 2, y }]"}},{"name":"SQL Query","value":"combineBySql","description":"Write a query to do the merge","builderHint":{"message":"Need to combine more than 2 branches? Use SQL Query for advanced operations. Waits for all inputs. @example Results depend on query - can filter, join, aggregate"}},{"name":"Choose Branch","value":"chooseBranch","description":"Output data from a specific branch, without modifying it","builderHint":{"message":"Do you need to select data from only ONE specific input and discard the others? Use Choose Branch after conditional nodes to pick which path to continue. Waits for all inputs. @example 3 items from Input A + 2 items from Input B, choose Input A → 3 items"}}],"default":"append","description":"How input data should be merged"},{"displayName":"Combine By","name":"combineBy","type":"options","noDataExpression":true,"options":[{"name":"Matching Fields","value":"combineByFields","description":"Combine items with the same field values"},{"name":"Position","value":"combineByPosition","description":"Combine items based on their order"},{"name":"All Possible Combinations","value":"combineAll","description":"Every pairing of every two items (cross join)"}],"default":"combineByFields","description":"How input data should be merged","displayOptions":{"show":{"mode":["combine"]}}},{"displayName":"Number of Inputs","name":"numberInputs","type":"options","noDataExpression":true,"default":2,"options":[{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5},{"name":"6","value":6},{"name":"7","value":7},{"name":"8","value":8},{"name":"9","value":9},{"name":"10","value":10}],"validateType":"number","description":"The number of data inputs you want to merge. The node waits for all connected inputs to be executed.","displayOptions":{"show":{"mode":["append"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferLast","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getResolveClashOptions","loadOptionsDependsOn":["numberInputs"]}},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}}]}]},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same."}],"displayOptions":{"show":{"mode":["combine"],"combineBy":["combineAll"]}}},{"displayName":"Fields To Match Have Different Names","name":"advanced","type":"boolean","default":false,"description":"Whether name(s) of field to match are different in input 1 and input 2","displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Fields to Match","name":"fieldsToMatchString","type":"string","placeholder":"e.g. id, name","default":"","requiresDataPath":"multiple","description":"Specify the fields to use for matching input items","hint":"Drag or type the input field name","displayOptions":{"show":{"advanced":[false],"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Fields to Match","name":"mergeByFields","type":"fixedCollection","placeholder":"Add Fields to Match","default":{"values":[{"field1":"","field2":""}]},"typeOptions":{"multipleValues":true},"description":"Specify the fields to use for matching input items","displayOptions":{"show":{"advanced":[true],"mode":["combine"],"combineBy":["combineByFields"]}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input 1 Field","name":"field1","type":"string","default":"","placeholder":"e.g. id","hint":"Drag or type the input field name","requiresDataPath":"single"},{"displayName":"Input 2 Field","name":"field2","type":"string","default":"","placeholder":"e.g. id","hint":"Drag or type the input field name","requiresDataPath":"single"}]}]},{"displayName":"Output Type","name":"joinMode","type":"options","description":"How to select the items to send to output","options":[{"name":"Keep Matches","value":"keepMatches","description":"Items that match, merged together (inner join)"},{"name":"Keep Non-Matches","value":"keepNonMatches","description":"Items that don't match"},{"name":"Keep Everything","value":"keepEverything","description":"Items that match merged together, plus items that don't match (outer join)"},{"name":"Enrich Input 1","value":"enrichInput1","description":"All of input 1, with data from input 2 added in (left join)"},{"name":"Enrich Input 2","value":"enrichInput2","description":"All of input 2, with data from input 1 added in (right join)"}],"default":"keepMatches","displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Merged Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"joinMode":["keepMatches"],"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Appended Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"joinMode":["keepNonMatches"],"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferLast","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getResolveClashOptions","loadOptionsDependsOn":["numberInputs"]}},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}}]}],"displayOptions":{"hide":{"/joinMode":["keepMatches","keepNonMatches"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferLast","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getResolveClashOptions","loadOptionsDependsOn":["numberInputs"]}},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}}]}],"displayOptions":{"show":{"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same."},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/joinMode":["enrichInput1","enrichInput2","keepEverything"]}}}],"displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByFields"]}}},{"displayName":"Number of Inputs","name":"numberInputs","type":"options","noDataExpression":true,"default":2,"options":[{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5},{"name":"6","value":6},{"name":"7","value":7},{"name":"8","value":8},{"name":"9","value":9},{"name":"10","value":10}],"validateType":"number","description":"The number of data inputs you want to merge. The node waits for all connected inputs to be executed.","displayOptions":{"show":{"mode":["combineBySql"]}}},{"displayName":"Query","name":"query","type":"string","default":"SELECT * FROM input1 LEFT JOIN input2 ON input1.name = input2.id","noDataExpression":true,"description":"Input data available as tables with corresponding number, e.g. input1, input2","hint":"Supports <a href=\"https://github.com/alasql/alasql/wiki/Supported-SQL-statements\" target=\"_blank\">most</a> of the SQL-99 language","required":true,"typeOptions":{"rows":5,"editor":"sqlEditor"},"displayOptions":{"show":{"mode":["combineBySql"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Empty Query Result","name":"emptyQueryResult","type":"options","description":"What to return if the query executed successfully but returned no results","options":[{"name":"Success","value":"success"},{"name":"Empty Result","value":"empty"}],"default":"empty"}],"displayOptions":{"show":{"@version":[3.2],"mode":["combineBySql"]}}},{"displayName":"Number of Inputs","name":"numberInputs","type":"options","noDataExpression":true,"default":2,"options":[{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5},{"name":"6","value":6},{"name":"7","value":7},{"name":"8","value":8},{"name":"9","value":9},{"name":"10","value":10}],"validateType":"number","description":"The number of data inputs you want to merge. The node waits for all connected inputs to be executed.","displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByPosition"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"addSuffix"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getResolveClashOptions","loadOptionsDependsOn":["numberInputs"]}},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":[{"_cnd":{"not":"addSuffix"}}]}}}]}]},{"displayName":"Include Any Unpaired Items","name":"includeUnpaired","type":"boolean","default":false,"description":"Whether unpaired items should be included in the result when there are differing numbers of items among the inputs"}],"displayOptions":{"show":{"mode":["combine"],"combineBy":["combineByPosition"]}}},{"displayName":"Number of Inputs","name":"numberInputs","type":"options","noDataExpression":true,"default":2,"options":[{"name":"2","value":2},{"name":"3","value":3},{"name":"4","value":4},{"name":"5","value":5},{"name":"6","value":6},{"name":"7","value":7},{"name":"8","value":8},{"name":"9","value":9},{"name":"10","value":10}],"validateType":"number","description":"The number of data inputs you want to merge. The node waits for all connected inputs to be executed.","displayOptions":{"show":{"mode":["chooseBranch"]}}},{"displayName":"Output Type","name":"chooseBranchMode","type":"options","options":[{"name":"Wait for All Inputs to Arrive","value":"waitForAll"}],"default":"waitForAll","displayOptions":{"show":{"mode":["chooseBranch"]}}},{"displayName":"Output","name":"output","type":"options","options":[{"name":"Data of Specified Input","value":"specifiedInput"},{"name":"A Single, Empty Item","value":"empty"}],"default":"specifiedInput","displayOptions":{"show":{"chooseBranchMode":["waitForAll"],"mode":["chooseBranch"]}}},{"displayName":"Use Data of Input","name":"useDataOfInput","type":"options","default":1,"displayOptions":{"show":{"output":["specifiedInput"],"mode":["chooseBranch"]}},"typeOptions":{"minValue":1,"loadOptionsMethod":"getInputs","loadOptionsDependsOn":["numberInputs"]},"description":"The number of the input to use data of","validateType":"number"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Merge/merge.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"alias":["Join","Concatenate","Wait"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.merge/"}]}}},
{"displayName":"Merge","name":"merge","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":3.2,"version":[2,2.1],"defaults":{"name":"Merge"},"inputs":["main","main"],"outputs":["main"],"inputNames":["Input 1","Input 2"],"requiredInputs":"={{ $parameter[\"mode\"] === \"chooseBranch\" ? [0, 1] : 1 }}","properties":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Append","value":"append","description":"All items of input 1, then all items of input 2"},{"name":"Combine","value":"combine","description":"Merge matching items together"},{"name":"Choose Branch","value":"chooseBranch","description":"Output input data, without modifying it"}],"default":"append","description":"How data of branches should be merged"},{"displayName":"Combination Mode","name":"combinationMode","type":"options","options":[{"name":"Merge By Fields","value":"mergeByFields","description":"Combine items with the same field values"},{"name":"Merge By Position","value":"mergeByPosition","description":"Combine items based on their order"},{"name":"Multiplex","value":"multiplex","description":"All possible item combinations (cross join)"}],"default":"mergeByFields","displayOptions":{"show":{"mode":["combine"]}}},{"displayName":"Fields to Match","name":"mergeByFields","type":"fixedCollection","placeholder":"Add Fields to Match","default":{"values":[{"field1":"","field2":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Input 1 Field","name":"field1","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Input 2 Field","name":"field2","type":"string","default":"","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"}]}],"displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"]}}},{"displayName":"Output Type","name":"joinMode","type":"options","options":[{"name":"Keep Matches","value":"keepMatches","description":"Items that match, merged together (inner join)"},{"name":"Keep Non-Matches","value":"keepNonMatches","description":"Items that don't match"},{"name":"Keep Everything","value":"keepEverything","description":"Items that match merged together, plus items that don't match (outer join)"},{"name":"Enrich Input 1","value":"enrichInput1","description":"All of input 1, with data from input 2 added in (left join)"},{"name":"Enrich Input 2","value":"enrichInput2","description":"All of input 2, with data from input 1 added in (right join)"}],"default":"keepMatches","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Merged Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"],"joinMode":["keepMatches"]}}},{"displayName":"Output Data From","name":"outputDataFrom","type":"options","options":[{"name":"Both Inputs Appended Together","value":"both"},{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"both","displayOptions":{"show":{"mode":["combine"],"combinationMode":["mergeByFields"],"joinMode":["keepNonMatches"]}}},{"displayName":"Output Type","name":"chooseBranchMode","type":"options","options":[{"name":"Wait for Both Inputs to Arrive","value":"waitForBoth"}],"default":"waitForBoth","displayOptions":{"show":{"mode":["chooseBranch"]}}},{"displayName":"Output","name":"output","type":"options","options":[{"name":"Input 1 Data","value":"input1"},{"name":"Input 2 Data","value":"input2"},{"name":"A Single, Empty Item","value":"empty"}],"default":"input1","displayOptions":{"show":{"mode":["chooseBranch"],"chooseBranchMode":["waitForBoth"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"]},"hide":{"/joinMode":["keepMatches","keepNonMatches"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Clash Handling","name":"clashHandling","type":"fixedCollection","default":{"values":{"resolveClash":"preferInput2","mergeMode":"deepMerge","overrideEmpty":false}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"When Field Values Clash","name":"resolveClash","type":"options","default":"","options":[{"name":"Always Add Input Number to Field Names","value":"addSuffix"},{"name":"Prefer Input 1 Version","value":"preferInput1"},{"name":"Prefer Input 2 Version","value":"preferInput2"}]},{"displayName":"Merging Nested Fields","name":"mergeMode","type":"options","default":"deepMerge","options":[{"name":"Deep Merge","value":"deepMerge","description":"Merge at every level of nesting"},{"name":"Shallow Merge","value":"shallowMerge","description":"Merge at the top level only (all nested fields will come from the same input)"}],"hint":"How to merge when there are sub-fields below the top-level ones","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}},{"displayName":"Minimize Empty Fields","name":"overrideEmpty","type":"boolean","default":false,"description":"Whether to override the preferred input version for a field if it is empty and the other version isn't. Here 'empty' means undefined, null or an empty string.","displayOptions":{"show":{"resolveClash":["preferInput1","preferInput2"]}}}]}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["multiplex","mergeByPosition"]}}},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name","displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"]}}},{"displayName":"Fuzzy Compare","name":"fuzzyCompare","type":"boolean","default":false,"description":"Whether to tolerate small type differences when comparing fields. E.g. the number 3 and the string '3' are treated as the same."},{"displayName":"Include Any Unpaired Items","name":"includeUnpaired","type":"boolean","default":false,"description":"If there are different numbers of items in input 1 and input 2, whether to include the ones at the end with nothing to pair with","displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByPosition"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["keepMatches"],"/outputDataFrom":["both"]}}},{"displayName":"Multiple Matches","name":"multipleMatches","type":"options","default":"all","options":[{"name":"Include All Matches","value":"all","description":"Output multiple items if there are multiple matches"},{"name":"Include First Match Only","value":"first","description":"Only ever output a single item per match"}],"displayOptions":{"show":{"/mode":["combine"],"/combinationMode":["mergeByFields"],"/joinMode":["enrichInput1","enrichInput2","keepEverything"]}}}],"displayOptions":{"hide":{"mode":["chooseBranch","append"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Merge/merge.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"alias":["Join","Concatenate","Wait"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.merge/"}]}}},
{"displayName":"Merge","name":"merge","group":["transform"],"subtitle":"={{$parameter[\"mode\"]}}","description":"Merges data of multiple streams once data from both is available","defaultVersion":3.2,"version":1,"defaults":{"name":"Merge","color":"#00bbcc"},"inputs":["main","main"],"outputs":["main"],"inputNames":["Input 1","Input 2"],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Append","value":"append","description":"Combines data of both inputs. The output will contain items of input 1 and input 2."},{"name":"Keep Key Matches","value":"keepKeyMatches","description":"Keeps data of input 1 if it does find a match with data of input 2"},{"name":"Merge By Index","value":"mergeByIndex","description":"Merges data of both inputs. The output will contain items of input 1 merged with data of input 2. Merge happens depending on the index of the items. So first item of input 1 will be merged with first item of input 2 and so on."},{"name":"Merge By Key","value":"mergeByKey","description":"Merges data of both inputs. The output will contain items of input 1 merged with data of input 2. Merge happens depending on a defined key."},{"name":"Multiplex","value":"multiplex","description":"Merges each value of one input with each value of the other input. The output will contain (m * n) items where (m) and (n) are lengths of the inputs."},{"name":"Pass-Through","value":"passThrough","description":"Passes through data of one input. The output will contain only items of the defined input."},{"name":"Remove Key Matches","value":"removeKeyMatches","description":"Keeps data of input 1 if it does NOT find match with data of input 2"},{"name":"Wait","value":"wait","description":"Waits till data of both inputs is available and will then output a single empty item. Source Nodes must connect to both Input 1 and 2. This node only supports 2 Sources, if you need more Sources, connect multiple Merge nodes in series. This node will not output any data."}],"default":"append","description":"How data of branches should be merged"},{"displayName":"Join","name":"join","type":"options","displayOptions":{"show":{"mode":["mergeByIndex"]}},"options":[{"name":"Inner Join","value":"inner","description":"Merges as many items as both inputs contain. (Example: Input1 = 5 items, Input2 = 3 items | Output will contain 3 items)."},{"name":"Left Join","value":"left","description":"Merges as many items as first input contains. (Example: Input1 = 3 items, Input2 = 5 items | Output will contain 3 items)."},{"name":"Outer Join","value":"outer","description":"Merges as many items as input contains with most items. (Example: Input1 = 3 items, Input2 = 5 items | Output will contain 5 items)."}],"default":"left","description":"How many items the output will contain if inputs contain different amount of items"},{"displayName":"Property Input 1","name":"propertyName1","type":"string","default":"","hint":"The name of the field as text (e.g. “id”)","required":true,"displayOptions":{"show":{"mode":["keepKeyMatches","mergeByKey","removeKeyMatches"]}},"description":"Name of property which decides which items to merge of input 1"},{"displayName":"Property Input 2","name":"propertyName2","type":"string","default":"","hint":"The name of the field as text (e.g. “id”)","required":true,"displayOptions":{"show":{"mode":["keepKeyMatches","mergeByKey","removeKeyMatches"]}},"description":"Name of property which decides which items to merge of input 2"},{"displayName":"Output Data","name":"output","type":"options","displayOptions":{"show":{"mode":["passThrough"]}},"options":[{"name":"Input 1","value":"input1"},{"name":"Input 2","value":"input2"}],"default":"input1","description":"Defines of which input the data should be used as output of node"},{"displayName":"Overwrite","name":"overwrite","type":"options","displayOptions":{"show":{"mode":["mergeByKey"]}},"options":[{"name":"Always","value":"always","description":"Always overwrites everything"},{"name":"If Blank","value":"blank","description":"Overwrites only values of \"null\", \"undefined\" or empty string"},{"name":"If Missing","value":"undefined","description":"Only adds values which do not exist yet"}],"default":"always","description":"Select when to overwrite the values from Input1 with values from Input 2"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Merge/merge.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Data Transformation"]},"alias":["Join","Concatenate","Wait"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.merge/"}]}}},
{"displayName":"MessageBird","name":"messageBird","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends SMS via MessageBird","defaults":{"name":"MessageBird"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"messageBirdApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"SMS","value":"sms"},{"name":"Balance","value":"balance"}],"default":"sms"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sms"]}},"options":[{"name":"Send","value":"send","description":"Send text messages (SMS)","action":"Send an SMS"}],"default":"send"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["balance"]}},"options":[{"name":"Get","value":"get","description":"Get the balance","action":"Get the current balance"}],"default":"get"},{"displayName":"From","name":"originator","type":"string","default":"","placeholder":"14155238886","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The number from which to send the message"},{"displayName":"To","name":"recipients","type":"string","default":"","placeholder":"14155238886/+14155238886","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"All recipients separated by commas"},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The message to be send"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"placeholder":"Add Fields","default":{},"options":[{"displayName":"Created Date-Time","name":"createdDatetime","type":"dateTime","default":"","description":"The date and time of the creation of the message in RFC3339 format (Y-m-dTH:i:sP)"},{"displayName":"Datacoding","name":"datacoding","type":"options","options":[{"name":"Auto","value":"auto"},{"name":"Plain","value":"plain"},{"name":"Unicode","value":"unicode"}],"default":"","description":"Using unicode will limit the maximum number of characters to 70 instead of 160"},{"displayName":"Gateway","name":"gateway","type":"number","default":"","description":"The SMS route that is used to send the message"},{"displayName":"Group IDs","name":"groupIds","placeholder":"1,2","type":"string","default":"","description":"Group IDs separated by commas, If provided recipients can be omitted"},{"displayName":"Message Type","name":"mclass","type":"options","placeholder":"Permissible values from 0-3","options":[{"name":"Flash","value":1},{"name":"Normal","value":0}],"default":1,"description":"Indicated the message type. 1 is a normal message, 0 is a flash message."},{"displayName":"Reference","name":"reference","type":"string","default":"","description":"A client reference"},{"displayName":"Report Url","name":"reportUrl","type":"string","default":"","description":"The status report URL to be used on a per-message basis. Reference is required for a status report webhook to be sent."},{"displayName":"Scheduled Date-Time","name":"scheduledDatetime","type":"dateTime","default":"","description":"The scheduled date and time of the message in RFC3339 format (Y-m-dTH:i:sP)"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Binary","value":"binary"},{"name":"Flash","value":"flash"},{"name":"SMS","value":"sms"}],"default":"","description":"The type of message. Values can be: sms, binary, or flash."},{"displayName":"Type Details","name":"typeDetails","type":"string","default":"","description":"A hash with extra information. Is only used when a binary message is sent."},{"displayName":"Validity","name":"validity","type":"number","default":1,"typeOptions":{"minValue":1},"description":"The amount of seconds that the message is valid"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.messagebird/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/messagebird/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/MessageBird/messagebird.svg"},
{"displayName":"Metabase","name":"metabase","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Metabase API","defaults":{"name":"Metabase"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"metabaseApi","required":true}],"requestDefaults":{"returnFullResponse":true,"baseURL":"={{$credentials.url.replace(new RegExp(\"/$\"), \"\")}}","headers":{}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Alert","value":"alerts"},{"name":"Database","value":"databases"},{"name":"Metric","value":"metrics"},{"name":"Question","value":"questions"}],"default":"questions"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["questions"]}},"options":[{"name":"Get","value":"get","description":"Get a specific question","routing":{"request":{"method":"GET","url":"={{\"/api/card/\" + $parameter.questionId}}"}},"action":"Get a questions"},{"name":"Get Many","value":"getAll","description":"Get many questions","routing":{"request":{"method":"GET","url":"/api/card/"}},"action":"Get many questions"},{"name":"Result Data","value":"resultData","description":"Return the result of the question to a specific file format","routing":{"request":{"method":"POST","url":"={{\"/api/card/\" + $parameter.questionId + \"/query/\" + $parameter.format}}","returnFullResponse":true,"encoding":"arraybuffer"},"output":{"postReceive":[null]}},"action":"Get the results from a question"}],"default":"getAll"},{"displayName":"Question ID","name":"questionId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["questions"],"operation":["get","resultData"]}},"default":""},{"displayName":"Format","name":"format","type":"options","required":true,"options":[{"name":"CSV","value":"csv"},{"name":"JSON","value":"json"},{"name":"XLSX","value":"xlsx"}],"default":"csv","displayOptions":{"show":{"resource":["questions"],"operation":["resultData"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["metrics"]}},"options":[{"name":"Get","value":"get","description":"Get a specific metric","routing":{"request":{"method":"GET","url":"={{\"/api/metric/\" + $parameter.metricId}}","returnFullResponse":true}},"action":"Get a metric"},{"name":"Get Many","value":"getAll","description":"Get many metrics","routing":{"request":{"method":"GET","url":"/api/metric/"}},"action":"Get many metrics"}],"default":"getAll"},{"displayName":"Metric ID","name":"metricId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["metrics"],"operation":["get"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["databases"]}},"options":[{"name":"Add","value":"addNewDatasource","description":"Add a new datasource to the metabase instance","routing":{"request":{"method":"POST","url":"/api/database"}},"action":"Add a databases"},{"name":"Get Many","value":"getAll","description":"Get many databases","routing":{"request":{"method":"GET","url":"/api/database/"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"action":"Get many databases"},{"name":"Get Fields","value":"getFields","description":"Get fields from database","routing":{"request":{"method":"GET","url":"={{\"/api/database/\" + $parameter.databaseId + \"/fields\"}}"}},"action":"Get Fields a databases"}],"default":"getAll"},{"displayName":"Database ID","name":"databaseId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["databases"],"operation":["getFields"]}},"default":""},{"displayName":"Engine","name":"engine","type":"options","required":true,"placeholder":"PostgreSQL","options":[{"name":"H2","value":"h2"},{"name":"MongoDB","value":"mongo"},{"name":"Mysql","value":"mysql"},{"name":"PostgreSQL","value":"postgres"},{"name":"Redshift","value":"redshift"},{"name":"Sqlite","value":"sqlite"}],"default":"postgres","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"]}},"routing":{"send":{"property":"engine","type":"body"}}},{"displayName":"Host","name":"host","type":"string","required":true,"placeholder":"localhost:5432","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.host","type":"body"}},"default":""},{"displayName":"Name","name":"name","type":"string","required":true,"placeholder":"Database 1","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"]}},"routing":{"send":{"property":"name","type":"body"}},"default":""},{"displayName":"Port","name":"port","type":"number","required":true,"placeholder":"5432","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.port","type":"body"}},"default":5432},{"displayName":"User","name":"user","type":"string","required":true,"placeholder":"Admin","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.user","type":"body"}},"default":""},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"required":true,"placeholder":"password","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.password","type":"body"}},"default":""},{"displayName":"Database Name","name":"dbName","type":"string","placeholder":"Users","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["postgres","redshift","mysql","mongo"]}},"routing":{"send":{"property":"details.db","type":"body"}},"default":""},{"displayName":"File Path","name":"filePath","type":"string","required":true,"placeholder":"file:/Users/admin/Desktop/Users","displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"],"engine":["h2","sqlite"]}},"routing":{"send":{"property":"details.db","type":"body"}},"default":""},{"displayName":"Full Sync","name":"fullSync","type":"boolean","required":true,"default":true,"displayOptions":{"show":{"resource":["databases"],"operation":["addNewDatasource"]}},"routing":{"send":{"property":"is_full_sync","type":"body"}}},{"displayName":"Simplify","name":"simple","type":"boolean","description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"show":{"resource":["databases"],"operation":["getAll"]}},"routing":{"output":{"postReceive":[{"type":"setKeyValue","enabled":"={{$value}}","properties":{"id":"={{$responseItem.id}}","name":"={{$responseItem.name}}","description":"={{$responseItem.description}}","engine":"={{$responseItem.engine}}","creator_id":"={{$responseItem.creator_id}}","timezone":"={{$responseItem.timezone}}","created_at":"={{$responseItem.created_at}}","updated_at":"={{$responseItem.updated_at}}","db":"={{$responseItem.details.db}}","user":"={{$responseItem.details.user}}","host":"={{$responseItem.details.host}}","port":"={{$responseItem.details.port}}","ssl":"={{$responseItem.details.ssl}}","is_full_sync":"={{$responseItem.details.is_full_sync}}"}}]}},"default":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["alerts"]}},"options":[{"name":"Get","value":"get","description":"Get specific alert","routing":{"request":{"method":"GET","url":"={{\"/api/alert/\" + $parameter.alertId}}"}},"action":"Get an alert"},{"name":"Get Many","value":"getAll","description":"Get many alerts","routing":{"request":{"method":"GET","url":"/api/alert/"}},"action":"Get many alerts"}],"default":"getAll"},{"displayName":"Alert ID","name":"alertId","type":"string","required":true,"placeholder":"0","displayOptions":{"show":{"resource":["alerts"],"operation":["get"]}},"default":""},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.metabase/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/metabase/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Metabase/metabase.svg"},
{"displayName":"Azure Cosmos DB","name":"azureCosmosDb","group":["transform"],"version":1,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Interact with Azure Cosmos DB API","schemaPath":"Microsoft/AzureCosmosDb","defaults":{"name":"Azure Cosmos DB"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftAzureCosmosDbSharedKeyApi","required":true}],"requestDefaults":{"baseURL":"=https://{{ $credentials.account }}.documents.azure.com/dbs/{{ $credentials.database }}","json":true,"ignoreHttpStatusErrors":true},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Container","value":"container"},{"name":"Item","value":"item"}],"default":"container"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["container"]}},"options":[{"name":"Create","value":"create","description":"Create a container","routing":{"request":{"method":"POST","url":"/colls"},"output":{"postReceive":[null]}},"action":"Create container"},{"name":"Delete","value":"delete","description":"Delete a container","routing":{"request":{"method":"DELETE","url":"=/colls/{{ $parameter[\"container\"] }}"},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete container"},{"name":"Get","value":"get","description":"Retrieve a container","routing":{"request":{"method":"GET","url":"=/colls/{{ $parameter[\"container\"] }}"},"output":{"postReceive":[null,null]}},"action":"Get container"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of containers","routing":{"request":{"method":"GET","url":"/colls"},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"DocumentCollections"}},null]}},"action":"Get many containers"}],"default":"getAll"},{"displayName":"ID","name":"containerCreate","default":"","description":"Unique identifier for the new container","placeholder":"e.g. Container1","required":true,"routing":{"send":{"preSend":[null]}},"type":"string","displayOptions":{"show":{"resource":["container"],"operation":["create"]}}},{"displayName":"Partition Key","name":"partitionKey","default":"{\n\t\"paths\": [\n\t\t\"/id\"\n\t],\n\t\"kind\": \"Hash\",\n\t\"version\": 2\n}","description":"The partition key is used to automatically distribute data across partitions for scalability. Choose a property in your JSON document that has a wide range of values and evenly distributes request volume.","required":true,"routing":{"send":{"preSend":[null]}},"type":"json","displayOptions":{"show":{"resource":["container"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","default":{},"options":[{"displayName":"Indexing Policy","name":"indexingPolicy","default":"{\n\t\"indexingMode\": \"consistent\",\n\t\"automatic\": true,\n\t\"includedPaths\": [\n\t\t{\n\t\t\t\"path\": \"/*\"\n\t\t}\n\t],\n\t\"excludedPaths\": []\n}","description":"This value is used to configure indexing policy","routing":{"send":{"preSend":[null]}},"type":"json"},{"displayName":"Max RU/s (for Autoscale)","name":"maxThroughput","default":1000,"description":"The user specified autoscale max RU/s","displayOptions":{"hide":{"/additionalFields.offerThroughput":[{"_cnd":{"exists":true}}]}},"routing":{"request":{"headers":{"x-ms-cosmos-offer-autopilot-setting":"={{ $value }}"}}},"type":"number","typeOptions":{"minValue":1000}},{"displayName":"Manual Throughput RU/s","name":"offerThroughput","default":400,"description":"The user specified manual throughput (RU/s) for the collection expressed in units of 100 request units per second","displayOptions":{"hide":{"/additionalFields.maxThroughput":[{"_cnd":{"exists":true}}]}},"routing":{"request":{"headers":{"x-ms-offer-throughput":"={{ $value }}"}}},"type":"number","typeOptions":{"minValue":400}}],"placeholder":"Add Option","type":"collection","displayOptions":{"show":{"resource":["container"],"operation":["create"]}}},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to delete","displayOptions":{"show":{"resource":["container"],"operation":["delete"]}}},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to retrieve","displayOptions":{"show":{"resource":["container"],"operation":["get"]}}},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","displayOptions":{"show":{"resource":["container"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","routing":{"send":{"paginate":"={{ $value }}"},"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.headers?.[\"x-ms-continuation\"] }}","request":{"headers":{"x-ms-continuation":"={{ $response.headers?.[\"x-ms-continuation\"] }}"}}}}}},"type":"boolean","displayOptions":{"show":{"resource":["container"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["container"],"operation":["getAll"]}},"routing":{"request":{"headers":{"x-ms-max-item-count":"={{ $value || undefined }}"}}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","displayOptions":{"show":{"resource":["container"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["item"]}},"options":[{"name":"Create","value":"create","description":"Create a new item","routing":{"send":{"preSend":[null]},"request":{"method":"POST","url":"=/colls/{{ $parameter[\"container\"] }}/docs","headers":{"x-ms-documentdb-is-upsert":"True"}},"output":{"postReceive":[null]}},"action":"Create item"},{"name":"Delete","value":"delete","description":"Delete an existing item","routing":{"send":{"preSend":[null]},"request":{"method":"DELETE","url":"=/colls/{{ $parameter[\"container\"] }}/docs/{{ $parameter[\"item\"] }}"},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete item"},{"name":"Get","value":"get","description":"Retrieve an item","routing":{"send":{"preSend":[null]},"request":{"method":"GET","url":"=/colls/{{ $parameter[\"container\"]}}/docs/{{$parameter[\"item\"]}}","headers":{"x-ms-documentdb-is-upsert":"True"}},"output":{"postReceive":[null,null]}},"action":"Get item"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of items","routing":{"request":{"method":"GET","url":"=/colls/{{ $parameter[\"container\"] }}/docs"},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"Documents"}},null]}},"action":"Get many items"},{"name":"Execute Query","value":"query","routing":{"request":{"method":"POST","url":"=/colls/{{ $parameter[\"container\"] }}/docs","headers":{"Content-Type":"application/query+json","x-ms-documentdb-isquery":"True","x-ms-documentdb-query-enablecrosspartition":"True"}},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"Documents"}},null]}},"action":"Query items"},{"name":"Update","value":"update","description":"Update an existing item","routing":{"send":{"preSend":[null]},"request":{"method":"PUT","url":"=/colls/{{ $parameter[\"container\"] }}/docs/{{ $parameter[\"item\"] }}","headers":{"Content-Type":"application/json-patch+json"}},"output":{"postReceive":[null]}},"action":"Update item"}],"default":"getAll"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["create"]}}},{"displayName":"Item Contents","name":"customProperties","default":"{\n\t\"id\": \"replace_with_new_document_id\"\n}","description":"The item contents as a JSON object","displayOptions":{"hide":{"container":[""]},"show":{"resource":["item"],"operation":["create"]}},"hint":"The item requires an ID and partition key value if a custom key is set","required":true,"routing":{"send":{"preSend":[null]}},"type":"json"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["delete"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"displayOptions":{"hide":{"container":[""]},"show":{"resource":["item"],"operation":["delete"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchItems","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the item ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The item ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the item to be deleted"},{"displayName":"Additional Fields","name":"additionalFields","default":{},"displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["delete"]}},"options":[{"displayName":"Partition Key","name":"partitionKey","default":"","hint":"Only required if a custom partition key is set for the container","type":"string"}],"placeholder":"Add Partition Key","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"displayOptions":{"hide":{"container":[""]},"show":{"resource":["item"],"operation":["get"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchItems","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the item ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The item ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the item you want to retrieve"},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["get"]}},"type":"boolean"},{"displayName":"Additional Fields","name":"additionalFields","default":{},"displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["get"]}},"options":[{"displayName":"Partition Key","name":"partitionKey","default":"","hint":"Only required if a custom partition key is set for the container","type":"string"}],"placeholder":"Add Partition Key","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","routing":{"send":{"paginate":"={{ $value }}"},"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.headers?.[\"x-ms-continuation\"] }}","request":{"headers":{"x-ms-continuation":"={{ $response.headers?.[\"x-ms-continuation\"] }}"}}}}}},"type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["item"],"operation":["getAll"]}},"routing":{"request":{"headers":{"x-ms-max-item-count":"={{ $value || undefined }}"}}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["query"]}}},{"displayName":"Query","name":"query","default":"","description":"The SQL query to execute. Use $1, $2, $3, etc., to reference the 'Query Parameters' set in the options below.","hint":"Consider using query parameters to prevent SQL injection attacks. Add them in the options below.","noDataExpression":true,"placeholder":"e.g. SELECT id, name FROM c WHERE c.name = $1","required":true,"routing":{"send":{"type":"body","property":"query","value":"={{ $value.replace(/\\$(\\d+)/g, '@Param$1') }}"}},"type":"string","typeOptions":{"editor":"sqlEditor","sqlDialect":"StandardSQL"},"displayOptions":{"show":{"resource":["item"],"operation":["query"]}}},{"displayName":"Simplify","name":"simple","default":true,"description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["query"]}}},{"displayName":"Options","name":"options","default":{},"options":[{"displayName":"Query Options","name":"queryOptions","values":[{"displayName":"Query Parameters","name":"queryParameters","default":"","description":"Comma-separated list of values used as query parameters. Use $1, $2, $3, etc., in your query.","hint":"Reference them in your query as $1, $2, $3…","placeholder":"e.g. value1,value2,value3","routing":{"send":{"preSend":[null]}},"type":"string"}]}],"placeholder":"Add options","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["item"],"operation":["query"]}}},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchContainers","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the container ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The container ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the container you want to use","displayOptions":{"show":{"resource":["item"],"operation":["update"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"displayOptions":{"hide":{"container":[""]},"show":{"resource":["item"],"operation":["update"]}},"modes":[{"displayName":"From list","name":"list","type":"list","typeOptions":{"searchListMethod":"searchItems","searchable":true}},{"displayName":"By ID","name":"id","hint":"Enter the item ID","placeholder":"e.g. AndersenFamily","type":"string","validation":[{"type":"regex","properties":{"regex":"^[\\w+=,.@-]+$","errorMessage":"The item ID must follow the allowed pattern"}}]}],"required":true,"type":"resourceLocator","description":"Select the item to be updated"},{"displayName":"Item Contents","name":"customProperties","default":"{}","description":"The item contents as a JSON object","displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["update"]}},"required":true,"routing":{"send":{"preSend":[null]}},"type":"json"},{"displayName":"Additional Fields","name":"additionalFields","default":{},"displayOptions":{"hide":{"container":[""],"item":[""]},"show":{"resource":["item"],"operation":["update"]}},"options":[{"displayName":"Partition Key","name":"partitionKey","type":"string","hint":"Only required if a custom partition key is set for the container","default":""}],"placeholder":"Add Partition Key","type":"collection"},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.azurecosmosdb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/azurecosmosdb/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/AzureCosmosDb/AzureCosmosDb.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/AzureCosmosDb/AzureCosmosDb.svg"}},
{"displayName":"Microsoft Dynamics CRM","name":"microsoftDynamicsCrm","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Dynamics CRM API","defaults":{"name":"Microsoft Dynamics CRM"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftDynamicsOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"}],"default":"account"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["account"]}},"options":[{"name":"Create","value":"create","action":"Create an account"},{"name":"Delete","value":"delete","action":"Delete an account"},{"name":"Get","value":"get","action":"Get an account"},{"name":"Get Many","value":"getAll","action":"Get many accounts"},{"name":"Update","value":"update","action":"Update an account"}],"default":"create"},{"displayName":"Name","name":"name","description":"Company or business name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["create"]}},"options":[{"displayName":"Account Category Name or ID","name":"accountcategorycode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCategories"},"default":"","description":"Category to indicate whether the customer account is standard or preferred. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Account Rating Name or ID","name":"accountratingcode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountRatingCodes"},"default":""},{"displayName":"Address","name":"addresses","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address","values":[{"displayName":"Address Type Name or ID","name":"addresstypecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAddressTypes"},"default":""},{"displayName":"Line1","name":"line1","type":"string","default":""},{"displayName":"Line2","name":"line2","type":"string","default":""},{"displayName":"Line3","name":"line3","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State or Province","name":"stateorprovince","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Postalcode","name":"postalcode","type":"string","default":""},{"displayName":"Primary Contact Name","name":"primarycontactname","type":"string","default":""},{"displayName":"Telephone1","name":"telephone1","type":"string","default":""},{"displayName":"Telephone2","name":"telephone2","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""}]}]},{"displayName":"Business Type Name or ID","name":"businesstypecode","type":"options","typeOptions":{"loadOptionsMethod":"getBusinessTypes"},"default":"","description":"The legal designation or other business type of the account for contracts or reporting purposes. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Customer Size Name or ID","name":"customersizecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCustomerSizeCodes"},"default":""},{"displayName":"Customer Type Name or ID","name":"customertypecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCustomerTypeCodes"},"default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"Additional information to describe the account, such as an excerpt from the company’s website"},{"displayName":"Email Address 1","name":"emailaddress1","type":"string","default":"","description":"The primary email address for the account"},{"displayName":"Email Address 2","name":"emailaddress2","type":"string","default":"","description":"The secondary email address for the account"},{"displayName":"Email Address 3","name":"emailaddress3","type":"string","default":"","description":"Alternate email address for the account"},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"FTP site URL","name":"ftpsiteurl","type":"string","default":"","description":"URL for the account’s FTP site to enable users to access data and share documents"},{"displayName":"Industry Name or ID","name":"industrycode","type":"options","typeOptions":{"loadOptionsMethod":"getIndustryCodes"},"default":"","description":"The account’s primary industry for use in marketing segmentation and demographic analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"/resource":["account"],"/operation":["update"]}},"description":"Company o business name"},{"displayName":"Credit Limit","name":"creditlimit","type":"number","default":"","description":"Credit limit of the account. This is a useful reference when you address invoice and accounting issues with the customer."},{"displayName":"Number Of Employees","name":"numberofemployees","type":"number","default":0,"description":"Number of employees that work at the account for use in marketing segmentation and demographic analysis"},{"displayName":"Payment Terms Name or ID","name":"paymenttermscode","type":"options","typeOptions":{"loadOptionsMethod":"getPaymentTermsCodes"},"default":"","description":"The payment terms to indicate when the customer needs to pay the total amount. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Preferred Appointment Day Name or ID","name":"preferredappointmentdaycode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentDayCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Preferred Appointment Time Name or ID","name":"preferredappointmenttimecode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentTimeCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Preferred Contact Method Name or ID","name":"preferredcontactmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredContactMethodCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Primary Satori ID","name":"primarysatoriid","type":"string","default":""},{"displayName":"Primary Twitter ID","name":"primarytwitterid","type":"string","default":""},{"displayName":"Revenue","name":"revenue","type":"number","default":"","description":"The annual revenue for the account, used as an indicator in financial performance analysis"},{"displayName":"Shares Outstanding","name":"sharesoutstanding","type":"number","default":"","description":"The number of shares available to the public for the account. This number is used as an indicator in financial performance analysis."},{"displayName":"Shipping Method Name or ID","name":"shippingmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getShippingMethodCodes"},"default":"","description":"Shipping method for deliveries sent to the account’s address to designate the preferred carrier or other delivery option. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"SIC","name":"sic","type":"string","default":"","description":"The Standard Industrial Classification (SIC) code that indicates the account’s primary industry of business, for use in marketing segmentation and demographic analysis"},{"displayName":"Stage ID","name":"stageid","type":"string","default":""},{"displayName":"Stock Exchange","name":"stockexchange","type":"string","default":"","description":"The stock exchange at which the account is listed to track their stock and financial performance of the company"},{"displayName":"Telephone 1","name":"telephone1","type":"string","default":"","description":"The main phone number for this account"},{"displayName":"Telephone 2","name":"telephone2","type":"string","default":"","description":"The second phone number for this account"},{"displayName":"Telephone 3","name":"telephone3","type":"string","default":"","description":"The third phone number for this account"},{"displayName":"Territory Name or ID","name":"territorycode","type":"options","typeOptions":{"loadOptionsMethod":"getTerritoryCodes"},"default":"","description":"Region or territory for the account for use in segmentation and analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Ticker Symbol","name":"tickersymbol","type":"string","default":"","description":"Type the stock exchange symbol for the account to track financial performance of the company. You can click the code entered in this field to access the latest trading information from MSN Money."},{"displayName":"Website URL","name":"websiteurl","type":"string","default":"","description":"The account’s website URL to get quick details about the company profile"},{"displayName":"Yomi Name","name":"yominame","type":"string","default":"","description":"The phonetic spelling of the company name, if specified in Japanese, to make sure the name is pronounced correctly in phone calls and other communications"}]},{"displayName":"Account ID","name":"accountId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["delete","get","update"]}}},{"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":10},"default":5,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["get","getAll"]}},"options":[{"displayName":"Return Field Names or IDs","name":"returnFields","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountFields"},"default":[]},{"displayName":"Expand Field Names or IDs","name":"expandFields","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getExpandableAccountFields"},"default":[]}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}},"options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"Query to filter the results. Check <a href=\"https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/query-data-web-api#filter-results\" target=\"_blank\">filters</a>."}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["update"]}},"options":[{"displayName":"Account Category Name or ID","name":"accountcategorycode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCategories"},"default":"","description":"Category to indicate whether the customer account is standard or preferred. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Account Rating Name or ID","name":"accountratingcode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountRatingCodes"},"default":""},{"displayName":"Address","name":"addresses","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address","values":[{"displayName":"Address Type Name or ID","name":"addresstypecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAddressTypes"},"default":""},{"displayName":"Line1","name":"line1","type":"string","default":""},{"displayName":"Line2","name":"line2","type":"string","default":""},{"displayName":"Line3","name":"line3","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State or Province","name":"stateorprovince","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Postalcode","name":"postalcode","type":"string","default":""},{"displayName":"Primary Contact Name","name":"primarycontactname","type":"string","default":""},{"displayName":"Telephone1","name":"telephone1","type":"string","default":""},{"displayName":"Telephone2","name":"telephone2","type":"string","default":""},{"displayName":"Fax","name":"fax","type":"string","default":""}]}]},{"displayName":"Business Type Name or ID","name":"businesstypecode","type":"options","typeOptions":{"loadOptionsMethod":"getBusinessTypes"},"default":"","description":"The legal designation or other business type of the account for contracts or reporting purposes. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Customer Size Name or ID","name":"customersizecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCustomerSizeCodes"},"default":""},{"displayName":"Customer Type Name or ID","name":"customertypecode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCustomerTypeCodes"},"default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"Additional information to describe the account, such as an excerpt from the company’s website"},{"displayName":"Email Address 1","name":"emailaddress1","type":"string","default":"","description":"The primary email address for the account"},{"displayName":"Email Address 2","name":"emailaddress2","type":"string","default":"","description":"The secondary email address for the account"},{"displayName":"Email Address 3","name":"emailaddress3","type":"string","default":"","description":"Alternate email address for the account"},{"displayName":"Fax","name":"fax","type":"string","default":""},{"displayName":"FTP site URL","name":"ftpsiteurl","type":"string","default":"","description":"URL for the account’s FTP site to enable users to access data and share documents"},{"displayName":"Industry Name or ID","name":"industrycode","type":"options","typeOptions":{"loadOptionsMethod":"getIndustryCodes"},"default":"","description":"The account’s primary industry for use in marketing segmentation and demographic analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"/resource":["account"],"/operation":["update"]}},"description":"Company o business name"},{"displayName":"Credit Limit","name":"creditlimit","type":"number","default":"","description":"Credit limit of the account. This is a useful reference when you address invoice and accounting issues with the customer."},{"displayName":"Number Of Employees","name":"numberofemployees","type":"number","default":0,"description":"Number of employees that work at the account for use in marketing segmentation and demographic analysis"},{"displayName":"Payment Terms Name or ID","name":"paymenttermscode","type":"options","typeOptions":{"loadOptionsMethod":"getPaymentTermsCodes"},"default":"","description":"The payment terms to indicate when the customer needs to pay the total amount. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Preferred Appointment Day Name or ID","name":"preferredappointmentdaycode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentDayCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Preferred Appointment Time Name or ID","name":"preferredappointmenttimecode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredAppointmentTimeCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Preferred Contact Method Name or ID","name":"preferredcontactmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getPreferredContactMethodCodes"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Primary Satori ID","name":"primarysatoriid","type":"string","default":""},{"displayName":"Primary Twitter ID","name":"primarytwitterid","type":"string","default":""},{"displayName":"Revenue","name":"revenue","type":"number","default":"","description":"The annual revenue for the account, used as an indicator in financial performance analysis"},{"displayName":"Shares Outstanding","name":"sharesoutstanding","type":"number","default":"","description":"The number of shares available to the public for the account. This number is used as an indicator in financial performance analysis."},{"displayName":"Shipping Method Name or ID","name":"shippingmethodcode","type":"options","typeOptions":{"loadOptionsMethod":"getShippingMethodCodes"},"default":"","description":"Shipping method for deliveries sent to the account’s address to designate the preferred carrier or other delivery option. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"SIC","name":"sic","type":"string","default":"","description":"The Standard Industrial Classification (SIC) code that indicates the account’s primary industry of business, for use in marketing segmentation and demographic analysis"},{"displayName":"Stage ID","name":"stageid","type":"string","default":""},{"displayName":"Stock Exchange","name":"stockexchange","type":"string","default":"","description":"The stock exchange at which the account is listed to track their stock and financial performance of the company"},{"displayName":"Telephone 1","name":"telephone1","type":"string","default":"","description":"The main phone number for this account"},{"displayName":"Telephone 2","name":"telephone2","type":"string","default":"","description":"The second phone number for this account"},{"displayName":"Telephone 3","name":"telephone3","type":"string","default":"","description":"The third phone number for this account"},{"displayName":"Territory Name or ID","name":"territorycode","type":"options","typeOptions":{"loadOptionsMethod":"getTerritoryCodes"},"default":"","description":"Region or territory for the account for use in segmentation and analysis. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Ticker Symbol","name":"tickersymbol","type":"string","default":"","description":"Type the stock exchange symbol for the account to track financial performance of the company. You can click the code entered in this field to access the latest trading information from MSN Money."},{"displayName":"Website URL","name":"websiteurl","type":"string","default":"","description":"The account’s website URL to get quick details about the company profile"},{"displayName":"Yomi Name","name":"yominame","type":"string","default":"","description":"The phonetic spelling of the company name, if specified in Japanese, to make sure the name is pronounced correctly in phone calls and other communications"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["create","update"]}},"options":[{"displayName":"Return Field Names or IDs","name":"returnFields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAccountFields"},"default":[],"description":"Fields the response will include. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}],"codex":{"categories":["Marketing","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftdynamicscrm/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/Dynamics/microsoftDynamicsCrm.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/Dynamics/microsoftDynamicsCrm.dark.svg"}},
{"displayName":"Microsoft Entra ID","name":"microsoftEntra","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Interact with Microsoft Entra ID API","schemaPath":"Microsoft/Entra","defaults":{"name":"Microsoft Entra ID"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftEntraOAuth2Api","required":true}],"requestDefaults":{"headers":{"Content-Type":"application/json"},"baseURL":"={{ ($credentials.graphApiBaseUrl || \"https://graph.microsoft.com\").replace(/\\/+$/, \"\") }}/v1.0"},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Group","value":"group"},{"name":"User","value":"user"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["group"]}},"options":[{"name":"Create","value":"create","description":"Create a group","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"POST","url":"/groups"},"output":{"postReceive":[null]}},"action":"Create group"},{"name":"Delete","value":"delete","description":"Delete a group","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"DELETE","url":"=/groups/{{ $parameter[\"group\"] }}"},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete group"},{"name":"Get","value":"get","description":"Retrieve data for a specific group","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","url":"=/groups/{{ $parameter[\"group\"] }}"},"output":{"postReceive":[null]}},"action":"Get group"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of groups","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","url":"/groups"},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"value"}}]}},"action":"Get many groups"},{"name":"Update","value":"update","description":"Update a group","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"PATCH","url":"=/groups/{{ $parameter[\"group\"] }}"},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"updated\": true } }}"}}]}},"action":"Update group"}],"default":"getAll"},{"displayName":"Group Type","name":"groupType","default":"","displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"options":[{"name":"Microsoft 365","value":"Unified"},{"name":"Security","value":""}],"routing":{"send":{"preSend":[null]}},"type":"options"},{"displayName":"Group Name","name":"displayName","default":"","description":"The name to display in the address book for the group","displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"required":true,"routing":{"send":{"property":"displayName","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Group Email Address","name":"mailNickname","default":"","description":"The mail alias for the group. Only enter the local-part without the domain.","displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"placeholder":"e.g. alias","required":true,"routing":{"send":{"property":"mailNickname","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Mail Enabled","name":"mailEnabled","default":false,"description":"Whether the group is mail-enabled","displayOptions":{"show":{"resource":["group"],"operation":["create"],"groupType":["Unified"]}},"required":true,"routing":{"send":{"property":"mailEnabled","type":"body"}},"type":"boolean","validateType":"boolean"},{"displayName":"Membership Type","name":"membershipType","default":"","displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"options":[{"name":"Assigned","value":"","description":"Lets you add specific users as members of a group and have unique permissions"},{"name":"Dynamic","value":"DynamicMembership","description":"Lets you use rules to automatically add and remove users as members"}],"routing":{"send":{"preSend":[null]}},"type":"options"},{"displayName":"Security Enabled","name":"securityEnabled","default":true,"description":"Whether the group is a security group","displayOptions":{"show":{"resource":["group"],"operation":["create"],"groupType":["Unified"]}},"routing":{"send":{"property":"securityEnabled","type":"body"}},"type":"boolean","validateType":"boolean"},{"displayName":"Additional Fields","name":"additionalFields","default":{},"displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"options":[{"displayName":"Assignable to Role","name":"isAssignableToRole","default":false,"description":"Whether Microsoft Entra roles can be assigned to the group","displayOptions":{"hide":{"/membershipType":["DynamicMembership"]}},"routing":{"send":{"property":"isAssignableToRole","type":"body","preSend":[null]}},"type":"boolean","validateType":"boolean"},{"displayName":"Description","name":"description","default":"","description":"Description for the group","type":"string","validateType":"string"},{"displayName":"Membership Rule","name":"membershipRule","default":"","description":"The <a href=\"https://learn.microsoft.com/en-us/entra/identity/users/groups-dynamic-membership\">dynamic membership rules</a>","displayOptions":{"show":{"/membershipType":["DynamicMembership"]}},"placeholder":"e.g. user.department -eq \"Marketing\"","routing":{"send":{"property":"membershipRule","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Membership Rule Processing State","name":"membershipRuleProcessingState","default":"On","description":"Indicates whether the dynamic membership processing is on or paused","displayOptions":{"show":{"/membershipType":["DynamicMembership"]}},"options":[{"name":"On","value":"On"},{"name":"Paused","value":"Paused"}],"routing":{"send":{"property":"membershipRuleProcessingState","type":"body"}},"type":"options","validateType":"options"},{"displayName":"Preferred Data Location","name":"preferredDataLocation","default":"","description":"A property set for the group that Office 365 services use to provision the corresponding data-at-rest resources (mailbox, OneDrive, groups sites, and so on)","displayOptions":{"show":{"/groupType":["Unified"]}},"type":"string","validateType":"string"},{"displayName":"Unique Name","name":"uniqueName","default":"","description":"The unique identifier for the group, can only be updated if null, and is immutable once set","type":"string","validateType":"string"},{"displayName":"Visibility","name":"visibility","default":"Public","description":"Specifies the visibility of the group","options":[{"name":"Private","value":"Private"},{"name":"Public","value":"Public"}],"type":"options","validateType":"options"}],"placeholder":"Add Field","routing":{"output":{"postReceive":[null]}},"type":"collection"},{"displayName":"Group to Delete","name":"group","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["group"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Group to Get","name":"group","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["group"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Output","name":"output","default":"simple","displayOptions":{"show":{"resource":["group"],"operation":["get"]}},"options":[{"name":"Simplified","value":"simple","routing":{"send":{"property":"$select","type":"query","value":"id,createdDateTime,description,displayName,mail,mailEnabled,mailNickname,securityEnabled,securityIdentifier,visibility"}}},{"name":"Raw","value":"raw"},{"name":"Selected Fields","value":"fields"}],"type":"options"},{"displayName":"Fields","name":"fields","default":[],"description":"The fields to add to the output","displayOptions":{"show":{"resource":["group"],"operation":["get"],"output":["fields"]}},"routing":{"send":{"property":"$select","type":"query","value":"={{ $value.concat(\"id\").join(\",\") }}"}},"typeOptions":{"loadOptionsMethod":"getGroupProperties"},"type":"multiOptions"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["group"],"operation":["get"]}},"options":[{"displayName":"Include Members","name":"includeMembers","default":false,"routing":{"send":{"property":"$expand","type":"query","value":"={{ $value ? \"members($select=id,accountEnabled,createdDateTime,displayName,employeeId,mail,securityIdentifier,userPrincipalName,userType)\" : undefined }}"}},"type":"boolean","validateType":"boolean"}],"placeholder":"Add Option","type":"collection"},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["group"],"operation":["getAll"]}},"routing":{"send":{"paginate":"={{ $value }}"},"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.body?.[\"@odata.nextLink\"] }}","request":{"url":"={{ $response.body?.[\"@odata.nextLink\"] ?? $request.url }}","qs":{"$filter":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$filter }}","$select":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$select }}"}}}}}},"type":"boolean"},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"resource":["group"],"operation":["getAll"],"returnAll":[false]}},"routing":{"send":{"property":"$top","type":"query","value":"={{ $value }}"}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Filter","name":"filter","default":"","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","displayOptions":{"show":{"resource":["group"],"operation":["getAll"]}},"hint":"If empty, all the groups will be returned","placeholder":"e.g. startswith(displayName, 'a')","routing":{"send":{"property":"$filter","type":"query","value":"={{ $value ? $value : undefined }}"}},"type":"string","validateType":"string"},{"displayName":"Output","name":"output","default":"simple","displayOptions":{"show":{"resource":["group"],"operation":["getAll"]}},"options":[{"name":"Simplified","value":"simple","routing":{"send":{"property":"$select","type":"query","value":"id,createdDateTime,description,displayName,mail,mailEnabled,mailNickname,securityEnabled,securityIdentifier,visibility"}}},{"name":"Raw","value":"raw"},{"name":"Selected Fields","value":"fields"}],"type":"options"},{"displayName":"Fields","name":"fields","default":[],"description":"The fields to add to the output","displayOptions":{"show":{"resource":["group"],"operation":["getAll"],"output":["fields"]}},"routing":{"send":{"property":"$select","type":"query","value":"={{ $value.concat(\"id\").join(\",\") }}"}},"typeOptions":{"loadOptionsMethod":"getGroupPropertiesGetAll"},"type":"multiOptions"},{"displayName":"Group to Update","name":"group","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["group"],"operation":["update"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Update Fields","name":"updateFields","default":{},"displayOptions":{"show":{"resource":["group"],"operation":["update"]}},"options":[{"displayName":"Allow External Senders","name":"allowExternalSenders","default":false,"description":"Whether people external to the organization can send messages to the group. Wait a few seconds before editing this field in a newly created group.","type":"boolean","validateType":"boolean"},{"displayName":"Auto Subscribe New Members","name":"autoSubscribeNewMembers","default":false,"description":"Whether new members added to the group will be auto-subscribed to receive email notifications. Wait a few seconds before editing this field in a newly created group.","type":"boolean","validateType":"boolean"},{"displayName":"Description","name":"description","default":"","description":"Description for the group","routing":{"send":{"property":"description","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Group Name","name":"displayName","default":"","description":"The name to display in the address book for the group","routing":{"send":{"property":"displayName","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Group Email Address","name":"mailNickname","default":"","description":"The mail alias for the group. Only enter the local-part without the domain.","placeholder":"e.g. alias","routing":{"send":{"property":"mailNickname","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Membership Rule","name":"membershipRule","default":"","description":"The <a href=\"https://learn.microsoft.com/en-us/entra/identity/users/groups-dynamic-membership\">dynamic membership rules</a>","placeholder":"e.g. user.department -eq \"Marketing\"","routing":{"send":{"property":"membershipRule","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Membership Rule Processing State","name":"membershipRuleProcessingState","default":"On","description":"Indicates whether the dynamic membership processing is on or paused","options":[{"name":"On","value":"On"},{"name":"Paused","value":"Paused"}],"routing":{"send":{"property":"membershipRuleProcessingState","type":"body"}},"type":"options","validateType":"options"},{"displayName":"Preferred Data Location","name":"preferredDataLocation","default":"","description":"A property set for the group that Office 365 services use to provision the corresponding data-at-rest resources (mailbox, OneDrive, groups sites, and so on)","routing":{"send":{"property":"preferredDataLocation","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Security Enabled","name":"securityEnabled","default":true,"description":"Whether the group is a security group","routing":{"send":{"property":"securityEnabled","type":"body"}},"type":"boolean","validateType":"boolean"},{"displayName":"Unique Name","name":"uniqueName","default":"","description":"The unique identifier for the group, can only be updated if null, and is immutable once set","routing":{"send":{"property":"uniqueName","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Visibility","name":"visibility","default":"Public","description":"Specifies the visibility of the group","options":[{"name":"Private","value":"Private"},{"name":"Public","value":"Public"}],"routing":{"send":{"property":"visibility","type":"body"}},"type":"options","validateType":"options"}],"placeholder":"Add Field","routing":{"output":{"postReceive":[null]}},"type":"collection"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Add to Group","value":"addGroup","description":"Add user to group","routing":{"request":{"method":"POST","url":"=/groups/{{ $parameter[\"group\"] }}/members/$ref","ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"added\": true } }}"}}]}},"action":"Add user to group"},{"name":"Create","value":"create","description":"Create a user","routing":{"request":{"method":"POST","url":"/users","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}},"action":"Create user"},{"name":"Delete","value":"delete","description":"Delete a user","routing":{"request":{"method":"DELETE","url":"=/users/{{ $parameter[\"user\"] }}","ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete user"},{"name":"Get","value":"get","description":"Retrieve data for a specific user","routing":{"request":{"method":"GET","url":"=/users/{{ $parameter[\"user\"] }}","ignoreHttpStatusErrors":true},"output":{"postReceive":[null]}},"action":"Get user"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of users","routing":{"request":{"method":"GET","url":"/users","ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"value"}}]}},"action":"Get many users"},{"name":"Remove from Group","value":"removeGroup","description":"Remove user from group","routing":{"request":{"method":"DELETE","url":"=/groups/{{ $parameter[\"group\"] }}/members/{{ $parameter[\"user\"] }}/$ref","ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"removed\": true } }}"}}]}},"action":"Remove user from group"},{"name":"Update","value":"update","description":"Update a user","routing":{"request":{"method":"PATCH","url":"=/users/{{ $parameter[\"user\"] }}","ignoreHttpStatusErrors":true},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"updated\": true } }}"}}]}},"action":"Update user"}],"default":"getAll"},{"displayName":"Group","name":"group","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["addGroup"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"User to Add","name":"user","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["addGroup"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"routing":{"send":{"property":"@odata.id","propertyInDotNotation":false,"type":"body","value":"={{ ($credentials.graphApiBaseUrl || \"https://graph.microsoft.com\").replace(/\\/+$/, \"\") }}/v1.0/directoryObjects/{{ $value }}"}},"type":"resourceLocator"},{"displayName":"Account Enabled","name":"accountEnabled","default":true,"description":"Whether the account is enabled","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"required":true,"routing":{"send":{"property":"accountEnabled","type":"body"}},"type":"boolean","validateType":"boolean"},{"displayName":"Display Name","name":"displayName","default":"","description":"The name to display in the address book for the user","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"placeholder":"e.g. Nathan Smith","required":true,"routing":{"send":{"property":"displayName","type":"body"}},"type":"string","validateType":"string"},{"displayName":"User Principal Name","name":"userPrincipalName","default":"","description":"The user principal name (UPN)","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"placeholder":"e.g. NathanSmith@contoso.com","required":true,"routing":{"send":{"property":"userPrincipalName","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Mail Nickname","name":"mailNickname","default":"","description":"The mail alias for the user","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"placeholder":"e.g. NathanSmith","required":true,"routing":{"send":{"property":"mailNickname","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Password","name":"password","default":"","description":"The password for the user","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"required":true,"routing":{"send":{"property":"passwordProfile.password","type":"body"}},"type":"string","typeOptions":{"password":true},"validateType":"string"},{"displayName":"Additional Fields","name":"additionalFields","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"About Me","name":"aboutMe","default":"","description":"A freeform text entry field for the user to describe themselves","type":"string","validateType":"string"},{"displayName":"Age Group","name":"ageGroup","default":"Adult","description":"Sets the age group of the user","options":[{"name":"Adult","value":"Adult"},{"name":"Minor","value":"Minor"},{"name":"Not Adult","value":"NotAdult"}],"type":"options","validateType":"options"},{"displayName":"Birthday","name":"birthday","default":"","description":"The birthday of the user","type":"dateTime","validateType":"dateTime"},{"displayName":"Business Phone","name":"businessPhones","default":"","description":"The telephone number for the user","type":"string","validateType":"string"},{"displayName":"City","name":"city","default":"","description":"The city in which the user is located","type":"string","validateType":"string"},{"displayName":"Company Name","name":"companyName","default":"","description":"The name of the company associated with the user","routing":{"send":{"preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Consent Provided","name":"consentProvidedForMinor","default":"Denied","description":"Specifies if consent is provided for minors","options":[{"name":"Denied","value":"Denied"},{"name":"Granted","value":"Granted"},{"name":"Not Required","value":"NotRequired"}],"type":"options","validateType":"options"},{"displayName":"Country","name":"country","default":"","description":"The country/region of the user","placeholder":"e.g. US","type":"string","validateType":"string"},{"displayName":"Department","name":"department","default":"","description":"The department name where the user works","type":"string","validateType":"string"},{"displayName":"Employee ID","name":"employeeId","default":"","description":"Employee identifier assigned by the organization","routing":{"send":{"preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Employee Type","name":"employeeType","default":"","description":"Defines enterprise worker type","placeholder":"e.g. Contractor","type":"string","validateType":"string"},{"displayName":"Employee Hire Date","name":"employeeHireDate","default":"","description":"The hire date of the user","placeholder":"e.g. 2014-01-01T00:00:00Z","type":"dateTime","validateType":"dateTime"},{"displayName":"Employee Leave Date","name":"employeeLeaveDateTime","default":"","description":"The date and time when the user left or will leave the organization","placeholder":"e.g. 2014-01-01T00:00:00Z","type":"dateTime","validateType":"dateTime"},{"displayName":"Employee Organization Data","name":"employeeOrgData","default":{},"description":"Represents organization data (for example, division and costCenter) associated with a user","options":[{"displayName":"Employee Organization Data","name":"employeeOrgValues","values":[{"displayName":"Cost Center","name":"costCenter","description":"The cost center associated with the user","type":"string","default":""},{"displayName":"Division","name":"division","description":"The name of the division in which the user works","type":"string","default":""}]}],"type":"fixedCollection","validateType":"string"},{"displayName":"First Name","name":"givenName","default":"","description":"The given name (first name) of the user","type":"string","validateType":"string"},{"displayName":"Force Change Password","name":"forceChangePassword","default":"forceChangePasswordNextSignIn","description":"Whether the user must change their password on the next sign-in","options":[{"name":"Next Sign In","value":"forceChangePasswordNextSignIn"},{"name":"Next Sign In with MFA","value":"forceChangePasswordNextSignInWithMfa"}],"type":"options","validateType":"options"},{"displayName":"Interests","name":"interests","default":[],"description":"A list for the user to describe their interests","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Job Title","name":"jobTitle","default":"","description":"The user's job title","type":"string","validateType":"string"},{"displayName":"Last Name","name":"surname","default":"","description":"The user's last name (family name)","type":"string","validateType":"string"},{"displayName":"Mail","name":"mail","default":"","description":"The SMTP address for the user","placeholder":"e.g. jeff@contoso.com","type":"string","validateType":"string"},{"displayName":"Mobile Phone","name":"mobilePhone","default":"","description":"The primary cellular telephone number for the user","type":"string","validateType":"string"},{"displayName":"My Site","name":"mySite","default":"","description":"The URL for the user's personal site","type":"string","validateType":"string"},{"displayName":"Office Location","name":"officeLocation","default":"","description":"The office location for the user","type":"string","validateType":"string"},{"displayName":"On Premises Immutable ID","name":"onPremisesImmutableId","default":"","description":"This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object","type":"string","validateType":"string"},{"displayName":"Other Emails","name":"otherMails","default":[],"description":"Additional email addresses for the user","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Password Policies","name":"passwordPolicies","default":[],"description":"Specifies password policies","options":[{"name":"Disable Password Expiration","value":"DisablePasswordExpiration"},{"name":"Disable Strong Password","value":"DisableStrongPassword"}],"type":"multiOptions"},{"displayName":"Past Projects","name":"pastProjects","default":[],"description":"A list of past projects the user has worked on","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Postal Code","name":"postalCode","default":"","description":"The postal code for the user's address","type":"string","validateType":"string"},{"displayName":"Preferred Language","name":"preferredLanguage","default":"","description":"User's preferred language in ISO 639-1 code","placeholder":"e.g. en-US","type":"string","validateType":"string"},{"displayName":"Responsibilities","name":"responsibilities","default":[],"description":"A list of responsibilities the user has","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Schools Attended","name":"schools","default":[],"description":"A list of schools the user attended","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Skills","name":"skills","default":[],"description":"A list of skills the user possesses","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"State","name":"state","default":"","description":"The state or province of the user's address","type":"string","validateType":"string"},{"displayName":"Street Address","name":"streetAddress","default":"","description":"The street address of the user's place of business","type":"string","validateType":"string"},{"displayName":"Usage Location","name":"usageLocation","default":"","description":"Two-letter country code where the user is located","placeholder":"e.g. US","type":"string","validateType":"string"},{"displayName":"User Type","name":"userType","default":"Guest","description":"Classifies the user type","options":[{"name":"Guest","value":"Guest"},{"name":"Member","value":"Member"}],"type":"options","validateType":"options"}],"placeholder":"Add Field","routing":{"output":{"postReceive":[null]}},"type":"collection"},{"displayName":"User to Delete","name":"user","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"User to Get","name":"user","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Output","name":"output","default":"simple","displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"options":[{"name":"Simplified","value":"simple","routing":{"send":{"property":"$select","type":"query","value":"id,createdDateTime,displayName,userPrincipalName,mail,mailNickname,securityIdentifier"}}},{"name":"Raw","value":"raw","routing":{"send":{"property":"$select","type":"query","value":"id,accountEnabled,ageGroup,assignedLicenses,assignedPlans,authorizationInfo,businessPhones,city,companyName,consentProvidedForMinor,country,createdDateTime,creationType,customSecurityAttributes,deletedDateTime,department,displayName,employeeHireDate,employeeId,employeeLeaveDateTime,employeeOrgData,employeeType,externalUserState,externalUserStateChangeDateTime,faxNumber,givenName,identities,imAddresses,isManagementRestricted,isResourceAccount,jobTitle,lastPasswordChangeDateTime,legalAgeGroupClassification,licenseAssignmentStates,mail,mailNickname,mobilePhone,officeLocation,onPremisesDistinguishedName,onPremisesDomainName,onPremisesExtensionAttributes,onPremisesImmutableId,onPremisesLastSyncDateTime,onPremisesProvisioningErrors,onPremisesSamAccountName,onPremisesSecurityIdentifier,onPremisesSyncEnabled,onPremisesUserPrincipalName,otherMails,passwordPolicies,passwordProfile,postalCode,preferredDataLocation,preferredLanguage,provisionedPlans,proxyAddresses,securityIdentifier,serviceProvisioningErrors,showInAddressList,signInSessionsValidFromDateTime,state,streetAddress,surname,usageLocation,userPrincipalName,userType"}}},{"name":"Selected Fields","value":"fields"}],"type":"options"},{"displayName":"Fields","name":"fields","default":[],"description":"The fields to add to the output","displayOptions":{"show":{"resource":["user"],"operation":["get"],"output":["fields"]}},"routing":{"send":{"property":"$select","type":"query","value":"={{ $value.concat(\"id\").join(\",\") }}"}},"typeOptions":{"loadOptionsMethod":"getUserProperties"},"type":"multiOptions"},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"routing":{"send":{"paginate":"={{ $value }}"},"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.body?.[\"@odata.nextLink\"] }}","request":{"url":"={{ $response.body?.[\"@odata.nextLink\"] ?? $request.url }}","qs":{"$filter":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$filter }}","$select":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$select }}"}}}}}},"type":"boolean"},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"routing":{"send":{"property":"$top","type":"query","value":"={{ $value }}"}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Filter","name":"filter","default":"","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"placeholder":"e.g. startswith(displayName, 'a')","routing":{"send":{"property":"$filter","type":"query","value":"={{ $value ? $value : undefined }}"}},"type":"string","validateType":"string"},{"displayName":"Output","name":"output","default":"simple","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"name":"Simplified","value":"simple","routing":{"send":{"property":"$select","type":"query","value":"id,createdDateTime,displayName,userPrincipalName,mail,mailNickname,securityIdentifier"}}},{"name":"Raw","value":"raw","routing":{"send":{"property":"$select","type":"query","value":"id,accountEnabled,ageGroup,assignedLicenses,assignedPlans,authorizationInfo,businessPhones,city,companyName,consentProvidedForMinor,country,createdDateTime,creationType,customSecurityAttributes,deletedDateTime,department,displayName,employeeHireDate,employeeId,employeeLeaveDateTime,employeeOrgData,employeeType,externalUserState,externalUserStateChangeDateTime,faxNumber,givenName,identities,imAddresses,isManagementRestricted,isResourceAccount,jobTitle,lastPasswordChangeDateTime,legalAgeGroupClassification,licenseAssignmentStates,mail,mailNickname,mobilePhone,officeLocation,onPremisesDistinguishedName,onPremisesDomainName,onPremisesExtensionAttributes,onPremisesImmutableId,onPremisesLastSyncDateTime,onPremisesProvisioningErrors,onPremisesSamAccountName,onPremisesSecurityIdentifier,onPremisesSyncEnabled,onPremisesUserPrincipalName,otherMails,passwordPolicies,passwordProfile,postalCode,preferredDataLocation,preferredLanguage,provisionedPlans,proxyAddresses,securityIdentifier,serviceProvisioningErrors,showInAddressList,signInSessionsValidFromDateTime,state,streetAddress,surname,usageLocation,userPrincipalName,userType"}}},{"name":"Selected Fields","value":"fields"}],"type":"options"},{"displayName":"Fields","name":"fields","default":[],"description":"The fields to add to the output","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"output":["fields"]}},"routing":{"send":{"property":"$select","type":"query","value":"={{ $value.concat(\"id\").join(\",\") }}"}},"typeOptions":{"loadOptionsMethod":"getUserPropertiesGetAll"},"type":"multiOptions"},{"displayName":"Group","name":"group","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["removeGroup"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"User to Remove","name":"user","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["removeGroup"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"User to Update","name":"user","default":{"mode":"list","value":""},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 02bd9fd6-8f93-4758-87c3-1fb73740a315","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Update Fields","name":"updateFields","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"displayName":"About Me","name":"aboutMe","default":"","description":"A freeform text entry field for the user to describe themselves","type":"string","validateType":"string"},{"displayName":"Account Enabled","name":"accountEnabled","default":true,"description":"Whether the account is enabled","routing":{"send":{"property":"accountEnabled","type":"body"}},"type":"boolean","validateType":"boolean"},{"displayName":"Age Group","name":"ageGroup","default":"Adult","description":"Sets the age group of the user","options":[{"name":"Adult","value":"Adult"},{"name":"Minor","value":"Minor"},{"name":"Not Adult","value":"NotAdult"}],"routing":{"send":{"property":"ageGroup","type":"body"}},"type":"options","validateType":"options"},{"displayName":"Birthday","name":"birthday","default":"","description":"The birthday of the user","type":"dateTime","validateType":"dateTime"},{"displayName":"Business Phone","name":"businessPhones","default":"","description":"The telephone number for the user","routing":{"send":{"property":"businessPhones","type":"body","value":"={{ $value ? [$value] : [] }}"}},"type":"string","validateType":"string"},{"displayName":"City","name":"city","default":"","description":"The city in which the user is located","routing":{"send":{"property":"city","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Company Name","name":"companyName","default":"","description":"The name of the company associated with the user","routing":{"send":{"property":"companyName","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Consent Provided","name":"consentProvidedForMinor","default":"Denied","description":"Specifies if consent is provided for minors","options":[{"name":"Denied","value":"Denied"},{"name":"Granted","value":"Granted"},{"name":"Not Required","value":"NotRequired"}],"routing":{"send":{"property":"consentProvidedForMinor","type":"body"}},"type":"options","validateType":"options"},{"displayName":"Country","name":"country","default":"","description":"The country/region of the user","placeholder":"e.g. US","routing":{"send":{"property":"country","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Department","name":"department","default":"","description":"The department name where the user works","routing":{"send":{"property":"department","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Display Name","name":"displayName","default":"","description":"The name to display in the address book for the user","routing":{"send":{"property":"displayName","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Employee ID","name":"employeeId","default":"","description":"Employee identifier assigned by the organization","routing":{"send":{"property":"employeeId","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Employee Type","name":"employeeType","default":"","description":"Defines enterprise worker type","placeholder":"e.g. Contractor","routing":{"send":{"property":"employeeType","type":"body"}},"type":"string","validateType":"string"},{"displayName":"First Name","name":"givenName","default":"","description":"The given name (first name) of the user","routing":{"send":{"property":"givenName","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Employee Hire Date","name":"employeeHireDate","default":"","description":"The hire date of the user","placeholder":"e.g. 2014-01-01T00:00:00Z","routing":{"send":{"property":"employeeHireDate","type":"body","value":"={{ $value?.toUTC().toISO() }}"}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Employee Leave Date","name":"employeeLeaveDateTime","default":"","description":"The date and time when the user left or will leave the organization","placeholder":"e.g. 2014-01-01T00:00:00Z","routing":{"send":{"property":"employeeLeaveDateTime","type":"body","value":"={{ $value?.toUTC().toISO() }}"}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Employee Organization Data","name":"employeeOrgData","default":{},"description":"Represents organization data (for example, division and costCenter) associated with a user","options":[{"displayName":"Employee Organization Data","name":"employeeOrgValues","values":[{"displayName":"Cost Center","name":"costCenter","description":"The cost center associated with the user","routing":{"send":{"property":"employeeOrgData.costCenter","type":"body"}},"type":"string","default":""},{"displayName":"Division","name":"division","description":"The name of the division in which the user works","routing":{"send":{"property":"employeeOrgData.division","type":"body"}},"type":"string","default":""}]}],"type":"fixedCollection","validateType":"string"},{"displayName":"Force Change Password","name":"forceChangePassword","default":"forceChangePasswordNextSignIn","description":"Whether the user must change their password on the next sign-in","options":[{"name":"Next Sign In","value":"forceChangePasswordNextSignIn"},{"name":"Next Sign In with MFA","value":"forceChangePasswordNextSignInWithMfa"}],"routing":{"send":{"preSend":[null]}},"type":"options","validateType":"options"},{"displayName":"Interests","name":"interests","default":[],"description":"A list for the user to describe their interests","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Job Title","name":"jobTitle","default":"","description":"The user's job title","routing":{"send":{"property":"jobTitle","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Last Name","name":"surname","default":"","description":"The user's last name (family name)","routing":{"send":{"property":"surname","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Mail","name":"mail","default":"","description":"The SMTP address for the user","placeholder":"e.g. jeff@contoso.com","routing":{"send":{"property":"mail","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Mail Nickname","name":"mailNickname","default":"","description":"The mail alias for the user","routing":{"send":{"property":"mailNickname","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Mobile Phone","name":"mobilePhone","default":"","description":"The primary cellular telephone number for the user","routing":{"send":{"property":"mobilePhone","type":"body"}},"type":"string","validateType":"string"},{"displayName":"My Site","name":"mySite","default":"","description":"The URL for the user's personal site","type":"string","validateType":"string"},{"displayName":"Office Location","name":"officeLocation","default":"","description":"The office location for the user","routing":{"send":{"property":"officeLocation","type":"body"}},"type":"string","validateType":"string"},{"displayName":"On Premises Immutable ID","name":"onPremisesImmutableId","default":"","description":"This property is used to associate an on-premises Active Directory user account to their Microsoft Entra user object","routing":{"send":{"property":"onPremisesImmutableId","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Other Emails","name":"otherMails","default":[],"description":"Additional email addresses for the user","routing":{"send":{"property":"otherMails","type":"body"}},"type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Password","name":"password","default":"","description":"The password for the user. The password must satisfy minimum requirements as specified by the passwordPolicies property.","routing":{"send":{"property":"passwordProfile.password","type":"body"}},"type":"string","typeOptions":{"password":true},"validateType":"string"},{"displayName":"Password Policies","name":"passwordPolicies","default":[],"description":"Specifies password policies","options":[{"name":"Disable Password Expiration","value":"DisablePasswordExpiration"},{"name":"Disable Strong Password","value":"DisableStrongPassword"}],"routing":{"send":{"property":"passwordPolicies","type":"body","value":"={{ $value?.join(\",\") }}"}},"type":"multiOptions"},{"displayName":"Past Projects","name":"pastProjects","default":[],"description":"A list of past projects the user has worked on","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Postal Code","name":"postalCode","default":"","description":"The postal code for the user's address","routing":{"send":{"property":"postalCode","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Preferred Language","name":"preferredLanguage","default":"","description":"User's preferred language in ISO 639-1 code","placeholder":"e.g. en-US","routing":{"send":{"property":"preferredLanguage","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Responsibilities","name":"responsibilities","default":[],"description":"A list of responsibilities the user has","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Schools Attended","name":"schools","default":[],"description":"A list of schools the user attended","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"Skills","name":"skills","default":[],"description":"A list of skills the user possesses","type":"string","typeOptions":{"multipleValues":true},"validateType":"array"},{"displayName":"State","name":"state","default":"","description":"The state or province of the user's address","routing":{"send":{"property":"state","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Street Address","name":"streetAddress","default":"","description":"The street address of the user's place of business","routing":{"send":{"property":"streetAddress","type":"body"}},"type":"string","validateType":"string"},{"displayName":"Usage Location","name":"usageLocation","default":"","description":"Two-letter country code where the user is located","placeholder":"e.g. US","routing":{"send":{"property":"usageLocation","type":"body"}},"type":"string","validateType":"string"},{"displayName":"User Principal Name","name":"userPrincipalName","default":"","description":"The user principal name (UPN)","placeholder":"e.g. AdeleV@contoso.com","routing":{"send":{"property":"userPrincipalName","type":"body","preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"User Type","name":"userType","default":"Guest","description":"Classifies the user type","options":[{"name":"Guest","value":"Guest"},{"name":"Member","value":"Member"}],"routing":{"send":{"property":"userType","type":"body"}},"type":"options","validateType":"options"}],"placeholder":"Add Field","routing":{"output":{"postReceive":[null]}},"type":"collection"},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development","Developer Tools"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftentra/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/Entra/microsoftEntra.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/Entra/microsoftEntra.dark.svg"}},
{"displayName":"Microsoft Excel 365","name":"microsoftExcel","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Excel API","defaultVersion":2.2,"version":[2,2.1,2.2],"defaults":{"name":"Microsoft Excel 365"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftExcelOAuth2Api","required":true}],"properties":[{"displayName":"This node connects to the Microsoft 365 cloud platform. Use the 'Extract from File' and 'Convert to File' nodes to directly manipulate spreadsheet files (.xls, .csv, etc). <a href=\"https://n8n.io/workflows/890-read-in-an-excel-spreadsheet-file/\" target=\"_blank\">More info</a>.","name":"notice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Table","value":"table","description":"Represents an Excel table"},{"name":"Workbook","value":"workbook","description":"A workbook is the top level object which contains one or more worksheets"},{"name":"Sheet","value":"worksheet","description":"A sheet is a grid of cells which can contain data, tables, charts, etc"}],"default":"workbook"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["table"]}},"options":[{"name":"Append","value":"append","description":"Add rows to the end of the table","action":"Append rows to table"},{"name":"Convert to Range","value":"convertToRange","description":"Convert a table to a range","action":"Convert to range"},{"name":"Create","value":"addTable","description":"Add a table based on range","action":"Create a table"},{"name":"Delete","value":"deleteTable","description":"Delete a table","action":"Delete a table"},{"name":"Get Columns","value":"getColumns","description":"Retrieve a list of table columns","action":"Get columns"},{"name":"Get Rows","value":"getRows","description":"Retrieve a list of table rows","action":"Get rows"},{"name":"Lookup","value":"lookup","description":"Look for rows that match a given value in a column","action":"Lookup a column"}],"default":"append"},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["append"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["append"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["append"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","default":"define","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMap","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"define","description":"Set the value for each destination column"},{"name":"Raw","value":"raw","description":"Send raw data as JSON"}],"displayOptions":{"show":{"resource":["table"],"operation":["append"]}}},{"displayName":"Data","name":"data","type":"json","default":"","required":true,"placeholder":"e.g. [[\"Sara\",\"1/2/2006\",\"Berlin\"],[\"George\",\"5/3/2010\",\"Paris\"]]","description":"Raw values for the specified range as array of string arrays in JSON format","displayOptions":{"show":{"dataMode":["raw"],"resource":["table"],"operation":["append"]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataMode":["define"],"resource":["table"],"operation":["append"]}},"default":{},"options":[{"displayName":"Field","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/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["table.value","worksheet.value","workbook.value"],"loadOptionsMethod":"getTableColumns"},"default":""},{"displayName":"Value","name":"fieldValue","type":"string","default":"","requiresDataPath":"single"}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Index","name":"index","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Specifies the relative position of the new row. If not defined, the addition happens at the end. Any row below the inserted row will be shifted downwards. First row index is 0."},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"}],"displayOptions":{"show":{"resource":["table"],"operation":["append"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["addTable"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["addTable"]}}},{"displayName":"Select Range","name":"selectRange","type":"options","options":[{"name":"Automatically","value":"auto","description":"The whole used range on the selected sheet will be converted into a table"},{"name":"Manually","value":"manual","description":"Select a range that will be converted into a table"}],"default":"auto","displayOptions":{"show":{"resource":["table"],"operation":["addTable"]}}},{"displayName":"Range","name":"range","type":"string","default":"","placeholder":"A1:B2","description":"The range of cells that will be converted to a table","displayOptions":{"show":{"selectRange":["manual"],"resource":["table"],"operation":["addTable"]}}},{"displayName":"Has Headers","name":"hasHeaders","type":"boolean","default":true,"description":"Whether the range has column labels. When this property set to false Excel will automatically generate header shifting the data down by one row.","displayOptions":{"show":{"resource":["table"],"operation":["addTable"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["convertToRange"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["convertToRange"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["convertToRange"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["deleteTable"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["deleteTable"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["deleteTable"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getColumns"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getColumns"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getColumns"]}}},{"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":["table"],"operation":["getColumns"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["table"],"operation":["getColumns"]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header","displayOptions":{"show":{"resource":["table"],"operation":["getColumns"]}}},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"rawData":[true],"resource":["table"],"operation":["getColumns"]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"rawData":[true],"resource":["table"],"operation":["getColumns"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of the fields to include in the response"}]},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"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":["table"],"operation":["getRows"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["table"],"operation":["getRows"]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header","displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"rawData":[true],"resource":["table"],"operation":["getRows"]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of the fields to include in the response","displayOptions":{"show":{"/rawData":[true]}}},{"displayName":"Column Names or IDs","name":"column","type":"multiOptions","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsDependsOn":["table.value","worksheet.value","workbook.value"],"loadOptionsMethod":"getTableColumns"},"default":[],"displayOptions":{"show":{"/rawData":[false]}}}],"displayOptions":{"show":{"resource":["table"],"operation":["getRows"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetTables"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Table ID"}}]}],"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Lookup Column","name":"lookupColumn","type":"string","default":"","placeholder":"Email","required":true,"description":"The name of the column in which to look for value","displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Lookup Value","name":"lookupValue","type":"string","default":"","placeholder":"frank@example.com","required":true,"description":"The value to look for in column","displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Return All Matches","name":"returnAllMatches","type":"boolean","default":false,"description":"By default only the first result gets returned. If options gets set all found matches get returned."}],"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["workbook"]}},"options":[{"name":"Add Sheet","value":"addWorksheet","description":"Add a new sheet to the workbook","action":"Add a sheet to a workbook"},{"name":"Delete","value":"deleteWorkbook","description":"Delete workbook","action":"Delete workbook"},{"name":"Get Many","value":"getAll","description":"Get workbooks","action":"Get workbooks"}],"default":"getAll"},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["workbook"],"operation":["addWorksheet"]}}},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the sheet to be added. The name should be unique. If not specified, Excel will determine the name of the new worksheet."}],"displayOptions":{"show":{"resource":["workbook"],"operation":["addWorksheet"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["workbook"],"operation":["deleteWorkbook"]}}},{"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":["workbook"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["workbook"],"operation":["getAll"]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of the fields to include in the response"}],"displayOptions":{"show":{"resource":["workbook"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["worksheet"]}},"options":[{"name":"Append","value":"append","description":"Append data to sheet","action":"Append data to sheet"},{"name":"Append or Update","value":"upsert","description":"Append a new row or update the current one if it already exists (upsert)","action":"Append or update a sheet"},{"name":"Clear","value":"clear","description":"Clear sheet","action":"Clear sheet"},{"name":"Delete","value":"deleteWorksheet","description":"Delete sheet","action":"Delete sheet"},{"name":"Get Many","value":"getAll","description":"Get a list of sheets","action":"Get sheets"},{"name":"Get Rows","value":"readRows","description":"Retrieve a list of sheet rows","action":"Get rows from sheet"},{"name":"Update","value":"update","description":"Update rows of a sheet or sheet range","action":"Update sheet"}],"default":"getAll"},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","default":"define","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMap","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"define","description":"Set the value for each destination column"},{"name":"Raw","value":"raw","description":"Send raw data as JSON"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Data","name":"data","type":"json","default":"","required":true,"placeholder":"e.g. [[\"Sara\",\"1/2/2006\",\"Berlin\"],[\"George\",\"5/3/2010\",\"Paris\"]]","description":"Raw values for the specified range as array of string arrays in JSON format","displayOptions":{"show":{"dataMode":["raw"],"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["append"]}},"default":{},"options":[{"displayName":"Field","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/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["worksheet.value"],"loadOptionsMethod":"getWorksheetColumnRow"},"default":""},{"displayName":"Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["append"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["clear"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["clear"]}}},{"displayName":"Apply To","name":"applyTo","type":"options","options":[{"name":"All","value":"All","description":"Clear data in cells and remove all formatting"},{"name":"Formats","value":"Formats","description":"Clear formatting(e.g. font size, color) of cells"},{"name":"Contents","value":"Contents","description":"Clear data contained in cells"}],"default":"All","displayOptions":{"show":{"resource":["worksheet"],"operation":["clear"]}}},{"displayName":"Select a Range","name":"useRange","type":"boolean","default":false,"displayOptions":{"show":{"resource":["worksheet"],"operation":["clear"]}}},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"useRange":[true],"resource":["worksheet"],"operation":["clear"]}},"placeholder":"e.g. A1:B2","default":"","description":"The sheet range that would be cleared, specified using a A1-style notation","hint":"Leave blank for entire worksheet"},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["deleteWorksheet"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["deleteWorksheet"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["worksheet"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["worksheet"],"operation":["getAll"]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated list of the fields to include in the response"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["getAll"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Select a Range","name":"useRange","type":"boolean","default":false,"displayOptions":{"show":{"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Range","name":"range","type":"string","placeholder":"e.g. A1:B2","default":"","description":"The sheet range to read the data from specified using a A1-style notation, has to be specific e.g A1:B5, generic ranges like A:B are not supported","hint":"Leave blank to return entire sheet","displayOptions":{"show":{"useRange":[true],"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Header Row","name":"keyRow","type":"number","typeOptions":{"minValue":0},"default":0,"hint":"Index of the row which contains the column names","description":"Relative to selected 'Range', first row index is 0","displayOptions":{"show":{"useRange":[true],"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"First Data Row","name":"dataStartRow","type":"number","typeOptions":{"minValue":0},"default":1,"hint":"Index of first row which contains the actual data","description":"Relative to selected 'Range', first row index is 0","displayOptions":{"show":{"useRange":[true],"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,.","displayOptions":{"show":{"rawData":[true]}}}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["readRows"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Select a Range","name":"useRange","type":"boolean","default":false,"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"dataMode":["autoMap","define"],"useRange":[true],"resource":["worksheet"],"operation":["update"]}},"placeholder":"e.g. A1:B2","default":"","description":"The sheet range to read the data from specified using a A1-style notation, has to be specific e.g A1:B5, generic ranges like A:B are not supported. Leave blank to use whole used range in the sheet.","hint":"First row must contain column names"},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"dataMode":["raw"],"useRange":[true],"resource":["worksheet"],"operation":["update"]}},"placeholder":"e.g. A1:B2","default":"","description":"The sheet range to read the data from specified using a A1-style notation","hint":"Leave blank for entire worksheet"},{"displayName":"Data Mode","name":"dataMode","type":"options","default":"define","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMap","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"define","description":"Set the value for each destination column"},{"name":"Raw","value":"raw","description":"Send raw data as JSON, the whole selected range would be updated with the new values"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Data","name":"data","type":"json","default":"","required":true,"placeholder":"e.g. [[\"Sara\",\"1/2/2006\",\"Berlin\"],[\"George\",\"5/3/2010\",\"Paris\"]]","description":"Raw values for the specified range as array of string arrays in JSON format. Should match the specified range: one array item for each row.","displayOptions":{"show":{"dataMode":["raw"],"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Column to match on","name":"columnToMatchOn","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["worksheet.value","workbook.value","range"],"loadOptionsMethod":"getWorksheetColumnRow"},"default":"","hint":"Used to find the correct row to update. Doesn't get changed.","displayOptions":{"show":{"dataMode":["autoMap","define"],"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Value of Column to Match On","name":"valueToMatchOn","type":"string","default":"","displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["update"]}},"default":{},"options":[{"displayName":"Field","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/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["columnToMatchOn","range"],"loadOptionsMethod":"getWorksheetColumnRowSkipColumnToMatchOn"},"default":""},{"displayName":"Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,.","displayOptions":{"show":{"rawData":[true]}}},{"displayName":"Update All Matches","name":"updateAll","type":"boolean","default":false,"description":"Whether to update all matching rows or just the first match","displayOptions":{"hide":{"/dataMode":["raw"]}}}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["update"]}}},{"displayName":"Workbook","name":"workbook","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"searchWorkbooks","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Workbook ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Sheet","name":"worksheet","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getWorksheetsList"}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"{[a-zA-Z0-9\\-_]{2,}}","errorMessage":"Not a valid Sheet ID"}}]}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Select a Range","name":"useRange","type":"boolean","default":false,"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"dataMode":["autoMap","define"],"useRange":[true],"resource":["worksheet"],"operation":["upsert"]}},"placeholder":"e.g. A1:B2","default":"","description":"The sheet range to read the data from specified using a A1-style notation, has to be specific e.g A1:B5, generic ranges like A:B are not supported. Leave blank to use whole used range in the sheet.","hint":"First row must contain column names"},{"displayName":"Data Mode","name":"dataMode","type":"options","default":"define","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMap","description":"Use when node input properties match destination column names"},{"name":"Map Each Column Below","value":"define","description":"Set the value for each destination column"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Column to match on","name":"columnToMatchOn","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["worksheet.value","workbook.value","range"],"loadOptionsMethod":"getWorksheetColumnRow"},"default":"","hint":"Used to find the correct row to update. Doesn't get changed.","displayOptions":{"show":{"dataMode":["autoMap","define"],"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Value of Column to Match On","name":"valueToMatchOn","type":"string","default":"","displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["upsert"]}}},{"displayName":"Values to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataMode":["define"],"resource":["worksheet"],"operation":["upsert"]}},"default":{},"options":[{"displayName":"Field","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/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["columnToMatchOn","range"],"loadOptionsMethod":"getWorksheetColumnRowSkipColumnToMatchOn"},"default":""},{"displayName":"Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Append After Selected Range","name":"appendAfterSelectedRange","type":"boolean","default":false,"description":"Whether to append data after the selected range or used range","displayOptions":{"show":{"/dataMode":["autoMap","define"],"/useRange":[true]}}},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":0,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","required":true,"displayOptions":{"show":{"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Update All Matches","name":"updateAll","type":"boolean","default":false,"description":"Whether to update all matching rows or just the first match"}],"displayOptions":{"show":{"resource":["worksheet"],"operation":["upsert"]}}}],"usableAsTool":true,"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Excel/excel.svg","codex":{"categories":["Data & Storage","Productivity"],"alias":["_Excel","Excel","Sheet","CSV","Spreadsheet"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftexcel/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}}},
{"displayName":"Microsoft Excel","name":"microsoftExcel","group":["input"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Excel API","defaultVersion":2.2,"version":1,"defaults":{"name":"Microsoft Excel"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftExcelOAuth2Api","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Table","value":"table","description":"Represents an Excel table"},{"name":"Workbook","value":"workbook","description":"Workbook is the top level object which contains related workbook objects such as worksheets, tables, ranges, etc"},{"name":"Worksheet","value":"worksheet","description":"An Excel worksheet is a grid of cells. It can contain data, tables, charts, etc."}],"default":"workbook"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["workbook"]}},"options":[{"name":"Add Worksheet","value":"addWorksheet","description":"Adds a new worksheet to the workbook","action":"Add a worksheet to a workbook"},{"name":"Get Many","value":"getAll","description":"Get data of many workbooks","action":"Get many workbooks"}],"default":"create"},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["addWorksheet"],"resource":["workbook"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["addWorksheet"],"resource":["workbook"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the worksheet to be added. If specified, name should be unqiue. If not specified, Excel determines the name of the new worksheet."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["workbook"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["workbook"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["workbook"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["worksheet"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many worksheets","action":"Get many worksheets"},{"name":"Get Content","value":"getContent","description":"Get worksheet content","action":"Get a worksheet"}],"default":"create"},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["getAll"],"resource":["worksheet"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["worksheet"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["worksheet"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["worksheet"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":""},{"displayName":"Range","name":"range","type":"string","displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":"A1:C3","required":true,"description":"The address or the name of the range. If not specified, the entire worksheet range is returned."},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]}},"default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"],"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Data Start Row","name":"dataStartRow","type":"number","typeOptions":{"minValue":1},"default":1,"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]},"hide":{"rawData":[true]}},"description":"Index of the first row which contains the actual data and not the keys. Starts with 0."},{"displayName":"Key Row","name":"keyRow","type":"number","typeOptions":{"minValue":0},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"]},"hide":{"rawData":[true]}},"default":0,"description":"Index of the row which contains the keys. Starts at 0. The incoming node data is matched to the keys for assignment. The matching is case sensitve."},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getContent"],"resource":["worksheet"],"rawData":[true]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["table"]}},"options":[{"name":"Add Row","value":"addRow","description":"Adds rows to the end of the table","action":"Add a row"},{"name":"Get Columns","value":"getColumns","description":"Retrieve a list of tablecolumns","action":"Get columns"},{"name":"Get Rows","value":"getRows","description":"Retrieve a list of tablerows","action":"Get rows"},{"name":"Lookup","value":"lookup","description":"Looks for a specific column value and then returns the matching row","action":"Look up a column"}],"default":"addRow"},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["addRow"],"resource":["table"]}},"options":[{"displayName":"Index","name":"index","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Specifies the relative position of the new row. If not defined, the addition happens at the end. Any rows below the inserted row are shifted downwards. Zero-indexed"}]},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getRows"],"resource":["table"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"operation":["getRows"],"resource":["table"]}},"default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"operation":["getRows"],"resource":["table"],"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getRows"],"resource":["table"],"rawData":[true]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"RAW Data","name":"rawData","type":"boolean","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"]}},"default":false,"description":"Whether the data should be returned RAW instead of parsed into keys according to their header"},{"displayName":"Data Property","name":"dataProperty","type":"string","default":"data","displayOptions":{"show":{"operation":["getColumns"],"resource":["table"],"rawData":[true]}},"description":"The name of the property into which to write the RAW data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getColumns"],"resource":["table"],"rawData":[true]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will containt. Multiple can be added separated by ,."}]},{"displayName":"Workbook Name or ID","name":"workbook","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getWorkbooks"},"displayOptions":{"show":{"operation":["lookup"],"resource":["table"]}},"default":""},{"displayName":"Worksheet Name or ID","name":"worksheet","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getworksheets","loadOptionsDependsOn":["workbook"]},"displayOptions":{"show":{"operation":["lookup"],"resource":["table"]}},"default":""},{"displayName":"Table Name or ID","name":"table","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getTables","loadOptionsDependsOn":["worksheet"]},"displayOptions":{"show":{"operation":["lookup"],"resource":["table"]}},"default":""},{"displayName":"Lookup Column","name":"lookupColumn","type":"string","default":"","placeholder":"Email","required":true,"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}},"description":"The name of the column in which to look for value"},{"displayName":"Lookup Value","name":"lookupValue","type":"string","default":"","placeholder":"frank@example.com","required":true,"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}},"description":"The value to look for in column"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["table"],"operation":["lookup"]}},"options":[{"displayName":"Return All Matches","name":"returnAllMatches","type":"boolean","default":false,"description":"By default only the first result gets returned. If options gets set all found matches get returned."}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Excel/excel.svg","codex":{"categories":["Data & Storage","Productivity"],"alias":["_Excel","Excel","Sheet","CSV","Spreadsheet"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftexcel/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}}},
{"displayName":"Microsoft Graph Security","name":"microsoftGraphSecurity","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Microsoft Graph Security API","defaults":{"name":"Microsoft Graph Security"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftGraphSecurityOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Secure Score","value":"secureScore"},{"name":"Secure Score Control Profile","value":"secureScoreControlProfile"}],"default":"secureScore"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["secureScore"]}},"options":[{"name":"Get","value":"get","action":"Get a secure score"},{"name":"Get Many","value":"getAll","action":"Get many secure scores"}],"default":"get"},{"displayName":"Secure Score ID","name":"secureScoreId","description":"ID of the secure score to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScore"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["secureScore"],"operation":["getAll"]}},"options":[{"displayName":"Filter Query Parameter","name":"filter","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","type":"string","default":"","placeholder":"currentScore eq 13"},{"displayName":"Include Control Scores","name":"includeControlScores","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"]}},"options":[{"name":"Get","value":"get","action":"Get a secure score control profile"},{"name":"Get Many","value":"getAll","action":"Get many secure score control profiles"},{"name":"Update","value":"update","action":"Update a secure score control profile"}],"default":"get"},{"displayName":"Secure Score Control Profile ID","name":"secureScoreControlProfileId","description":"ID of the secure score control profile to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["getAll"]}},"options":[{"displayName":"Filter Query Parameter","name":"filter","description":"<a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">Query parameter</a> to filter results by","type":"string","default":"","placeholder":"startsWith(id, 'AATP')"}]},{"displayName":"Secure Score Control Profile ID","name":"secureScoreControlProfileId","description":"ID of the secure score control profile to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Provider","name":"provider","type":"string","description":"Name of the provider of the security product or service","default":"","placeholder":"SecureScore","required":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Vendor","name":"vendor","type":"string","description":"Name of the vendor of the security product or service","default":"","placeholder":"Microsoft","required":true,"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["secureScoreControlProfile"],"operation":["update"]}},"options":[{"displayName":"State","name":"state","type":"options","default":"Default","description":"Analyst driven setting on the control","options":[{"name":"Default","value":"Default"},{"name":"Ignored","value":"Ignored"},{"name":"Third Party","value":"ThirdParty"}]}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftgraphsecurity/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/GraphSecurity/microsoftGraph.svg"},
{"displayName":"Microsoft OneDrive","name":"microsoftOneDrive","group":["input"],"version":[1,1.1],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft OneDrive API","schemaPath":"Microsoft/OneDrive","defaults":{"name":"Microsoft OneDrive"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOneDriveOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Folder","value":"folder"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Copy","value":"copy","description":"Copy a file","action":"Copy a file"},{"name":"Delete","value":"delete","description":"Delete a file","action":"Delete a file"},{"name":"Download","value":"download","description":"Download a file","action":"Download a file"},{"name":"Get","value":"get","description":"Get a file","action":"Get a file"},{"name":"Rename","value":"rename","description":"Rename a file","action":"Rename a file"},{"name":"Search","value":"search","description":"Search a file","action":"Search a file"},{"name":"Share","value":"share","description":"Share a file","action":"Share a file"},{"name":"Upload","value":"upload","description":"Upload a file up to 4MB in size","action":"Upload a file"}],"default":"upload"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The new name for the copy. If this isn't provided, the same name will be used as the original."}]},{"displayName":"Parent Reference","name":"parentReference","type":"collection","placeholder":"Add Parent Reference","description":"Reference to the parent item the copy will be created in <a href=\"https://docs.microsoft.com/en-us/onedrive/developer/rest-api/resources/itemreference?view=odsp-graph-online\"> Details </a>","displayOptions":{"show":{"operation":["copy"],"resource":["file"]}},"default":{},"options":[{"displayName":"Drive ID","name":"driveId","type":"string","default":"","description":"Identifier of the drive instance that contains the item"},{"displayName":"Drive Type","name":"driveType","type":"string","default":"","description":"Identifies the type of drive"},{"displayName":"ID","name":"id","type":"string","default":"","description":"Identifier of the item in the drive"},{"displayName":"List ID","name":"listId","type":"string","default":"","description":"Identifier of the list"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the item being referenced"},{"displayName":"Path","name":"path","type":"string","default":"","description":"Path that can be used to navigate to the item"},{"displayName":"Share ID","name":"shareId","type":"string","default":"","description":"Identifier for a shared resource that can be accessed via the Shares API"},{"displayName":"Site ID","name":"siteId","type":"string","default":"","description":"Identifier of the site"}]},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["file"]}},"default":"","description":"Field ID"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"default":""},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"default":"","description":"Field ID"},{"displayName":"Item ID","name":"itemId","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["file"]}},"default":"","description":"ID of the file"},{"displayName":"New Name","name":"newName","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["file"]}},"default":"","description":"New name for file"},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["search"],"resource":["file"]}},"default":"","description":"The query text used to search for items. Values may be matched across several fields including filename, metadata, and file content."},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":""},{"displayName":"Type","name":"type","type":"options","options":[{"name":"View","value":"view"},{"name":"Edit","value":"edit"},{"name":"Embed","value":"embed"}],"displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"Scope","name":"scope","type":"options","options":[{"name":"Anonymous","value":"anonymous"},{"name":"Organization","value":"organization"}],"displayOptions":{"show":{"operation":["share"],"resource":["file"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"File Name","name":"fileName","type":"string","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":"","description":"The name the file should be saved as"},{"displayName":"Parent ID","name":"parentId","required":true,"type":"string","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":"","description":"ID of the parent folder that will contain the file"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","required":true,"displayOptions":{"show":{"binaryData":[false],"operation":["upload"],"resource":["file"]}},"placeholder":"","description":"The text content of the file"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryData":[true],"operation":["upload"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be written"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a folder","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get Children","value":"getChildren","description":"Get items inside a folder","action":"Get items in a folder"},{"name":"Rename","value":"rename","description":"Rename a folder","action":"Rename a folder"},{"name":"Search","value":"search","description":"Search a folder","action":"Search a folder"},{"name":"Share","value":"share","description":"Share a folder","action":"Share a folder"}],"default":"getChildren"},{"displayName":"Name","name":"name","required":true,"type":"string","placeholder":"/Pictures/2021","displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"default":"","description":"The name or path of the folder"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Parent Folder ID","name":"parentFolderId","type":"string","default":"","description":"ID of the folder you want to crate the new folder in"}]},{"displayName":"Folder ID","name":"folderId","type":"string","displayOptions":{"show":{"operation":["delete","getChildren"],"resource":["folder"]}},"default":""},{"displayName":"Item ID","name":"itemId","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["folder"]}},"default":"","description":"ID of the folder"},{"displayName":"New Name","name":"newName","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["folder"]}},"default":"","description":"New name for folder"},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"operation":["search"],"resource":["folder"]}},"default":"","description":"The query text used to search for items. Values may be matched across several fields including filename, metadata, and file content."},{"displayName":"Folder ID","name":"folderId","type":"string","displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"File ID"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"View","value":"view"},{"name":"Edit","value":"edit"},{"name":"Embed","value":"embed"}],"displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"The type of sharing link to create"},{"displayName":"Scope","name":"scope","type":"options","options":[{"name":"Anonymous","value":"anonymous"},{"name":"Organization","value":"organization"}],"displayOptions":{"show":{"operation":["share"],"resource":["folder"]}},"default":"","description":"The type of sharing link to create"}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftonedrive/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/OneDrive/oneDrive.svg"},
{"displayName":"Microsoft OneDrive Trigger","name":"microsoftOneDriveTrigger","group":["trigger"],"version":1,"description":"Trigger for Microsoft OneDrive API.","subtitle":"={{($parameter[\"event\"])}}","defaults":{"name":"Microsoft OneDrive Trigger"},"credentials":[{"name":"microsoftOneDriveOAuth2Api","required":true}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Trigger On","name":"event","type":"options","default":"fileCreated","options":[{"name":"File Created","value":"fileCreated","description":"When a new file is created"},{"name":"File Updated","value":"fileUpdated","description":"When an existing file is modified"},{"name":"Folder Created","value":"folderCreated","description":"When a new folder is created"},{"name":"Folder Updated","value":"folderUpdated","description":"When an existing folder is modified"}]},{"displayName":"Simplify","name":"simple","description":"Whether to return a simplified version of the response instead of the raw data","type":"boolean","default":true},{"displayName":"Watch Folder","name":"watchFolder","description":"Whether to watch for the created file in a given folder, rather than the entire OneDrive","type":"boolean","default":false,"displayOptions":{"show":{"event":["fileCreated"]}}},{"displayName":"Watch","name":"watch","description":"How to select which file to watch","type":"options","default":"anyFile","displayOptions":{"show":{"event":["fileUpdated"]}},"options":[{"name":"Any File","value":"anyFile","description":"Watch for updated files in the entire OneDrive"},{"name":"Inside a Folder","value":"selectedFolder","description":"Watch for updated files inside a selected folder"},{"name":"A Selected File","value":"selectedFile","description":"Watch a specific file for updates"}]},{"displayName":"Watch Folder","name":"watchFolder","description":"Whether to watch for the created folder in a given folder, rather than the entire OneDrive","type":"boolean","default":false,"displayOptions":{"show":{"event":["folderCreated"]}}},{"displayName":"Watch","name":"watch","description":"How to select which folder to watch","type":"options","default":"anyFolder","displayOptions":{"show":{"event":["folderUpdated"]}},"options":[{"name":"Any Folder","value":"anyFolder","description":"Watch for updated folders in the entire OneDrive"},{"name":"Inside a Folder","value":"selectedFolder","description":"Watch for updated folders inside a selected folder"},{"name":"A Selected Folder","value":"oneSelectedFolder","description":"Watch a specific folder for updates"}]},{"displayName":"File","name":"fileId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://onedrive.live.com/edit.aspx?resid=170B5C65E30736A3!257&cid=170b5c65e30736a3&CT=1708697995542&OR=ItemsView","extractValue":{"type":"regex","regex":"https:\\/\\/onedrive.live.com(?:\\/.*?(?:\\&|\\?)(?:id=|resid=))(.+?)(?:\\&.*)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/onedrive.live.com(?:\\/.*?(?:\\&|\\?)(?:id=|resid=))(.+?)(?:\\&.*)","errorMessage":"Not a valid Microsoft Drive File URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 170B5C65E30736A3!257","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\!%21]{5,}","errorMessage":"Not a valid Microsoft Drive File ID"}}],"url":"=https://onedrive.live.com/?id={{$value}}"}],"description":"The file to operate on. The 'By URL' option only accepts URLs that start with 'https://onedrive.live.com'.","displayOptions":{"show":{"event":["fileUpdated"],"watch":["selectedFile"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"id","value":"","cachedResultName":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://onedrive.live.com/?id=170B5C65E30736A3%21103&cid=170B5C65E30736A3","extractValue":{"type":"regex","regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)","errorMessage":"Not a valid Microsoft Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 170B5C65E30736A3%21136","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\!%21]{5,}","errorMessage":"Not a valid Microsoft Drive Folder ID"}}],"url":"=https://onedrive.live.com/?id={{$value}}"}],"description":"The folder to operate on. The 'By URL' option only accepts URLs that start with 'https://onedrive.live.com'.","displayOptions":{"show":{"watch":["selectedFolder","oneSelectedFolder"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"id","value":"","cachedResultName":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://onedrive.live.com/?id=170B5C65E30736A3%21103&cid=170B5C65E30736A3","extractValue":{"type":"regex","regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/onedrive.live.com(?:\\/.*id=)(.+)(?:\\&cid.*)","errorMessage":"Not a valid Microsoft Drive Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 170B5C65E30736A3%21136","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9\\!%21]{5,}","errorMessage":"Not a valid Microsoft Drive Folder ID"}}],"url":"=https://onedrive.live.com/?id={{$value}}"}],"description":"The folder to operate on. The 'By URL' option only accepts URLs that start with 'https://onedrive.live.com'.","displayOptions":{"show":{"watchFolder":[true]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"watch":["selectedFolder"]}},"options":[{"displayName":"Watch Nested Folders","name":"folderChild","type":"boolean","default":false,"description":"Whether to look for modified files/folders in all nested folders, rather than only direct descendants"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"watchFolder":[true]}},"options":[{"displayName":"Watch Nested Folders","name":"folderChild","type":"boolean","default":false,"description":"Whether to look for modified files/folders in all nested folders, rather than only direct descendants"}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftonedrivetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/OneDrive/oneDrive.svg"},
{"displayName":"Microsoft Outlook","name":"microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"schemaPath":"Microsoft/Outlook","version":2,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"waitingNodeTooltip":"={{ ((parameters) => {\n    if (parameters?.operation === 'sendAndWait') {\n        return \"Execution will continue after the user's response\";\n    }\n    return '';\n})($parameter) }}","webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true},{"name":"default","httpMethod":"POST","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"message","options":[{"name":"Calendar","value":"calendar"},{"name":"Contact","value":"contact"},{"name":"Draft","value":"draft"},{"name":"Event","value":"event"},{"name":"Folder","value":"folder"},{"name":"Folder Message","value":"folderMessage"},{"name":"Message","value":"message"},{"name":"Message Attachment","value":"messageAttachment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["calendar"]}},"options":[{"name":"Create","value":"create","description":"Create a new calendar","action":"Create a calendar"},{"name":"Delete","value":"delete","description":"Delete a calendar","action":"Delete a calendar"},{"name":"Get","value":"get","description":"Retrieve a calendar","action":"Get a calendar"},{"name":"Get Many","value":"getAll","description":"List and search calendars","action":"Get many calendars"},{"name":"Update","value":"update","description":"Update a calendar","action":"Update a calendar"}],"default":"getAll"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"description":"The name of the calendar to create","placeholder":"e.g. My Calendar","displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Calendar Group","name":"calendarGroup","type":"options","typeOptions":{"loadOptionsMethod":"getCalendarGroups"},"default":[],"description":"If set, the calendar will be created in the specified calendar group. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Color","name":"color","type":"options","default":"lightBlue","options":[{"name":"Light Blue","value":"lightBlue"},{"name":"Light Brown","value":"lightBrown"},{"name":"Light Gray","value":"lightGray"},{"name":"Light Green","value":"lightGreen"},{"name":"Light Orange","value":"lightOrange"},{"name":"Light Pink","value":"lightPink"},{"name":"Light Red","value":"lightRed"},{"name":"Light Teal","value":"lightTeal"},{"name":"Light Yellow","value":"lightYellow"}],"description":"Specify the color to distinguish the calendar from the others"}],"displayOptions":{"show":{"resource":["calendar"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["calendar"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["calendar"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. canShare eq true","hint":"Search query to filter calendars. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["calendar"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Color","name":"color","type":"options","default":"lightBlue","options":[{"name":"Light Blue","value":"lightBlue"},{"name":"Light Brown","value":"lightBrown"},{"name":"Light Gray","value":"lightGray"},{"name":"Light Green","value":"lightGreen"},{"name":"Light Orange","value":"lightOrange"},{"name":"Light Pink","value":"lightPink"},{"name":"Light Red","value":"lightRed"},{"name":"Light Teal","value":"lightTeal"},{"name":"Light Yellow","value":"lightYellow"}],"description":"Specify the color to distinguish the calendar from the others"},{"displayName":"Default Calendar","name":"isDefaultCalendar","type":"boolean","default":false},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. My Calendar","description":"The name of the calendar"}],"displayOptions":{"show":{"resource":["calendar"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a new contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Retrieve a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"List and search contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"getAll"},{"displayName":"First Name","name":"givenName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Last Name","name":"surname","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the contact's assistant"},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Business Address","name":"businessAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Business Home Page","name":"businessHomePage","type":"string","default":""},{"displayName":"Business Phones","name":"businessPhones","type":"string","description":"Comma-separated list of business phone numbers","default":""},{"displayName":"Categories","name":"categories","description":"Comma-separated list of categories associated with the contact","type":"string","default":""},{"displayName":"Children","name":"children","description":"Comma-separated list of names of the contact's children","type":"string","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Department","name":"department","type":"string","default":""},{"displayName":"Display Name","name":"displayName","type":"string","default":""},{"displayName":"Email Address","name":"emailAddresses","type":"fixedCollection","placeholder":"Add Email","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email","name":"values","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","type":"string","default":""}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name the contact is filed under"},{"displayName":"Home Address","name":"homeAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Home Phones","name":"homePhones","type":"string","default":"","hint":"Multiple phones can be added separated by ,"},{"displayName":"Instant Messaging Addresses","name":"imAddresses","description":"The contact's instant messaging (IM) addresses","type":"string","default":"","hint":"Multiple addresses can be added separated by ,"},{"displayName":"Initials","name":"initials","type":"string","default":""},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"The name of the contact's manager"},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":""},{"displayName":"Name","name":"givenName","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}}},{"displayName":"Nickname","name":"nickName","type":"string","default":""},{"displayName":"Office Location","name":"officeLocation","type":"string","default":""},{"displayName":"Other Address","name":"otherAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Personal Notes","name":"personalNotes","type":"string","default":"","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Profession","name":"profession","type":"string","default":""},{"displayName":"Spouse Name","name":"spouseName","type":"string","default":""},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["contact"],"operation":["get"]}},"options":[{"name":"createdDateTime","value":"createdDateTime"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"changeKey","value":"changeKey"},{"name":"categories","value":"categories"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"birthday","value":"birthday"},{"name":"fileAs","value":"fileAs"},{"name":"displayName","value":"displayName"},{"name":"givenName","value":"givenName"},{"name":"initials","value":"initials"},{"name":"middleName","value":"middleName"},{"name":"nickName","value":"nickName"},{"name":"surname","value":"surname"},{"name":"title","value":"title"},{"name":"yomiGivenName","value":"yomiGivenName"},{"name":"yomiSurname","value":"yomiSurname"},{"name":"yomiCompanyName","value":"yomiCompanyName"},{"name":"generation","value":"generation"},{"name":"imAddresses","value":"imAddresses"},{"name":"jobTitle","value":"jobTitle"},{"name":"companyName","value":"companyName"},{"name":"department","value":"department"},{"name":"officeLocation","value":"officeLocation"},{"name":"profession","value":"profession"},{"name":"businessHomePage","value":"businessHomePage"},{"name":"assistantName","value":"assistantName"},{"name":"manager","value":"manager"},{"name":"homePhones","value":"homePhones"},{"name":"mobilePhone","value":"mobilePhone"},{"name":"businessPhones","value":"businessPhones"},{"name":"spouseName","value":"spouseName"},{"name":"personalNotes","value":"personalNotes"},{"name":"children","value":"children"},{"name":"emailAddresses","value":"emailAddresses"},{"name":"homeAddress","value":"homeAddress"},{"name":"businessAddress","value":"businessAddress"},{"name":"otherAddress","value":"otherAddress"}],"default":[]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["contact"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["contact"],"operation":["getAll"]}},"options":[{"name":"createdDateTime","value":"createdDateTime"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"changeKey","value":"changeKey"},{"name":"categories","value":"categories"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"birthday","value":"birthday"},{"name":"fileAs","value":"fileAs"},{"name":"displayName","value":"displayName"},{"name":"givenName","value":"givenName"},{"name":"initials","value":"initials"},{"name":"middleName","value":"middleName"},{"name":"nickName","value":"nickName"},{"name":"surname","value":"surname"},{"name":"title","value":"title"},{"name":"yomiGivenName","value":"yomiGivenName"},{"name":"yomiSurname","value":"yomiSurname"},{"name":"yomiCompanyName","value":"yomiCompanyName"},{"name":"generation","value":"generation"},{"name":"imAddresses","value":"imAddresses"},{"name":"jobTitle","value":"jobTitle"},{"name":"companyName","value":"companyName"},{"name":"department","value":"department"},{"name":"officeLocation","value":"officeLocation"},{"name":"profession","value":"profession"},{"name":"businessHomePage","value":"businessHomePage"},{"name":"assistantName","value":"assistantName"},{"name":"manager","value":"manager"},{"name":"homePhones","value":"homePhones"},{"name":"mobilePhone","value":"mobilePhone"},{"name":"businessPhones","value":"businessPhones"},{"name":"spouseName","value":"spouseName"},{"name":"personalNotes","value":"personalNotes"},{"name":"children","value":"children"},{"name":"emailAddresses","value":"emailAddresses"},{"name":"homeAddress","value":"homeAddress"},{"name":"businessAddress","value":"businessAddress"},{"name":"otherAddress","value":"otherAddress"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. displayName eq 'John Doe'","hint":"Search query to filter contacts. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Email Address","name":"emailAddress","type":"string","default":"","description":"If contacts that you want to retrieve have multiple email addresses, you can enter them separated by commas"}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Contact","name":"contactId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a contact...","typeOptions":{"searchListMethod":"searchContacts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Update Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Assistant Name","name":"assistantName","type":"string","default":"","description":"The name of the contact's assistant"},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Business Address","name":"businessAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Business Home Page","name":"businessHomePage","type":"string","default":""},{"displayName":"Business Phones","name":"businessPhones","type":"string","description":"Comma-separated list of business phone numbers","default":""},{"displayName":"Categories","name":"categories","description":"Comma-separated list of categories associated with the contact","type":"string","default":""},{"displayName":"Children","name":"children","description":"Comma-separated list of names of the contact's children","type":"string","default":""},{"displayName":"Company Name","name":"companyName","type":"string","default":""},{"displayName":"Department","name":"department","type":"string","default":""},{"displayName":"Display Name","name":"displayName","type":"string","default":""},{"displayName":"Email Address","name":"emailAddresses","type":"fixedCollection","placeholder":"Add Email","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Email","name":"values","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Address","name":"address","type":"string","default":""}]}]},{"displayName":"File As","name":"fileAs","type":"string","default":"","description":"The name the contact is filed under"},{"displayName":"Home Address","name":"homeAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Home Phones","name":"homePhones","type":"string","default":"","hint":"Multiple phones can be added separated by ,"},{"displayName":"Instant Messaging Addresses","name":"imAddresses","description":"The contact's instant messaging (IM) addresses","type":"string","default":"","hint":"Multiple addresses can be added separated by ,"},{"displayName":"Initials","name":"initials","type":"string","default":""},{"displayName":"Job Title","name":"jobTitle","type":"string","default":""},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"The name of the contact's manager"},{"displayName":"Middle Name","name":"middleName","type":"string","default":""},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":""},{"displayName":"Name","name":"givenName","type":"string","default":"","displayOptions":{"show":{"/operation":["update"]}}},{"displayName":"Nickname","name":"nickName","type":"string","default":""},{"displayName":"Office Location","name":"officeLocation","type":"string","default":""},{"displayName":"Other Address","name":"otherAddress","type":"fixedCollection","placeholder":"Add Address","default":{"values":{"sity":"","street":"","postalCode":"","countryOrRegion":"","state":""}},"options":[{"displayName":"Address","name":"values","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country/Region","name":"countryOrRegion","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Street","name":"street","type":"string","default":""}]}]},{"displayName":"Personal Notes","name":"personalNotes","type":"string","default":"","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Profession","name":"profession","type":"string","default":""},{"displayName":"Spouse Name","name":"spouseName","type":"string","default":""},{"displayName":"Surname","name":"surname","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["draft"]}},"options":[{"name":"Create","value":"create","description":"Create a new email draft","action":"Create a draft"},{"name":"Delete","value":"delete","description":"Delete an email draft","action":"Delete a draft"},{"name":"Get","value":"get","description":"Retrieve an email draft","action":"Get a draft"},{"name":"Send","value":"send","description":"Send an existing email draft","action":"Send a draft"},{"name":"Update","value":"update","description":"Update an email draft","action":"Update a draft"}],"default":"create"},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["delete"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["draft"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["draft"],"operation":["get"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["send"]}}},{"displayName":"To","name":"to","description":"Comma-separated list of email addresses of recipients","type":"string","default":"","displayOptions":{"show":{"resource":["draft"],"operation":["send"]}}},{"displayName":"Draft","name":"draftId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a draft...","typeOptions":{"searchListMethod":"searchDrafts","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","placeholder":"e.g. john@example.com","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","placeholder":"e.g. replyto@example.com","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","placeholder":"e.g. john@example.com","default":""}],"displayOptions":{"show":{"resource":["draft"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Create","value":"create","description":"Create a new event","action":"Create an event"},{"name":"Delete","value":"delete","description":"Delete an event","action":"Delete an event"},{"name":"Get","value":"get","description":"Retrieve an event","action":"Get an event"},{"name":"Get Many","value":"getAll","description":"List and search events","action":"Get many events"},{"name":"Update","value":"update","description":"Update an event","action":"Update an event"}],"default":"getAll"},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Title","name":"subject","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Start","name":"startDateTime","type":"dateTime","default":"2026-04-10T09:10:07.405+00:00","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"End","name":"endDateTime","type":"dateTime","required":true,"default":"2026-04-10T09:40:07.405+00:00","displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}],"default":"normal"},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":false},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Timezone","name":"timeZone","type":"options","default":"UTC","options":[{"name":"Africa/Abidjan","value":"Africa/Abidjan"},{"name":"Africa/Accra","value":"Africa/Accra"},{"name":"Africa/Addis_Ababa","value":"Africa/Addis_Ababa"},{"name":"Africa/Algiers","value":"Africa/Algiers"},{"name":"Africa/Asmara","value":"Africa/Asmara"},{"name":"Africa/Asmera","value":"Africa/Asmera"},{"name":"Africa/Bamako","value":"Africa/Bamako"},{"name":"Africa/Bangui","value":"Africa/Bangui"},{"name":"Africa/Banjul","value":"Africa/Banjul"},{"name":"Africa/Bissau","value":"Africa/Bissau"},{"name":"Africa/Blantyre","value":"Africa/Blantyre"},{"name":"Africa/Brazzaville","value":"Africa/Brazzaville"},{"name":"Africa/Bujumbura","value":"Africa/Bujumbura"},{"name":"Africa/Cairo","value":"Africa/Cairo"},{"name":"Africa/Casablanca","value":"Africa/Casablanca"},{"name":"Africa/Ceuta","value":"Africa/Ceuta"},{"name":"Africa/Conakry","value":"Africa/Conakry"},{"name":"Africa/Dakar","value":"Africa/Dakar"},{"name":"Africa/Dar_es_Salaam","value":"Africa/Dar_es_Salaam"},{"name":"Africa/Djibouti","value":"Africa/Djibouti"},{"name":"Africa/Douala","value":"Africa/Douala"},{"name":"Africa/El_Aaiun","value":"Africa/El_Aaiun"},{"name":"Africa/Freetown","value":"Africa/Freetown"},{"name":"Africa/Gaborone","value":"Africa/Gaborone"},{"name":"Africa/Harare","value":"Africa/Harare"},{"name":"Africa/Johannesburg","value":"Africa/Johannesburg"},{"name":"Africa/Juba","value":"Africa/Juba"},{"name":"Africa/Kampala","value":"Africa/Kampala"},{"name":"Africa/Khartoum","value":"Africa/Khartoum"},{"name":"Africa/Kigali","value":"Africa/Kigali"},{"name":"Africa/Kinshasa","value":"Africa/Kinshasa"},{"name":"Africa/Lagos","value":"Africa/Lagos"},{"name":"Africa/Libreville","value":"Africa/Libreville"},{"name":"Africa/Lome","value":"Africa/Lome"},{"name":"Africa/Luanda","value":"Africa/Luanda"},{"name":"Africa/Lubumbashi","value":"Africa/Lubumbashi"},{"name":"Africa/Lusaka","value":"Africa/Lusaka"},{"name":"Africa/Malabo","value":"Africa/Malabo"},{"name":"Africa/Maputo","value":"Africa/Maputo"},{"name":"Africa/Maseru","value":"Africa/Maseru"},{"name":"Africa/Mbabane","value":"Africa/Mbabane"},{"name":"Africa/Mogadishu","value":"Africa/Mogadishu"},{"name":"Africa/Monrovia","value":"Africa/Monrovia"},{"name":"Africa/Nairobi","value":"Africa/Nairobi"},{"name":"Africa/Ndjamena","value":"Africa/Ndjamena"},{"name":"Africa/Niamey","value":"Africa/Niamey"},{"name":"Africa/Nouakchott","value":"Africa/Nouakchott"},{"name":"Africa/Ouagadougou","value":"Africa/Ouagadougou"},{"name":"Africa/Porto-Novo","value":"Africa/Porto-Novo"},{"name":"Africa/Sao_Tome","value":"Africa/Sao_Tome"},{"name":"Africa/Timbuktu","value":"Africa/Timbuktu"},{"name":"Africa/Tripoli","value":"Africa/Tripoli"},{"name":"Africa/Tunis","value":"Africa/Tunis"},{"name":"Africa/Windhoek","value":"Africa/Windhoek"},{"name":"America/Adak","value":"America/Adak"},{"name":"America/Anchorage","value":"America/Anchorage"},{"name":"America/Anguilla","value":"America/Anguilla"},{"name":"America/Antigua","value":"America/Antigua"},{"name":"America/Araguaina","value":"America/Araguaina"},{"name":"America/Argentina/Buenos_Aires","value":"America/Argentina/Buenos_Aires"},{"name":"America/Argentina/Catamarca","value":"America/Argentina/Catamarca"},{"name":"America/Argentina/ComodRivadavia","value":"America/Argentina/ComodRivadavia"},{"name":"America/Argentina/Cordoba","value":"America/Argentina/Cordoba"},{"name":"America/Argentina/Jujuy","value":"America/Argentina/Jujuy"},{"name":"America/Argentina/La_Rioja","value":"America/Argentina/La_Rioja"},{"name":"America/Argentina/Mendoza","value":"America/Argentina/Mendoza"},{"name":"America/Argentina/Rio_Gallegos","value":"America/Argentina/Rio_Gallegos"},{"name":"America/Argentina/Salta","value":"America/Argentina/Salta"},{"name":"America/Argentina/San_Juan","value":"America/Argentina/San_Juan"},{"name":"America/Argentina/San_Luis","value":"America/Argentina/San_Luis"},{"name":"America/Argentina/Tucuman","value":"America/Argentina/Tucuman"},{"name":"America/Argentina/Ushuaia","value":"America/Argentina/Ushuaia"},{"name":"America/Aruba","value":"America/Aruba"},{"name":"America/Asuncion","value":"America/Asuncion"},{"name":"America/Atikokan","value":"America/Atikokan"},{"name":"America/Atka","value":"America/Atka"},{"name":"America/Bahia","value":"America/Bahia"},{"name":"America/Bahia_Banderas","value":"America/Bahia_Banderas"},{"name":"America/Barbados","value":"America/Barbados"},{"name":"America/Belem","value":"America/Belem"},{"name":"America/Belize","value":"America/Belize"},{"name":"America/Blanc-Sablon","value":"America/Blanc-Sablon"},{"name":"America/Boa_Vista","value":"America/Boa_Vista"},{"name":"America/Bogota","value":"America/Bogota"},{"name":"America/Boise","value":"America/Boise"},{"name":"America/Buenos_Aires","value":"America/Buenos_Aires"},{"name":"America/Cambridge_Bay","value":"America/Cambridge_Bay"},{"name":"America/Campo_Grande","value":"America/Campo_Grande"},{"name":"America/Cancun","value":"America/Cancun"},{"name":"America/Caracas","value":"America/Caracas"},{"name":"America/Catamarca","value":"America/Catamarca"},{"name":"America/Cayenne","value":"America/Cayenne"},{"name":"America/Cayman","value":"America/Cayman"},{"name":"America/Chicago","value":"America/Chicago"},{"name":"America/Chihuahua","value":"America/Chihuahua"},{"name":"America/Ciudad_Juarez","value":"America/Ciudad_Juarez"},{"name":"America/Coral_Harbour","value":"America/Coral_Harbour"},{"name":"America/Cordoba","value":"America/Cordoba"},{"name":"America/Costa_Rica","value":"America/Costa_Rica"},{"name":"America/Coyhaique","value":"America/Coyhaique"},{"name":"America/Creston","value":"America/Creston"},{"name":"America/Cuiaba","value":"America/Cuiaba"},{"name":"America/Curacao","value":"America/Curacao"},{"name":"America/Danmarkshavn","value":"America/Danmarkshavn"},{"name":"America/Dawson","value":"America/Dawson"},{"name":"America/Dawson_Creek","value":"America/Dawson_Creek"},{"name":"America/Denver","value":"America/Denver"},{"name":"America/Detroit","value":"America/Detroit"},{"name":"America/Dominica","value":"America/Dominica"},{"name":"America/Edmonton","value":"America/Edmonton"},{"name":"America/Eirunepe","value":"America/Eirunepe"},{"name":"America/El_Salvador","value":"America/El_Salvador"},{"name":"America/Ensenada","value":"America/Ensenada"},{"name":"America/Fort_Nelson","value":"America/Fort_Nelson"},{"name":"America/Fort_Wayne","value":"America/Fort_Wayne"},{"name":"America/Fortaleza","value":"America/Fortaleza"},{"name":"America/Glace_Bay","value":"America/Glace_Bay"},{"name":"America/Godthab","value":"America/Godthab"},{"name":"America/Goose_Bay","value":"America/Goose_Bay"},{"name":"America/Grand_Turk","value":"America/Grand_Turk"},{"name":"America/Grenada","value":"America/Grenada"},{"name":"America/Guadeloupe","value":"America/Guadeloupe"},{"name":"America/Guatemala","value":"America/Guatemala"},{"name":"America/Guayaquil","value":"America/Guayaquil"},{"name":"America/Guyana","value":"America/Guyana"},{"name":"America/Halifax","value":"America/Halifax"},{"name":"America/Havana","value":"America/Havana"},{"name":"America/Hermosillo","value":"America/Hermosillo"},{"name":"America/Indiana/Indianapolis","value":"America/Indiana/Indianapolis"},{"name":"America/Indiana/Knox","value":"America/Indiana/Knox"},{"name":"America/Indiana/Marengo","value":"America/Indiana/Marengo"},{"name":"America/Indiana/Petersburg","value":"America/Indiana/Petersburg"},{"name":"America/Indiana/Tell_City","value":"America/Indiana/Tell_City"},{"name":"America/Indiana/Vevay","value":"America/Indiana/Vevay"},{"name":"America/Indiana/Vincennes","value":"America/Indiana/Vincennes"},{"name":"America/Indiana/Winamac","value":"America/Indiana/Winamac"},{"name":"America/Indianapolis","value":"America/Indianapolis"},{"name":"America/Inuvik","value":"America/Inuvik"},{"name":"America/Iqaluit","value":"America/Iqaluit"},{"name":"America/Jamaica","value":"America/Jamaica"},{"name":"America/Jujuy","value":"America/Jujuy"},{"name":"America/Juneau","value":"America/Juneau"},{"name":"America/Kentucky/Louisville","value":"America/Kentucky/Louisville"},{"name":"America/Kentucky/Monticello","value":"America/Kentucky/Monticello"},{"name":"America/Knox_IN","value":"America/Knox_IN"},{"name":"America/Kralendijk","value":"America/Kralendijk"},{"name":"America/La_Paz","value":"America/La_Paz"},{"name":"America/Lima","value":"America/Lima"},{"name":"America/Los_Angeles","value":"America/Los_Angeles"},{"name":"America/Louisville","value":"America/Louisville"},{"name":"America/Lower_Princes","value":"America/Lower_Princes"},{"name":"America/Maceio","value":"America/Maceio"},{"name":"America/Managua","value":"America/Managua"},{"name":"America/Manaus","value":"America/Manaus"},{"name":"America/Marigot","value":"America/Marigot"},{"name":"America/Martinique","value":"America/Martinique"},{"name":"America/Matamoros","value":"America/Matamoros"},{"name":"America/Mazatlan","value":"America/Mazatlan"},{"name":"America/Mendoza","value":"America/Mendoza"},{"name":"America/Menominee","value":"America/Menominee"},{"name":"America/Merida","value":"America/Merida"},{"name":"America/Metlakatla","value":"America/Metlakatla"},{"name":"America/Mexico_City","value":"America/Mexico_City"},{"name":"America/Miquelon","value":"America/Miquelon"},{"name":"America/Moncton","value":"America/Moncton"},{"name":"America/Monterrey","value":"America/Monterrey"},{"name":"America/Montevideo","value":"America/Montevideo"},{"name":"America/Montreal","value":"America/Montreal"},{"name":"America/Montserrat","value":"America/Montserrat"},{"name":"America/Nassau","value":"America/Nassau"},{"name":"America/New_York","value":"America/New_York"},{"name":"America/Nipigon","value":"America/Nipigon"},{"name":"America/Nome","value":"America/Nome"},{"name":"America/Noronha","value":"America/Noronha"},{"name":"America/North_Dakota/Beulah","value":"America/North_Dakota/Beulah"},{"name":"America/North_Dakota/Center","value":"America/North_Dakota/Center"},{"name":"America/North_Dakota/New_Salem","value":"America/North_Dakota/New_Salem"},{"name":"America/Nuuk","value":"America/Nuuk"},{"name":"America/Ojinaga","value":"America/Ojinaga"},{"name":"America/Panama","value":"America/Panama"},{"name":"America/Pangnirtung","value":"America/Pangnirtung"},{"name":"America/Paramaribo","value":"America/Paramaribo"},{"name":"America/Phoenix","value":"America/Phoenix"},{"name":"America/Port-au-Prince","value":"America/Port-au-Prince"},{"name":"America/Port_of_Spain","value":"America/Port_of_Spain"},{"name":"America/Porto_Acre","value":"America/Porto_Acre"},{"name":"America/Porto_Velho","value":"America/Porto_Velho"},{"name":"America/Puerto_Rico","value":"America/Puerto_Rico"},{"name":"America/Punta_Arenas","value":"America/Punta_Arenas"},{"name":"America/Rainy_River","value":"America/Rainy_River"},{"name":"America/Rankin_Inlet","value":"America/Rankin_Inlet"},{"name":"America/Recife","value":"America/Recife"},{"name":"America/Regina","value":"America/Regina"},{"name":"America/Resolute","value":"America/Resolute"},{"name":"America/Rio_Branco","value":"America/Rio_Branco"},{"name":"America/Rosario","value":"America/Rosario"},{"name":"America/Santa_Isabel","value":"America/Santa_Isabel"},{"name":"America/Santarem","value":"America/Santarem"},{"name":"America/Santiago","value":"America/Santiago"},{"name":"America/Santo_Domingo","value":"America/Santo_Domingo"},{"name":"America/Sao_Paulo","value":"America/Sao_Paulo"},{"name":"America/Scoresbysund","value":"America/Scoresbysund"},{"name":"America/Shiprock","value":"America/Shiprock"},{"name":"America/Sitka","value":"America/Sitka"},{"name":"America/St_Barthelemy","value":"America/St_Barthelemy"},{"name":"America/St_Johns","value":"America/St_Johns"},{"name":"America/St_Kitts","value":"America/St_Kitts"},{"name":"America/St_Lucia","value":"America/St_Lucia"},{"name":"America/St_Thomas","value":"America/St_Thomas"},{"name":"America/St_Vincent","value":"America/St_Vincent"},{"name":"America/Swift_Current","value":"America/Swift_Current"},{"name":"America/Tegucigalpa","value":"America/Tegucigalpa"},{"name":"America/Thule","value":"America/Thule"},{"name":"America/Thunder_Bay","value":"America/Thunder_Bay"},{"name":"America/Tijuana","value":"America/Tijuana"},{"name":"America/Toronto","value":"America/Toronto"},{"name":"America/Tortola","value":"America/Tortola"},{"name":"America/Vancouver","value":"America/Vancouver"},{"name":"America/Virgin","value":"America/Virgin"},{"name":"America/Whitehorse","value":"America/Whitehorse"},{"name":"America/Winnipeg","value":"America/Winnipeg"},{"name":"America/Yakutat","value":"America/Yakutat"},{"name":"America/Yellowknife","value":"America/Yellowknife"},{"name":"Antarctica/Casey","value":"Antarctica/Casey"},{"name":"Antarctica/Davis","value":"Antarctica/Davis"},{"name":"Antarctica/DumontDUrville","value":"Antarctica/DumontDUrville"},{"name":"Antarctica/Macquarie","value":"Antarctica/Macquarie"},{"name":"Antarctica/Mawson","value":"Antarctica/Mawson"},{"name":"Antarctica/McMurdo","value":"Antarctica/McMurdo"},{"name":"Antarctica/Palmer","value":"Antarctica/Palmer"},{"name":"Antarctica/Rothera","value":"Antarctica/Rothera"},{"name":"Antarctica/South_Pole","value":"Antarctica/South_Pole"},{"name":"Antarctica/Syowa","value":"Antarctica/Syowa"},{"name":"Antarctica/Troll","value":"Antarctica/Troll"},{"name":"Antarctica/Vostok","value":"Antarctica/Vostok"},{"name":"Arctic/Longyearbyen","value":"Arctic/Longyearbyen"},{"name":"Asia/Aden","value":"Asia/Aden"},{"name":"Asia/Almaty","value":"Asia/Almaty"},{"name":"Asia/Amman","value":"Asia/Amman"},{"name":"Asia/Anadyr","value":"Asia/Anadyr"},{"name":"Asia/Aqtau","value":"Asia/Aqtau"},{"name":"Asia/Aqtobe","value":"Asia/Aqtobe"},{"name":"Asia/Ashgabat","value":"Asia/Ashgabat"},{"name":"Asia/Ashkhabad","value":"Asia/Ashkhabad"},{"name":"Asia/Atyrau","value":"Asia/Atyrau"},{"name":"Asia/Baghdad","value":"Asia/Baghdad"},{"name":"Asia/Bahrain","value":"Asia/Bahrain"},{"name":"Asia/Baku","value":"Asia/Baku"},{"name":"Asia/Bangkok","value":"Asia/Bangkok"},{"name":"Asia/Barnaul","value":"Asia/Barnaul"},{"name":"Asia/Beirut","value":"Asia/Beirut"},{"name":"Asia/Bishkek","value":"Asia/Bishkek"},{"name":"Asia/Brunei","value":"Asia/Brunei"},{"name":"Asia/Calcutta","value":"Asia/Calcutta"},{"name":"Asia/Chita","value":"Asia/Chita"},{"name":"Asia/Choibalsan","value":"Asia/Choibalsan"},{"name":"Asia/Chongqing","value":"Asia/Chongqing"},{"name":"Asia/Chungking","value":"Asia/Chungking"},{"name":"Asia/Colombo","value":"Asia/Colombo"},{"name":"Asia/Dacca","value":"Asia/Dacca"},{"name":"Asia/Damascus","value":"Asia/Damascus"},{"name":"Asia/Dhaka","value":"Asia/Dhaka"},{"name":"Asia/Dili","value":"Asia/Dili"},{"name":"Asia/Dubai","value":"Asia/Dubai"},{"name":"Asia/Dushanbe","value":"Asia/Dushanbe"},{"name":"Asia/Famagusta","value":"Asia/Famagusta"},{"name":"Asia/Gaza","value":"Asia/Gaza"},{"name":"Asia/Harbin","value":"Asia/Harbin"},{"name":"Asia/Hebron","value":"Asia/Hebron"},{"name":"Asia/Ho_Chi_Minh","value":"Asia/Ho_Chi_Minh"},{"name":"Asia/Hong_Kong","value":"Asia/Hong_Kong"},{"name":"Asia/Hovd","value":"Asia/Hovd"},{"name":"Asia/Irkutsk","value":"Asia/Irkutsk"},{"name":"Asia/Istanbul","value":"Asia/Istanbul"},{"name":"Asia/Jakarta","value":"Asia/Jakarta"},{"name":"Asia/Jayapura","value":"Asia/Jayapura"},{"name":"Asia/Jerusalem","value":"Asia/Jerusalem"},{"name":"Asia/Kabul","value":"Asia/Kabul"},{"name":"Asia/Kamchatka","value":"Asia/Kamchatka"},{"name":"Asia/Karachi","value":"Asia/Karachi"},{"name":"Asia/Kashgar","value":"Asia/Kashgar"},{"name":"Asia/Kathmandu","value":"Asia/Kathmandu"},{"name":"Asia/Katmandu","value":"Asia/Katmandu"},{"name":"Asia/Khandyga","value":"Asia/Khandyga"},{"name":"Asia/Kolkata","value":"Asia/Kolkata"},{"name":"Asia/Krasnoyarsk","value":"Asia/Krasnoyarsk"},{"name":"Asia/Kuala_Lumpur","value":"Asia/Kuala_Lumpur"},{"name":"Asia/Kuching","value":"Asia/Kuching"},{"name":"Asia/Kuwait","value":"Asia/Kuwait"},{"name":"Asia/Macao","value":"Asia/Macao"},{"name":"Asia/Macau","value":"Asia/Macau"},{"name":"Asia/Magadan","value":"Asia/Magadan"},{"name":"Asia/Makassar","value":"Asia/Makassar"},{"name":"Asia/Manila","value":"Asia/Manila"},{"name":"Asia/Muscat","value":"Asia/Muscat"},{"name":"Asia/Nicosia","value":"Asia/Nicosia"},{"name":"Asia/Novokuznetsk","value":"Asia/Novokuznetsk"},{"name":"Asia/Novosibirsk","value":"Asia/Novosibirsk"},{"name":"Asia/Omsk","value":"Asia/Omsk"},{"name":"Asia/Oral","value":"Asia/Oral"},{"name":"Asia/Phnom_Penh","value":"Asia/Phnom_Penh"},{"name":"Asia/Pontianak","value":"Asia/Pontianak"},{"name":"Asia/Pyongyang","value":"Asia/Pyongyang"},{"name":"Asia/Qatar","value":"Asia/Qatar"},{"name":"Asia/Qostanay","value":"Asia/Qostanay"},{"name":"Asia/Qyzylorda","value":"Asia/Qyzylorda"},{"name":"Asia/Rangoon","value":"Asia/Rangoon"},{"name":"Asia/Riyadh","value":"Asia/Riyadh"},{"name":"Asia/Saigon","value":"Asia/Saigon"},{"name":"Asia/Sakhalin","value":"Asia/Sakhalin"},{"name":"Asia/Samarkand","value":"Asia/Samarkand"},{"name":"Asia/Seoul","value":"Asia/Seoul"},{"name":"Asia/Shanghai","value":"Asia/Shanghai"},{"name":"Asia/Singapore","value":"Asia/Singapore"},{"name":"Asia/Srednekolymsk","value":"Asia/Srednekolymsk"},{"name":"Asia/Taipei","value":"Asia/Taipei"},{"name":"Asia/Tashkent","value":"Asia/Tashkent"},{"name":"Asia/Tbilisi","value":"Asia/Tbilisi"},{"name":"Asia/Tehran","value":"Asia/Tehran"},{"name":"Asia/Tel_Aviv","value":"Asia/Tel_Aviv"},{"name":"Asia/Thimbu","value":"Asia/Thimbu"},{"name":"Asia/Thimphu","value":"Asia/Thimphu"},{"name":"Asia/Tokyo","value":"Asia/Tokyo"},{"name":"Asia/Tomsk","value":"Asia/Tomsk"},{"name":"Asia/Ujung_Pandang","value":"Asia/Ujung_Pandang"},{"name":"Asia/Ulaanbaatar","value":"Asia/Ulaanbaatar"},{"name":"Asia/Ulan_Bator","value":"Asia/Ulan_Bator"},{"name":"Asia/Urumqi","value":"Asia/Urumqi"},{"name":"Asia/Ust-Nera","value":"Asia/Ust-Nera"},{"name":"Asia/Vientiane","value":"Asia/Vientiane"},{"name":"Asia/Vladivostok","value":"Asia/Vladivostok"},{"name":"Asia/Yakutsk","value":"Asia/Yakutsk"},{"name":"Asia/Yangon","value":"Asia/Yangon"},{"name":"Asia/Yekaterinburg","value":"Asia/Yekaterinburg"},{"name":"Asia/Yerevan","value":"Asia/Yerevan"},{"name":"Atlantic/Azores","value":"Atlantic/Azores"},{"name":"Atlantic/Bermuda","value":"Atlantic/Bermuda"},{"name":"Atlantic/Canary","value":"Atlantic/Canary"},{"name":"Atlantic/Cape_Verde","value":"Atlantic/Cape_Verde"},{"name":"Atlantic/Faeroe","value":"Atlantic/Faeroe"},{"name":"Atlantic/Faroe","value":"Atlantic/Faroe"},{"name":"Atlantic/Jan_Mayen","value":"Atlantic/Jan_Mayen"},{"name":"Atlantic/Madeira","value":"Atlantic/Madeira"},{"name":"Atlantic/Reykjavik","value":"Atlantic/Reykjavik"},{"name":"Atlantic/South_Georgia","value":"Atlantic/South_Georgia"},{"name":"Atlantic/St_Helena","value":"Atlantic/St_Helena"},{"name":"Atlantic/Stanley","value":"Atlantic/Stanley"},{"name":"Australia/ACT","value":"Australia/ACT"},{"name":"Australia/Adelaide","value":"Australia/Adelaide"},{"name":"Australia/Brisbane","value":"Australia/Brisbane"},{"name":"Australia/Broken_Hill","value":"Australia/Broken_Hill"},{"name":"Australia/Canberra","value":"Australia/Canberra"},{"name":"Australia/Currie","value":"Australia/Currie"},{"name":"Australia/Darwin","value":"Australia/Darwin"},{"name":"Australia/Eucla","value":"Australia/Eucla"},{"name":"Australia/Hobart","value":"Australia/Hobart"},{"name":"Australia/LHI","value":"Australia/LHI"},{"name":"Australia/Lindeman","value":"Australia/Lindeman"},{"name":"Australia/Lord_Howe","value":"Australia/Lord_Howe"},{"name":"Australia/Melbourne","value":"Australia/Melbourne"},{"name":"Australia/NSW","value":"Australia/NSW"},{"name":"Australia/North","value":"Australia/North"},{"name":"Australia/Perth","value":"Australia/Perth"},{"name":"Australia/Queensland","value":"Australia/Queensland"},{"name":"Australia/South","value":"Australia/South"},{"name":"Australia/Sydney","value":"Australia/Sydney"},{"name":"Australia/Tasmania","value":"Australia/Tasmania"},{"name":"Australia/Victoria","value":"Australia/Victoria"},{"name":"Australia/West","value":"Australia/West"},{"name":"Australia/Yancowinna","value":"Australia/Yancowinna"},{"name":"Brazil/Acre","value":"Brazil/Acre"},{"name":"Brazil/DeNoronha","value":"Brazil/DeNoronha"},{"name":"Brazil/East","value":"Brazil/East"},{"name":"Brazil/West","value":"Brazil/West"},{"name":"CET","value":"CET"},{"name":"CST6CDT","value":"CST6CDT"},{"name":"Canada/Atlantic","value":"Canada/Atlantic"},{"name":"Canada/Central","value":"Canada/Central"},{"name":"Canada/Eastern","value":"Canada/Eastern"},{"name":"Canada/Mountain","value":"Canada/Mountain"},{"name":"Canada/Newfoundland","value":"Canada/Newfoundland"},{"name":"Canada/Pacific","value":"Canada/Pacific"},{"name":"Canada/Saskatchewan","value":"Canada/Saskatchewan"},{"name":"Canada/Yukon","value":"Canada/Yukon"},{"name":"Chile/Continental","value":"Chile/Continental"},{"name":"Chile/EasterIsland","value":"Chile/EasterIsland"},{"name":"Cuba","value":"Cuba"},{"name":"EET","value":"EET"},{"name":"EST","value":"EST"},{"name":"EST5EDT","value":"EST5EDT"},{"name":"Egypt","value":"Egypt"},{"name":"Eire","value":"Eire"},{"name":"Etc/GMT","value":"Etc/GMT"},{"name":"Etc/GMT+0","value":"Etc/GMT+0"},{"name":"Etc/GMT+1","value":"Etc/GMT+1"},{"name":"Etc/GMT+10","value":"Etc/GMT+10"},{"name":"Etc/GMT+11","value":"Etc/GMT+11"},{"name":"Etc/GMT+12","value":"Etc/GMT+12"},{"name":"Etc/GMT+2","value":"Etc/GMT+2"},{"name":"Etc/GMT+3","value":"Etc/GMT+3"},{"name":"Etc/GMT+4","value":"Etc/GMT+4"},{"name":"Etc/GMT+5","value":"Etc/GMT+5"},{"name":"Etc/GMT+6","value":"Etc/GMT+6"},{"name":"Etc/GMT+7","value":"Etc/GMT+7"},{"name":"Etc/GMT+8","value":"Etc/GMT+8"},{"name":"Etc/GMT+9","value":"Etc/GMT+9"},{"name":"Etc/GMT-0","value":"Etc/GMT-0"},{"name":"Etc/GMT-1","value":"Etc/GMT-1"},{"name":"Etc/GMT-10","value":"Etc/GMT-10"},{"name":"Etc/GMT-11","value":"Etc/GMT-11"},{"name":"Etc/GMT-12","value":"Etc/GMT-12"},{"name":"Etc/GMT-13","value":"Etc/GMT-13"},{"name":"Etc/GMT-14","value":"Etc/GMT-14"},{"name":"Etc/GMT-2","value":"Etc/GMT-2"},{"name":"Etc/GMT-3","value":"Etc/GMT-3"},{"name":"Etc/GMT-4","value":"Etc/GMT-4"},{"name":"Etc/GMT-5","value":"Etc/GMT-5"},{"name":"Etc/GMT-6","value":"Etc/GMT-6"},{"name":"Etc/GMT-7","value":"Etc/GMT-7"},{"name":"Etc/GMT-8","value":"Etc/GMT-8"},{"name":"Etc/GMT-9","value":"Etc/GMT-9"},{"name":"Etc/GMT0","value":"Etc/GMT0"},{"name":"Etc/Greenwich","value":"Etc/Greenwich"},{"name":"Etc/UCT","value":"Etc/UCT"},{"name":"Etc/UTC","value":"Etc/UTC"},{"name":"Etc/Universal","value":"Etc/Universal"},{"name":"Etc/Zulu","value":"Etc/Zulu"},{"name":"Europe/Amsterdam","value":"Europe/Amsterdam"},{"name":"Europe/Andorra","value":"Europe/Andorra"},{"name":"Europe/Astrakhan","value":"Europe/Astrakhan"},{"name":"Europe/Athens","value":"Europe/Athens"},{"name":"Europe/Belfast","value":"Europe/Belfast"},{"name":"Europe/Belgrade","value":"Europe/Belgrade"},{"name":"Europe/Berlin","value":"Europe/Berlin"},{"name":"Europe/Bratislava","value":"Europe/Bratislava"},{"name":"Europe/Brussels","value":"Europe/Brussels"},{"name":"Europe/Bucharest","value":"Europe/Bucharest"},{"name":"Europe/Budapest","value":"Europe/Budapest"},{"name":"Europe/Busingen","value":"Europe/Busingen"},{"name":"Europe/Chisinau","value":"Europe/Chisinau"},{"name":"Europe/Copenhagen","value":"Europe/Copenhagen"},{"name":"Europe/Dublin","value":"Europe/Dublin"},{"name":"Europe/Gibraltar","value":"Europe/Gibraltar"},{"name":"Europe/Guernsey","value":"Europe/Guernsey"},{"name":"Europe/Helsinki","value":"Europe/Helsinki"},{"name":"Europe/Isle_of_Man","value":"Europe/Isle_of_Man"},{"name":"Europe/Istanbul","value":"Europe/Istanbul"},{"name":"Europe/Jersey","value":"Europe/Jersey"},{"name":"Europe/Kaliningrad","value":"Europe/Kaliningrad"},{"name":"Europe/Kiev","value":"Europe/Kiev"},{"name":"Europe/Kirov","value":"Europe/Kirov"},{"name":"Europe/Kyiv","value":"Europe/Kyiv"},{"name":"Europe/Lisbon","value":"Europe/Lisbon"},{"name":"Europe/Ljubljana","value":"Europe/Ljubljana"},{"name":"Europe/London","value":"Europe/London"},{"name":"Europe/Luxembourg","value":"Europe/Luxembourg"},{"name":"Europe/Madrid","value":"Europe/Madrid"},{"name":"Europe/Malta","value":"Europe/Malta"},{"name":"Europe/Mariehamn","value":"Europe/Mariehamn"},{"name":"Europe/Minsk","value":"Europe/Minsk"},{"name":"Europe/Monaco","value":"Europe/Monaco"},{"name":"Europe/Moscow","value":"Europe/Moscow"},{"name":"Europe/Nicosia","value":"Europe/Nicosia"},{"name":"Europe/Oslo","value":"Europe/Oslo"},{"name":"Europe/Paris","value":"Europe/Paris"},{"name":"Europe/Podgorica","value":"Europe/Podgorica"},{"name":"Europe/Prague","value":"Europe/Prague"},{"name":"Europe/Riga","value":"Europe/Riga"},{"name":"Europe/Rome","value":"Europe/Rome"},{"name":"Europe/Samara","value":"Europe/Samara"},{"name":"Europe/San_Marino","value":"Europe/San_Marino"},{"name":"Europe/Sarajevo","value":"Europe/Sarajevo"},{"name":"Europe/Saratov","value":"Europe/Saratov"},{"name":"Europe/Simferopol","value":"Europe/Simferopol"},{"name":"Europe/Skopje","value":"Europe/Skopje"},{"name":"Europe/Sofia","value":"Europe/Sofia"},{"name":"Europe/Stockholm","value":"Europe/Stockholm"},{"name":"Europe/Tallinn","value":"Europe/Tallinn"},{"name":"Europe/Tirane","value":"Europe/Tirane"},{"name":"Europe/Tiraspol","value":"Europe/Tiraspol"},{"name":"Europe/Ulyanovsk","value":"Europe/Ulyanovsk"},{"name":"Europe/Uzhgorod","value":"Europe/Uzhgorod"},{"name":"Europe/Vaduz","value":"Europe/Vaduz"},{"name":"Europe/Vatican","value":"Europe/Vatican"},{"name":"Europe/Vienna","value":"Europe/Vienna"},{"name":"Europe/Vilnius","value":"Europe/Vilnius"},{"name":"Europe/Volgograd","value":"Europe/Volgograd"},{"name":"Europe/Warsaw","value":"Europe/Warsaw"},{"name":"Europe/Zagreb","value":"Europe/Zagreb"},{"name":"Europe/Zaporozhye","value":"Europe/Zaporozhye"},{"name":"Europe/Zurich","value":"Europe/Zurich"},{"name":"GB","value":"GB"},{"name":"GB-Eire","value":"GB-Eire"},{"name":"GMT","value":"GMT"},{"name":"GMT+0","value":"GMT+0"},{"name":"GMT-0","value":"GMT-0"},{"name":"GMT0","value":"GMT0"},{"name":"Greenwich","value":"Greenwich"},{"name":"HST","value":"HST"},{"name":"Hongkong","value":"Hongkong"},{"name":"Iceland","value":"Iceland"},{"name":"Indian/Antananarivo","value":"Indian/Antananarivo"},{"name":"Indian/Chagos","value":"Indian/Chagos"},{"name":"Indian/Christmas","value":"Indian/Christmas"},{"name":"Indian/Cocos","value":"Indian/Cocos"},{"name":"Indian/Comoro","value":"Indian/Comoro"},{"name":"Indian/Kerguelen","value":"Indian/Kerguelen"},{"name":"Indian/Mahe","value":"Indian/Mahe"},{"name":"Indian/Maldives","value":"Indian/Maldives"},{"name":"Indian/Mauritius","value":"Indian/Mauritius"},{"name":"Indian/Mayotte","value":"Indian/Mayotte"},{"name":"Indian/Reunion","value":"Indian/Reunion"},{"name":"Iran","value":"Iran"},{"name":"Israel","value":"Israel"},{"name":"Jamaica","value":"Jamaica"},{"name":"Japan","value":"Japan"},{"name":"Kwajalein","value":"Kwajalein"},{"name":"Libya","value":"Libya"},{"name":"MET","value":"MET"},{"name":"MST","value":"MST"},{"name":"MST7MDT","value":"MST7MDT"},{"name":"Mexico/BajaNorte","value":"Mexico/BajaNorte"},{"name":"Mexico/BajaSur","value":"Mexico/BajaSur"},{"name":"Mexico/General","value":"Mexico/General"},{"name":"NZ","value":"NZ"},{"name":"NZ-CHAT","value":"NZ-CHAT"},{"name":"Navajo","value":"Navajo"},{"name":"PRC","value":"PRC"},{"name":"PST8PDT","value":"PST8PDT"},{"name":"Pacific/Apia","value":"Pacific/Apia"},{"name":"Pacific/Auckland","value":"Pacific/Auckland"},{"name":"Pacific/Bougainville","value":"Pacific/Bougainville"},{"name":"Pacific/Chatham","value":"Pacific/Chatham"},{"name":"Pacific/Chuuk","value":"Pacific/Chuuk"},{"name":"Pacific/Easter","value":"Pacific/Easter"},{"name":"Pacific/Efate","value":"Pacific/Efate"},{"name":"Pacific/Enderbury","value":"Pacific/Enderbury"},{"name":"Pacific/Fakaofo","value":"Pacific/Fakaofo"},{"name":"Pacific/Fiji","value":"Pacific/Fiji"},{"name":"Pacific/Funafuti","value":"Pacific/Funafuti"},{"name":"Pacific/Galapagos","value":"Pacific/Galapagos"},{"name":"Pacific/Gambier","value":"Pacific/Gambier"},{"name":"Pacific/Guadalcanal","value":"Pacific/Guadalcanal"},{"name":"Pacific/Guam","value":"Pacific/Guam"},{"name":"Pacific/Honolulu","value":"Pacific/Honolulu"},{"name":"Pacific/Johnston","value":"Pacific/Johnston"},{"name":"Pacific/Kanton","value":"Pacific/Kanton"},{"name":"Pacific/Kiritimati","value":"Pacific/Kiritimati"},{"name":"Pacific/Kosrae","value":"Pacific/Kosrae"},{"name":"Pacific/Kwajalein","value":"Pacific/Kwajalein"},{"name":"Pacific/Majuro","value":"Pacific/Majuro"},{"name":"Pacific/Marquesas","value":"Pacific/Marquesas"},{"name":"Pacific/Midway","value":"Pacific/Midway"},{"name":"Pacific/Nauru","value":"Pacific/Nauru"},{"name":"Pacific/Niue","value":"Pacific/Niue"},{"name":"Pacific/Norfolk","value":"Pacific/Norfolk"},{"name":"Pacific/Noumea","value":"Pacific/Noumea"},{"name":"Pacific/Pago_Pago","value":"Pacific/Pago_Pago"},{"name":"Pacific/Palau","value":"Pacific/Palau"},{"name":"Pacific/Pitcairn","value":"Pacific/Pitcairn"},{"name":"Pacific/Pohnpei","value":"Pacific/Pohnpei"},{"name":"Pacific/Ponape","value":"Pacific/Ponape"},{"name":"Pacific/Port_Moresby","value":"Pacific/Port_Moresby"},{"name":"Pacific/Rarotonga","value":"Pacific/Rarotonga"},{"name":"Pacific/Saipan","value":"Pacific/Saipan"},{"name":"Pacific/Samoa","value":"Pacific/Samoa"},{"name":"Pacific/Tahiti","value":"Pacific/Tahiti"},{"name":"Pacific/Tarawa","value":"Pacific/Tarawa"},{"name":"Pacific/Tongatapu","value":"Pacific/Tongatapu"},{"name":"Pacific/Truk","value":"Pacific/Truk"},{"name":"Pacific/Wake","value":"Pacific/Wake"},{"name":"Pacific/Wallis","value":"Pacific/Wallis"},{"name":"Pacific/Yap","value":"Pacific/Yap"},{"name":"Poland","value":"Poland"},{"name":"Portugal","value":"Portugal"},{"name":"ROC","value":"ROC"},{"name":"ROK","value":"ROK"},{"name":"Singapore","value":"Singapore"},{"name":"Turkey","value":"Turkey"},{"name":"UCT","value":"UCT"},{"name":"US/Alaska","value":"US/Alaska"},{"name":"US/Aleutian","value":"US/Aleutian"},{"name":"US/Arizona","value":"US/Arizona"},{"name":"US/Central","value":"US/Central"},{"name":"US/East-Indiana","value":"US/East-Indiana"},{"name":"US/Eastern","value":"US/Eastern"},{"name":"US/Hawaii","value":"US/Hawaii"},{"name":"US/Indiana-Starke","value":"US/Indiana-Starke"},{"name":"US/Michigan","value":"US/Michigan"},{"name":"US/Mountain","value":"US/Mountain"},{"name":"US/Pacific","value":"US/Pacific"},{"name":"US/Samoa","value":"US/Samoa"},{"name":"UTC","value":"UTC"},{"name":"Universal","value":"Universal"},{"name":"W-SU","value":"W-SU"},{"name":"WET","value":"WET"},{"name":"Zulu","value":"Zulu"}]},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["get"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"From All Calendars","name":"fromAllCalendars","type":"boolean","default":true,"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"fromAllCalendars":[false],"resource":["event"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["event"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["event"],"operation":["getAll"]}},"options":[{"name":"allowNewTimeProposals","value":"allowNewTimeProposals"},{"name":"attendees","value":"attendees"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"changeKey","value":"changeKey"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"end","value":"end"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"hideAttendees","value":"hideAttendees"},{"name":"iCalUId","value":"iCalUId"},{"name":"importance","value":"importance"},{"name":"isAllDay","value":"isAllDay"},{"name":"isCancelled","value":"isCancelled"},{"name":"isDraft","value":"isDraft"},{"name":"isOnlineMeeting","value":"isOnlineMeeting"},{"name":"isOrganizer","value":"isOrganizer"},{"name":"isReminderOn","value":"isReminderOn"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"location","value":"location"},{"name":"locations","value":"locations"},{"name":"onlineMeeting","value":"onlineMeeting"},{"name":"onlineMeetingProvider","value":"onlineMeetingProvider"},{"name":"onlineMeetingUrl","value":"onlineMeetingUrl"},{"name":"organizer","value":"organizer"},{"name":"originalEndTimeZone","value":"originalEndTimeZone"},{"name":"originalStartTimeZone","value":"originalStartTimeZone"},{"name":"recurrence","value":"recurrence"},{"name":"reminderMinutesBeforeStart","value":"reminderMinutesBeforeStart"},{"name":"responseRequested","value":"responseRequested"},{"name":"responseStatus","value":"responseStatus"},{"name":"sensitivity","value":"sensitivity"},{"name":"seriesMasterId","value":"seriesMasterId"},{"name":"showAs","value":"showAs"},{"name":"start","value":"start"},{"name":"subject","value":"subject"},{"name":"transactionId","value":"transactionId"},{"name":"type","value":"type"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. contains(subject,'Hello')","hint":"Search query to filter events. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}}},{"displayName":"Calendar","name":"calendarId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a calendar...","typeOptions":{"searchListMethod":"searchCalendars","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Event","name":"eventId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["calendarId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a event...","typeOptions":{"searchListMethod":"searchEvents","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/calendar/item/AAMkADlhOTA0M...UAAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/calendar\\/item\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Event URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Categories","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"Description","name":"body","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Description Preview","name":"bodyPreview","type":"string","default":""},{"displayName":"End","name":"end","type":"dateTime","default":""},{"displayName":"Hide Attendees","name":"hideAttendees","type":"boolean","default":false,"description":"Whether to allow each attendee to only see themselves in the meeting request and meeting tracking list"},{"displayName":"Importance","name":"importance","type":"options","default":"low","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}]},{"displayName":"Is All Day","name":"isAllDay","type":"boolean","default":false},{"displayName":"Is Cancelled","name":"isCancelled","type":"boolean","default":false},{"displayName":"Is Draft","name":"isDraft","type":"boolean","default":false},{"displayName":"Is Online Meeting","name":"isOnlineMeeting","type":"boolean","default":true},{"displayName":"Sensitivity","name":"sensitivity","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Personal","value":"personal"},{"name":"Private","value":"private"},{"name":"Confidential","value":"confidential"}]},{"displayName":"Show As","name":"showAs","type":"options","default":"free","options":[{"name":"Busy","value":"busy"},{"name":"Free","value":"free"},{"name":"Oof","value":"oof"},{"name":"Tentative","value":"tentative"},{"name":"Working Elsewhere","value":"workingElsewhere"}]},{"displayName":"Start","name":"start","type":"dateTime","default":""},{"displayName":"Timezone","name":"timeZone","type":"string","default":""},{"displayName":"Title","name":"subject","type":"string","default":""},{"displayName":"Type","name":"type","type":"options","default":"singleInstance","options":[{"name":"Single Instance","value":"singleInstance"},{"name":"Occurrence","value":"occurrence"},{"name":"Exception","value":"exception"},{"name":"Series Master","value":"seriesMaster"}]}],"displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a mail folder in the root folder of the user's mailbox","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get","value":"get","description":"Retrieve a folder","action":"Get a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders","action":"Get many folders"},{"name":"Update","value":"update","description":"Update a folder","action":"Update a folder"}],"default":"create"},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","required":true,"default":"","placeholder":"e.g. My Folder","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["delete"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]}],"displayOptions":{"show":{"resource":["folder"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folder"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"filter","type":"string","default":"","placeholder":"e.g. displayName eq 'My Folder'","hint":"Search query to filter folders. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">More info</a>."}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","options":[{"name":"Child Folder Count","value":"childFolderCount"},{"name":"Display Name","value":"displayName"},{"name":"Is Hidden","value":"isHidden"},{"name":"Parent Folder ID","value":"parentFolderId"},{"name":"Total Item Count","value":"totalItemCount"},{"name":"Unread Item Count","value":"unreadItemCount"}],"default":[]},{"displayName":"Include Child Folders","name":"includeChildFolders","type":"boolean","default":false,"description":"Whether to include child folders in the response"},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"description":"The folder you want to search in"}],"displayOptions":{"show":{"resource":["folder"],"operation":["getAll"]}}},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Name","name":"displayName","description":"Name of the folder","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folderMessage"]}},"options":[{"name":"Get Many","value":"getAll","description":"Retrieves the messages in a folder","action":"Get many folder messages"}],"default":"getAll"},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["folderMessage"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["folderMessage"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Retrieve a single message","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"List and search messages","action":"Get many messages"},{"name":"Move","value":"move","description":"Move a message to a folder","action":"Move a message"},{"name":"Reply","value":"reply","description":"Create a reply to a message","action":"Reply to a message"},{"name":"Send","value":"send","description":"Send a message","action":"Send a message"},{"name":"Send and Wait for Response","value":"sendAndWait","description":"Send a message and wait for response","action":"Send message and wait for response"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"}],"default":"send"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["delete"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["get"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"},{"displayName":"Get MIME Content","name":"getMimeContent","type":"fixedCollection","default":{"values":{"binaryPropertyName":"data"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Put Output in Field","name":"binaryPropertyName","type":"string","default":"","hint":"The name of the output field to put the binary file data in"},{"displayName":"File Name","name":"outputFileName","type":"string","placeholder":"message","default":"","description":"Optional name of the output file, if not set message ID is used"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["message"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"],"resource":["message"],"operation":["getAll"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Fetching a lot of messages may take a long time. Consider using filters to speed things up","name":"filtersNotice","type":"notice","default":"","displayOptions":{"show":{"returnAll":[true],"resource":["message"],"operation":["getAll"]}}},{"displayName":"Filters","name":"filtersUI","type":"fixedCollection","placeholder":"Add Filters","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Filter By","name":"filterBy","type":"options","options":[{"name":"Filters","value":"filters"},{"name":"Search","value":"search"}],"default":"filters"},{"displayName":"Search","name":"search","type":"string","default":"","placeholder":"e.g. automation","description":"Only return messages that contains search term. Without specific message properties, the search is carried out on the default search properties of from, subject, and body. <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#search-parameter target=\"_blank\">More info</a>.","displayOptions":{"show":{"filterBy":["search"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"filterBy":["filters"]}},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Folders to Exclude","name":"foldersToExclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Folders to Include","name":"foldersToInclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Received After","name":"receivedAfter","type":"dateTime","default":"","description":"Get all messages received after the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Received Before","name":"receivedBefore","type":"dateTime","default":"","description":"Get all messages received before the specified date. In an expression you can set date using string in ISO format or a timestamp in miliseconds."},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]}]}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}],"displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Parent Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Reply to Sender Only","name":"replyToSenderOnly","type":"boolean","default":false,"description":"Whether to reply to the sender only or to the entire list of recipients","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Message","name":"message","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"replyToSenderOnly":[true],"resource":["message"],"operation":["reply"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Save as Draft","name":"saveAsDraft","description":"Whether to save the message as a draft. If false, the message is sent immediately.","type":"boolean","default":false}],"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":"","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","type":"string","default":"","placeholder":"e.g. data","hint":"The name of the input field containing the binary file data to be attached"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox from which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Save To Sent Items","name":"saveToSentItems","description":"Whether to save the message in Sent Items","type":"boolean","default":true}],"displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Subject","name":"subject","type":"string","default":"","required":true,"placeholder":"e.g. Approval required","displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"typeOptions":{"rows":4},"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Response Type","name":"responseType","type":"options","default":"approval","options":[{"name":"Approval","value":"approval","description":"User can approve/disapprove from within the message"},{"name":"Free Text","value":"freeText","description":"User can submit a response via a form"},{"name":"Custom Form","value":"customForm","description":"User can submit a response via a custom form"}],"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Define Form","name":"defineForm","type":"options","noDataExpression":true,"options":[{"name":"Using Fields Below","value":"fields"},{"name":"Using JSON","value":"json"}],"default":"fields","displayOptions":{"show":{"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Fields","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n  {\n    \"fieldLabel\": \"Name\",\n    \"placeholder\": \"enter your name\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Age\",\n    \"fieldType\": \"number\",\n    \"placeholder\": \"enter your age\"\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Textarea\",\n    \"fieldType\": \"textarea\"\n  },\n  {\n    \"fieldLabel\": \"Dropdown Options\",\n    \"fieldType\": \"dropdown\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    },\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Checkboxes\",\n    \"fieldType\": \"checkbox\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Radio\",\n    \"fieldType\": \"radio\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"placeholder\": \"me@mail.con\"\n  },\n  {\n    \"fieldLabel\": \"File\",\n    \"fieldType\": \"file\",\n    \"multipleFiles\": true,\n    \"acceptFileTypes\": \".jpg, .png\"\n  },\n  {\n    \"fieldLabel\": \"Number\",\n    \"fieldType\": \"number\"\n  },\n  {\n    \"fieldLabel\": \"Password\",\n    \"fieldType\": \"password\"\n  }\n]\n","validateType":"form-fields","ignoreValidationDuringExecution":true,"hint":"<a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/\" target=\"_blank\">See docs</a> for field syntax","displayOptions":{"show":{"defineForm":["json"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"hideOptionalFields":true,"addOptionalFieldButtonText":"Add Attributes","fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Approval Options","name":"approvalOptions","type":"fixedCollection","placeholder":"Add option","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Type of Approval","name":"approvalType","type":"options","placeholder":"Add option","default":"single","options":[{"name":"Approve Only","value":"single"},{"name":"Approve and Disapprove","value":"double"}]},{"displayName":"Approve Button Label","name":"approveLabel","type":"string","default":"Approve","displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Approve Button Style","name":"buttonApprovalStyle","type":"options","default":"primary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Disapprove Button Label","name":"disapproveLabel","type":"string","default":"Decline","displayOptions":{"show":{"approvalType":["double"]}}},{"displayName":"Disapprove Button Style","name":"buttonDisapprovalStyle","type":"options","default":"secondary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["double"]}}}]}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Message Button Label","name":"messageButtonLabel","type":"string","default":"Respond"},{"displayName":"Response Form Title","name":"responseFormTitle","description":"Title of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Description","name":"responseFormDescription","description":"Description of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Button Label","name":"responseFormButtonLabel","type":"string","default":"Submit"},{"displayName":"Response Form Custom Styling","name":"responseFormCustomCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the response form with CSS"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["freeText","customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Comma-separated list of email addresses of BCC recipients","type":"string","default":""},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategoriesNames"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Comma-separated list of email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"Folder","name":"folderId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a folder...","typeOptions":{"searchListMethod":"searchFolders","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://outlook.office365.com/mail/AAMkADlhOT...AAA%3D","extractValue":{"type":"regex","regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/outlook\\.office365\\.com\\/mail\\/([A-Za-z0-9%]+)(?:\\/.*|)","errorMessage":"Not a valid Outlook Folder URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}]},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Normal"},{"displayName":"Is Read","name":"isRead","description":"Whether the message must be marked as read","type":"boolean","default":false},{"displayName":"Message","name":"bodyContent","description":"Message body content","type":"string","typeOptions":{"rows":2},"default":""},{"displayName":"Message Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"To","name":"toRecipients","description":"Comma-separated list of email addresses of recipients","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email address to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}],"displayOptions":{"show":{"resource":["message"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add an attachment to a message","action":"Add an attachment"},{"name":"Download","value":"download","description":"Download an attachment from a message","action":"Download an attachment"},{"name":"Get","value":"get","description":"Retrieve information about an attachment of a message","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Retrieve information about the attachments of a message","action":"Get many attachments"}],"default":"add"},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Input Data Field Name","name":"binaryPropertyName","hint":"The name of the input field containing the binary file data to be attached","type":"string","required":true,"default":"data","placeholder":"e.g. data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"File Name","name":"fileName","description":"Filename of the attachment. If not set will the file-name of the binary property be used, if it exists.","type":"string","default":""}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Put Output in Field","name":"binaryPropertyName","hint":"The name of the output field to put the binary file data in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Attachment","name":"attachmentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["messageId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a attachment...","typeOptions":{"searchListMethod":"searchAttachments","searchable":false}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get"]}}},{"displayName":"Message","name":"messageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a message...","typeOptions":{"searchListMethod":"searchMessages","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. AAAkAAAhAAA0BBc5LLLwOOOtNNNkZS05Nz..."}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["messageAttachment"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","default":[],"options":[{"name":"contentType","value":"contentType"},{"name":"isInline","value":"isInline"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"name","value":"name"},{"name":"size","value":"size"}]}],"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["email","human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}}},
{"displayName":"Microsoft Outlook","name":"microsoftOutlook","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft Outlook API","defaultVersion":2,"schemaPath":"Microsoft/Outlook","version":1,"defaults":{"name":"Microsoft Outlook"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"default":"message","options":[{"name":"Draft","value":"draft"},{"name":"Folder","value":"folder"},{"name":"Folder Message","value":"folderMessage"},{"name":"Message","value":"message"},{"name":"Message Attachment","value":"messageAttachment"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["draft"]}},"options":[{"name":"Create","value":"create","description":"Create a new email draft","action":"Create a draft"},{"name":"Delete","value":"delete","description":"Delete a draft","action":"Delete a draft"},{"name":"Get","value":"get","description":"Get a single draft","action":"Get a draft"},{"name":"Send","value":"send","description":"Send an existing draft message","action":"Send a draft"},{"name":"Update","value":"update","description":"Update a draft","action":"Update a draft"}],"default":"create"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["draft"],"operation":["delete","get","send","update"]}}},{"displayName":"Subject","name":"subject","description":"The subject of the message","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft"],"operation":["create"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Binary Property Name","name":"binaryPropertyName","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft"],"operation":["send"]}},"options":[{"displayName":"Recipients","name":"recipients","description":"Email addresses of recipients. Mutiple can be set separated by comma.","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Get a single message","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"Get many messages in the signed-in user's mailbox","action":"Get many messages"},{"name":"Get MIME Content","value":"getMime","description":"Get MIME content of a message","action":"Get MIME Content of a message"},{"name":"Move","value":"move","description":"Move a message","action":"Move a message"},{"name":"Reply","value":"reply","description":"Create reply to a message","action":"Reply to a message"},{"name":"Send","value":"send","description":"Send a message","action":"Send a message"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"}],"default":"send"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["addAttachment","delete","get","getAttachment","getMime","move","update","reply"]}}},{"displayName":"Reply Type","name":"replyType","type":"options","options":[{"name":"Reply","value":"reply"},{"name":"Reply All","value":"replyAll"}],"default":"reply","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["reply"]}}},{"displayName":"Comment","name":"comment","description":"A comment to include. Can be an empty string.","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}},"type":"string","default":""},{"displayName":"Send","name":"send","description":"Whether to send the reply message directly. If not set, it will be saved as draft.","displayOptions":{"show":{"resource":["message"],"operation":["reply"]}},"type":"boolean","default":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["reply"],"replyType":["reply"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Binary Property Name","name":"binaryPropertyName","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["message"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["message"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Subject","name":"subject","description":"The subject of the message","displayOptions":{"show":{"resource":["message"],"operation":["create","send"]}},"type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","displayOptions":{"show":{"resource":["message"],"operation":["create","send"]}},"default":""},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","displayOptions":{"show":{"resource":["message"],"operation":["send"]}},"required":true,"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["send"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"fixedCollection","placeholder":"Add Attachment","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"attachments","displayName":"Attachment","values":[{"displayName":"Binary Property Name","name":"binaryPropertyName","type":"string","default":"","description":"Name of the binary property containing the data to be added to the email as an attachment"}]}]},{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""},{"displayName":"Save To Sent Items","name":"saveToSentItems","description":"Whether to save the message in Sent Items","type":"boolean","default":true}]},{"displayName":"Put Output File in Field","name":"binaryPropertyName","hint":"The name of the output binary field to put the file in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["message"],"operation":["getMime"]}}},{"displayName":"Folder ID","name":"folderId","description":"Target Folder ID","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["move"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageAttachment"]}},"options":[{"name":"Add","value":"add","description":"Add an attachment to a message","action":"Add a message attachment"},{"name":"Download","value":"download","description":"Download attachment content","action":"Download a message attachment"},{"name":"Get","value":"get","description":"Get an attachment from a message","action":"Get a message attachment"},{"name":"Get Many","value":"getAll","description":"Get many message's attachments","action":"Get many message attachments"}],"default":"add"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add","download","get","getAll"]}}},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["download","get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","hint":"The name of the output binary field to put the file in","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add","download"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["add"]}},"options":[{"displayName":"File Name","name":"fileName","description":"Filename of the attachment. If not set will the file-name of the binary property be used, if it exists.","type":"string","default":""}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["messageAttachment"],"operation":["get","getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by ,."},{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Microsoft Graph API OData $filter query"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Create","value":"create","description":"Create a new mail folder in the root folder of the user's mailbox","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"Get","value":"get","description":"Get a single folder details","action":"Get a folder"},{"name":"Get Children","value":"getChildren","description":"Lists all child folders under the folder","action":"Get items in a folder"},{"name":"Get Many","value":"getAll","description":"Get many folders under the root folder of the signed-in user","action":"Get many folders"}],"default":"create"},{"displayName":"Folder ID","name":"folderId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["delete","get","getChildren","update"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["folder"],"operation":["getAll","getChildren"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["folder"],"operation":["getAll","getChildren"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Type","name":"folderType","description":"Folder Type","type":"options","options":[{"name":"Folder","value":"folder"},{"name":"Search Folder","value":"searchFolder"}],"displayOptions":{"show":{"resource":["folder"],"operation":["create"]}},"default":"folder"},{"displayName":"Display Name","name":"displayName","description":"Name of the folder","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folder"],"operation":["create"]}}},{"displayName":"Include Nested Folders","name":"includeNestedFolders","description":"Whether to include child folders in the search","type":"boolean","default":false,"displayOptions":{"show":{"resource":["folder"],"operation":["create"],"folderType":["searchFolder"]}}},{"displayName":"Source Folder IDs","name":"sourceFolderIds","description":"The mailbox folders that should be mined","type":"string","typeOptions":{"multipleValues":true},"default":[],"displayOptions":{"show":{"resource":["folder"],"operation":["create"],"folderType":["searchFolder"]}}},{"displayName":"Filter Query","name":"filterQuery","description":"The OData query to filter the messages","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["folder"],"operation":["create"],"folderType":["searchFolder"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["folder"],"operation":["get","getAll","getChildren"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by ,."},{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Microsoft Graph API OData $filter query. Information about the syntax can be found <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">here</a>."}]},{"displayName":"Update Fields","name":"updateFields","description":"Fields to update","type":"collection","default":{},"displayOptions":{"show":{"resource":["folder"],"operation":["update"]}},"options":[{"displayName":"Display Name","name":"displayName","description":"Name of the folder","type":"string","default":""},{"displayName":"Filter Query","name":"filterQuery","description":"The OData query to filter the messages. Only for search folders.","type":"string","default":""},{"displayName":"Include Nested Folders","name":"includeNestedFolders","description":"Whether to include child folders in the search. Only for search folders.","type":"boolean","default":false},{"displayName":"Source Folder IDs","name":"sourceFolderIds","description":"The mailbox folders that should be mined. Only for search folders.","type":"string","typeOptions":{"multipleValues":true},"default":[]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folderMessage"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many messages in a folder","action":"Get many folder messages"}],"default":"create"},{"displayName":"Folder ID","name":"folderId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["folderMessage"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by ,."},{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Microsoft Graph API OData $filter query. Information about the syntax can be found <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">here</a>."}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft","message"],"operation":["get","getAll"]}},"options":[{"displayName":"Attachments Prefix","name":"dataPropertyAttachmentsPrefixName","type":"string","default":"attachment_","description":"Prefix for name of the binary property to which to write the attachments. An index starting with 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\""},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the response will contain. Multiple can be added separated by comma."},{"displayName":"Filter","name":"filter","type":"string","default":"","placeholder":"isRead eq false","description":"Microsoft Graph API OData $filter query. Information about the syntax can be found <a href=\"https://docs.microsoft.com/en-us/graph/query-parameters#filter-parameter\">here</a>."}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["draft","message"],"operation":["update"]}},"options":[{"displayName":"BCC Recipients","name":"bccRecipients","description":"Email addresses of BCC recipients","type":"string","default":""},{"displayName":"Body Content","name":"bodyContent","description":"Message body content","type":"string","default":""},{"displayName":"Body Content Type","name":"bodyContentType","description":"Message body content type","type":"options","options":[{"name":"HTML","value":"html"},{"name":"Text","value":"Text"}],"default":"html"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[]},{"displayName":"CC Recipients","name":"ccRecipients","description":"Email addresses of CC recipients","type":"string","default":""},{"displayName":"Custom Headers","name":"internetMessageHeaders","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"headers","displayName":"Header","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the header"}]}]},{"displayName":"From","name":"from","description":"The owner of the mailbox which the message is sent. Must correspond to the actual mailbox used.","type":"string","default":""},{"displayName":"Importance","name":"importance","description":"The importance of the message","type":"options","options":[{"name":"Low","value":"Low"},{"name":"Normal","value":"Normal"},{"name":"High","value":"High"}],"default":"Low"},{"displayName":"Is Read","name":"isRead","description":"Whether the message has been read","type":"boolean","default":false},{"displayName":"Read Receipt Requested","name":"isReadReceiptRequested","description":"Whether a read receipt is requested for the message","type":"boolean","default":false},{"displayName":"Recipients","name":"toRecipients","description":"Email addresses of recipients. Multiple can be added separated by comma.","type":"string","default":""},{"displayName":"Reply To","name":"replyTo","description":"Email addresses to use when replying","type":"string","default":""},{"displayName":"Subject","name":"subject","description":"The subject of the message","type":"string","default":""}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg","codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["email","human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftoutlook/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}}},
{"displayName":"Microsoft Outlook Trigger","name":"microsoftOutlookTrigger","group":["trigger"],"version":1,"description":"Fetches emails from Microsoft Outlook and starts the workflow on specified polling intervals.","subtitle":"={{\"Microsoft Outlook Trigger\"}}","defaults":{"name":"Microsoft Outlook Trigger"},"credentials":[{"name":"microsoftOutlookOAuth2Api","required":true}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Trigger On","name":"event","type":"options","default":"messageReceived","options":[{"name":"Message Received","value":"messageReceived"}]},{"displayName":"Output","name":"output","type":"options","default":"simple","options":[{"name":"Simplified","value":"simple"},{"name":"Raw","value":"raw"},{"name":"Select Included Fields","value":"fields"}]},{"displayName":"Fields","name":"fields","type":"multiOptions","description":"The fields to add to the output","displayOptions":{"show":{"output":["fields"]}},"options":[{"name":"bccRecipients","value":"bccRecipients"},{"name":"body","value":"body"},{"name":"bodyPreview","value":"bodyPreview"},{"name":"categories","value":"categories"},{"name":"ccRecipients","value":"ccRecipients"},{"name":"changeKey","value":"changeKey"},{"name":"conversationId","value":"conversationId"},{"name":"createdDateTime","value":"createdDateTime"},{"name":"flag","value":"flag"},{"name":"from","value":"from"},{"name":"hasAttachments","value":"hasAttachments"},{"name":"importance","value":"importance"},{"name":"inferenceClassification","value":"inferenceClassification"},{"name":"internetMessageId","value":"internetMessageId"},{"name":"isDeliveryReceiptRequested","value":"isDeliveryReceiptRequested"},{"name":"isDraft","value":"isDraft"},{"name":"isRead","value":"isRead"},{"name":"isReadReceiptRequested","value":"isReadReceiptRequested"},{"name":"lastModifiedDateTime","value":"lastModifiedDateTime"},{"name":"parentFolderId","value":"parentFolderId"},{"name":"receivedDateTime","value":"receivedDateTime"},{"name":"replyTo","value":"replyTo"},{"name":"sender","value":"sender"},{"name":"sentDateTime","value":"sentDateTime"},{"name":"subject","value":"subject"},{"name":"toRecipients","value":"toRecipients"},{"name":"webLink","value":"webLink"}],"default":[]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Filter Query","name":"custom","type":"string","default":"","placeholder":"e.g. isRead eq false","hint":"Search query to filter messages. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>."},{"displayName":"Has Attachments","name":"hasAttachments","type":"boolean","default":false},{"displayName":"Folders to Exclude","name":"foldersToExclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Folders to Include","name":"foldersToInclude","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getFolders"},"default":[],"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Read Status","name":"readStatus","type":"options","default":"unread","hint":"Filter messages by whether they have been read or not","options":[{"name":"Unread and read messages","value":"both"},{"name":"Unread messages only","value":"unread"},{"name":"Read messages only","value":"read"}]},{"displayName":"Sender","name":"sender","type":"string","default":"","description":"Sender name or email to filter by"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Attachments Prefix","name":"attachmentsPrefix","type":"string","default":"attachment_","description":"Prefix for name of the output fields to put the binary files data in. An index starting from 0 will be added. So if name is \"attachment_\" the first attachment is saved to \"attachment_0\"."},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","default":false,"description":"Whether the message's attachments will be downloaded and included in the output"}]}],"codex":{"categories":["Communication"],"alias":["email"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftoutlooktrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Outlook/outlook.svg"},
{"displayName":"Microsoft SharePoint","name":"microsoftSharePoint","group":["transform"],"version":1,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Interact with Microsoft SharePoint API","schemaPath":"Microsoft/SharePoint","defaults":{"name":"Microsoft SharePoint"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftSharePointOAuth2Api","required":true}],"requestDefaults":{"baseURL":"=https://{{ $credentials.subdomain }}.sharepoint.com/_api/v2.0/"},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Item","value":"item"},{"name":"List","value":"list"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Download","value":"download","description":"Download a file","routing":{"request":{"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/drive/items/{{ $parameter[\"file\"] }}/content","json":false,"encoding":"arraybuffer"},"output":{"postReceive":[null,null]}},"action":"Download file"},{"name":"Update","value":"update","description":"Update a file","routing":{"request":{"method":"PATCH","url":"=/sites/{{ $parameter[\"site\"] }}/drive/items/{{ $parameter[\"file\"] }}"},"output":{"postReceive":[null]}},"action":"Update file"},{"name":"Upload","value":"upload","description":"Upload an existing file","routing":{"request":{"method":"PUT","url":"=/sites/{{ $parameter[\"site\"] }}/drive/items/{{ $parameter[\"folder\"] }}:/{{ $parameter[\"fileName\"] }}:/content"},"output":{"postReceive":[null]}},"action":"Upload file"}],"default":"download"},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve folders from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"Parent Folder","name":"folder","default":{"mode":"list","value":""},"description":"Select the folder to download the file from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFolders","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. myfolder","type":"string"}],"placeholder":"/ (Library root)","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"File","name":"file","default":{"mode":"list","value":""},"description":"Select the file to download","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFiles","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"placeholder":"eg. my-file.pdf","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""],"folder":[""]},"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve folders from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Parent Folder","name":"folder","default":{"mode":"list","value":""},"description":"Select the folder to update the file in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFolders","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. myfolder","type":"string"}],"placeholder":"/ (Library root)","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"File","name":"file","default":{"mode":"list","value":""},"description":"Select the file to update","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFiles","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"placeholder":"eg. my-file.pdf","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""],"folder":[""]},"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Updated File Name","name":"fileName","default":"","description":"If not specified, the original file name will be used","placeholder":"e.g. My New File","routing":{"send":{"property":"name","type":"body","value":"={{ $value }}"}},"type":"string","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Change File Content","name":"changeFileContent","default":false,"description":"Whether to update the file contents","placeholder":"e.g. My New File","required":true,"type":"boolean","displayOptions":{"show":{"resource":["file"],"operation":["update"]}}},{"displayName":"Updated File Contents","name":"fileContents","default":"","description":"Find the name of input field containing the binary data to update the file with in the Input panel on the left, in the Binary tab","displayOptions":{"show":{"changeFileContent":[true],"resource":["file"],"operation":["update"]}},"hint":"The name of the input field containing the binary file data to update the file with","placeholder":"data","required":true,"routing":{"output":{"postReceive":[null]}},"type":"string"},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve folders from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Parent Folder","name":"folder","default":{"mode":"list","value":""},"description":"Select the folder to upload the file to","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getFolders","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. myfolder","type":"string"}],"placeholder":"/ (Library root)","required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Name","name":"fileName","default":"","description":"The name of the file being uploaded","placeholder":"e.g. My New File","required":true,"type":"string","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Contents","name":"fileContents","default":"","description":"Find the name of input field containing the binary data to upload in the Input panel on the left, in the Binary tab","hint":"The name of the input field containing the binary file data to upload","placeholder":"data","required":true,"routing":{"send":{"preSend":[null]}},"type":"string","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["item"]}},"options":[{"name":"Create","value":"create","description":"Create an item in an existing list","routing":{"request":{"method":"POST","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items"},"output":{"postReceive":[null]}},"action":"Create item in a list"},{"name":"Create or Update","value":"upsert","description":"Create a new item, or update the current one if it already exists (upsert)","routing":{"request":{"method":"POST","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items"},"output":{"postReceive":[null]}},"action":"Create or update item (upsert)"},{"name":"Delete","value":"delete","description":"Delete an item from a list","routing":{"request":{"method":"DELETE","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items/{{ $parameter[\"item\"] }}"},"output":{"postReceive":[null,{"type":"set","properties":{"value":"={{ { \"deleted\": true } }}"}}]}},"action":"Delete an item"},{"name":"Get","value":"get","description":"Retrieve an item from a list","routing":{"request":{"ignoreHttpStatusErrors":{"ignore":true,"except":[401]},"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items/{{ $parameter[\"item\"] }}"},"output":{"postReceive":[null,null]}},"action":"Get an item"},{"name":"Get Many","value":"getAll","description":"Get specific items in a list or list many items","routing":{"request":{"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items"},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"value"}},null]}},"action":"Get many items"},{"name":"Update","value":"update","description":"Update an item in an existing list","routing":{"request":{"method":"PATCH","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}/items"},"output":{"postReceive":[null]}},"action":"Update item in a list"}],"default":"getAll"},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["create"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to create an item in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["create"]}}},{"displayName":"Due to API restrictions, the following column types cannot be updated: Hyperlink, Location, Metadata","name":"noticeUnsupportedFields","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["create"]}},"type":"notice","default":""},{"displayName":"Columns","name":"columns","default":{"mappingMode":"defineBelow","value":null},"displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["create"]}},"noDataExpression":true,"required":true,"routing":{"send":{"preSend":[null]}},"type":"resourceMapper","typeOptions":{"loadOptionsDependsOn":["site.value","list.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"add","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["delete"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to delete an item in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["delete"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"description":"Select the item you want to delete","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getItems","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 1","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["delete"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to retrieve an item from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Item","name":"item","default":{"mode":"list","value":""},"description":"Select the item you want to get","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getItems","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. 1","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Simplify","name":"simplify","default":true,"routing":{"send":{"preSend":[null]}},"type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to search for items in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Filter by Formula","name":"filter","default":"","description":"The formula will be evaluated for each record. <a href=\"https://learn.microsoft.com/en-us/graph/filter-query-parameter\">More info</a>.","hint":"If empty, all the items will be returned","placeholder":"e.g. fields/Title eq 'item1'","routing":{"send":{"property":"$filter","type":"query","value":"={{ $value ? $value : undefined }}"}},"type":"string","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","routing":{"send":{"paginate":"={{ $value }}"},"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.body?.[\"@odata.nextLink\"] }}","request":{"url":"={{ $response.body?.[\"@odata.nextLink\"] ?? $request.url }}","qs":{"$select":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$select }}"}}}}}},"type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["item"],"operation":["getAll"]}},"routing":{"send":{"property":"$top","type":"query","value":"={{ $value }}"}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Options","name":"options","default":{},"options":[{"displayName":"Fields","name":"fields","default":[],"description":"The fields you want to include in the output","displayOptions":{"hide":{"/simplify":[true]}},"options":[{"name":"Content Type","value":"contentType"},{"name":"Created At","value":"createdDateTime"},{"name":"Created By","value":"createdBy"},{"name":"Fields","value":"fields"},{"name":"ID","value":"id"},{"name":"Last Modified At","value":"lastModifiedDateTime"},{"name":"Last Modified By","value":"lastModifiedBy"},{"name":"Parent Reference","value":"parentReference"},{"name":"Web URL","value":"webUrl"}],"routing":{"send":{"preSend":[null]}},"type":"multiOptions"}],"placeholder":"Add option","type":"collection","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Simplify","name":"simplify","default":true,"routing":{"send":{"preSend":[null]}},"type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["update"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to update an item in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["update"]}}},{"displayName":"Due to API restrictions, the following column types cannot be updated: Hyperlink, Location, Metadata","name":"noticeUnsupportedFields","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["update"]}},"type":"notice","default":""},{"displayName":"Columns","name":"columns","default":{"mappingMode":"defineBelow","value":null},"displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["update"]}},"noDataExpression":true,"required":true,"routing":{"send":{"preSend":[null]}},"type":"resourceMapper","typeOptions":{"loadOptionsDependsOn":["site.value","list.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"update","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["item"],"operation":["upsert"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to create or update an item in","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["item"],"operation":["upsert"]}}},{"displayName":"Due to API restrictions, the following column types cannot be updated: Hyperlink, Location, Metadata","name":"noticeUnsupportedFields","displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["upsert"]}},"type":"notice","default":""},{"displayName":"Columns","name":"columns","default":{"mappingMode":"defineBelow","value":null},"displayOptions":{"hide":{"site":[""],"list":[""]},"show":{"resource":["item"],"operation":["upsert"]}},"noDataExpression":true,"required":true,"routing":{"send":{"preSend":[null]}},"type":"resourceMapper","typeOptions":{"loadOptionsDependsOn":["site.value","list.value"],"resourceMapper":{"resourceMapperMethod":"getMappingColumns","mode":"upsert","fieldWords":{"singular":"column","plural":"columns"},"addAllFields":true,"multiKeyMatch":false}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["list"]}},"options":[{"name":"Get","value":"get","description":"Retrieve details of a single list","routing":{"request":{"ignoreHttpStatusErrors":{"ignore":true,"except":[401]},"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/lists/{{ $parameter[\"list\"] }}"},"output":{"postReceive":[null,null]}},"action":"Get list"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of lists","routing":{"request":{"method":"GET","url":"=/sites/{{ $parameter[\"site\"] }}/lists"},"output":{"postReceive":[null,{"type":"rootProperty","properties":{"property":"value"}},null]}},"action":"Get many lists"}],"default":"getAll"},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["list"],"operation":["get"]}}},{"displayName":"List","name":"list","default":{"mode":"list","value":""},"description":"Select the list you want to retrieve","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getLists","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mylist","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"hide":{"site":[""]},"show":{"resource":["list"],"operation":["get"]}}},{"displayName":"Simplify","name":"simplify","default":true,"routing":{"send":{"property":"$select","type":"query","value":"={{ $value ? \"id,name,displayName,description,createdDateTime,lastModifiedDateTime,webUrl\" : undefined }}"}},"type":"boolean","displayOptions":{"show":{"resource":["list"],"operation":["get"]}}},{"displayName":"Site","name":"site","default":{"mode":"list","value":""},"description":"Select the site to retrieve lists from","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getSites","searchable":true}},{"displayName":"By ID","name":"id","placeholder":"e.g. mysite","type":"string"}],"required":true,"type":"resourceLocator","displayOptions":{"show":{"resource":["list"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","routing":{"send":{"paginate":"={{ $value }}"},"operations":{"pagination":{"type":"generic","properties":{"continue":"={{ !!$response.body?.[\"@odata.nextLink\"] }}","request":{"url":"={{ $response.body?.[\"@odata.nextLink\"] ?? $request.url }}","qs":{"$select":"={{ !!$response.body?.[\"@odata.nextLink\"] ? undefined : $request.qs?.$select }}"}}}}}},"type":"boolean","displayOptions":{"show":{"resource":["list"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["list"],"operation":["getAll"]}},"routing":{"send":{"property":"$top","type":"query","value":"={{ $value }}"}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Simplify","name":"simplify","default":true,"routing":{"send":{"property":"$select","type":"query","value":"={{ $value ? \"id,name,displayName,description,createdDateTime,lastModifiedDateTime,webUrl\" : undefined }}"}},"type":"boolean","displayOptions":{"show":{"resource":["list"],"operation":["getAll"]}}},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/SharePoint/microsoftSharePoint.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/SharePoint/microsoftSharePoint.svg"}},
{"displayName":"Microsoft SQL","name":"microsoftSql","group":["input"],"version":[1,1.1],"description":"Get, add and update data in Microsoft SQL","defaults":{"name":"Microsoft SQL"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"parameterPane":"wide","credentials":[{"name":"microsoftSql","required":true,"testedBy":"microsoftSqlConnectionTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute an SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in database","action":"Insert rows in database"},{"name":"Update","value":"update","description":"Update rows in database","action":"Update rows in database"},{"name":"Delete","value":"delete","description":"Delete rows in database","action":"Delete rows in database"}],"default":"insert"},{"displayName":"Query","name":"query","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor","sqlDialect":"MSSQL"},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT id, name FROM product WHERE 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.","hint":"Consider using query parameters to prevent SQL injection attacks. Add them in the options below"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["executeQuery"]}},"options":[{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","placeholder":"e.g. value1,value2,value3","description":"Comma-separated list of values to use as query parameters. Reference them in the query as $1, $2, $3, etc. You can drag values from the input panel on the left.","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…"}]},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"","required":true,"description":"Name of the table in which to insert data to"},{"displayName":"Columns","name":"columns","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"operation":["insert"]}},"default":"","placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","required":true,"description":"Name of the table in which to update data in"},{"displayName":"Update Key","name":"updateKey","type":"string","requiresDataPath":"single","displayOptions":{"show":{"operation":["update"]}},"default":"id","required":true,"description":"Name of the property which decides which rows in the database should be updated. Normally that would be \"id\"."},{"displayName":"Columns","name":"columns","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"operation":["update"]}},"default":"","placeholder":"name,description","description":"Comma-separated list of the properties which should used as columns for rows to update"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["delete"]}},"default":"","required":true,"description":"Name of the table in which to delete data"},{"displayName":"Delete Key","name":"deleteKey","type":"string","requiresDataPath":"single","displayOptions":{"show":{"operation":["delete"]}},"default":"id","required":true,"description":"Name of the property which decides which rows in the database should be deleted. Normally that would be \"id\"."}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftsql/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoftsql/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Sql/mssql.svg"},
{"displayName":"Azure Storage","name":"azureStorage","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Interact with Azure Storage API","schemaPath":"Microsoft/Storage","defaults":{"name":"Azure Storage"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"azureStorageOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}},{"name":"azureStorageSharedKeyApi","required":true,"displayOptions":{"show":{"authentication":["sharedKey"]}}}],"requestDefaults":{"baseURL":"={{ $credentials.baseUrl }}"},"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"OAuth2","value":"oAuth2"},{"name":"Shared Key","value":"sharedKey"}],"default":"sharedKey"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Blob","value":"blob"},{"name":"Container","value":"container"}],"default":"container"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["blob"]}},"options":[{"name":"Create","value":"create","description":"Create a new blob or replace an existing one","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"PUT","url":"=/{{ $parameter[\"container\"] }}/{{ $parameter[\"blobCreate\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Create blob"},{"name":"Delete","value":"delete","description":"Delete a blob","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"DELETE","url":"=/{{ $parameter[\"container\"] }}/{{ $parameter[\"blob\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Delete blob"},{"name":"Get","value":"get","description":"Retrieve data for a specific blob","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","url":"=/{{ $parameter[\"container\"] }}/{{ $parameter[\"blob\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"},"encoding":"arraybuffer"},"output":{"postReceive":[null,null]}},"action":"Get blob"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of blobs","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","qs":{"restype":"container","comp":"list"},"url":"=/{{ $parameter[\"container\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Get many blobs"}],"default":"getAll"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"description":"Container to create or replace a blob in","displayOptions":{"show":{"resource":["blob"],"operation":["create"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getContainers","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. mycontainer","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Blob Name","name":"blobCreate","default":"","description":"The name of the new or existing blob","displayOptions":{"show":{"resource":["blob"],"operation":["create"]}},"placeholder":"e.g. myblob","required":true,"type":"string","validateType":"string"},{"displayName":"From","name":"from","default":"binary","displayOptions":{"show":{"resource":["blob"],"operation":["create"]}},"options":[{"name":"Binary","value":"binary"},{"name":"URL","value":"url"}],"required":true,"type":"options"},{"displayName":"Binary Contents","name":"binaryPropertyName","default":"data","description":"The name of the input binary field containing the file to be written","displayOptions":{"show":{"resource":["blob"],"operation":["create"],"from":["binary"]}},"required":true,"routing":{"send":{"preSend":[null]}},"type":"string"},{"displayName":"URL","name":"url","default":"","description":"URL where to read of the blob contents from","displayOptions":{"show":{"resource":["blob"],"operation":["create"],"from":["url"]}},"required":true,"routing":{"send":{"preSend":[null]}},"placeholder":"e.g. https://example.com/image.jpg","type":"string"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["blob"],"operation":["create"]}},"options":[{"displayName":"Access Tier","name":"accessTier","description":"The tier to be set on the blob. For detailed information about block blob tiering, see <a href=\"https://learn.microsoft.com/en-us/azure/storage/blobs/access-tiers-overview\">Hot, cool, and archive storage tiers</a>.","default":"Hot","options":[{"name":"Archive","value":"Archive"},{"name":"Cold","value":"Cold"},{"name":"Cool","value":"Cool"},{"name":"Hot","value":"Hot"}],"routing":{"request":{"headers":{"x-ms-access-tier":"={{ $value || undefined }}"}}},"type":"options","validateType":"options"},{"displayName":"Blob Type","name":"blobType","description":"Specifies the type of blob to create: block, page, or append blob","default":"BlockBlob","displayOptions":{"show":{"/from":["binary"]}},"routing":{"request":{"headers":{"x-ms-blob-type":"={{ $value || undefined }}"}}},"type":"options","options":[{"name":"Block Blob","value":"BlockBlob"},{"name":"Page Blob","value":"PageBlob"},{"name":"Append Blob","value":"AppendBlob"}],"validateType":"string"},{"displayName":"Cache Control","name":"cacheControl","description":"Sets the blob's cache control value","default":"","routing":{"request":{"headers":{"x-ms-blob-cache-control":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Content CRC64","name":"contentCrc64","description":"CRC64 hash of the blob content to verify its integrity during transport","default":"","routing":{"request":{"headers":{"x-ms-content-crc64":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Content Encoding","name":"contentEncoding","description":"Sets the blob's content encoding","default":"","routing":{"request":{"headers":{"x-ms-blob-content-encoding":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Content Language","name":"contentLanguage","description":"Sets the blob's content language","default":"","routing":{"request":{"headers":{"x-ms-blob-content-language":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Content MD5","name":"contentMd5","description":"Sets the blob's MD5 hash for integrity verification","default":"","routing":{"request":{"headers":{"x-ms-blob-content-md5":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Content Type","name":"contentType","description":"Sets the blob's content type","default":"","routing":{"request":{"headers":{"x-ms-blob-content-type":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Encryption Context","name":"encryptionContext","description":"If the value is set it will set blob system metadata. Max length-1024. Valid only when Hierarchical Namespace is enabled for the account.","default":"","displayOptions":{"show":{"/from":["binary"]}},"routing":{"request":{"headers":{"x-ms-encryption-context":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Encryption Scope","name":"encryptionScope","description":"Indicates the encryption scope for encrypting the request contents","default":"","routing":{"request":{"headers":{"x-ms-encryption-scope":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Expiry Option","name":"expiryOption","description":"Specifies the expiration date option for the request. This header is valid for accounts with hierarchical namespace enabled.","default":"Absolute","options":[{"name":"Expire","value":"Absolute","description":"Expiry Time must be specified"},{"name":"Never Expire","value":"NeverExpire","description":"Sets the blob to never expire or removes the current expiration date"}],"routing":{"request":{"headers":{"x-ms-expiry-option":"={{ $value || undefined }}"}}},"type":"options","validateType":"options"},{"displayName":"Expiry Time","name":"expiryTime","description":"Specifies the time when the blob is set to expire as an absolute time","default":"","displayOptions":{"hide":{"/options.expiryOption":["NeverExpire"]}},"routing":{"request":{"headers":{"x-ms-expiry-time":"={{ $value ? DateTime.fromISO($value).format(\"EEE, dd MMM yyyy HH:mm:ss ZZZ\") : undefined }}"}}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Filename","name":"filename","default":"","routing":{"request":{"headers":{"x-ms-blob-content-disposition":"={{ $value ? 'attachment; filename=\"' + $value + '\"' : undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Immutability Policy Date","name":"immutabilityPolicyUntilDate","description":"Specifies the retention-until date to be set on the blob. This is the date until which the blob can be protected from being modified or deleted.","default":"","displayOptions":{"show":{"/from":["binary"]}},"routing":{"request":{"headers":{"x-ms-immutability-policy-until-date":"={{ $value ? DateTime.fromISO($value).format(\"EEE, dd MMM yyyy HH:mm:ss ZZZ\") : undefined }}"}}},"type":"dateTime","validateType":"dateTime"},{"displayName":"Immutability Policy Mode","name":"immutabilityPolicyMode","description":"Specifies the immutability policy mode to be set on the blob","default":"unlocked","displayOptions":{"show":{"/from":["binary"]}},"options":[{"name":"Locked","value":"locked","description":"Users are prohibited from modifying the policy"},{"name":"Unlocked","value":"unlocked","description":"Users can change the policy by increasing or decreasing the retention-until date"}],"routing":{"request":{"headers":{"x-ms-immutability-policy-mode":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Lease ID","name":"leaseId","description":"Required if the blob has an active lease","default":"","routing":{"request":{"headers":{"x-ms-lease-id":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Legal Hold","name":"legalHold","description":"Whether to set a legal hold on the blob","default":false,"displayOptions":{"show":{"/from":["binary"]}},"routing":{"request":{"headers":{"x-ms-legal-hold":"={{ $value?.toString() || undefined }}"}}},"type":"boolean","validateType":"boolean"},{"displayName":"Metadata","name":"metadata","default":[],"description":"A name-value pair to associate with the blob as metadata","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Field Name","name":"fieldName","default":"","description":"Names must adhere to the naming rules for <a href=\"https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/\">C# identifiers</a>","type":"string"},{"displayName":"Field Value","name":"fieldValue","default":"","type":"string"}]}],"placeholder":"Add metadata","routing":{"send":{"preSend":[null]}},"type":"fixedCollection","typeOptions":{"multipleValues":true}},{"displayName":"Origin","name":"origin","description":"Specifies the origin from which the request is issued. The presence of this header results in cross-origin resource sharing (CORS) headers on the response. For more information, see <a href=\"https://learn.microsoft.com/en-us/rest/api/storageservices/cross-origin-resource-sharing--cors--support-for-the-azure-storage-services\">CORS support for the Azure Storage services</a>.","default":"","routing":{"request":{"headers":{"origin":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Tags","name":"tags","description":"Sets the given tags on the blob","default":[],"options":[{"name":"tagValues","displayName":"Tag","values":[{"displayName":"Tag Name","name":"tagName","default":"","type":"string"},{"displayName":"Tag Value","name":"tagValue","default":"","type":"string"}]}],"placeholder":"Add tag","routing":{"send":{"preSend":[null]}},"type":"fixedCollection","typeOptions":{"multipleValues":true}}],"placeholder":"Add option","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"description":"Container to delete a blob from","displayOptions":{"show":{"resource":["blob"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getContainers","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. mycontainer","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Blob","name":"blob","default":{"mode":"list","value":""},"description":"Blob to be deleted","displayOptions":{"show":{"resource":["blob"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getBlobs","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. myblob","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["blob"],"operation":["delete"]}},"options":[{"displayName":"Lease ID","name":"leaseId","description":"Required if the blob has an active lease","default":"","routing":{"request":{"headers":{"x-ms-lease-id":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"}],"placeholder":"Add option","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"description":"Container to get a blob from","displayOptions":{"show":{"resource":["blob"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getContainers","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. mycontainer","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Blob","name":"blob","default":{"mode":"list","value":""},"description":"Blob to get","displayOptions":{"show":{"resource":["blob"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getBlobs","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. myblob","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["blob"],"operation":["get"]}},"options":[{"displayName":"Lease ID","name":"leaseId","description":"If this header is specified, the operation is performed only if both of the following conditions are met: <ul><li>The blob's lease is currently active.</li><li>The lease ID that's specified in the request matches the lease ID of the blob.</li></ul>","default":"","routing":{"request":{"headers":{"x-ms-lease-id":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Origin","name":"origin","description":"Specifies the origin from which the request is issued. The presence of this header results in cross-origin resource sharing (CORS) headers on the response.","default":"","routing":{"request":{"headers":{"origin":"={{ $value || undefined }}"}}},"type":"string","validateType":"string"},{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"UPN","name":"upn","description":"Whether the user identity values that are returned in the response will be transformed from Microsoft Entra object IDs to User Principal Names. If the value is false, they're returned as Microsoft Entra object IDs. Valid for accounts with hierarchical namespace enabled.","default":false,"routing":{"request":{"headers":{"x-ms-upn":"={{ $value?.toString() || undefined }}"}}},"type":"boolean","validateType":"boolean"}],"placeholder":"Add option","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"description":"Container to get blobs from","displayOptions":{"show":{"resource":["blob"],"operation":["getAll"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getContainers","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. mycontainer","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["blob"],"operation":["getAll"]}},"routing":{"send":{"paginate":"={{ $value }}"},"operations":{}},"type":"boolean"},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"resource":["blob"],"operation":["getAll"],"returnAll":[false]}},"routing":{"send":{"property":"maxresults","type":"query","value":"={{ $value }}"},"output":{"postReceive":[null]}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["blob"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","default":[],"description":"The fields to add to the output","options":[{"name":"Copy","value":"copy","description":"Specifies that metadata related to any current or previous Copy Blob operation should be included in the response"},{"name":"Deleted","value":"deleted","description":"Specifies that soft-deleted blobs should be included in the response"},{"name":"Deleted with Versions","value":"deletedwithversions","description":"Specifies that deleted blobs with any versions (active or deleted) should be included in the response. Items permanently deleted appear until processed by garbage collection."},{"name":"Immutability Policy","value":"immutabilitypolicy","description":"Specifies that the enumeration should include the immutability policy until date, and the immutability policy mode of the blobs"},{"name":"Legal Hold","value":"legalhold","description":"Specifies that the enumeration should include the legal hold of blobs"},{"name":"Metadata","value":"metadata","description":"Specifies that blob metadata be returned in the response"},{"name":"Permissions","value":"permissions","description":"Includes the owner, group, permissions, and access control list for the listed blobs or directories. Supported only for accounts with a hierarchical namespace enabled."},{"name":"Snapshots","value":"snapshots","description":"Specifies that snapshots should be included in the enumeration. Snapshots are listed from oldest to newest in the response."},{"name":"Tags","value":"tags","description":"Specifies that user-defined, blob index tags should be included in the response"},{"name":"Uncommitted Blobs","value":"uncommittedblobs","description":"Specifies that blobs for which blocks have been uploaded, but which haven't been committed"},{"name":"Versions","value":"versions","description":"Specifies that versions of blobs should be included in the enumeration"}],"routing":{"send":{"property":"include","type":"query","value":"={{ $value.join(\",\") || undefined }}"}},"type":"multiOptions"},{"displayName":"Filter","name":"filter","default":[],"description":"The type of datasets to be returned","options":[{"name":"Deleted","value":"deleted","description":"Only for accounts enabled with hierarchical namespace. When included, the list only contains soft-deleted blobs. POSIX ACL authorization fallback is not supported for listing soft-deleted blobs."},{"name":"Files","value":"files","description":"Only for accounts enabled with hierarchical namespace. When included, the list only contains files."},{"name":"Directories","value":"directories","description":"Only for accounts enabled with hierarchical namespace. When included, the list only contains directories."}],"routing":{"send":{"property":"showonly","type":"query","value":"={{ $value.join(\",\") || undefined }}"}},"type":"multiOptions"},{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"UPN","name":"upn","description":"Whether the user identity values that are returned in the response will be transformed from Microsoft Entra object IDs to User Principal Names. If the value is false, they're returned as Microsoft Entra object IDs. Valid for accounts with hierarchical namespace enabled.","default":false,"routing":{"request":{"headers":{"x-ms-upn":"={{ $value?.toString() || undefined }}"}}},"type":"boolean","validateType":"boolean"}],"placeholder":"Add option","type":"collection"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["container"]}},"options":[{"name":"Create","value":"create","description":"Create a container","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"PUT","qs":{"restype":"container"},"url":"=/{{ $parameter[\"containerCreate\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Create container"},{"name":"Delete","value":"delete","description":"Delete a container","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"DELETE","qs":{"restype":"container"},"url":"=/{{ $parameter[\"container\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Delete container"},{"name":"Get","value":"get","description":"Retrieve data for a specific container","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","qs":{"restype":"container"},"url":"=/{{ $parameter[\"container\"] }}","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Get container"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of containers","routing":{"request":{"ignoreHttpStatusErrors":true,"method":"GET","qs":{"comp":"list"},"url":"/","headers":{"x-ms-date":"={{ new Date().toUTCString() }}","x-ms-version":"2021-12-02"}},"output":{"postReceive":[null,null]}},"action":"Get many container"}],"default":"getAll"},{"displayName":"Container Name","name":"containerCreate","default":"","description":"The name of the new container","displayOptions":{"show":{"resource":["container"],"operation":["create"]}},"placeholder":"e.g. mycontainer","required":true,"routing":{"send":{"preSend":[null]}},"type":"string","validateType":"string"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["container"],"operation":["create"]}},"options":[{"displayName":"Access Level","name":"accessLevel","default":"","options":[{"name":"Blob","value":"blob","description":"Specifies public read access for blobs. Blob data within this container can be read via anonymous request, but container data isn't available. Clients can't enumerate blobs within the container via anonymous request."},{"name":"Container","value":"container","description":"Specifies full public read access for container and blob data. Clients can enumerate blobs within the container via anonymous request, but they can't enumerate containers within the storage account."},{"name":"Private","value":"","description":"Container data is private to the account owner"}],"routing":{"request":{"headers":{"x-ms-blob-public-access":"={{ $value || undefined }}"}}},"type":"options","validateType":"options"},{"displayName":"Metadata","name":"metadata","default":[],"description":"A name-value pair to associate with the container as metadata","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Field Name","name":"fieldName","default":"","description":"Names must adhere to the naming rules for <a href=\"https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/\">C# identifiers</a>","type":"string"},{"displayName":"Field Value","name":"fieldValue","default":"","type":"string"}]}],"placeholder":"Add metadata","routing":{"send":{"preSend":[null]}},"type":"fixedCollection","typeOptions":{"multipleValues":true}}],"placeholder":"Add option","type":"collection"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"description":"Select the container to delete","displayOptions":{"show":{"resource":["container"],"operation":["delete"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getContainers","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. mycontainer","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Container","name":"container","default":{"mode":"list","value":""},"description":"Select the container to get","displayOptions":{"show":{"resource":["container"],"operation":["get"]}},"modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getContainers","searchable":true}},{"displayName":"By Name","name":"id","placeholder":"e.g. mycontainer","type":"string"}],"required":true,"type":"resourceLocator"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["container"],"operation":["get"]}},"options":[{"displayName":"Simplify","name":"simplify","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"placeholder":"Add option","type":"collection"},{"displayName":"Return All","name":"returnAll","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["container"],"operation":["getAll"]}},"routing":{"send":{"paginate":"={{ $value }}"},"operations":{}},"type":"boolean"},{"displayName":"Limit","name":"limit","default":50,"description":"Max number of results to return","displayOptions":{"show":{"resource":["container"],"operation":["getAll"],"returnAll":[false]}},"routing":{"send":{"property":"maxresults","type":"query","value":"={{ $value }}"},"output":{"postReceive":[null]}},"type":"number","typeOptions":{"minValue":1},"validateType":"number"},{"displayName":"Options","name":"options","default":{},"displayOptions":{"show":{"resource":["container"],"operation":["getAll"]}},"options":[{"displayName":"Fields","name":"fields","default":[],"description":"The fields to add to the output","options":[{"name":"Metadata","value":"metadata"},{"name":"Deleted","value":"deleted"},{"name":"System","value":"system"}],"routing":{"send":{"property":"include","type":"query","value":"={{ $value.join(\",\") || undefined }}"}},"type":"multiOptions"},{"displayName":"Filter","name":"filter","default":"","description":"Filters the results to return only containers with a name that begins with the specified prefix","placeholder":"e.g. mycontainer","routing":{"send":{"property":"prefix","type":"query","value":"={{ $value ? $value : undefined }}"}},"type":"string","validateType":"string"}],"placeholder":"Add option","type":"collection"},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.azurestorage/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Microsoft/Storage/azureStorage.svg","dark":"icons/n8n-nodes-base/dist/nodes/Microsoft/Storage/azureStorage.dark.svg"}},
{"displayName":"Microsoft Teams","name":"microsoftTeams","group":["input"],"description":"Consume Microsoft Teams API","defaultVersion":2,"schemaPath":"Microsoft/Teams","version":[1,1.1],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Microsoft Teams"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftTeamsOAuth2Api","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Channel","value":"channel"},{"name":"Channel Message (Beta)","value":"channelMessage"},{"name":"Chat Message","value":"chatMessage"},{"name":"Task","value":"task"}],"default":"channel"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channel"]}},"options":[{"name":"Create","value":"create","description":"Create a channel","action":"Create a channel"},{"name":"Delete","value":"delete","description":"Delete a channel","action":"Delete a channel"},{"name":"Get","value":"get","description":"Get a channel","action":"Get a channel"},{"name":"Get Many","value":"getAll","description":"Get many channels","action":"Get many channels"},{"name":"Update","value":"update","description":"Update a channel","action":"Update a channel"}],"default":"create"},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"default":""},{"displayName":"Name","name":"name","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"default":"","description":"Channel name as it will appear to the user in Microsoft Teams"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Channel's description"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Private","value":"private"},{"name":"Standard","value":"standard"}],"default":"standard","description":"The type of the channel"}]},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["delete"],"resource":["channel"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["delete"],"resource":["channel"]}},"default":""},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["get"],"resource":["channel"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["get"],"resource":["channel"]}},"default":""},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["getAll"],"resource":["channel"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["channel"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["channel"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["update"],"resource":["channel"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["update"],"resource":["channel"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["channel"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Channel name as it will appear to the user in Microsoft Teams"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Channel's description"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channelMessage"]}},"options":[{"name":"Create","value":"create","description":"Create a message","action":"Create a message in a channel"},{"name":"Get Many","value":"getAll","description":"Get many messages","action":"Get many messages in a channel"}],"default":"create"},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":""},{"displayName":"Message Type","name":"messageType","required":true,"type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":"text","description":"The type of the content"},{"displayName":"Message","name":"message","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["channelMessage"]}},"default":"","description":"The content of the item"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]}},"options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending messages."},{"displayName":"Make Reply","name":"makeReply","type":"string","default":"","description":"An optional ID of the message you want to reply to"}]},{"displayName":"Team Name or ID","name":"teamId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTeams"},"displayOptions":{"show":{"operation":["getAll"],"resource":["channelMessage"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels","loadOptionsDependsOn":["teamId"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["channelMessage"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["channelMessage"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["channelMessage"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chatMessage"]}},"options":[{"name":"Create","value":"create","description":"Create a message","action":"Create a chat message"},{"name":"Get","value":"get","description":"Get a message","action":"Get a chat message"},{"name":"Get Many","value":"getAll","description":"Get many messages","action":"Get many chat messages"}],"default":"create"},{"displayName":"Chat Name or ID","name":"chatId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChats"},"displayOptions":{"show":{"operation":["create","get"],"resource":["chatMessage"]}},"default":""},{"displayName":"Message Type","name":"messageType","required":true,"type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"displayOptions":{"show":{"operation":["create"],"resource":["chatMessage"]}},"default":"text","description":"The type of the content"},{"displayName":"Message","name":"message","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["chatMessage"]}},"default":"","description":"The content of the item"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["chatMessage"]}},"default":{},"description":"Other options to set","placeholder":"Add option","options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending messages."}]},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","displayOptions":{"show":{"operation":["get"],"resource":["chatMessage"]}},"default":""},{"displayName":"Chat Name or ID","name":"chatId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChats"},"displayOptions":{"show":{"operation":["getAll"],"resource":["chatMessage"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["chatMessage"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["chatMessage"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Get a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get many tasks","action":"Get many tasks"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Group Source","name":"groupSource","required":true,"type":"options","default":"all","displayOptions":{"show":{"operation":["getAll","create","update"],"resource":["task"]}},"options":[{"name":"All Groups","value":"all","description":"From all groups"},{"name":"My Groups","value":"mine","description":"Only load groups that account is member of"}]},{"displayName":"Group Name or ID","name":"groupId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups","loadOptionsDependsOn":["groupSource"]},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":""},{"displayName":"Plan Name or ID","name":"planId","required":true,"type":"options","typeOptions":{"loadOptionsMethod":"getPlans","loadOptionsDependsOn":["groupId"]},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":"","description":"The plan for the task to belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Bucket Name or ID","name":"bucketId","required":true,"type":"options","typeOptions":{"loadOptionsMethod":"getBuckets","loadOptionsDependsOn":["planId"]},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":"","description":"The bucket for the task to belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Title","name":"title","required":true,"type":"string","displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":"","description":"Title of the task"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Assigned To Name or ID","name":"assignedTo","type":"options","typeOptions":{"loadOptionsMethod":"getMembers","loadOptionsDependsOn":["groupId"]},"default":"","description":"Who the task should be assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Due Date Time","name":"dueDateTime","type":"dateTime","default":"","description":"Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time."},{"displayName":"Label Names or IDs","name":"labels","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLabels","loadOptionsDependsOn":["planId"]},"default":[],"description":"Labels to assign to the task. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Percent Complete","name":"percentComplete","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"description":"Percentage of task completion. When set to 100, the task is considered completed."}]},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","displayOptions":{"show":{"operation":["delete"],"resource":["task"]}},"default":""},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","displayOptions":{"show":{"operation":["get"],"resource":["task"]}},"default":""},{"displayName":"Tasks For","name":"tasksFor","default":"member","required":true,"type":"options","displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"options":[{"name":"Group Member","value":"member","description":"Tasks assigned to group member"},{"name":"Plan","value":"plan","description":"Tasks in group plan"}]},{"displayName":"Group Name or ID","name":"groupId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups","loadOptionsDependsOn":["groupSource"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"default":""},{"displayName":"Member Name or ID","name":"memberId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getMembers","loadOptionsDependsOn":["groupId"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"],"tasksFor":["member"]}},"default":""},{"displayName":"Plan Name or ID","name":"planId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPlans","loadOptionsDependsOn":["groupId"]},"displayOptions":{"show":{"operation":["getAll"],"resource":["task"],"tasksFor":["plan"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["task"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"default":"","description":"The ID of the Task"},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["task"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Assigned To Name or ID","name":"assignedTo","type":"options","typeOptions":{"loadOptionsMethod":"getMembers","loadOptionsDependsOn":["groupId"]},"default":"","description":"Who the task should be assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Bucket Name or ID","name":"bucketId","type":"options","typeOptions":{"loadOptionsMethod":"getBuckets","loadOptionsDependsOn":["updateFields.planId"]},"default":"","description":"The bucket for the task to belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Due Date Time","name":"dueDateTime","type":"dateTime","default":"","description":"Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time."},{"displayName":"Group Name or ID","name":"groupId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups","loadOptionsDependsOn":["groupSource"]},"default":""},{"displayName":"Label Names or IDs","name":"labels","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLabels","loadOptionsDependsOn":["updateFields.planId"]},"default":[],"description":"Labels to assign to the task. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Percent Complete","name":"percentComplete","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"description":"Percentage of task completion. When set to 100, the task is considered completed."},{"displayName":"Plan Name or ID","name":"planId","type":"options","typeOptions":{"loadOptionsMethod":"getPlans","loadOptionsDependsOn":["groupId"]},"default":"","description":"The plan for the task to belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the task"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Teams/teams.svg","codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftteams/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}}},
{"displayName":"Microsoft Teams","name":"microsoftTeams","group":["input"],"description":"Consume Microsoft Teams API","defaultVersion":2,"schemaPath":"Microsoft/Teams","version":2,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Microsoft Teams"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftTeamsOAuth2Api","required":true}],"waitingNodeTooltip":"={{ ((parameters) => {\n    if (parameters?.operation === 'sendAndWait') {\n        return \"Execution will continue after the user's response\";\n    }\n    return '';\n})($parameter) }}","webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true},{"name":"default","httpMethod":"POST","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Channel","value":"channel"},{"name":"Channel Message","value":"channelMessage"},{"name":"Chat Message","value":"chatMessage"},{"name":"Task","value":"task"}],"default":"channel"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channel"]}},"options":[{"name":"Create","value":"create","description":"Create a channel","action":"Create channel"},{"name":"Delete","value":"deleteChannel","description":"Delete a channel","action":"Delete channel"},{"name":"Get","value":"get","description":"Get a channel","action":"Get channel"},{"name":"Get Many","value":"getAll","description":"Get many channels","action":"Get many channels"},{"name":"Update","value":"update","description":"Update a channel","action":"Update channel"}],"default":"create"},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channel"],"operation":["create"]}}},{"displayName":"New Channel Name","name":"name","required":true,"type":"string","default":"","placeholder":"e.g. My New Channel","description":"The name of the new channel you want to create","displayOptions":{"show":{"resource":["channel"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the channel","typeOptions":{"rows":2}},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Private","value":"private"},{"name":"Standard","value":"standard"}],"default":"standard","description":"Standard: Accessible to everyone on the team. Private: Accessible only to a specific group of people within the team."}],"displayOptions":{"show":{"resource":["channel"],"operation":["create"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channel"],"operation":["deleteChannel"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channel"],"operation":["deleteChannel"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channel"],"operation":["get"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channel"],"operation":["get"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channel"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["channel"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["channel"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channel"],"operation":["update"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channel"],"operation":["update"]}}},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. My New Channel name","description":"The name of the channel","displayOptions":{"show":{"resource":["channel"],"operation":["update"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the channel","typeOptions":{"rows":2}}],"displayOptions":{"show":{"resource":["channel"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channelMessage"]}},"options":[{"name":"Create","value":"create","description":"Create a message in a channel","action":"Create message"},{"name":"Get Many","value":"getAll","description":"Get many messages from a channel","action":"Get many messages"}],"default":"create"},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]}}},{"displayName":"Content Type","name":"contentType","required":true,"type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"default":"text","description":"Whether the message is plain text or HTML","displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]}}},{"displayName":"Message","name":"message","required":true,"type":"string","default":"","description":"The content of the message to be sent","typeOptions":{"rows":2},"displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending messages."},{"displayName":"Reply to ID","name":"makeReply","type":"string","default":"","placeholder":"e.g. 1673348720590","description":"An optional ID of the message you want to reply to. The message ID is the number before \"?tenantId\" in the message URL."}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["create"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the team from the list, by URL, or by ID (the ID is the \"groupId\" parameter in the URL you get from \"Get a link to the team\")","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"e.g. My Team","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"From URL","name":"url","type":"string","placeholder":"e.g. https://teams.microsoft.com/l/team/19%3AP8l9gXd6oqlgq…","extractValue":{"type":"regex","regex":"groupId=([a-f0-9-]+)\\&"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/teams.microsoft.com\\/.*groupId=[a-f0-9-]+\\&.*","errorMessage":"Not a valid Microsoft Teams URL"}}]},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. 61165b04-e4cc-4026-b43f-926b4e2a7182","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["getAll"]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the channel from the list, by URL, or by ID (the ID is the \"threadId\" in the URL)","typeOptions":{"loadOptionsDependsOn":["teamId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"}],"displayOptions":{"show":{"resource":["channelMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["channelMessage"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["channelMessage"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chatMessage"]}},"options":[{"name":"Create","value":"create","description":"Create a message in a chat","action":"Create chat message"},{"name":"Get","value":"get","description":"Get a message from a chat","action":"Get chat message"},{"name":"Get Many","value":"getAll","description":"Get many messages from a chat","action":"Get many chat messages"},{"name":"Send and Wait for Response","value":"sendAndWait","description":"Send a message and wait for response","action":"Send message and wait for response"}],"default":"create"},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["create"]}}},{"displayName":"Content Type","name":"contentType","required":true,"type":"options","options":[{"name":"Text","value":"text"},{"name":"HTML","value":"html"}],"default":"text","description":"Whether the message is plain text or HTML","displayOptions":{"show":{"resource":["chatMessage"],"operation":["create"]}}},{"displayName":"Message","name":"message","required":true,"type":"string","default":"","description":"The content of the message to be sent","typeOptions":{"rows":2},"displayOptions":{"show":{"resource":["chatMessage"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"description":"Other options to set","placeholder":"Add option","options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending messages."}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["create"]}}},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["get"]}}},{"displayName":"Message ID","name":"messageId","required":true,"type":"string","default":"","placeholder":"e.g. 1673355049064","description":"The ID of the message to retrieve","displayOptions":{"show":{"resource":["chatMessage"],"operation":["get"]}}},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["chatMessage"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["chatMessage"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select the chat from the list, by URL, or by ID (find the chat ID after \"conversations/\" in the URL)","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276_0c5cfdbb-596f-4d39-b557-5d9516c94107@unq.gbl.spaces","url":"=https://teams.microsoft.com/l/chat/{{encodeURIComponent($value)}}/0"}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["sendAndWait"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"typeOptions":{"rows":4},"displayOptions":{"show":{"resource":["chatMessage"],"operation":["sendAndWait"]}}},{"displayName":"Response Type","name":"responseType","type":"options","default":"approval","options":[{"name":"Approval","value":"approval","description":"User can approve/disapprove from within the message"},{"name":"Free Text","value":"freeText","description":"User can submit a response via a form"},{"name":"Custom Form","value":"customForm","description":"User can submit a response via a custom form"}],"displayOptions":{"show":{"resource":["chatMessage"],"operation":["sendAndWait"]}}},{"displayName":"Define Form","name":"defineForm","type":"options","noDataExpression":true,"options":[{"name":"Using Fields Below","value":"fields"},{"name":"Using JSON","value":"json"}],"default":"fields","displayOptions":{"show":{"responseType":["customForm"],"resource":["chatMessage"],"operation":["sendAndWait"]}}},{"displayName":"Form Fields","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n  {\n    \"fieldLabel\": \"Name\",\n    \"placeholder\": \"enter your name\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Age\",\n    \"fieldType\": \"number\",\n    \"placeholder\": \"enter your age\"\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Textarea\",\n    \"fieldType\": \"textarea\"\n  },\n  {\n    \"fieldLabel\": \"Dropdown Options\",\n    \"fieldType\": \"dropdown\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    },\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Checkboxes\",\n    \"fieldType\": \"checkbox\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Radio\",\n    \"fieldType\": \"radio\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"placeholder\": \"me@mail.con\"\n  },\n  {\n    \"fieldLabel\": \"File\",\n    \"fieldType\": \"file\",\n    \"multipleFiles\": true,\n    \"acceptFileTypes\": \".jpg, .png\"\n  },\n  {\n    \"fieldLabel\": \"Number\",\n    \"fieldType\": \"number\"\n  },\n  {\n    \"fieldLabel\": \"Password\",\n    \"fieldType\": \"password\"\n  }\n]\n","validateType":"form-fields","ignoreValidationDuringExecution":true,"hint":"<a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/\" target=\"_blank\">See docs</a> for field syntax","displayOptions":{"show":{"defineForm":["json"],"responseType":["customForm"],"resource":["chatMessage"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["chatMessage"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"hideOptionalFields":true,"addOptionalFieldButtonText":"Add Attributes","fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["chatMessage"],"operation":["sendAndWait"]}}},{"displayName":"Approval Options","name":"approvalOptions","type":"fixedCollection","placeholder":"Add option","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Type of Approval","name":"approvalType","type":"options","placeholder":"Add option","default":"single","options":[{"name":"Approve Only","value":"single"},{"name":"Approve and Disapprove","value":"double"}]},{"displayName":"Approve Button Label","name":"approveLabel","type":"string","default":"✓ Approve","displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Disapprove Button Label","name":"disapproveLabel","type":"string","default":"✗ Decline","displayOptions":{"show":{"approvalType":["double"]}}}]}],"displayOptions":{"show":{"responseType":["approval"],"resource":["chatMessage"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["approval"],"resource":["chatMessage"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Message Button Label","name":"messageButtonLabel","type":"string","default":"Respond"},{"displayName":"Response Form Title","name":"responseFormTitle","description":"Title of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Description","name":"responseFormDescription","description":"Description of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Button Label","name":"responseFormButtonLabel","type":"string","default":"Submit"},{"displayName":"Response Form Custom Styling","name":"responseFormCustomCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the response form with CSS"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["freeText","customForm"],"resource":["chatMessage"],"operation":["sendAndWait"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a task","action":"Create task"},{"name":"Delete","value":"deleteTask","description":"Delete a task","action":"Delete task"},{"name":"Get","value":"get","description":"Get a task","action":"Get task"},{"name":"Get Many","value":"getAll","description":"Get many tasks","action":"Get many tasks"},{"name":"Update","value":"update","description":"Update a task","action":"Update task"}],"default":"create"},{"displayName":"Team","name":"groupId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["groupSource"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Team...","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"12f0ca7d-b77f-4c4e-93d2-5cbdb4f464c6","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Plan","name":"planId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["groupId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Plan...","typeOptions":{"searchListMethod":"getPlans","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The plan for the task to belong to","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Bucket","name":"bucketId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["planId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Bucket...","typeOptions":{"searchListMethod":"getBuckets","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The bucket for the task to belong to","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Title","name":"title","required":true,"type":"string","default":"","placeholder":"e.g. new task","description":"Title of the task","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Assigned To","name":"assignedTo","type":"resourceLocator","default":{"mode":"list","value":""},"typeOptions":{"loadOptionsDependsOn":["groupId.balue"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Member...","typeOptions":{"searchListMethod":"getMembers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"7e2f1174-e8ee-4859-b8b1-a8d1cc63d276","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"description":"Who the task should be assigned to"},{"displayName":"Due Date Time","name":"dueDateTime","type":"string","validateType":"dateTime","default":"","description":"Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time."},{"displayName":"Percent Complete","name":"percentComplete","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"placeholder":"e.g. 75","description":"Percentage of task completion. When set to 100, the task is considered completed."}],"displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","placeholder":"e.g. h3ufgLvXPkSRzYm-zO5cY5gANtBQ","description":"The ID of the task to delete","default":"","displayOptions":{"show":{"resource":["task"],"operation":["deleteTask"]}}},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","description":"The ID of the task to retrieve","placeholder":"e.g. h3ufgLvXPkSRzYm-zO5cY5gANtBQ","default":"","displayOptions":{"show":{"resource":["task"],"operation":["get"]}}},{"displayName":"Tasks For","name":"tasksFor","default":"member","required":true,"type":"options","description":"Whether to retrieve the tasks for a user or for a plan","options":[{"name":"Group Member","value":"member","description":"Tasks assigned to group member"},{"name":"Plan","value":"plan","description":"Tasks in group plan"}],"displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}}},{"displayName":"Team","name":"groupId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["groupSource"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Team...","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"12f0ca7d-b77f-4c4e-93d2-5cbdb4f464c6","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}}},{"displayName":"Plan","name":"planId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["groupId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Plan...","typeOptions":{"searchListMethod":"getPlans","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The plan for the task to belong to","displayOptions":{"show":{"tasksFor":["plan"],"resource":["task"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"returnAll":[false],"resource":["task"],"operation":["getAll"]}},"typeOptions":{"minValue":1},"default":100,"description":"Max number of results to return"},{"displayName":"Task ID","name":"taskId","required":true,"type":"string","default":"","placeholder":"e.g. h3ufgLvXPkSRzYm-zO5cY5gANtBQ","description":"The ID of the task to update","displayOptions":{"show":{"resource":["task"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","default":{},"placeholder":"Add Field","options":[{"displayName":"Assigned To","name":"assignedTo","type":"resourceLocator","default":{"mode":"list","value":""},"typeOptions":{"loadOptionsDependsOn":["updateFields.groupId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Member...","typeOptions":{"searchListMethod":"getMembers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"7e2f1174-e8ee-4859-b8b1-a8d1cc63d276","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}],"description":"Who the task should be assigned to","hint":"Select 'Team' from options first","required":false},{"displayName":"Bucket","name":"bucketId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"typeOptions":{"loadOptionsDependsOn":["updateFields.planId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Bucket...","typeOptions":{"searchListMethod":"getBuckets","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The bucket for the task to belong to"},{"displayName":"Due Date Time","name":"dueDateTime","type":"string","validateType":"dateTime","default":"","description":"Date and time at which the task is due. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time."},{"displayName":"Team","name":"groupId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"typeOptions":{"loadOptionsDependsOn":["/groupSource"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Team...","typeOptions":{"searchListMethod":"getGroups","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"12f0ca7d-b77f-4c4e-93d2-5cbdb4f464c6","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})[ \t]*","errorMessage":"Not a valid Microsoft Teams Team ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-[0-9a-f]{4}-4[0-9a-f]{3}-[89ab][0-9a-f]{3}-[0-9a-f]{12})"}}]},{"displayName":"Percent Complete","name":"percentComplete","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"placeholder":"e.g. 75","description":"Percentage of task completion. When set to 100, the task is considered completed."},{"displayName":"Plan","name":"planId","type":"resourceLocator","default":{"mode":"list","value":""},"required":false,"typeOptions":{"loadOptionsDependsOn":["updateFields.groupId.value"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Plan...","typeOptions":{"searchListMethod":"getPlans","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"rl1HYb0cUEiHPc7zgB_KWWUAA7Of"}],"description":"The plan for the task to belong to","hint":"Select 'Team' from options first"},{"displayName":"Title","name":"title","type":"string","default":"","placeholder":"e.g. my task","description":"Title of the task"}],"displayOptions":{"show":{"resource":["task"],"operation":["update"]}}}],"usableAsTool":true,"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Teams/teams.svg","codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsoftteams/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}}},
{"displayName":"Microsoft Teams Trigger","name":"microsoftTeamsTrigger","group":["trigger"],"version":1,"description":"Triggers workflows in n8n based on events from Microsoft Teams, such as new messages or team updates, using specified configurations.","subtitle":"Microsoft Teams Trigger","defaults":{"name":"Microsoft Teams Trigger"},"credentials":[{"name":"microsoftTeamsOAuth2Api","required":true}],"inputs":[],"outputs":["main"],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Trigger On","name":"event","type":"options","default":"newChannelMessage","options":[{"name":"New Channel","value":"newChannel","description":"A new channel is created"},{"name":"New Channel Message","value":"newChannelMessage","description":"A message is posted to a channel"},{"name":"New Chat","value":"newChat","description":"A new chat is created"},{"name":"New Chat Message","value":"newChatMessage","description":"A message is posted to a chat"},{"name":"New Team Member","value":"newTeamMember","description":"A new member is added to a team"}],"description":"Select the event to trigger the workflow"},{"displayName":"Watch All Teams","name":"watchAllTeams","type":"boolean","default":false,"description":"Whether to watch for the event in all the available teams","displayOptions":{"show":{"event":["newChannel","newChannelMessage","newTeamMember"]}}},{"displayName":"Team","name":"teamId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select a team from the list, enter an ID or a URL","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a team...","typeOptions":{"searchListMethod":"getTeams","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g., 61165b04-e4cc-4026-b43f-926b4e2a7182"},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g., https://teams.microsoft.com/l/team/19%3A...groupId=your-team-id&tenantId=...","extractValue":{"type":"regex","regex":{}}}],"displayOptions":{"show":{"event":["newChannel","newChannelMessage","newTeamMember"],"watchAllTeams":[false]}}},{"displayName":"Watch All Channels","name":"watchAllChannels","type":"boolean","default":false,"description":"Whether to watch for the event in all the available channels","displayOptions":{"show":{"event":["newChannelMessage"],"watchAllTeams":[false]}}},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select a channel from the list, enter an ID or a URL","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g., 19:-xlxyqXNSCxpI1SDzgQ_L9ZvzSR26pgphq1BJ9y7QJE1@thread.tacv2"},{"displayName":"By URL","name":"url","type":"string","placeholder":"e.g., https://teams.microsoft.com/l/channel/19%3A...@thread.tacv2/...","extractValue":{"type":"regex","regex":{}}}],"displayOptions":{"show":{"event":["newChannelMessage"],"watchAllTeams":[false],"watchAllChannels":[false]}}},{"displayName":"Watch All Chats","name":"watchAllChats","type":"boolean","default":false,"description":"Whether to watch for the event in all the available chats","displayOptions":{"show":{"event":["newChatMessage"]}}},{"displayName":"Chat","name":"chatId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"Select a chat from the list, enter an ID or a URL","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a chat...","typeOptions":{"searchListMethod":"getChats","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"19:7e2f1174-e8ee-4859-b8b1-a8d1cc63d276@unq.gbl.spaces"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://teams.microsoft.com/_#/conversations/CHAT_ID","extractValue":{"type":"regex","regex":{}}}],"displayOptions":{"show":{"event":["newChatMessage"],"watchAllChats":[false]}}}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.microsoftteamstrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/Teams/teams.svg"},
{"displayName":"Microsoft To Do","name":"microsoftToDo","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Microsoft To Do API.","schemaPath":"Microsoft/ToDo","defaults":{"name":"Microsoft To Do"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"microsoftToDoOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Linked Resource","value":"linkedResource"},{"name":"List","value":"list"},{"name":"Task","value":"task"}],"default":"task"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["linkedResource"]}},"options":[{"name":"Create","value":"create","action":"Create a linked resource"},{"name":"Delete","value":"delete","action":"Delete a linked resource"},{"name":"Get","value":"get","action":"Get a linked resource"},{"name":"Get Many","value":"getAll","action":"Get many linked resources"},{"name":"Update","value":"update","action":"Update a linked resource"}],"default":"get"},{"displayName":"Task List Name or ID","name":"taskListId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTaskLists"},"displayOptions":{"show":{"operation":["create","delete","get","getAll","update"],"resource":["linkedResource"]}},"required":true,"default":""},{"displayName":"Task ID","name":"taskId","type":"string","displayOptions":{"show":{"operation":["create","delete","get","getAll","update"],"resource":["linkedResource"]}},"required":true,"default":""},{"displayName":"Name","name":"displayName","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["linkedResource"]}},"description":"Field indicating title of the linked entity"},{"displayName":"Application Name","name":"applicationName","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["linkedResource"]}},"required":true,"default":"","description":"App name of the source that is sending the linked entity"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["linkedResource"],"operation":["create"]}},"options":[{"displayName":"External ID","name":"externalId","type":"string","default":"","description":"ID of the object that is associated with this task on the third-party/partner system"},{"displayName":"Web URL","name":"webUrl","type":"string","default":"","description":"Deeplink to the linked entity"}]},{"displayName":"Linked Resource ID","name":"linkedResourceId","type":"string","displayOptions":{"show":{"resource":["linkedResource"],"operation":["delete","get","update"]}},"default":"","required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["linkedResource"],"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":["linkedResource"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["linkedResource"],"operation":["update"]}},"options":[{"displayName":"Application Name","name":"applicationName","type":"string","default":"","description":"App name of the source that is sending the linked entity"},{"displayName":"Name","name":"displayName","type":"string","default":"","description":"Field indicating title of the linked entity"},{"displayName":"External ID","name":"externalId","type":"string","default":"","description":"ID of the object that is associated with this task on the third-party/partner system"},{"displayName":"Web URL","name":"webUrl","type":"string","default":"","description":"Deeplink to the linked entity"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","action":"Create a task"},{"name":"Delete","value":"delete","action":"Delete a task"},{"name":"Get","value":"get","action":"Get a task"},{"name":"Get Many","value":"getAll","action":"Get many tasks"},{"name":"Update","value":"update","action":"Update a task"}],"default":"get"},{"displayName":"List Name or ID","name":"taskListId","type":"options","typeOptions":{"loadOptionsMethod":"getTaskLists"},"displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"required":true,"default":"","description":"The identifier of the list, unique in the user's mailbox. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Subject","name":"title","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["task"]}},"required":true,"default":"","description":"A brief description of the task"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Content","name":"content","type":"string","default":"","description":"The content of the task"},{"displayName":"Due","name":"dueDateTime","type":"dateTime","default":"","description":"The date in the specified time zone that the task is to be finished"},{"displayName":"Reminder","name":"reminderDateTime","type":"dateTime","default":"","description":"The date in the specified time zone that the task is to be reminded"},{"displayName":"Importance","name":"importance","type":"options","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}],"default":"normal","description":"The importance of the task"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Not Started","value":"notStarted"},{"name":"In Progress","value":"inProgress"},{"name":"Completed","value":"completed"},{"name":"Waiting On Others","value":"waitingOnOthers"},{"name":"Deferred","value":"deferred"}],"default":"notStarted","description":"Indicates the state or progress of the task"}]},{"displayName":"List Name or ID","name":"taskListId","type":"options","typeOptions":{"loadOptionsMethod":"getTaskLists"},"displayOptions":{"show":{"operation":["delete","get","getAll","update"],"resource":["task"]}},"required":true,"default":"","description":"The identifier of the list, unique in the user's mailbox. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Task ID","name":"taskId","type":"string","displayOptions":{"show":{"operation":["delete","get","update"],"resource":["task"]}},"required":true,"default":""},{"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":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Content","name":"content","type":"string","default":"","description":"The content of the task"},{"displayName":"Due Date Time","name":"dueDateTime","type":"dateTime","default":"","description":"The date in the specified time zone that the task is to be finished"},{"displayName":"Reminder","name":"reminderDateTime","type":"dateTime","default":"","description":"The date in the specified time zone that the task is to be reminded"},{"displayName":"Importance","name":"importance","type":"options","options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"}],"default":"normal","description":"The importance of the task"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Not Started","value":"notStarted"},{"name":"In Progress","value":"inProgress"},{"name":"Completed","value":"completed"},{"name":"Waiting On Others","value":"waitingOnOthers"},{"name":"Deferred","value":"deferred"}],"default":"notStarted","description":"Indicates the state or progress of the task"},{"displayName":"Subject","name":"title","type":"string","default":"","description":"A brief description of the task"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["list"]}},"options":[{"name":"Create","value":"create","action":"Create a list"},{"name":"Delete","value":"delete","action":"Delete a list"},{"name":"Get","value":"get","action":"Get a list"},{"name":"Get Many","value":"getAll","action":"Get many lists"},{"name":"Update","value":"update","action":"Update a list"}],"default":"get"},{"displayName":"List Name","name":"displayName","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["list"]}},"required":true,"default":"","description":"List display name"},{"displayName":"List ID","name":"listId","type":"string","displayOptions":{"show":{"operation":["delete","get","update"],"resource":["list"]}},"required":true,"default":"","description":"The identifier of the list, unique in the user's mailbox"},{"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":100},"default":50,"description":"Max number of results to return"},{"displayName":"New List Name","name":"displayName","type":"string","displayOptions":{"show":{"operation":["update"],"resource":["list"]}},"required":true,"default":"","description":"List display name"}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.microsofttodo/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/microsoft/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Microsoft/ToDo/todo.svg"},
{"displayName":"Mindee","name":"mindee","group":["input"],"version":[1,2,3],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Mindee API","defaults":{"name":"Mindee"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mindeeReceiptApi","required":true,"displayOptions":{"show":{"resource":["receipt"]}}},{"name":"mindeeInvoiceApi","required":true,"displayOptions":{"show":{"resource":["invoice"]}}}],"properties":[{"displayName":"API Version","name":"apiVersion","type":"options","isNodeSetting":true,"displayOptions":{"show":{"@version":[1]}},"options":[{"name":"1","value":1},{"name":"3","value":3},{"name":"4","value":4}],"default":1,"description":"Which Mindee API Version to use"},{"displayName":"API Version","name":"apiVersion","type":"options","isNodeSetting":true,"displayOptions":{"show":{"@version":[2]}},"options":[{"name":"1","value":1},{"name":"3","value":3},{"name":"4","value":4}],"default":3,"description":"Which Mindee API Version to use"},{"displayName":"API Version","name":"apiVersion","type":"options","isNodeSetting":true,"displayOptions":{"show":{"@version":[3]}},"options":[{"name":"1","value":1},{"name":"3","value":3},{"name":"4","value":4}],"default":4,"description":"Which Mindee API Version to use"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Invoice","value":"invoice"},{"name":"Receipt","value":"receipt"}],"default":"receipt"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Predict","value":"predict"}],"default":"predict"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["predict"],"resource":["receipt","invoice"]}},"hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return the data exactly in the way it got received from the API"}],"codex":{"categories":["Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mindee/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mindee/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Mindee/mindee.svg"},
{"displayName":"MISP","name":"misp","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the MISP API","defaults":{"name":"MISP"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mispApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Attribute","value":"attribute"},{"name":"Event","value":"event"},{"name":"Event Tag","value":"eventTag"},{"name":"Feed","value":"feed"},{"name":"Galaxy","value":"galaxy"},{"name":"Noticelist","value":"noticelist"},{"name":"Object","value":"object"},{"name":"Organisation","value":"organisation"},{"name":"Tag","value":"tag"},{"name":"User","value":"user"},{"name":"Warninglist","value":"warninglist"}],"default":"attribute"},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["attribute"]}},"noDataExpression":true,"options":[{"name":"Create","value":"create","action":"Create an attribute"},{"name":"Delete","value":"delete","action":"Delete an attribute"},{"name":"Get","value":"get","action":"Get an attribute"},{"name":"Get Many","value":"getAll","action":"Get many attributes"},{"name":"Search","value":"search","action":"Get a filtered list of attributes"},{"name":"Update","value":"update","action":"Update an attribute"}],"default":"create"},{"displayName":"Event UUID","name":"eventId","description":"UUID of the event to attach the attribute to","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attribute"],"operation":["create"]}}},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Text","value":"text"},{"name":"URL","value":"url"},{"name":"Comment","value":"comment"}],"required":true,"default":"text","displayOptions":{"show":{"resource":["attribute"],"operation":["create"]}}},{"displayName":"Value","name":"value","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attribute"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["attribute"],"operation":["create"]}},"options":[{"displayName":"Distribution","name":"distribution","type":"options","default":0,"description":"Who will be able to see this event once published","options":[{"name":"All Communities","value":3},{"name":"Connected Communities","value":2},{"name":"Inherit Event","value":5},{"name":"Sharing Group","value":4},{"name":"This Community Only","value":1},{"name":"Your Organization Only","value":0}]},{"displayName":"Sharing Group Name or ID","name":"sharing_group_id","type":"options","default":"","description":"Use only for when <code>Sharing Group</code> is selected in <code>Distribution</code>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getSharingGroups"}}]},{"displayName":"Attribute ID","name":"attributeId","description":"UUID or numeric ID of the attribute","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attribute"],"operation":["delete"]}}},{"displayName":"Attribute ID","name":"attributeId","description":"UUID or numeric ID of the attribute","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attribute"],"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":["attribute"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["attribute"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Use JSON to Specify Fields","name":"useJson","type":"boolean","default":false,"description":"Whether to use JSON to specify the fields for the search request","displayOptions":{"show":{"resource":["attribute"],"operation":["search"]}}},{"displayName":"JSON","name":"jsonOutput","type":"json","description":"Get more info at {YOUR_BASE_URL_SPECIFIED_IN_CREDENTIALS}/api/openapi#operation/restSearchAttributes","typeOptions":{"rows":5},"default":"{\n  \"value\": \"search value\",\n  \"type\": \"text\"\n}\n","validateType":"object","displayOptions":{"show":{"useJson":[true],"resource":["attribute"],"operation":["search"]}}},{"displayName":"Value","name":"value","type":"string","required":true,"placeholder":"e.g. 127.0.0.1","default":"","displayOptions":{"show":{"useJson":[false],"resource":["attribute"],"operation":["search"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"useJson":[false],"resource":["attribute"],"operation":["search"]}},"options":[{"displayName":"Category","name":"category","type":"string","placeholder":"e.g. Internal reference","default":""},{"displayName":"Deleted","name":"deleted","type":"boolean","default":false},{"displayName":"Search All","name":"searchall","type":"string","description":"Search by matching any tag names, event descriptions, attribute values or attribute comments","default":"","displayOptions":{"hide":{"/resource":["attribute"]}}},{"displayName":"Tags","name":"tags","type":"string","placeholder":"e.g. tag1,tag2","hint":"Comma-separated list of tags","default":""},{"displayName":"Type","name":"type","type":"string","placeholder":"e.g. text","default":""},{"displayName":"Published","name":"published","type":"boolean","default":false}]},{"displayName":"Attribute ID","name":"attributeId","description":"ID of the attribute to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attribute"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["attribute"],"operation":["update"]}},"options":[{"displayName":"Distribution","name":"distribution","type":"options","default":0,"description":"Who will be able to see this event once published","options":[{"name":"All Communities","value":3},{"name":"Connected Communities","value":2},{"name":"Inherit Event","value":5},{"name":"Sharing Group","value":4},{"name":"This Community Only","value":1},{"name":"Your Organization Only","value":0}]},{"displayName":"Sharing Group Name or ID","name":"sharing_group_id","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Use only for when <code>Sharing Group</code> is selected in <code>Distribution</code>.","typeOptions":{"loadOptionsMethod":"getSharingGroups"}}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["event"]}},"noDataExpression":true,"options":[{"name":"Create","value":"create","action":"Create an event"},{"name":"Delete","value":"delete","action":"Delete an event"},{"name":"Get","value":"get","action":"Get an event"},{"name":"Get Many","value":"getAll","action":"Get many events"},{"name":"Publish","value":"publish","action":"Publish an event"},{"name":"Search","value":"search","action":"Get a filtered list of events"},{"name":"Unpublish","value":"unpublish","action":"Unpublish an event"},{"name":"Update","value":"update","action":"Update an event"}],"default":"create"},{"displayName":"Organization Name or ID","name":"org_id","type":"options","default":"","required":true,"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getOrgs"},"displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Information","name":"information","type":"string","default":"","required":true,"description":"Information on the event - max 65535 characters","displayOptions":{"show":{"resource":["event"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["create"]}},"options":[{"displayName":"Analysis","name":"analysis","type":"options","default":0,"description":"Analysis maturity level of the event","options":[{"name":"Initial","value":0},{"name":"Ongoing","value":1},{"name":"Complete","value":2}]},{"displayName":"Distribution","name":"distribution","type":"options","default":0,"description":"Who will be able to see this event once published","options":[{"name":"All Communities","value":3},{"name":"Connected Communities","value":2},{"name":"Inherit Event","value":5},{"name":"Sharing Group","value":4},{"name":"This Community Only","value":1},{"name":"Your Organization Only","value":0}]},{"displayName":"Sharing Group Name or ID","name":"sharing_group_id","type":"options","default":"","description":"Use only for when <code>Sharing Group</code> is selected in <code>Distribution</code>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getSharingGroups"}},{"displayName":"Threat Level ID","name":"threat_level_id","type":"options","default":1,"options":[{"name":"High","value":1},{"name":"Medium","value":2},{"name":"Low","value":3},{"name":"Undefined","value":4}]}]},{"displayName":"Event ID","name":"eventId","description":"UUID or numeric ID of the event","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["event"],"operation":["delete"]}}},{"displayName":"Event ID","name":"eventId","description":"UUID or numeric ID of the event","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["event"],"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":["event"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["event"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Event ID","name":"eventId","description":"UUID or numeric ID of the event","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["event"],"operation":["publish"]}}},{"displayName":"Event ID","name":"eventId","description":"UUID or numeric ID of the event","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["event"],"operation":["unpublish"]}}},{"displayName":"Use JSON to Specify Fields","name":"useJson","type":"boolean","default":false,"description":"Whether to use JSON to specify the fields for the search request","displayOptions":{"show":{"resource":["event"],"operation":["search"]}}},{"displayName":"JSON","name":"jsonOutput","type":"json","description":"Get more info at {YOUR_BASE_URL_SPECIFIED_IN_CREDENTIALS}/api/openapi#operation/restSearchAttributes","typeOptions":{"rows":5},"default":"{\n  \"value\": \"search value\",\n  \"type\": \"text\"\n}\n","validateType":"object","displayOptions":{"show":{"useJson":[true],"resource":["event"],"operation":["search"]}}},{"displayName":"Value","name":"value","type":"string","required":true,"placeholder":"e.g. 127.0.0.1","default":"","displayOptions":{"show":{"useJson":[false],"resource":["event"],"operation":["search"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"useJson":[false],"resource":["event"],"operation":["search"]}},"options":[{"displayName":"Category","name":"category","type":"string","placeholder":"e.g. Internal reference","default":""},{"displayName":"Deleted","name":"deleted","type":"boolean","default":false},{"displayName":"Search All","name":"searchall","type":"string","description":"Search by matching any tag names, event descriptions, attribute values or attribute comments","default":"","displayOptions":{"hide":{"/resource":["attribute"]}}},{"displayName":"Tags","name":"tags","type":"string","placeholder":"e.g. tag1,tag2","hint":"Comma-separated list of tags","default":""},{"displayName":"Type","name":"type","type":"string","placeholder":"e.g. text","default":""},{"displayName":"Published","name":"published","type":"boolean","default":false}]},{"displayName":"Event ID","name":"eventId","description":"UUID or numeric ID of the event","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["event"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["event"],"operation":["update"]}},"options":[{"displayName":"Analysis","name":"analysis","type":"options","default":0,"description":"Analysis maturity level of the event","options":[{"name":"Initial","value":0},{"name":"Ongoing","value":1},{"name":"Complete","value":2}]},{"displayName":"Distribution","name":"distribution","type":"options","default":0,"description":"Who will be able to see this event once published","options":[{"name":"All Communities","value":3},{"name":"Connected Communities","value":2},{"name":"Inherit Event","value":5},{"name":"Sharing Group","value":4},{"name":"This Community Only","value":1},{"name":"Your Organization Only","value":0}]},{"displayName":"Information","name":"information","type":"string","default":"","description":"Information on the event - max 65535 characters"},{"displayName":"Sharing Group Name or ID","name":"sharing_group_id","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Use only for when <code>Sharing Group</code> is selected in <code>Distribution</code>.","typeOptions":{"loadOptionsMethod":"getSharingGroups"}},{"displayName":"Threat Level ID","name":"threat_level_id","type":"options","default":1,"options":[{"name":"High","value":1},{"name":"Medium","value":2},{"name":"Low","value":3},{"name":"Undefined","value":4}]}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["eventTag"]}},"noDataExpression":true,"options":[{"name":"Add","value":"add","action":"Add a tag to an event"},{"name":"Remove","value":"remove","action":"Remove a tag from an event"}],"default":"add"},{"displayName":"Event ID","name":"eventId","description":"UUID or numeric ID of the event","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["eventTag"],"operation":["add"]}}},{"displayName":"Tag Name or ID","name":"tagId","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getTags"},"displayOptions":{"show":{"resource":["eventTag"],"operation":["add"]}}},{"displayName":"Event ID","name":"eventId","description":"UUID or numeric ID of the event","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["eventTag"],"operation":["remove"]}}},{"displayName":"Tag Name or ID","name":"tagId","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getTags"},"displayOptions":{"show":{"resource":["eventTag"],"operation":["remove"]}}},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["feed"]}},"noDataExpression":true,"options":[{"name":"Create","value":"create","action":"Create a feed"},{"name":"Disable","value":"disable","action":"Disable a feed"},{"name":"Enable","value":"enable","action":"Enable a feed"},{"name":"Get","value":"get","action":"Get a feed"},{"name":"Get Many","value":"getAll","action":"Get many feeds"},{"name":"Update","value":"update","action":"Update a feed"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["feed"],"operation":["create"]}}},{"displayName":"Provider","name":"provider","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["feed"],"operation":["create"]}}},{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"https://example.com","required":true,"displayOptions":{"show":{"resource":["feed"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["feed"],"operation":["create"]}},"options":[{"displayName":"Distribution","name":"distribution","type":"options","default":0,"description":"Who will be able to see this event once published","options":[{"name":"All Communities","value":3},{"name":"Connected Communities","value":2},{"name":"Inherit Event","value":5},{"name":"Sharing Group","value":4},{"name":"This Community Only","value":1},{"name":"Your Organization Only","value":0}]},{"displayName":"Rules","name":"json","type":"string","default":"","description":"Filter rules for the feed"}]},{"displayName":"Feed ID","name":"feedId","description":"UUID or numeric ID of the feed","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["feed"],"operation":["disable"]}}},{"displayName":"Feed ID","name":"feedId","description":"UUID or numeric ID of the feed","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["feed"],"operation":["enable"]}}},{"displayName":"Feed ID","name":"feedId","description":"UUID or numeric ID of the feed","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["feed"],"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":["feed"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["feed"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Feed ID","name":"feedId","description":"ID of the feed to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["feed"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["feed"],"operation":["update"]}},"options":[{"displayName":"Distribution","name":"distribution","type":"options","default":0,"description":"Who will be able to see this event once published","options":[{"name":"All Communities","value":3},{"name":"Connected Communities","value":2},{"name":"Inherit Event","value":5},{"name":"Sharing Group","value":4},{"name":"This Community Only","value":1},{"name":"Your Organization Only","value":0}]},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Provider","name":"provider","type":"string","default":""},{"displayName":"Rules","name":"rules","type":"json","default":"","description":"Filter rules for the feed"},{"displayName":"URL","name":"url","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["galaxy"]}},"noDataExpression":true,"options":[{"name":"Delete","value":"delete","action":"Delete a galaxy"},{"name":"Get","value":"get","action":"Get a galaxy"},{"name":"Get Many","value":"getAll","action":"Get many galaxies"}],"default":"get"},{"displayName":"Galaxy ID","name":"galaxyId","description":"UUID or numeric ID of the galaxy","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["galaxy"],"operation":["delete"]}}},{"displayName":"Galaxy ID","name":"galaxyId","description":"UUID or numeric ID of the galaxy","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["galaxy"],"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":["galaxy"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["galaxy"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["noticelist"]}},"noDataExpression":true,"options":[{"name":"Get","value":"get","action":"Get a noticelist"},{"name":"Get Many","value":"getAll","action":"Get many noticelists"}],"default":"get"},{"displayName":"Noticelist ID","name":"noticelistId","description":"Numeric ID of the noticelist","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["noticelist"],"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":["noticelist"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["noticelist"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["object"]}},"noDataExpression":true,"options":[{"name":"Search","value":"search","action":"Get a filtered list of objects"}],"default":"search"},{"displayName":"Use JSON to Specify Fields","name":"useJson","type":"boolean","default":false,"description":"Whether to use JSON to specify the fields for the search request","displayOptions":{"show":{"resource":["object"],"operation":["search"]}}},{"displayName":"JSON","name":"jsonOutput","type":"json","description":"Get more info at {YOUR_BASE_URL_SPECIFIED_IN_CREDENTIALS}/api/openapi#operation/restSearchAttributes","typeOptions":{"rows":5},"default":"{\n  \"value\": \"search value\",\n  \"type\": \"text\"\n}\n","validateType":"object","displayOptions":{"show":{"useJson":[true],"resource":["object"],"operation":["search"]}}},{"displayName":"Value","name":"value","type":"string","required":true,"placeholder":"e.g. 127.0.0.1","default":"","displayOptions":{"show":{"useJson":[false],"resource":["object"],"operation":["search"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"useJson":[false],"resource":["object"],"operation":["search"]}},"options":[{"displayName":"Category","name":"category","type":"string","placeholder":"e.g. Internal reference","default":""},{"displayName":"Deleted","name":"deleted","type":"boolean","default":false},{"displayName":"Search All","name":"searchall","type":"string","description":"Search by matching any tag names, event descriptions, attribute values or attribute comments","default":"","displayOptions":{"hide":{"/resource":["attribute"]}}},{"displayName":"Tags","name":"tags","type":"string","placeholder":"e.g. tag1,tag2","hint":"Comma-separated list of tags","default":""},{"displayName":"Type","name":"type","type":"string","placeholder":"e.g. text","default":""},{"displayName":"Published","name":"published","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["organisation"]}},"noDataExpression":true,"options":[{"name":"Create","value":"create","action":"Create an organization"},{"name":"Delete","value":"delete","action":"Delete an organization"},{"name":"Get","value":"get","action":"Get an organization"},{"name":"Get Many","value":"getAll","action":"Get many organizations"},{"name":"Update","value":"update","action":"Update an organization"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["organisation"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["organisation"],"operation":["create"]}},"options":[{"displayName":"Created by Email","name":"created_by_email","type":"string","default":""},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Nationality","name":"nationality","type":"string","default":""},{"displayName":"Sector","name":"sector","type":"string","default":""},{"displayName":"Type","name":"type","type":"string","default":""},{"displayName":"User Count","name":"usercount","type":"number","typeOptions":{"minValue":0},"default":0}]},{"displayName":"Organisation ID","name":"organisationId","description":"UUID or numeric ID of the organisation","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["organisation"],"operation":["delete"]}}},{"displayName":"Organisation ID","name":"organisationId","description":"UUID or numeric ID of the organisation","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["organisation"],"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":["organisation"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["organisation"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Organisation ID","name":"organisationId","description":"ID of the organisation to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["organisation"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["organisation"],"operation":["update"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Nationality","name":"nationality","type":"string","default":""},{"displayName":"Sector","name":"sector","type":"string","default":""},{"displayName":"Type","name":"type","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["tag"]}},"noDataExpression":true,"options":[{"name":"Create","value":"create","action":"Create a tag"},{"name":"Delete","value":"delete","action":"Delete a tag"},{"name":"Get Many","value":"getAll","action":"Get many tags"},{"name":"Update","value":"update","action":"Update a tag"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["tag"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["tag"],"operation":["create"]}},"options":[{"displayName":"Color","description":"Hex color code for the tag","name":"colour","type":"color","default":""}]},{"displayName":"Tag ID","name":"tagId","description":"Numeric ID of the attribute","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["tag"],"operation":["delete"]}}},{"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":["tag"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["tag"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Tag ID","name":"tagId","description":"ID of the tag to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["tag"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["tag"],"operation":["update"]}},"options":[{"displayName":"Color","description":"Hex color code for the tag","name":"colour","type":"color","default":""},{"displayName":"Name","name":"name","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["user"]}},"noDataExpression":true,"options":[{"name":"Create","value":"create","action":"Create a user"},{"name":"Delete","value":"delete","action":"Delete a user"},{"name":"Get","value":"get","action":"Get a user"},{"name":"Get Many","value":"getAll","action":"Get many users"},{"name":"Update","value":"update","action":"Update a user"}],"default":"create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Role ID","name":"role_id","type":"string","description":"Role IDs are available in the MISP dashboard at /roles/index","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"GPG Key","name":"gpgkey","type":"string","default":""},{"displayName":"Inviter Email or ID","name":"invited_by","type":"options","default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"}},{"displayName":"Organization Name or ID","name":"org_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getOrgs"}}]},{"displayName":"User ID","name":"userId","description":"Numeric ID of the user","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"User ID","name":"userId","description":"Numeric ID of the user","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"User ID","name":"userId","description":"ID of the user to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"GPG Key","name":"gpgkey","type":"string","default":""},{"displayName":"Inviter Name or ID","name":"invited_by","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getUsers"}},{"displayName":"Organization Name or ID","name":"org_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getOrgs"}}]},{"displayName":"Operation","name":"operation","type":"options","displayOptions":{"show":{"resource":["warninglist"]}},"noDataExpression":true,"options":[{"name":"Get","value":"get","action":"Get a warninglist"},{"name":"Get Many","value":"getAll","action":"Get many warninglists"}],"default":"get"},{"displayName":"Warninglist ID","name":"warninglistId","description":"Numeric ID of the warninglist","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["warninglist"],"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":["warninglist"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["warninglist"],"operation":["getAll"],"returnAll":[false]}}}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.misp/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/misp/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Misp/misp.svg"},
{"displayName":"Mistral AI","name":"mistralAi","group":["transform"],"version":1,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Consume Mistral AI API","defaults":{"name":"Mistral AI"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"mistralCloudApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Document","value":"document"}],"default":"document"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["document"]}},"options":[{"name":"Extract Text","value":"extractText","description":"Extract text from document using OCR","action":"Extract text"}],"default":"extractText"},{"displayName":"Model","name":"model","type":"options","options":[{"name":"mistral-ocr-latest","value":"mistral-ocr-latest"}],"description":"The OCR model to use","required":true,"default":"mistral-ocr-latest","displayOptions":{"show":{"resource":["document"],"operation":["extractText"]}}},{"displayName":"Document Type","name":"documentType","type":"options","options":[{"name":"Document","value":"document_url"},{"name":"Image","value":"image_url"}],"description":"The type of document to process","required":true,"default":"document_url","displayOptions":{"show":{"resource":["document"],"operation":["extractText"]}}},{"displayName":"Input Type","name":"inputType","type":"options","options":[{"name":"Binary Data","value":"binary"},{"name":"URL","value":"url"}],"description":"How the document will be provided","required":true,"default":"binary","disabledOptions":{"show":{"options.batch":[true]}},"displayOptions":{"show":{"resource":["document"],"operation":["extractText"]}}},{"displayName":"Input Binary Field","name":"binaryProperty","type":"string","description":"Name of the input binary field that contains the file to process","placeholder":"e.g. data","hint":"Uploaded document files must not exceed 50 MB in size and should be no longer than 1,000 pages.","required":true,"default":"data","displayOptions":{"show":{"inputType":["binary"],"resource":["document"],"operation":["extractText"]}}},{"displayName":"URL","name":"url","type":"string","description":"URL of the document or image to process","placeholder":"e.g. https://example.com/document.pdf","required":true,"default":"","displayOptions":{"show":{"inputType":["url"],"resource":["document"],"operation":["extractText"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Enable Batch Processing","name":"batch","type":"boolean","description":"Whether to process multiple documents in a single API call (more cost-efficient)","default":false},{"displayName":"Batch Size","name":"batchSize","type":"number","description":"Maximum number of documents to process in a single batch","default":50,"typeOptions":{"maxValue":2048},"required":true,"displayOptions":{"show":{"batch":[true]}}},{"displayName":"Delete Files After Processing","name":"deleteFiles","type":"boolean","default":true,"description":"Whether to delete the files on Mistral Cloud after processing","displayOptions":{"show":{"batch":[true]}}}],"displayOptions":{"show":{"resource":["document"],"operation":["extractText"]}}}],"codex":{"categories":["Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mistralai/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mistral/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/MistralAI/mistralAi.svg","dark":"icons/n8n-nodes-base/dist/nodes/MistralAI/mistralAi.svg"}},
{"displayName":"Mocean","name":"mocean","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","group":["transform"],"version":1,"description":"Send SMS and voice messages via Mocean","defaults":{"name":"Mocean"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"moceanApi","required":true,"testedBy":"moceanApiTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"SMS","value":"sms"},{"name":"Voice","value":"voice"}],"default":"sms"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sms","voice"]}},"options":[{"name":"Send","value":"send","description":"Send SMS/Voice message","action":"Send an SMS"}],"default":"send"},{"displayName":"From","name":"from","type":"string","default":"","placeholder":"Sender Number","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms","voice"]}},"description":"Number to which to send the message"},{"displayName":"To","name":"to","type":"string","default":"","placeholder":"Receipient number","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms","voice"]}},"description":"Number from which to send the message"},{"displayName":"Language","name":"language","type":"options","options":[{"name":"Chinese Mandarin (China)","value":"cmn-CN"},{"name":"English (United Kingdom)","value":"en-GB"},{"name":"English (United States)","value":"en-US"},{"name":"Japanese (Japan)","value":"ja-JP"},{"name":"Korean (Korea)","value":"ko-KR"}],"displayOptions":{"show":{"operation":["send"],"resource":["voice"]}},"default":"en-US"},{"displayName":"Message","name":"message","type":"string","default":"","placeholder":"","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms","voice"]}},"description":"Message to send"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"default":{},"options":[{"displayName":"Delivery Report URL","name":"dlrUrl","type":"string","default":"","placeholder":""}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mocean/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mocean/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Mocean/mocean.svg","dark":"icons/n8n-nodes-base/dist/nodes/Mocean/mocean.dark.svg"}},
{"displayName":"Monday.com","name":"mondayCom","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Monday.com API","defaults":{"name":"Monday.com"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mondayComApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"mondayComOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Board","value":"board"},{"name":"Board Column","value":"boardColumn"},{"name":"Board Group","value":"boardGroup"},{"name":"Board Item","value":"boardItem"}],"default":"board"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["board"]}},"options":[{"name":"Archive","value":"archive","description":"Archive a board","action":"Archive a board"},{"name":"Create","value":"create","description":"Create a new board","action":"Create a board"},{"name":"Get","value":"get","description":"Get a board","action":"Get a board"},{"name":"Get Many","value":"getAll","description":"Get many boards","action":"Get many boards"}],"default":"create"},{"displayName":"Board Name or ID","name":"boardId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getBoards"},"required":true,"displayOptions":{"show":{"resource":["board"],"operation":["archive"]}},"description":"Board unique identifiers. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["board"]}},"default":"","description":"The board's name"},{"displayName":"Kind","name":"kind","type":"options","options":[{"name":"Share","value":"share"},{"name":"Public","value":"public"},{"name":"Private","value":"private"}],"required":true,"displayOptions":{"show":{"operation":["create"],"resource":["board"]}},"default":"","description":"The board's kind (public / private / share)"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["board"]}},"default":{},"options":[{"displayName":"Template ID","name":"templateId","type":"number","typeOptions":{"minValue":0},"default":0,"description":"Optional board template ID"}]},{"displayName":"Board Name or ID","name":"boardId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getBoards"},"required":true,"displayOptions":{"show":{"resource":["board"],"operation":["get"]}},"description":"Board unique identifiers. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["board"],"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":["board"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["boardColumn"]}},"options":[{"name":"Create","value":"create","description":"Create a new column","action":"Create a board column"},{"name":"Get Many","value":"getAll","description":"Get many columns","action":"Get many board columns"}],"default":"create"},{"displayName":"Board Name or ID","name":"boardId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getBoards"},"required":true,"displayOptions":{"show":{"resource":["boardColumn"],"operation":["create"]}}},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["boardColumn"],"operation":["create"]}}},{"displayName":"Column Type","name":"columnType","type":"options","default":"","options":[{"name":"Checkbox","value":"checkbox"},{"name":"Country","value":"country"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"Hour","value":"hour"},{"name":"Link","value":"Link"},{"name":"Long Text","value":"longText"},{"name":"Numbers","value":"numbers"},{"name":"People","value":"people"},{"name":"Person","value":"person"},{"name":"Phone","value":"phone"},{"name":"Rating","value":"rating"},{"name":"Status","value":"status"},{"name":"Tags","value":"tags"},{"name":"Team","value":"team"},{"name":"Text","value":"text"},{"name":"Timeline","value":"timeline"},{"name":"Timezone","value":"timezone"},{"name":"Week","value":"week"},{"name":"World Clock","value":"worldClock"}],"required":true,"displayOptions":{"show":{"resource":["boardColumn"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["boardColumn"],"operation":["create"]}},"default":{},"options":[{"displayName":"Defauls","name":"defaults","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"The new column's defaults"}]},{"displayName":"Board Name or ID","name":"boardId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getBoards"},"required":true,"displayOptions":{"show":{"resource":["boardColumn"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["boardGroup"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a group in a board","action":"Delete a board group"},{"name":"Create","value":"create","description":"Create a group in a board","action":"Create a board group"},{"name":"Get Many","value":"getAll","description":"Get list of groups in a board","action":"Get many board groups"}],"default":"create"},{"displayName":"Board Name or ID","name":"boardId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getBoards"},"required":true,"displayOptions":{"show":{"resource":["boardGroup"],"operation":["create"]}}},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["boardGroup"]}},"default":"","description":"The group name"},{"displayName":"Board Name or ID","name":"boardId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"resource":["boardGroup"],"operation":["delete"]}}},{"displayName":"Group Name or ID","name":"groupId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getGroups","loadOptionsDependsOn":["boardId"]},"required":true,"displayOptions":{"show":{"resource":["boardGroup"],"operation":["delete"]}}},{"displayName":"Board Name or ID","name":"boardId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getBoards"},"required":true,"displayOptions":{"show":{"resource":["boardGroup"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["boardItem"]}},"options":[{"name":"Add Update","value":"addUpdate","description":"Add an update to an item","action":"Add an update to an item"},{"name":"Change Column Value","value":"changeColumnValue","description":"Change a column value for a board item","action":"Change a column value for a board item"},{"name":"Change Multiple Column Values","value":"changeMultipleColumnValues","description":"Change multiple column values for a board item","action":"Change multiple column values for a board item"},{"name":"Create","value":"create","description":"Create an item in a board's group","action":"Create an item in a board's group"},{"name":"Delete","value":"delete","description":"Delete an item","action":"Delete an item"},{"name":"Get","value":"get","description":"Get an item","action":"Get an item"},{"name":"Get By Column Value","value":"getByColumnValue","description":"Get items by column value","action":"Get items item by column value"},{"name":"Get Many","value":"getAll","description":"Get many items","action":"Get many items"},{"name":"Move","value":"move","description":"Move item to group","action":"Move an item to a group"}],"default":"create"},{"displayName":"Item ID","name":"itemId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["addUpdate"]}},"description":"The unique identifier of the item to add update to"},{"displayName":"Update Text","name":"value","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["boardItem"],"operation":["addUpdate"]}},"description":"The update text to add"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["changeColumnValue"]}},"description":"The unique identifier of the board. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Item ID","name":"itemId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["changeColumnValue"]}},"description":"The unique identifier of the item to change column of"},{"displayName":"Column Name or ID","name":"columnId","type":"options","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["changeColumnValue"]}},"description":"The column's unique identifier. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"json","required":true,"default":"","displayOptions":{"show":{"resource":["boardItem"],"operation":["changeColumnValue"]}},"description":"The column value in JSON format. Documentation can be found <a href=\"https://monday.com/developers/v2#mutations-section-columns-change-column-value\">here</a>."},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["changeMultipleColumnValues"]}},"description":"The unique identifier of the board. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Item ID","name":"itemId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["changeMultipleColumnValues"]}},"description":"Item's ID"},{"displayName":"Column Values","name":"columnValues","type":"json","required":true,"default":"","displayOptions":{"show":{"resource":["boardItem"],"operation":["changeMultipleColumnValues"]}},"description":"The column fields and values in JSON format. Documentation can be found <a href=\"https://monday.com/developers/v2#mutations-section-columns-change-multiple-column-values\">here</a>.","typeOptions":{"alwaysOpenEditWindow":true}},{"displayName":"Board Name or ID","name":"boardId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["create"]}}},{"displayName":"Group Name or ID","name":"groupId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getGroups","loadOptionsDependsOn":["boardId"]},"required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["create"]}}},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["boardItem"]}},"default":"","description":"The new item's name"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["boardItem"]}},"default":{},"options":[{"displayName":"Column Values","name":"columnValues","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"The column values of the new item"}]},{"displayName":"Item ID","name":"itemId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["delete"]}},"description":"Item's ID"},{"displayName":"Item ID","name":"itemId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["get"]}},"description":"Item's ID (Multiple can be added separated by comma)"},{"displayName":"Board Name or ID","name":"boardId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getBoards"},"required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["getAll"]}}},{"displayName":"Group Name or ID","name":"groupId","default":"","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups","loadOptionsDependsOn":["boardId"]},"required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["boardItem"],"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":["boardItem"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["getByColumnValue"]}},"description":"The unique identifier of the board. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Column Name or ID","name":"columnId","type":"options","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["getByColumnValue"]}},"description":"The column's unique identifier. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Column Value","name":"columnValue","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["boardItem"],"operation":["getByColumnValue"]}},"description":"The column value to search items by"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["boardItem"],"operation":["getByColumnValue"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["boardItem"],"operation":["getByColumnValue"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Board Name or ID","name":"boardId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["move"]}}},{"displayName":"Item ID","name":"itemId","type":"string","required":true,"displayOptions":{"show":{"operation":["move"],"resource":["boardItem"]}},"default":"","description":"The item's ID"},{"displayName":"Group Name or ID","name":"groupId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getGroups","loadOptionsDependsOn":["boardId"]},"required":true,"displayOptions":{"show":{"resource":["boardItem"],"operation":["move"]}}}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mondaycom/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mondaycom/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/MondayCom/mondayCom.svg"},
{"displayName":"MongoDB","name":"mongoDb","group":["input"],"version":[1,1.1,1.2],"description":"Find, insert and update documents in MongoDB","defaults":{"name":"MongoDB"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"mongoDb","required":true,"testedBy":"mongoDbCredentialTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Search Index","value":"searchIndexes"},{"name":"Document","value":"document"}],"default":"document"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["document"]}},"options":[{"name":"Aggregate","value":"aggregate","description":"Aggregate documents","action":"Aggregate documents"},{"name":"Delete","value":"delete","description":"Delete documents","action":"Delete documents"},{"name":"Find","value":"find","description":"Find documents","action":"Find documents"},{"name":"Find And Replace","value":"findOneAndReplace","description":"Find and replace documents","action":"Find and replace documents"},{"name":"Find And Update","value":"findOneAndUpdate","description":"Find and update documents","action":"Find and update documents"},{"name":"Insert","value":"insert","description":"Insert documents","action":"Insert documents"},{"name":"Update","value":"update","description":"Update documents","action":"Update documents"}],"default":"find"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["searchIndexes"]}},"options":[{"name":"Create","value":"createSearchIndex","action":"Create Search Index"},{"name":"Drop","value":"dropSearchIndex","action":"Drop Search Index"},{"name":"List","value":"listSearchIndexes","action":"List Search Indexes"},{"name":"Update","value":"updateSearchIndex","action":"Update Search Index"}],"default":"createSearchIndex"},{"displayName":"Collection","name":"collection","type":"string","required":true,"default":"","description":"MongoDB Collection"},{"displayName":"Query","name":"query","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"operation":["aggregate"],"resource":["document"]}},"default":"","placeholder":"[{ \"$match\": { \"$gt\": \"1950-01-01\" }, ... }]","hint":"Learn more about aggregation pipeline <a href=\"https://docs.mongodb.com/manual/core/aggregation-pipeline/\">here</a>","required":true,"description":"MongoDB aggregation pipeline query in JSON format"},{"displayName":"Delete Query (JSON Format)","name":"query","type":"json","typeOptions":{"rows":5},"displayOptions":{"show":{"operation":["delete"],"resource":["document"]}},"default":"{}","placeholder":"{ \"birth\": { \"$gt\": \"1950-01-01\" } }","required":true,"description":"MongoDB Delete query"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["find"],"resource":["document"]}},"default":{},"placeholder":"Add option","description":"Add query options","options":[{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":0,"description":"Use limit to specify the maximum number of documents or 0 for unlimited documents"},{"displayName":"Skip","name":"skip","type":"number","default":0,"description":"The number of documents to skip in the results set"},{"displayName":"Sort (JSON Format)","name":"sort","type":"json","typeOptions":{"rows":2},"default":"{}","placeholder":"{ \"field\": -1 }","description":"A JSON that defines the sort order of the result set"},{"displayName":"Projection (JSON Format)","name":"projection","type":"json","typeOptions":{"rows":4},"default":"{}","placeholder":"{ \"_id\": 0, \"field\": 1 }","description":"A JSON that defines a selection of fields to retrieve or exclude from the result set"}]},{"displayName":"Query (JSON Format)","name":"query","type":"json","typeOptions":{"rows":5},"displayOptions":{"show":{"operation":["find"],"resource":["document"]}},"default":"{}","placeholder":"{ \"birth\": { \"$gt\": \"1950-01-01\" } }","required":true,"description":"MongoDB Find query"},{"displayName":"Fields","name":"fields","type":"string","displayOptions":{"show":{"operation":["insert"],"resource":["document"]}},"default":"","placeholder":"name,description","description":"Comma-separated list of the fields to be included into the new document"},{"displayName":"Update Key","name":"updateKey","type":"string","displayOptions":{"show":{"operation":["update","findOneAndReplace","findOneAndUpdate"],"resource":["document"]}},"default":"id","required":true,"description":"Name of the property which decides which rows in the database should be updated. Normally that would be \"id\"."},{"displayName":"Fields","name":"fields","type":"string","displayOptions":{"show":{"operation":["update","findOneAndReplace","findOneAndUpdate"],"resource":["document"]}},"default":"","placeholder":"name,description","description":"Comma-separated list of the fields to be included into the new document"},{"displayName":"Upsert","name":"upsert","type":"boolean","displayOptions":{"show":{"operation":["update","findOneAndReplace","findOneAndUpdate"],"resource":["document"]}},"default":false,"description":"Whether to perform an insert if no documents match the update key"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["update","insert","findOneAndReplace","findOneAndUpdate"],"resource":["document"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Date Fields","name":"dateFields","type":"string","default":"","description":"Comma-separated list of fields that will be parsed as Mongo Date type"},{"displayName":"Use Dot Notation","name":"useDotNotation","type":"boolean","default":false,"description":"Whether to use dot notation to access date fields"}]},{"displayName":"Index Name","name":"indexName","type":"string","displayOptions":{"show":{"operation":["listSearchIndexes"],"resource":["searchIndexes"]}},"default":"","description":"If provided, only lists indexes with the specified name"},{"displayName":"Index Name","name":"indexNameRequired","type":"string","displayOptions":{"show":{"operation":["createSearchIndex","dropSearchIndex","updateSearchIndex"],"resource":["searchIndexes"]}},"default":"","required":true,"description":"The name of the search index"},{"displayName":"Index Definition","name":"indexDefinition","type":"json","displayOptions":{"show":{"operation":["createSearchIndex","updateSearchIndex"],"resource":["searchIndexes"]}},"typeOptions":{"alwaysOpenEditWindow":true},"placeholder":"{ \"type\": \"vectorSearch\", \"definition\": {} }","hint":"Learn more about search index definitions <a href=\"https://www.mongodb.com/docs/atlas/atlas-search/index-definitions/\">here</a>","default":"{}","required":true,"description":"The search index definition"},{"displayName":"Index Type","name":"indexType","type":"options","displayOptions":{"show":{"operation":["createSearchIndex"],"resource":["searchIndexes"]}},"options":[{"value":"vectorSearch","name":"Vector Search"},{"name":"Search","value":"search"}],"default":"vectorSearch","required":true,"description":"The search index index type"}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mongodb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mongodb/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/MongoDb/mongodb.svg"},
{"displayName":"Monica CRM","name":"monicaCrm","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Monica CRM API","defaults":{"name":"Monica CRM"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"monicaCrmApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Activity","value":"activity"},{"name":"Call","value":"call"},{"name":"Contact","value":"contact"},{"name":"Contact Field","value":"contactField"},{"name":"Contact Tag","value":"contactTag"},{"name":"Conversation","value":"conversation"},{"name":"Conversation Message","value":"conversationMessage"},{"name":"Journal Entry","value":"journalEntry"},{"name":"Note","value":"note"},{"name":"Reminder","value":"reminder"},{"name":"Tag","value":"tag"},{"name":"Task","value":"task"}],"default":"contact"},{"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":"Retrieve an activity","action":"Get an activity"},{"name":"Get Many","value":"getAll","description":"Retrieve many activities","action":"Get many activities"},{"name":"Update","value":"update","description":"Update an activity","action":"Update an activity"}],"default":"create"},{"displayName":"Activity Type Name or ID","name":"activityTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getActivityTypes"},"displayOptions":{"show":{"resource":["activity"],"operation":["create"]}}},{"displayName":"Contacts","name":"contacts","description":"Comma-separated list of IDs of the contacts to associate the activity with","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["activity"],"operation":["create"]}}},{"displayName":"Happened At","name":"happenedAt","description":"Date when the activity happened","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["activity"],"operation":["create"]}}},{"displayName":"Summary","name":"summary","description":"Brief description of the activity - max 255 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["activity"],"operation":["create"]}}},{"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":"Description of the activity - max 100,000 characters"}]},{"displayName":"Activity ID","name":"activityId","description":"ID of the activity to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["activity"],"operation":["delete"]}}},{"displayName":"Activity ID","name":"activityId","description":"ID of the activity to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["activity"],"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":["activity"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["activity"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Activity ID","name":"activityId","description":"ID of the activity to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["activity"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["activity"],"operation":["update"]}},"options":[{"displayName":"Activity Type Name or ID","name":"activity_type_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getActivityTypes"}},{"displayName":"Contacts","name":"contacts","description":"IDs of the contacts to associate the activity with","type":"string","default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description to add more details on the activity - max 100,000 characters"},{"displayName":"Happened At","name":"happened_at","description":"Date when the activity happened","type":"dateTime","default":""},{"displayName":"Summary","name":"summary","description":"Brief description of the activity - max 255 characters","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["call"]}},"options":[{"name":"Create","value":"create","description":"Create a call","action":"Create a call"},{"name":"Delete","value":"delete","description":"Delete a call","action":"Delete a call"},{"name":"Get","value":"get","description":"Retrieve a call","action":"Get a call"},{"name":"Get Many","value":"getAll","description":"Retrieve many calls","action":"Get many calls"},{"name":"Update","value":"update","description":"Update a call","action":"Update a call"}],"default":"create"},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to associate the call with","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["call"],"operation":["create"]}}},{"displayName":"Called At","name":"calledAt","description":"Date when the call happened","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["call"],"operation":["create"]}}},{"displayName":"Description","name":"content","description":"Description of the call - max 100,000 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["call"],"operation":["create"]}}},{"displayName":"Call ID","name":"callId","description":"ID of the call to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["call"],"operation":["delete"]}}},{"displayName":"Call ID","name":"callId","description":"ID of the call to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["call"],"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":["call"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["call"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Call ID","name":"callId","description":"ID of the call to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["call"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["call"],"operation":["update"]}},"options":[{"displayName":"Called At","name":"calledAt","description":"Date when the call happened","type":"dateTime","default":""},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to associate the call with","type":"string","default":""},{"displayName":"Description","name":"content","description":"Description of the call - max 100,000 characters","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Retrieve a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Retrieve many contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"First Name","name":"firstName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Gender Name or ID","name":"genderId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getGenders"},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"displayName":"Birthdate","name":"birthdate","type":"dateTime","default":""},{"displayName":"Deceased Date","name":"deceasedDate","type":"dateTime","default":""},{"displayName":"Is Deceased","name":"isDeceased","description":"Whether the contact has passed away","type":"boolean","default":false},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Nickname","name":"nickname","type":"string","default":""},{"displayName":"Type","name":"is_partial","type":"options","default":false,"options":[{"name":"Real","value":false,"description":"Contact with their own contact sheet"},{"name":"Partial","value":true,"description":"Contact without their own contact sheet"}]}]},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}}},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Search Term","name":"query","type":"string","default":"","description":"Search term to filter results by"},{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"Ascended Created At","value":"created_at"},{"name":"Descended Created At","value":"-created_at"},{"name":"Ascended Updated At","value":"updated_at"},{"name":"Descended Updated At","value":"-updated_at"}],"default":""}],"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Birthdate","name":"birthdate","type":"dateTime","default":""},{"displayName":"Deceased Date","name":"deceased_date","type":"dateTime","default":""},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Gender Name or ID","name":"gender_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getGenders"}},{"displayName":"Is Deceased","name":"is_deceased","description":"Whether the contact has passed away","type":"boolean","default":false},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Nickname","name":"nickname","type":"string","default":""},{"displayName":"Type","name":"is_partial","type":"options","default":false,"options":[{"name":"Real","value":false,"description":"Contact with their own contact sheet"},{"name":"Partial","value":true,"description":"Contact without their own contact sheet"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contactField"]}},"options":[{"name":"Create","value":"create","description":"Create a contact field","action":"Create a contact field"},{"name":"Delete","value":"delete","description":"Delete a contact field","action":"Delete a contact field"},{"name":"Get","value":"get","description":"Retrieve a contact field","action":"Get a contact field"},{"name":"Update","value":"update","description":"Update a contact field","action":"Update a contact field"}],"default":"create"},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to associate the contact field with","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactField"],"operation":["create"]}}},{"displayName":"Contact Field Type Name or ID","name":"contactFieldTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getContactFieldTypes"},"default":"","displayOptions":{"show":{"resource":["contactField"],"operation":["create"]}}},{"displayName":"Content","name":"data","description":"Content of the contact field - max 255 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactField"],"operation":["create"]}}},{"displayName":"Contact Field ID","name":"contactFieldId","description":"ID of the contactField to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactField"],"operation":["delete"]}}},{"displayName":"Contact Field ID","name":"contactFieldId","description":"ID of the contact field to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactField"],"operation":["get"]}}},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact whose fields to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactField"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["contactField"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["contactField"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to associate the contact field with","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactField"],"operation":["update"]}}},{"displayName":"Contact Field ID","name":"contactFieldId","description":"ID of the contact field to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactField"],"operation":["update"]}}},{"displayName":"Contact Field Type Name or ID","name":"contactFieldTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getContactFieldTypes"},"required":true,"default":"","displayOptions":{"show":{"resource":["contactField"],"operation":["update"]}}},{"displayName":"Content","name":"data","description":"Content of the contact field - max 255 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactField"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contactTag"]}},"options":[{"name":"Add","value":"add","action":"Add a tag to a contact"},{"name":"Remove","value":"remove","action":"Remove a tag from a contact"}],"default":"add"},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to add a tag to","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactTag"],"operation":["add"]}}},{"displayName":"Tag Names or IDs","name":"tagsToAdd","description":"Tags to add to the contact. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTagsToAdd"},"required":true,"default":[],"displayOptions":{"show":{"resource":["contactTag"],"operation":["add"]}}},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to remove the tag from","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contactTag"],"operation":["remove"]}}},{"displayName":"Tag Names or IDs","name":"tagsToRemove","description":"Tags to remove from the contact. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"multiOptions","required":true,"typeOptions":{"loadOptionsMethod":"getTagsToRemove"},"default":[],"displayOptions":{"show":{"resource":["contactTag"],"operation":["remove"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["conversation"]}},"options":[{"name":"Create","value":"create","description":"Create a conversation","action":"Create a conversation"},{"name":"Delete","value":"delete","description":"Delete a conversation","action":"Delete a conversation"},{"name":"Get","value":"get","description":"Retrieve a conversation","action":"Get a conversation"},{"name":"Update","value":"update","description":"Update a conversation","action":"Update a conversation"}],"default":"create"},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to associate the conversation with","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["conversation"],"operation":["create"]}}},{"displayName":"Contact Field Type Name or ID","name":"contactFieldTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getContactFieldTypes"},"displayOptions":{"show":{"resource":["conversation"],"operation":["create"]}}},{"displayName":"Happened At","name":"happenedAt","description":"Date when the conversation happened","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["conversation"],"operation":["create"]}}},{"displayName":"Conversation ID","name":"conversationId","description":"ID of the conversation to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["conversation"],"operation":["delete"]}}},{"displayName":"Conversation ID","name":"conversationId","description":"ID of the conversation to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["conversation"],"operation":["get"]}}},{"displayName":"Conversation ID","name":"conversationId","description":"ID of the conversation to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["conversation"],"operation":["update"]}}},{"displayName":"Contact Field Type Name or ID","name":"contactFieldTypeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getContactFieldTypes"},"displayOptions":{"show":{"resource":["conversation"],"operation":["update"]}}},{"displayName":"Happened At","name":"happenedAt","description":"Date when the conversation happened","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["conversation"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["conversationMessage"]}},"options":[{"name":"Add","value":"add","description":"Add a message to a conversation","action":"Add a message to a conversation"},{"name":"Update","value":"update","description":"Update a message in a conversation","action":"Update a message in a conversation"}],"default":"add"},{"displayName":"Conversation ID","name":"conversationId","description":"ID of the contact whose conversation","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["conversationMessage"],"operation":["add"]}}},{"displayName":"Content","name":"content","description":"Content of the message","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["conversationMessage"],"operation":["add"]}}},{"displayName":"Written At","name":"writtenAt","description":"Date when the message was written","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["conversationMessage"],"operation":["add"]}}},{"displayName":"Written By","name":"writtenByMe","description":"Author of the message","type":"options","required":true,"default":true,"options":[{"name":"User","value":true},{"name":"Contact","value":false}],"displayOptions":{"show":{"resource":["conversationMessage"],"operation":["add"]}}},{"displayName":"Message ID","name":"messageId","description":"ID of the message to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["conversationMessage"],"operation":["update"]}}},{"displayName":"Conversation ID","name":"conversationId","description":"ID of the conversation whose message to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["conversationMessage"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["conversationMessage"],"operation":["update"]}},"options":[{"displayName":"Contact ID","name":"contact_id","description":"ID of the contact to associate the conversationMessage with","type":"string","default":""},{"displayName":"Content","name":"content","description":"Content of the message","type":"string","default":""},{"displayName":"Written At","name":"written_at","description":"Date when the message was written","type":"dateTime","default":""},{"displayName":"Written By","name":"written_by_me","description":"Author of the message","type":"options","default":true,"options":[{"name":"User","value":true},{"name":"Contact","value":false}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["journalEntry"]}},"options":[{"name":"Create","value":"create","description":"Create a journal entry","action":"Create a journal entry"},{"name":"Delete","value":"delete","description":"Delete a journal entry","action":"Delete a journal entry"},{"name":"Get","value":"get","description":"Retrieve a journal entry","action":"Get a journal entry"},{"name":"Get Many","value":"getAll","description":"Retrieve many journal entries","action":"Get many journal entries"},{"name":"Update","value":"update","description":"Update a journal entry","action":"Update a journal entry"}],"default":"create"},{"displayName":"Title","name":"title","description":"Title of the journal entry - max 250 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["journalEntry"],"operation":["create"]}}},{"displayName":"Content","name":"post","description":"Content of the journal entry - max 100,000 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["journalEntry"],"operation":["create"]}}},{"displayName":"Journal Entry ID","name":"journalId","description":"ID of the journal entry to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["journalEntry"],"operation":["delete"]}}},{"displayName":"Journal Entry ID","name":"journalId","description":"ID of the journal entry to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["journalEntry"],"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":["journalEntry"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["journalEntry"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Journal Entry ID","name":"journalId","description":"ID of the journal entry to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["journalEntry"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["journalEntry"],"operation":["update"]}},"options":[{"displayName":"Content","name":"post","description":"Content of the journal entry - max 100,000 characters","type":"string","default":""},{"displayName":"Title","name":"title","description":"Title of the journal entry - max 250 characters","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["note"]}},"options":[{"name":"Create","value":"create","description":"Create a note","action":"Create a note"},{"name":"Delete","value":"delete","description":"Delete a note","action":"Delete a note"},{"name":"Get","value":"get","description":"Retrieve a note","action":"Get a note"},{"name":"Get Many","value":"getAll","description":"Retrieve many notes","action":"Get many notes"},{"name":"Update","value":"update","description":"Update a note","action":"Update a note"}],"default":"create"},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to associate the note with","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["note"],"operation":["create"]}}},{"displayName":"Body","name":"body","description":"Body of the note - max 100,000 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["note"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["note"],"operation":["create"]}},"options":[{"displayName":"Is Favorited","name":"isFavorited","description":"Whether the note has been favorited","type":"boolean","default":false}]},{"displayName":"Note ID","name":"noteId","description":"ID of the note to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["note"],"operation":["delete"]}}},{"displayName":"Note ID","name":"noteId","description":"ID of the note to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["note"],"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":["note"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["note"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Note ID","name":"noteId","description":"ID of the note to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["note"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["note"],"operation":["update"]}},"options":[{"displayName":"Body","name":"body","description":"Body of the note - max 100,000 characters","type":"string","default":""},{"displayName":"Contact ID","name":"contact_id","description":"ID of the contact to associate the note with","type":"string","default":""},{"displayName":"Is Favorited","name":"is_favorited","description":"Whether the note has been favorited","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["reminder"]}},"options":[{"name":"Create","value":"create","description":"Create a reminder","action":"Create a reminder"},{"name":"Delete","value":"delete","description":"Delete a reminder","action":"Delete a reminder"},{"name":"Get","value":"get","description":"Retrieve a reminder","action":"Get a reminder"},{"name":"Get Many","value":"getAll","description":"Retrieve many reminders","action":"Get many reminders"},{"name":"Update","value":"update","description":"Update a reminder","action":"Update a reminder"}],"default":"create"},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","description":"ID of the contact to associate the reminder with","displayOptions":{"show":{"resource":["reminder"],"operation":["create"]}}},{"displayName":"Frequency Type","name":"frequencyType","description":"Type of frequency of the reminder","type":"options","required":true,"default":"one_time","options":[{"name":"Once","value":"one_time"},{"name":"Weekly","value":"week"},{"name":"Monthly","value":"month"},{"name":"Yearly","value":"year"}],"displayOptions":{"show":{"resource":["reminder"],"operation":["create"]}}},{"displayName":"Recurring Interval","name":"frequencyNumber","type":"number","default":0,"description":"Interval for the reminder","displayOptions":{"show":{"resource":["reminder"],"operation":["create"],"frequencyType":["week","month","year"]}}},{"displayName":"Initial Date","name":"initialDate","description":"Date of the reminder","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["reminder"],"operation":["create"]}}},{"displayName":"Title","name":"title","description":"Title of the reminder - max 100,000 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["reminder"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["reminder"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Description about the reminder - Max 100,000 characters"}]},{"displayName":"Reminder ID","name":"reminderId","description":"ID of the reminder to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["reminder"],"operation":["delete"]}}},{"displayName":"Reminder ID","name":"reminderId","description":"ID of the reminder to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["reminder"],"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":["reminder"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["reminder"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Reminder ID","name":"reminderId","description":"ID of the reminder to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["reminder"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["reminder"],"operation":["update"]}},"options":[{"displayName":"Contact ID","name":"contact_id","type":"string","default":"","description":"ID of the contact to associate the reminder with"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description about the reminder - Max 100,000 characters"},{"displayName":"Frequency Type","name":"frequency_type","description":"Frequency of the reminder","type":"options","default":"one_time","options":[{"name":"One Time","value":"one_time"},{"name":"Week","value":"week"},{"name":"Month","value":"month"},{"name":"Year","value":"year"}]},{"displayName":"Initial Date","name":"initial_data","description":"Date of the reminder","type":"dateTime","default":""},{"displayName":"Recurring Interval","name":"frequency_number","type":"number","default":0,"description":"Interval for the reminder","displayOptions":{"show":{"frequency_type":["week","month","year"]}}},{"displayName":"Title","name":"title","description":"Title of the reminder - max 100,000 characters","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["tag"]}},"options":[{"name":"Create","value":"create","description":"Create a tag","action":"Create a tag"},{"name":"Delete","value":"delete","description":"Delete a tag","action":"Delete a tag"},{"name":"Get","value":"get","description":"Retrieve a tag","action":"Get a tag"},{"name":"Get Many","value":"getAll","description":"Retrieve many tags","action":"Get many tags"},{"name":"Update","value":"update","description":"Update a tag","action":"Update a tag"}],"default":"create"},{"displayName":"Name","name":"name","description":"Name of the tag - max 250 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["tag"],"operation":["create"]}}},{"displayName":"Tag ID","name":"tagId","description":"ID of the tag to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["tag"],"operation":["delete"]}}},{"displayName":"Tag ID","name":"tagId","description":"ID of the tag to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["tag"],"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":["tag"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["tag"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Tag ID","name":"tagId","description":"ID of the tag to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["tag"],"operation":["update"]}}},{"displayName":"Name","name":"name","description":"Name of the tag - max 250 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["tag"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Retrieve a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Retrieve many tasks","action":"Get many tasks"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to associate the task with","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Title","name":"title","description":"Title of the task entry - max 250 characters","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the task - max 100,000 characters"}]},{"displayName":"Task ID","name":"taskId","description":"ID of the task to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["delete"]}}},{"displayName":"Task ID","name":"taskId","description":"ID of the task to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Task ID","name":"taskId","description":"ID of the task to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to associate the task with","type":"string","default":""},{"displayName":"Completed","name":"completed","description":"Whether the task has been completed","type":"boolean","default":false},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the task - max 100,000 characters"},{"displayName":"Title","name":"title","description":"Title of the task entry - max 250 characters","type":"string","default":""}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.monicacrm/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/monicacrm/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/MonicaCrm/monicaCrm.png"},
{"hidden":true,"displayName":"Convert to/from binary data","name":"moveBinaryData","icon":"fa:exchange-alt","group":["transform"],"version":[1,1.1],"subtitle":"={{$parameter[\"mode\"]===\"binaryToJson\" ? \"Binary to JSON\" : \"JSON to Binary\"}}","description":"Move data between binary and JSON properties","defaults":{"name":"Convert to/from binary data","color":"#7722CC"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Binary to JSON","value":"binaryToJson","description":"Move data from Binary to JSON"},{"name":"JSON to Binary","value":"jsonToBinary","description":"Move data from JSON to Binary"}],"default":"binaryToJson","description":"From and to where data should be moved"},{"displayName":"Set All Data","name":"setAllData","type":"boolean","displayOptions":{"show":{"mode":["binaryToJson"]}},"default":true,"description":"Whether all JSON data should be replaced with the data retrieved from binary key. Else the data will be written to a single key."},{"displayName":"Source Key","name":"sourceKey","type":"string","displayOptions":{"show":{"mode":["binaryToJson"]}},"default":"data","required":true,"placeholder":"data","description":"The name of the binary key to get data from. It is also possible to define deep keys by using dot-notation like for example: \"level1.level2.currentKey\"."},{"displayName":"Destination Key","name":"destinationKey","type":"string","displayOptions":{"show":{"mode":["binaryToJson"],"setAllData":[false]}},"default":"data","required":true,"placeholder":"","description":"The name the JSON key to copy data to. It is also possible to define deep keys by using dot-notation like for example: \"level1.level2.newKey\"."},{"displayName":"Convert All Data","name":"convertAllData","type":"boolean","displayOptions":{"show":{"mode":["jsonToBinary"]}},"default":true,"description":"Whether all JSON data should be converted to binary. Else only the data of one key will be converted."},{"displayName":"Source Key","name":"sourceKey","type":"string","displayOptions":{"show":{"convertAllData":[false],"mode":["jsonToBinary"]}},"default":"data","required":true,"placeholder":"data","description":"The name of the JSON key to get data from. It is also possible to define deep keys by using dot-notation like for example: \"level1.level2.currentKey\"."},{"displayName":"Destination Key","name":"destinationKey","type":"string","displayOptions":{"show":{"mode":["jsonToBinary"]}},"default":"data","required":true,"placeholder":"data","description":"The name the binary key to copy data to. It is also possible to define deep keys by using dot-notation like for example: \"level1.level2.newKey\"."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Add Byte Order Mark (BOM)","name":"addBOM","description":"Whether to add special marker at the start of your text file. This marker helps some programs understand how to read the file correctly.","displayOptions":{"show":{"/mode":["jsonToBinary"],"encoding":["utf8","cesu8","ucs2"]}},"type":"boolean","default":false},{"displayName":"Data Is Base64","name":"dataIsBase64","type":"boolean","displayOptions":{"hide":{"useRawData":[true]},"show":{"/mode":["jsonToBinary"],"/convertAllData":[false]}},"default":false,"description":"Whether to keep the binary data as base64 string"},{"displayName":"Encoding","name":"encoding","type":"options","options":[{"name":"armscii8","value":"armscii8"},{"name":"ascii","value":"ascii"},{"name":"base64","value":"base64"},{"name":"big5hkscs","value":"big5hkscs"},{"name":"binary","value":"binary"},{"name":"cesu8","value":"cesu8"},{"name":"cp1046","value":"cp1046"},{"name":"cp1124","value":"cp1124"},{"name":"cp1125","value":"cp1125"},{"name":"cp1129","value":"cp1129"},{"name":"cp1133","value":"cp1133"},{"name":"cp1161","value":"cp1161"},{"name":"cp1162","value":"cp1162"},{"name":"cp1163","value":"cp1163"},{"name":"cp437","value":"cp437"},{"name":"cp720","value":"cp720"},{"name":"cp737","value":"cp737"},{"name":"cp775","value":"cp775"},{"name":"cp808","value":"cp808"},{"name":"cp850","value":"cp850"},{"name":"cp852","value":"cp852"},{"name":"cp855","value":"cp855"},{"name":"cp856","value":"cp856"},{"name":"cp857","value":"cp857"},{"name":"cp858","value":"cp858"},{"name":"cp860","value":"cp860"},{"name":"cp861","value":"cp861"},{"name":"cp862","value":"cp862"},{"name":"cp863","value":"cp863"},{"name":"cp864","value":"cp864"},{"name":"cp865","value":"cp865"},{"name":"cp866","value":"cp866"},{"name":"cp869","value":"cp869"},{"name":"cp922","value":"cp922"},{"name":"cp936","value":"cp936"},{"name":"cp949","value":"cp949"},{"name":"cp950","value":"cp950"},{"name":"eucjp","value":"eucjp"},{"name":"gb18030","value":"gb18030"},{"name":"gbk","value":"gbk"},{"name":"georgianacademy","value":"georgianacademy"},{"name":"georgianps","value":"georgianps"},{"name":"hex","value":"hex"},{"name":"hproman8","value":"hproman8"},{"name":"iso646cn","value":"iso646cn"},{"name":"iso646jp","value":"iso646jp"},{"name":"iso88591","value":"iso88591"},{"name":"iso885910","value":"iso885910"},{"name":"iso885911","value":"iso885911"},{"name":"iso885913","value":"iso885913"},{"name":"iso885914","value":"iso885914"},{"name":"iso885915","value":"iso885915"},{"name":"iso885916","value":"iso885916"},{"name":"iso88592","value":"iso88592"},{"name":"iso88593","value":"iso88593"},{"name":"iso88594","value":"iso88594"},{"name":"iso88595","value":"iso88595"},{"name":"iso88596","value":"iso88596"},{"name":"iso88597","value":"iso88597"},{"name":"iso88598","value":"iso88598"},{"name":"iso88599","value":"iso88599"},{"name":"koi8r","value":"koi8r"},{"name":"koi8ru","value":"koi8ru"},{"name":"koi8t","value":"koi8t"},{"name":"koi8u","value":"koi8u"},{"name":"maccenteuro","value":"maccenteuro"},{"name":"maccroatian","value":"maccroatian"},{"name":"maccyrillic","value":"maccyrillic"},{"name":"macgreek","value":"macgreek"},{"name":"maciceland","value":"maciceland"},{"name":"macintosh","value":"macintosh"},{"name":"macroman","value":"macroman"},{"name":"macromania","value":"macromania"},{"name":"macthai","value":"macthai"},{"name":"macturkish","value":"macturkish"},{"name":"macukraine","value":"macukraine"},{"name":"mik","value":"mik"},{"name":"pt154","value":"pt154"},{"name":"rk1048","value":"rk1048"},{"name":"shiftjis","value":"shiftjis"},{"name":"tcvn","value":"tcvn"},{"name":"tis620","value":"tis620"},{"name":"ucs2","value":"ucs2"},{"name":"utf16","value":"utf16"},{"name":"utf16be","value":"utf16be"},{"name":"utf32","value":"utf32"},{"name":"utf32be","value":"utf32be"},{"name":"utf32le","value":"utf32le"},{"name":"utf7","value":"utf7"},{"name":"utf7imap","value":"utf7imap"},{"name":"utf8","value":"utf8"},{"name":"viscii","value":"viscii"},{"name":"windows1250","value":"windows1250"},{"name":"windows1251","value":"windows1251"},{"name":"windows1252","value":"windows1252"},{"name":"windows1253","value":"windows1253"},{"name":"windows1254","value":"windows1254"},{"name":"windows1255","value":"windows1255"},{"name":"windows1256","value":"windows1256"},{"name":"windows1257","value":"windows1257"},{"name":"windows1258","value":"windows1258"},{"name":"windows874","value":"windows874"}],"displayOptions":{"show":{"/mode":["binaryToJson","jsonToBinary"]}},"default":"utf8","description":"Choose the character set to use to encode the data"},{"displayName":"Strip BOM","name":"stripBOM","displayOptions":{"show":{"/mode":["binaryToJson"],"encoding":["utf8","cesu8","ucs2"]}},"type":"boolean","default":true},{"displayName":"File Name","name":"fileName","type":"string","displayOptions":{"show":{"/mode":["jsonToBinary"]}},"default":"","placeholder":"example.json","description":"The file name to set"},{"displayName":"JSON Parse","name":"jsonParse","type":"boolean","displayOptions":{"hide":{"keepAsBase64":[true]},"show":{"/mode":["binaryToJson"],"/setAllData":[false]}},"default":false,"description":"Whether to run JSON parse on the data to get proper object data"},{"displayName":"Keep Source","name":"keepSource","type":"boolean","default":false,"description":"Whether the source key should be kept. By default it will be deleted."},{"displayName":"Keep As Base64","name":"keepAsBase64","type":"boolean","displayOptions":{"hide":{"jsonParse":[true]},"show":{"/mode":["binaryToJson"],"/setAllData":[false]}},"default":false,"description":"Whether to keep the binary data as base64 string"},{"displayName":"MIME Type","name":"mimeType","type":"string","displayOptions":{"show":{"/mode":["jsonToBinary"]}},"default":"application/json","placeholder":"application/json","description":"The mime-type to set. By default will the mime-type for JSON be set."},{"displayName":"Use Raw Data","name":"useRawData","type":"boolean","displayOptions":{"hide":{"dataIsBase64":[true]},"show":{"/mode":["jsonToBinary"]}},"default":false,"description":"Whether to use data as is and do not JSON.stringify it"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"alias":["Move Binary Data"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.converttofile/"}]}}},
{"displayName":"MQTT","name":"mqtt","group":["input"],"version":1,"description":"Push messages to MQTT","defaults":{"name":"MQTT"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mqtt","required":true,"testedBy":"mqttConnectionTest"}],"properties":[{"displayName":"Topic","name":"topic","type":"string","required":true,"default":"","description":"The topic to publish to"},{"displayName":"Send Input Data","name":"sendInputData","type":"boolean","default":true,"description":"Whether to send the data the node receives as JSON"},{"displayName":"Message","name":"message","type":"string","required":true,"displayOptions":{"show":{"sendInputData":[false]}},"default":"","description":"The message to publish"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"QoS","name":"qos","type":"options","options":[{"name":"Received at Most Once","value":0},{"name":"Received at Least Once","value":1},{"name":"Exactly Once","value":2}],"default":0,"description":"QoS subscription level"},{"displayName":"Retain","name":"retain","type":"boolean","default":false,"description":"Normally if a publisher publishes a message to a topic, and no one is subscribed to that topic the message is simply discarded by the broker. However the publisher can tell the broker to keep the last message on that topic by setting the retain flag to true."}]}],"codex":{"categories":["Development","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mqtt/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mqtt/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/MQTT/mqtt.svg"},
{"displayName":"MQTT Trigger","name":"mqttTrigger","group":["trigger"],"version":1,"description":"Listens to MQTT events","eventTriggerDescription":"","defaults":{"name":"MQTT Trigger"},"triggerPanel":{"header":"","executionsHelp":{"inactive":"<b>While building your workflow</b>, click the 'execute step' button, then trigger an MQTT event. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Once you're happy with your workflow</b>, publish it. Then every time a change is detected, the workflow will execute. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor.","active":"<b>While building your workflow</b>, click the 'execute step' button, then trigger an MQTT event. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Your workflow will also execute automatically</b>, since it's activated. Every time a change is detected, this node will trigger an execution. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor."},"activationHint":"Once you’ve finished building your workflow, publish it to have it also listen continuously (you just won’t see those executions here)."},"inputs":[],"outputs":["main"],"credentials":[{"name":"mqtt","required":true}],"properties":[{"displayName":"Topics","name":"topics","type":"string","default":"","description":"Topics to subscribe to, multiple can be defined with comma. Wildcard characters are supported (+ - for single level and # - for multi level). By default all subscription used QoS=0. To set a different QoS, write the QoS desired after the topic preceded by a colom. For Example: topicA:1,topicB:2"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"JSON Parse Body","name":"jsonParseBody","type":"boolean","default":false,"description":"Whether to try parse the message to an object"},{"displayName":"Only Message","name":"onlyMessage","type":"boolean","default":false,"description":"Whether to return only the message property"},{"displayName":"Parallel Processing","name":"parallelProcessing","type":"boolean","default":true,"description":"Whether to process messages in parallel or by keeping the message in order"}]}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.mqtttrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mqtt/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/MQTT/mqtt.svg"},
{"displayName":"MSG91","name":"msg91","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends transactional SMS via MSG91","defaults":{"name":"MSG91"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"msg91Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"SMS","value":"sms"}],"default":"sms"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sms"]}},"options":[{"name":"Send","value":"send","description":"Send SMS","action":"Send an SMS"}],"default":"send"},{"displayName":"Sender ID","name":"from","type":"string","default":"","placeholder":"4155238886","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The number from which to send the message"},{"displayName":"To","name":"to","type":"string","default":"","placeholder":"+14155238886","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The number, with coutry code, to which to send the message"},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The message to send"}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.msg91/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/msg91/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Msg91/msg91.svg","dark":"icons/n8n-nodes-base/dist/nodes/Msg91/msg91.dark.svg"}},
{"displayName":"MySQL","name":"mySql","group":["input"],"defaultVersion":2.5,"description":"Get, add and update data in MySQL","parameterPane":"wide","version":[2,2.1,2.2,2.3,2.4,2.5],"subtitle":"={{ $parameter[\"operation\"] }}","defaults":{"name":"MySQL"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"mySql","required":true,"testedBy":"mysqlConnectionTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"hidden","noDataExpression":true,"options":[{"name":"Database","value":"database"}],"default":"database"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Delete","value":"deleteTable","description":"Delete an entire table or rows in a table","action":"Delete table or rows"},{"name":"Execute SQL","value":"executeQuery","description":"Execute an SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in a table","action":"Insert rows in a table"},{"name":"Insert or Update","value":"upsert","description":"Insert or update rows in a table","action":"Insert or update rows in a table"},{"name":"Select","value":"select","description":"Select rows from a table","action":"Select rows from a table"},{"name":"Update","value":"update","description":"Update rows in a table","action":"Update rows in a table"}],"displayOptions":{"show":{"resource":["database"]}},"default":"insert"},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"description":"The table you want to work on","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Table...","typeOptions":{"searchListMethod":"searchTables","searchable":true}},{"displayName":"Name","name":"name","type":"string","placeholder":"table_name"}],"displayOptions":{"hide":{"operation":["executeQuery"]}}},{"displayName":"Command","name":"deleteCommand","type":"options","default":"truncate","options":[{"name":"Truncate","value":"truncate","description":"Only removes the table's data and preserves the table's structure"},{"name":"Delete","value":"delete","description":"Delete the rows that match the 'Select Rows' conditions below. If no selection is made, all rows in the table are deleted."},{"name":"Drop","value":"drop","description":"Deletes the table's data and also the table's structure permanently"}],"displayOptions":{"show":{"resource":["database"],"operation":["deleteTable"]},"hide":{"table":[""]}}},{"displayName":"Select Rows","name":"where","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Condition","default":{},"description":"If not set, all rows will be selected","options":[{"displayName":"Values","name":"values","values":[{"displayName":"Column","name":"column","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">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"},{"name":"Is Not Null","value":"IS NOT NULL"}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","displayOptions":{"hide":{"condition":["IS NULL","IS NOT NULL"]}},"default":""}]}],"displayOptions":{"show":{"deleteCommand":["delete"],"resource":["database"],"operation":["deleteTable"]},"hide":{"table":[""]}}},{"displayName":"Combine Conditions","name":"combineConditions","type":"options","description":"How to combine the conditions defined in \"Select Rows\": AND requires all conditions to be true, OR requires at least one condition to be true","options":[{"name":"AND","value":"AND","description":"Only rows that meet all the conditions are selected"},{"name":"OR","value":"OR","description":"Rows that meet at least one condition are selected"}],"default":"AND","displayOptions":{"show":{"deleteCommand":["delete"],"resource":["database"],"operation":["deleteTable"]},"hide":{"table":[""]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Connection Timeout","name":"connectionTimeoutMillis","type":"number","default":30,"description":"Number of milliseconds reserved for connecting to the database","typeOptions":{"minValue":1}},{"displayName":"Connections Limit","name":"connectionLimit","type":"number","default":10,"typeOptions":{"minValue":1},"description":"Maximum amount of connections to the database, setting high value can lead to performance issues and potential database crashes"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"description":"The way queries should be sent to the database","options":[{"name":"Single Query","value":"single","description":"A single query for all incoming items"},{"name":"Independent","value":"independently","description":"Execute one query per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all queries in a transaction, if a failure occurs, all changes are rolled back"}],"default":"single"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","placeholder":"e.g. value1,value2,value3","description":"Comma-separated list of the values you want to use as query parameters. You can drag the values from the input panel on the left. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mysql/\" target=\"_blank\">More info</a>","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","displayOptions":{"show":{"/operation":["executeQuery"]}}},{"displayName":"Output Columns","name":"outputColumns","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumnsMultiOptions","loadOptionsDependsOn":["table.value"]},"default":[],"displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Large-Format Numbers As","name":"largeNumbersOutput","type":"options","options":[{"name":"Numbers","value":"numbers"},{"name":"Text","value":"text","description":"Use this if you expect numbers longer than 16 digits (otherwise numbers may be incorrect)"}],"hint":"Applies to NUMERIC and BIGINT columns only","default":"text","displayOptions":{"show":{"/operation":["select","executeQuery"]}}},{"displayName":"Output Decimals as Numbers","name":"decimalNumbers","type":"boolean","default":false,"description":"Whether to output DECIMAL types as numbers instead of strings","displayOptions":{"show":{"/operation":["select","executeQuery"]}}},{"displayName":"Priority","name":"priority","type":"options","options":[{"name":"Low Prioirity","value":"LOW_PRIORITY","description":"Delays execution of the INSERT until no other clients are reading from the table"},{"name":"High Priority","value":"HIGH_PRIORITY","description":"Overrides the effect of the --low-priority-updates option if the server was started with that option. It also causes concurrent inserts not to be used."}],"default":"LOW_PRIORITY","description":"Ignore any ignorable errors that occur while executing the INSERT statement","displayOptions":{"show":{"/operation":["insert"]}}},{"displayName":"Replace Empty Strings with NULL","name":"replaceEmptyStrings","type":"boolean","default":false,"description":"Whether to replace empty strings with NULL in input, could be useful when data come from spreadsheet","displayOptions":{"show":{"/operation":["insert","update","upsert","executeQuery"]}}},{"displayName":"Select Distinct","name":"selectDistinct","type":"boolean","default":false,"description":"Whether to remove these duplicate rows","displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Query Execution Details","name":"detailedOutput","type":"boolean","default":false,"description":"Whether to show in output details of the ofexecuted query for each statement, or just confirmation of success"},{"displayName":"Skip on Conflict","name":"skipOnConflict","type":"boolean","default":false,"description":"Whether to skip the row and do not throw error if a unique constraint or exclusion constraint is violated","displayOptions":{"show":{"/operation":["insert"]}}}],"displayOptions":{"show":{"resource":["database"],"operation":["deleteTable"]},"hide":{"table":[""]}}},{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"e.g. SELECT id, name FROM product WHERE id < 40","required":true,"description":"The SQL query to execute. You can use n8n expressions and $1, $2, $3, etc to refer to the 'Query Parameters' set in options below.","noDataExpression":true,"typeOptions":{"editor":"sqlEditor","sqlDialect":"MySQL"},"hint":"Consider using query parameters to prevent SQL injection attacks. Add them in the options below","displayOptions":{"show":{"resource":["database"],"operation":["executeQuery"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Connection Timeout","name":"connectionTimeoutMillis","type":"number","default":30,"description":"Number of milliseconds reserved for connecting to the database","typeOptions":{"minValue":1}},{"displayName":"Connections Limit","name":"connectionLimit","type":"number","default":10,"typeOptions":{"minValue":1},"description":"Maximum amount of connections to the database, setting high value can lead to performance issues and potential database crashes"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"description":"The way queries should be sent to the database","options":[{"name":"Single Query","value":"single","description":"A single query for all incoming items"},{"name":"Independent","value":"independently","description":"Execute one query per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all queries in a transaction, if a failure occurs, all changes are rolled back"}],"default":"single"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","placeholder":"e.g. value1,value2,value3","description":"Comma-separated list of the values you want to use as query parameters. You can drag the values from the input panel on the left. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mysql/\" target=\"_blank\">More info</a>","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","displayOptions":{"show":{"/operation":["executeQuery"]}}},{"displayName":"Output Columns","name":"outputColumns","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumnsMultiOptions","loadOptionsDependsOn":["table.value"]},"default":[],"displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Large-Format Numbers As","name":"largeNumbersOutput","type":"options","options":[{"name":"Numbers","value":"numbers"},{"name":"Text","value":"text","description":"Use this if you expect numbers longer than 16 digits (otherwise numbers may be incorrect)"}],"hint":"Applies to NUMERIC and BIGINT columns only","default":"text","displayOptions":{"show":{"/operation":["select","executeQuery"]}}},{"displayName":"Output Decimals as Numbers","name":"decimalNumbers","type":"boolean","default":false,"description":"Whether to output DECIMAL types as numbers instead of strings","displayOptions":{"show":{"/operation":["select","executeQuery"]}}},{"displayName":"Priority","name":"priority","type":"options","options":[{"name":"Low Prioirity","value":"LOW_PRIORITY","description":"Delays execution of the INSERT until no other clients are reading from the table"},{"name":"High Priority","value":"HIGH_PRIORITY","description":"Overrides the effect of the --low-priority-updates option if the server was started with that option. It also causes concurrent inserts not to be used."}],"default":"LOW_PRIORITY","description":"Ignore any ignorable errors that occur while executing the INSERT statement","displayOptions":{"show":{"/operation":["insert"]}}},{"displayName":"Replace Empty Strings with NULL","name":"replaceEmptyStrings","type":"boolean","default":false,"description":"Whether to replace empty strings with NULL in input, could be useful when data come from spreadsheet","displayOptions":{"show":{"/operation":["insert","update","upsert","executeQuery"]}}},{"displayName":"Select Distinct","name":"selectDistinct","type":"boolean","default":false,"description":"Whether to remove these duplicate rows","displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Query Execution Details","name":"detailedOutput","type":"boolean","default":false,"description":"Whether to show in output details of the ofexecuted query for each statement, or just confirmation of success"},{"displayName":"Skip on Conflict","name":"skipOnConflict","type":"boolean","default":false,"description":"Whether to skip the row and do not throw error if a unique constraint or exclusion constraint is violated","displayOptions":{"show":{"/operation":["insert"]}}}],"displayOptions":{"show":{"resource":["database"],"operation":["executeQuery"]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties names exactly match the table column names"},{"name":"Map Each Column Manually","value":"defineBelow","description":"Set the value for each destination column manually"}],"default":"autoMapInputData","description":"Whether to map node input properties and the table data automatically or manually","displayOptions":{"show":{"resource":["database"],"operation":["insert"]},"hide":{"table":[""]}}},{"displayName":"\n\t\tIn this mode, make sure incoming data fields are named the same as the columns in your table. If needed, use an 'Edit Fields' node before this node to change the field names.\n\t\t","name":"notice","type":"notice","default":"","displayOptions":{"show":{"dataMode":["autoMapInputData"],"resource":["database"],"operation":["insert"]},"hide":{"table":[""]}}},{"displayName":"Values to Send","name":"valuesToSend","placeholder":"Add Value","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Value","multipleValues":true},"displayOptions":{"show":{"dataMode":["defineBelow"],"resource":["database"],"operation":["insert"]},"hide":{"table":[""]}},"default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Column","name":"column","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["table.value"]},"default":[]},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Connection Timeout","name":"connectionTimeoutMillis","type":"number","default":30,"description":"Number of milliseconds reserved for connecting to the database","typeOptions":{"minValue":1}},{"displayName":"Connections Limit","name":"connectionLimit","type":"number","default":10,"typeOptions":{"minValue":1},"description":"Maximum amount of connections to the database, setting high value can lead to performance issues and potential database crashes"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"description":"The way queries should be sent to the database","options":[{"name":"Single Query","value":"single","description":"A single query for all incoming items"},{"name":"Independent","value":"independently","description":"Execute one query per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all queries in a transaction, if a failure occurs, all changes are rolled back"}],"default":"single"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","placeholder":"e.g. value1,value2,value3","description":"Comma-separated list of the values you want to use as query parameters. You can drag the values from the input panel on the left. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mysql/\" target=\"_blank\">More info</a>","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","displayOptions":{"show":{"/operation":["executeQuery"]}}},{"displayName":"Output Columns","name":"outputColumns","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumnsMultiOptions","loadOptionsDependsOn":["table.value"]},"default":[],"displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Large-Format Numbers As","name":"largeNumbersOutput","type":"options","options":[{"name":"Numbers","value":"numbers"},{"name":"Text","value":"text","description":"Use this if you expect numbers longer than 16 digits (otherwise numbers may be incorrect)"}],"hint":"Applies to NUMERIC and BIGINT columns only","default":"text","displayOptions":{"show":{"/operation":["select","executeQuery"]}}},{"displayName":"Output Decimals as Numbers","name":"decimalNumbers","type":"boolean","default":false,"description":"Whether to output DECIMAL types as numbers instead of strings","displayOptions":{"show":{"/operation":["select","executeQuery"]}}},{"displayName":"Priority","name":"priority","type":"options","options":[{"name":"Low Prioirity","value":"LOW_PRIORITY","description":"Delays execution of the INSERT until no other clients are reading from the table"},{"name":"High Priority","value":"HIGH_PRIORITY","description":"Overrides the effect of the --low-priority-updates option if the server was started with that option. It also causes concurrent inserts not to be used."}],"default":"LOW_PRIORITY","description":"Ignore any ignorable errors that occur while executing the INSERT statement","displayOptions":{"show":{"/operation":["insert"]}}},{"displayName":"Replace Empty Strings with NULL","name":"replaceEmptyStrings","type":"boolean","default":false,"description":"Whether to replace empty strings with NULL in input, could be useful when data come from spreadsheet","displayOptions":{"show":{"/operation":["insert","update","upsert","executeQuery"]}}},{"displayName":"Select Distinct","name":"selectDistinct","type":"boolean","default":false,"description":"Whether to remove these duplicate rows","displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Query Execution Details","name":"detailedOutput","type":"boolean","default":false,"description":"Whether to show in output details of the ofexecuted query for each statement, or just confirmation of success"},{"displayName":"Skip on Conflict","name":"skipOnConflict","type":"boolean","default":false,"description":"Whether to skip the row and do not throw error if a unique constraint or exclusion constraint is violated","displayOptions":{"show":{"/operation":["insert"]}}}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]},"hide":{"table":[""]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["database"],"operation":["select"]},"hide":{"table":[""]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"returnAll":[false],"resource":["database"],"operation":["select"]},"hide":{"table":[""]}}},{"displayName":"Select Rows","name":"where","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Condition","default":{},"description":"If not set, all rows will be selected","options":[{"displayName":"Values","name":"values","values":[{"displayName":"Column","name":"column","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">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"},{"name":"Is Not Null","value":"IS NOT NULL"}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","displayOptions":{"hide":{"condition":["IS NULL","IS NOT NULL"]}},"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/expressions/\" target=\"_blank\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["schema.value","table.value"]}},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"ASC"},{"name":"DESC","value":"DESC"}],"default":"ASC"}]}],"displayOptions":{"show":{"resource":["database"],"operation":["select"]},"hide":{"table":[""]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Connection Timeout","name":"connectionTimeoutMillis","type":"number","default":30,"description":"Number of milliseconds reserved for connecting to the database","typeOptions":{"minValue":1}},{"displayName":"Connections Limit","name":"connectionLimit","type":"number","default":10,"typeOptions":{"minValue":1},"description":"Maximum amount of connections to the database, setting high value can lead to performance issues and potential database crashes"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"description":"The way queries should be sent to the database","options":[{"name":"Single Query","value":"single","description":"A single query for all incoming items"},{"name":"Independent","value":"independently","description":"Execute one query per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all queries in a transaction, if a failure occurs, all changes are rolled back"}],"default":"single"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","placeholder":"e.g. value1,value2,value3","description":"Comma-separated list of the values you want to use as query parameters. You can drag the values from the input panel on the left. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mysql/\" target=\"_blank\">More info</a>","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","displayOptions":{"show":{"/operation":["executeQuery"]}}},{"displayName":"Output Columns","name":"outputColumns","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumnsMultiOptions","loadOptionsDependsOn":["table.value"]},"default":[],"displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Large-Format Numbers As","name":"largeNumbersOutput","type":"options","options":[{"name":"Numbers","value":"numbers"},{"name":"Text","value":"text","description":"Use this if you expect numbers longer than 16 digits (otherwise numbers may be incorrect)"}],"hint":"Applies to NUMERIC and BIGINT columns only","default":"text","displayOptions":{"show":{"/operation":["select","executeQuery"]}}},{"displayName":"Output Decimals as Numbers","name":"decimalNumbers","type":"boolean","default":false,"description":"Whether to output DECIMAL types as numbers instead of strings","displayOptions":{"show":{"/operation":["select","executeQuery"]}}},{"displayName":"Priority","name":"priority","type":"options","options":[{"name":"Low Prioirity","value":"LOW_PRIORITY","description":"Delays execution of the INSERT until no other clients are reading from the table"},{"name":"High Priority","value":"HIGH_PRIORITY","description":"Overrides the effect of the --low-priority-updates option if the server was started with that option. It also causes concurrent inserts not to be used."}],"default":"LOW_PRIORITY","description":"Ignore any ignorable errors that occur while executing the INSERT statement","displayOptions":{"show":{"/operation":["insert"]}}},{"displayName":"Replace Empty Strings with NULL","name":"replaceEmptyStrings","type":"boolean","default":false,"description":"Whether to replace empty strings with NULL in input, could be useful when data come from spreadsheet","displayOptions":{"show":{"/operation":["insert","update","upsert","executeQuery"]}}},{"displayName":"Select Distinct","name":"selectDistinct","type":"boolean","default":false,"description":"Whether to remove these duplicate rows","displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Query Execution Details","name":"detailedOutput","type":"boolean","default":false,"description":"Whether to show in output details of the ofexecuted query for each statement, or just confirmation of success"},{"displayName":"Skip on Conflict","name":"skipOnConflict","type":"boolean","default":false,"description":"Whether to skip the row and do not throw error if a unique constraint or exclusion constraint is violated","displayOptions":{"show":{"/operation":["insert"]}}}],"displayOptions":{"show":{"resource":["database"],"operation":["select"]},"hide":{"table":[""]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties names exactly match the table column names"},{"name":"Map Each Column Below","value":"defineBelow","description":"Set the value for each destination column manually"}],"default":"autoMapInputData","description":"Whether to map node input properties and the table data automatically or manually","displayOptions":{"show":{"resource":["database"],"operation":["update"]},"hide":{"table":[""]}}},{"displayName":"\n\t\tIn this mode, make sure incoming data fields are named the same as the columns in your table. If needed, use an 'Edit Fields' node before this node to change the field names.\n\t\t","name":"notice","type":"notice","default":"","displayOptions":{"show":{"dataMode":["autoMapInputData"],"resource":["database"],"operation":["update"]},"hide":{"table":[""]}}},{"displayName":"Column to Match On","name":"columnToMatchOn","type":"options","required":true,"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["schema.value","table.value"]},"default":"","hint":"Used to find the correct row to update. Doesn't get changed.","displayOptions":{"show":{"resource":["database"],"operation":["update"]},"hide":{"table":[""]}}},{"displayName":"Value of Column to Match On","name":"valueToMatchOn","type":"string","default":"","description":"Rows with a value in the specified \"Column to Match On\" that corresponds to the value in this field will be updated","displayOptions":{"show":{"dataMode":["defineBelow"],"resource":["database"],"operation":["update"]},"hide":{"table":[""]}}},{"displayName":"Values to Send","name":"valuesToSend","placeholder":"Add Value","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Value","multipleValues":true},"displayOptions":{"show":{"dataMode":["defineBelow"],"resource":["database"],"operation":["update"]},"hide":{"table":[""]}},"default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Column","name":"column","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumnsWithoutColumnToMatchOn","loadOptionsDependsOn":["schema.value","table.value"]},"default":[]},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Connection Timeout","name":"connectionTimeoutMillis","type":"number","default":30,"description":"Number of milliseconds reserved for connecting to the database","typeOptions":{"minValue":1}},{"displayName":"Connections Limit","name":"connectionLimit","type":"number","default":10,"typeOptions":{"minValue":1},"description":"Maximum amount of connections to the database, setting high value can lead to performance issues and potential database crashes"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"description":"The way queries should be sent to the database","options":[{"name":"Single Query","value":"single","description":"A single query for all incoming items"},{"name":"Independent","value":"independently","description":"Execute one query per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all queries in a transaction, if a failure occurs, all changes are rolled back"}],"default":"single"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","placeholder":"e.g. value1,value2,value3","description":"Comma-separated list of the values you want to use as query parameters. You can drag the values from the input panel on the left. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mysql/\" target=\"_blank\">More info</a>","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","displayOptions":{"show":{"/operation":["executeQuery"]}}},{"displayName":"Output Columns","name":"outputColumns","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumnsMultiOptions","loadOptionsDependsOn":["table.value"]},"default":[],"displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Large-Format Numbers As","name":"largeNumbersOutput","type":"options","options":[{"name":"Numbers","value":"numbers"},{"name":"Text","value":"text","description":"Use this if you expect numbers longer than 16 digits (otherwise numbers may be incorrect)"}],"hint":"Applies to NUMERIC and BIGINT columns only","default":"text","displayOptions":{"show":{"/operation":["select","executeQuery"]}}},{"displayName":"Output Decimals as Numbers","name":"decimalNumbers","type":"boolean","default":false,"description":"Whether to output DECIMAL types as numbers instead of strings","displayOptions":{"show":{"/operation":["select","executeQuery"]}}},{"displayName":"Priority","name":"priority","type":"options","options":[{"name":"Low Prioirity","value":"LOW_PRIORITY","description":"Delays execution of the INSERT until no other clients are reading from the table"},{"name":"High Priority","value":"HIGH_PRIORITY","description":"Overrides the effect of the --low-priority-updates option if the server was started with that option. It also causes concurrent inserts not to be used."}],"default":"LOW_PRIORITY","description":"Ignore any ignorable errors that occur while executing the INSERT statement","displayOptions":{"show":{"/operation":["insert"]}}},{"displayName":"Replace Empty Strings with NULL","name":"replaceEmptyStrings","type":"boolean","default":false,"description":"Whether to replace empty strings with NULL in input, could be useful when data come from spreadsheet","displayOptions":{"show":{"/operation":["insert","update","upsert","executeQuery"]}}},{"displayName":"Select Distinct","name":"selectDistinct","type":"boolean","default":false,"description":"Whether to remove these duplicate rows","displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Query Execution Details","name":"detailedOutput","type":"boolean","default":false,"description":"Whether to show in output details of the ofexecuted query for each statement, or just confirmation of success"},{"displayName":"Skip on Conflict","name":"skipOnConflict","type":"boolean","default":false,"description":"Whether to skip the row and do not throw error if a unique constraint or exclusion constraint is violated","displayOptions":{"show":{"/operation":["insert"]}}}],"displayOptions":{"show":{"resource":["database"],"operation":["update"]},"hide":{"table":[""]}}},{"displayName":"Data Mode","name":"dataMode","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties names exactly match the table column names"},{"name":"Map Each Column Below","value":"defineBelow","description":"Set the value for each destination column manually"}],"default":"autoMapInputData","description":"Whether to map node input properties and the table data automatically or manually","displayOptions":{"show":{"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}},{"displayName":"\n\t\tIn this mode, make sure incoming data fields are named the same as the columns in your table. If needed, use an 'Edit Fields' node before this node to change the field names.\n\t\t","name":"notice","type":"notice","default":"","displayOptions":{"show":{"dataMode":["autoMapInputData"],"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}},{"displayName":"Column to Match On","name":"columnToMatchOn","type":"options","required":true,"description":"The column to compare when finding the rows to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">expression</a>.","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["schema.value","table.value"]},"default":"","hint":"Used to find the correct row to update. Doesn't get changed. Has to be unique.","displayOptions":{"show":{"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}},{"displayName":"Value of Column to Match On","name":"valueToMatchOn","type":"string","default":"","description":"Rows with a value in the specified \"Column to Match On\" that corresponds to the value in this field will be updated. New rows will be created for non-matching items.","displayOptions":{"show":{"dataMode":["defineBelow"],"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}},{"displayName":"Values to Send","name":"valuesToSend","placeholder":"Add Value","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Value","multipleValues":true},"displayOptions":{"show":{"dataMode":["defineBelow"],"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}},"default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Column","name":"column","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumnsWithoutColumnToMatchOn","loadOptionsDependsOn":["schema.value","table.value"]},"default":[]},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Connection Timeout","name":"connectionTimeoutMillis","type":"number","default":30,"description":"Number of milliseconds reserved for connecting to the database","typeOptions":{"minValue":1}},{"displayName":"Connections Limit","name":"connectionLimit","type":"number","default":10,"typeOptions":{"minValue":1},"description":"Maximum amount of connections to the database, setting high value can lead to performance issues and potential database crashes"},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"description":"The way queries should be sent to the database","options":[{"name":"Single Query","value":"single","description":"A single query for all incoming items"},{"name":"Independent","value":"independently","description":"Execute one query per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all queries in a transaction, if a failure occurs, all changes are rolled back"}],"default":"single"},{"displayName":"Query Parameters","name":"queryReplacement","type":"string","default":"","placeholder":"e.g. value1,value2,value3","description":"Comma-separated list of the values you want to use as query parameters. You can drag the values from the input panel on the left. <a href=\"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mysql/\" target=\"_blank\">More info</a>","hint":"Comma-separated list of values: reference them in your query as $1, $2, $3…","displayOptions":{"show":{"/operation":["executeQuery"]}}},{"displayName":"Output Columns","name":"outputColumns","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumnsMultiOptions","loadOptionsDependsOn":["table.value"]},"default":[],"displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Large-Format Numbers As","name":"largeNumbersOutput","type":"options","options":[{"name":"Numbers","value":"numbers"},{"name":"Text","value":"text","description":"Use this if you expect numbers longer than 16 digits (otherwise numbers may be incorrect)"}],"hint":"Applies to NUMERIC and BIGINT columns only","default":"text","displayOptions":{"show":{"/operation":["select","executeQuery"]}}},{"displayName":"Output Decimals as Numbers","name":"decimalNumbers","type":"boolean","default":false,"description":"Whether to output DECIMAL types as numbers instead of strings","displayOptions":{"show":{"/operation":["select","executeQuery"]}}},{"displayName":"Priority","name":"priority","type":"options","options":[{"name":"Low Prioirity","value":"LOW_PRIORITY","description":"Delays execution of the INSERT until no other clients are reading from the table"},{"name":"High Priority","value":"HIGH_PRIORITY","description":"Overrides the effect of the --low-priority-updates option if the server was started with that option. It also causes concurrent inserts not to be used."}],"default":"LOW_PRIORITY","description":"Ignore any ignorable errors that occur while executing the INSERT statement","displayOptions":{"show":{"/operation":["insert"]}}},{"displayName":"Replace Empty Strings with NULL","name":"replaceEmptyStrings","type":"boolean","default":false,"description":"Whether to replace empty strings with NULL in input, could be useful when data come from spreadsheet","displayOptions":{"show":{"/operation":["insert","update","upsert","executeQuery"]}}},{"displayName":"Select Distinct","name":"selectDistinct","type":"boolean","default":false,"description":"Whether to remove these duplicate rows","displayOptions":{"show":{"/operation":["select"]}}},{"displayName":"Output Query Execution Details","name":"detailedOutput","type":"boolean","default":false,"description":"Whether to show in output details of the ofexecuted query for each statement, or just confirmation of success"},{"displayName":"Skip on Conflict","name":"skipOnConflict","type":"boolean","default":false,"description":"Whether to skip the row and do not throw error if a unique constraint or exclusion constraint is violated","displayOptions":{"show":{"/operation":["insert"]}}}],"displayOptions":{"show":{"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}}],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/MySql/mysql.svg","dark":"icons/n8n-nodes-base/dist/nodes/MySql/mysql.dark.svg"},"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mysql/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mysql/"}]}}},
{"displayName":"MySQL","name":"mySql","group":["input"],"defaultVersion":2.5,"description":"Get, add and update data in MySQL","parameterPane":"wide","version":1,"defaults":{"name":"MySQL"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"mySql","required":true,"testedBy":"mysqlConnectionTest"}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute an SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in database","action":"Insert rows in database"},{"name":"Update","value":"update","description":"Update rows in database","action":"Update rows in database"}],"default":"insert"},{"displayName":"Query","name":"query","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor","sqlDialect":"MySQL"},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT id, name FROM product WHERE id < 40","required":true,"description":"The SQL query to execute"},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Table...","typeOptions":{"searchListMethod":"searchTables","searchFilterRequired":false,"searchable":true}},{"displayName":"Name","name":"name","type":"string","placeholder":"table_name"}],"displayOptions":{"show":{"operation":["insert"]}},"description":"Name of the table in which to insert data to"},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"operation":["insert"]}},"requiresDataPath":"multiple","default":"","placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["insert"]}},"default":{},"placeholder":"Add modifiers","description":"Modifiers for INSERT statement","options":[{"displayName":"Ignore","name":"ignore","type":"boolean","default":true,"description":"Whether to ignore any ignorable errors that occur while executing the INSERT statement"},{"displayName":"Priority","name":"priority","type":"options","options":[{"name":"Low Prioirity","value":"LOW_PRIORITY","description":"Delays execution of the INSERT until no other clients are reading from the table"},{"name":"High Priority","value":"HIGH_PRIORITY","description":"Overrides the effect of the --low-priority-updates option if the server was started with that option. It also causes concurrent inserts not to be used."}],"default":"LOW_PRIORITY","description":"Ignore any ignorable errors that occur while executing the INSERT statement"}]},{"displayName":"Table","name":"table","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Table...","typeOptions":{"searchListMethod":"searchTables","searchFilterRequired":false,"searchable":true}},{"displayName":"Name","name":"name","type":"string","placeholder":"table_name"}],"displayOptions":{"show":{"operation":["update"]}},"description":"Name of the table in which to update data in"},{"displayName":"Update Key","name":"updateKey","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"id","required":true,"description":"Name of the property which decides which rows in the database should be updated. Normally that would be \"id\"."},{"displayName":"Columns","name":"columns","type":"string","requiresDataPath":"multiple","displayOptions":{"show":{"operation":["update"]}},"default":"","placeholder":"name,description","description":"Comma-separated list of the properties which should used as columns for rows to update"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/MySql/mysql.svg","codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.mysql/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/mysql/"}]}}},
{"displayName":"n8n","name":"n8n","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Handle events and perform actions on your n8n instance","defaults":{"name":"n8n"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"n8nApi","required":true}],"requestDefaults":{"returnFullResponse":true,"baseURL":"={{ $credentials.baseUrl.replace(new RegExp(\"/$\"), \"\") }}","headers":{"Accept":"application/json","Content-Type":"application/json"}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Audit","value":"audit"},{"name":"Credential","value":"credential"},{"name":"Execution","value":"execution"},{"name":"Workflow","value":"workflow"}],"default":"workflow"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","displayOptions":{"show":{"resource":["audit"]}},"options":[{"name":"Generate","value":"generate","action":"Generate a security audit","description":"Generate a security audit for this n8n instance","routing":{"request":{"method":"POST","url":"/audit"}}}]},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"resource":["audit"]}},"routing":{"request":{"body":{"additionalOptions":"={{ $value }}"}}},"default":{},"options":[{"displayName":"Categories","name":"categories","description":"Risk categories to include in the audit","type":"multiOptions","default":[],"options":[{"name":"Credentials","value":"credentials"},{"name":"Database","value":"database"},{"name":"Filesystem","value":"filesystem"},{"name":"Instance","value":"instance"},{"name":"Nodes","value":"nodes"}]},{"displayName":"Days Abandoned Workflow","name":"daysAbandonedWorkflow","description":"Days for a workflow to be considered abandoned if not executed","type":"number","default":90}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"create","displayOptions":{"show":{"resource":["credential"]}},"options":[{"name":"Create","value":"create","action":"Create a credential","routing":{"request":{"method":"POST","url":"/credentials"}}},{"name":"Delete","value":"delete","action":"Delete a credential","routing":{"request":{"method":"DELETE","url":"=/credentials/{{ $parameter.credentialId }}"}}},{"name":"Get Schema","value":"getSchema","action":"Get credential data schema for type","routing":{"request":{"method":"GET","url":"=/credentials/schema/{{ $parameter.credentialTypeName }}"}}}]},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. n8n account","required":true,"displayOptions":{"show":{"resource":["credential"],"operation":["create"]}},"routing":{"request":{"body":{"name":"={{ $value }}"}}},"description":"Name of the new credential"},{"displayName":"Credential Type","name":"credentialTypeName","type":"string","placeholder":"e.g. n8nApi","default":"","required":true,"displayOptions":{"show":{"resource":["credential"],"operation":["create"]}},"routing":{"request":{"body":{"type":"={{ $value }}"}}},"description":"The available types depend on nodes installed on the n8n instance. Some built-in types include e.g. 'githubApi', 'notionApi', and 'slackApi'."},{"displayName":"Data","name":"data","type":"json","default":"","placeholder":"// e.g. for n8nApi \n{\n  \"apiKey\": \"my-n8n-api-key\",\n  \"baseUrl\": \"https://<name>.app.n8n.cloud/api/v1\",\n}","required":true,"typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["credential"],"operation":["create"]}},"routing":{"send":{"preSend":[null]}},"description":"A valid JSON object with properties required for this Credential Type. To see the expected format, you can use 'Get Schema' operation."},{"displayName":"Credential ID","name":"credentialId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["credential"],"operation":["delete"]}}},{"displayName":"Credential Type","name":"credentialTypeName","default":"","placeholder":"e.g. n8nApi","required":true,"type":"string","displayOptions":{"show":{"resource":["credential"],"operation":["getSchema"]}},"description":"The available types depend on nodes installed on the n8n instance. Some built-in types include e.g. 'githubApi', 'notionApi', and 'slackApi'."},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getAll","displayOptions":{"show":{"resource":["execution"]}},"options":[{"name":"Get","value":"get","action":"Get an execution","routing":{"request":{"method":"GET","url":"=/executions/{{ $parameter.executionId }}"}}},{"name":"Get Many","value":"getAll","action":"Get many executions","routing":{"request":{"method":"GET","url":"/executions"},"send":{"paginate":true},"operations":{}}},{"name":"Delete","value":"delete","action":"Delete an execution","routing":{"request":{"method":"DELETE","url":"=/executions/{{ $parameter.executionId }}"}}}]},{"displayName":"Execution ID","name":"executionId","type":"string","required":true,"displayOptions":{"show":{"resource":["execution"],"operation":["delete"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"displayOptions":{"show":{"resource":["execution"],"operation":["getAll"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":100,"typeOptions":{"minValue":1,"maxValue":250},"displayOptions":{"show":{"resource":["execution"],"operation":["getAll"],"returnAll":[false]}},"routing":{"request":{"qs":{"limit":"={{ $value }}"}}},"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["execution"],"operation":["getAll"]}},"options":[{"displayName":"Workflow","name":"workflowId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Workflow to filter the executions by","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Workflow...","initType":"workflow","typeOptions":{"searchListMethod":"searchWorkflows","searchFilterRequired":false,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://myinstance.app.n8n.cloud/workflow/1","validation":[{"type":"regex","properties":{"regex":".*/workflow/([0-9a-zA-Z]{1,})","errorMessage":"Not a valid Workflow URL"}}],"extractValue":{"type":"regex","regex":".*/workflow/([0-9a-zA-Z]{1,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9a-zA-Z]{1,}","errorMessage":"Not a valid Workflow ID"}}],"placeholder":"1"}],"routing":{"send":{"type":"query","property":"workflowId","value":"={{ $value || undefined }}"}}},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Error","value":"error"},{"name":"Success","value":"success"},{"name":"Waiting","value":"waiting"}],"default":"success","routing":{"send":{"type":"query","property":"status","value":"={{ $value }}"}},"description":"Status to filter the executions by"}]},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","displayOptions":{"show":{"resource":["execution"],"operation":["getAll"]}},"options":[{"displayName":"Include Execution Details","name":"activeWorkflows","type":"boolean","default":false,"routing":{"send":{"type":"query","property":"includeData","value":"={{ $value }}"}},"description":"Whether to include the detailed execution data"}]},{"displayName":"Execution ID","name":"executionId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["execution"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","displayOptions":{"show":{"resource":["execution"],"operation":["get"]}},"options":[{"displayName":"Include Execution Details","name":"activeWorkflows","type":"boolean","default":false,"routing":{"send":{"type":"query","property":"includeData","value":"={{ $value }}"}},"description":"Whether to include the detailed execution data"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getAll","displayOptions":{"show":{"resource":["workflow"]}},"options":[{"name":"Publish","value":"activate","action":"Publish a workflow"},{"name":"Create","value":"create","action":"Create a workflow","routing":{"request":{"method":"POST","url":"/workflows"}}},{"name":"Unpublish","value":"deactivate","action":"Unpublish a workflow"},{"name":"Delete","value":"delete","action":"Delete a workflow"},{"name":"Get","value":"get","action":"Get a workflow"},{"name":"Get Many","value":"getAll","action":"Get many workflows","routing":{"request":{"method":"GET","url":"/workflows"},"send":{"paginate":true},"operations":{}}},{"name":"Get Version","value":"getVersion","action":"Get a workflow version"},{"name":"Update","value":"update","action":"Update a workflow"}]},{"displayName":"Workflow","name":"workflowId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Workflow to filter the executions by","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Workflow...","initType":"workflow","typeOptions":{"searchListMethod":"searchWorkflows","searchFilterRequired":false,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://myinstance.app.n8n.cloud/workflow/1","validation":[{"type":"regex","properties":{"regex":".*/workflow/([0-9a-zA-Z]{1,})","errorMessage":"Not a valid Workflow URL"}}],"extractValue":{"type":"regex","regex":".*/workflow/([0-9a-zA-Z]{1,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9a-zA-Z]{1,}","errorMessage":"Not a valid Workflow ID"}}],"placeholder":"1"}],"required":true,"displayOptions":{"show":{"resource":["workflow"],"operation":["activate"]}},"routing":{"request":{"method":"POST","url":"=/workflows/{{ $value }}/activate"}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["workflow"],"operation":["activate"]}},"options":[{"displayName":"Version ID","name":"versionId","type":"string","default":"","routing":{"send":{"type":"body","property":"versionId"}},"description":"The version ID of the workflow to publish"},{"displayName":"Name","name":"name","type":"string","default":"","routing":{"send":{"type":"body","property":"name"}},"description":"Published version name (will be overwritten)"},{"displayName":"Description","name":"description","type":"string","typeOptions":{"rows":4},"default":"","routing":{"send":{"type":"body","property":"description"}},"description":"Published version description (will be overwritten)"}]},{"displayName":"Workflow Object","name":"workflowObject","type":"json","default":"{ \"name\": \"My workflow\", \"nodes\": [], \"connections\": {}, \"settings\": {} }","placeholder":"{\n  \"name\": \"My workflow\",\n  \"nodes\": [],\n  \"connections\": {},\n  \"settings\": {}\n}","required":true,"typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["workflow"],"operation":["create"]}},"routing":{"send":{"preSend":[null,null]}},"description":"A valid JSON object with required fields: 'name', 'nodes', 'connections' and 'settings'. More information can be found in the <a href=\"https://docs.n8n.io/api/api-reference/#tag/workflow/paths/~1workflows/post\">documentation</a>."},{"displayName":"Workflow","name":"workflowId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Workflow to filter the executions by","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Workflow...","initType":"workflow","typeOptions":{"searchListMethod":"searchWorkflows","searchFilterRequired":false,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://myinstance.app.n8n.cloud/workflow/1","validation":[{"type":"regex","properties":{"regex":".*/workflow/([0-9a-zA-Z]{1,})","errorMessage":"Not a valid Workflow URL"}}],"extractValue":{"type":"regex","regex":".*/workflow/([0-9a-zA-Z]{1,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9a-zA-Z]{1,}","errorMessage":"Not a valid Workflow ID"}}],"placeholder":"1"}],"required":true,"displayOptions":{"show":{"resource":["workflow"],"operation":["deactivate"]}},"routing":{"request":{"method":"POST","url":"=/workflows/{{ $value }}/deactivate"}}},{"displayName":"Workflow","name":"workflowId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Workflow to filter the executions by","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Workflow...","initType":"workflow","typeOptions":{"searchListMethod":"searchWorkflows","searchFilterRequired":false,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://myinstance.app.n8n.cloud/workflow/1","validation":[{"type":"regex","properties":{"regex":".*/workflow/([0-9a-zA-Z]{1,})","errorMessage":"Not a valid Workflow URL"}}],"extractValue":{"type":"regex","regex":".*/workflow/([0-9a-zA-Z]{1,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9a-zA-Z]{1,}","errorMessage":"Not a valid Workflow ID"}}],"placeholder":"1"}],"required":true,"displayOptions":{"show":{"resource":["workflow"],"operation":["delete"]}},"routing":{"request":{"method":"DELETE","url":"=/workflows/{{ $value }}"}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":true,"displayOptions":{"show":{"resource":["workflow"],"operation":["getAll"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":100,"typeOptions":{"minValue":1,"maxValue":250},"displayOptions":{"show":{"resource":["workflow"],"operation":["getAll"],"returnAll":[false]}},"routing":{"request":{"qs":{"limit":"={{ $value }}"}}},"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","default":{},"displayOptions":{"show":{"resource":["workflow"],"operation":["getAll"]}},"options":[{"displayName":"Return Only Published Workflows","name":"activeWorkflows","type":"boolean","default":true,"routing":{"request":{"qs":{"active":"={{ $value }}"}}}},{"displayName":"Tags","name":"tags","type":"string","default":"","routing":{"send":{"type":"query","property":"tags","value":"={{ $value !== \"\" ? $value : undefined }}"}},"description":"Include only workflows with these tags","hint":"Comma separated list of tags (empty value is ignored)"},{"displayName":"Name","name":"name","type":"string","default":"","routing":{"request":{"qs":{"name":"={{ $value }}"}}}},{"displayName":"Project ID","name":"projectId","type":"string","default":"","routing":{"request":{"qs":{"projectId":"={{ $value }}"}}}},{"displayName":"Exclude Pinned Data","name":"excludePinnedData","description":"Whether to exclude pinned data from the response","type":"boolean","default":false,"routing":{"request":{"qs":{"excludePinnedData":"={{ $value }}"}}}}]},{"displayName":"Workflow","name":"workflowId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Workflow to filter the executions by","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Workflow...","initType":"workflow","typeOptions":{"searchListMethod":"searchWorkflows","searchFilterRequired":false,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://myinstance.app.n8n.cloud/workflow/1","validation":[{"type":"regex","properties":{"regex":".*/workflow/([0-9a-zA-Z]{1,})","errorMessage":"Not a valid Workflow URL"}}],"extractValue":{"type":"regex","regex":".*/workflow/([0-9a-zA-Z]{1,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9a-zA-Z]{1,}","errorMessage":"Not a valid Workflow ID"}}],"placeholder":"1"}],"required":true,"displayOptions":{"show":{"resource":["workflow"],"operation":["get"]}},"routing":{"request":{"method":"GET","url":"=/workflows/{{ $value }}"}}},{"displayName":"Workflow","name":"workflowId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Workflow to filter the executions by","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Workflow...","initType":"workflow","typeOptions":{"searchListMethod":"searchWorkflows","searchFilterRequired":false,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://myinstance.app.n8n.cloud/workflow/1","validation":[{"type":"regex","properties":{"regex":".*/workflow/([0-9a-zA-Z]{1,})","errorMessage":"Not a valid Workflow URL"}}],"extractValue":{"type":"regex","regex":".*/workflow/([0-9a-zA-Z]{1,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9a-zA-Z]{1,}","errorMessage":"Not a valid Workflow ID"}}],"placeholder":"1"}],"required":true,"displayOptions":{"show":{"resource":["workflow"],"operation":["getVersion"]}},"routing":{"request":{"method":"GET","url":"=/workflows/{{ $value }}/{{ $parameter[\"versionId\"] }}"}}},{"displayName":"Version ID","name":"versionId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["workflow"],"operation":["getVersion"]}},"description":"The version ID to retrieve"},{"displayName":"Workflow","name":"workflowId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"Workflow to filter the executions by","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Workflow...","initType":"workflow","typeOptions":{"searchListMethod":"searchWorkflows","searchFilterRequired":false,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://myinstance.app.n8n.cloud/workflow/1","validation":[{"type":"regex","properties":{"regex":".*/workflow/([0-9a-zA-Z]{1,})","errorMessage":"Not a valid Workflow URL"}}],"extractValue":{"type":"regex","regex":".*/workflow/([0-9a-zA-Z]{1,})"}},{"displayName":"ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[0-9a-zA-Z]{1,}","errorMessage":"Not a valid Workflow ID"}}],"placeholder":"1"}],"required":true,"displayOptions":{"show":{"resource":["workflow"],"operation":["update"]}},"routing":{"request":{"method":"PUT","url":"=/workflows/{{ $value }}"}}},{"displayName":"Workflow Object","name":"workflowObject","type":"json","default":"","placeholder":"{\n  \"name\": \"My workflow\",\n  \"nodes\": [],\n  \"connections\": {},\n  \"settings\": {}\n}","required":true,"typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["workflow"],"operation":["update"]}},"routing":{"send":{"preSend":[null,null]}},"description":"A valid JSON object with required fields: 'name', 'nodes', 'connections' and 'settings'. More information can be found in the <a href=\"https://docs.n8n.io/api/api-reference/#tag/workflow/paths/~1workflows~1%7bid%7d/put\">documentation</a>."},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Other Trigger Nodes"]},"alias":["Workflow","Execution"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.n8n/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/api/authentication/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/N8n/n8n.svg"},
{"displayName":"Customer Datastore (n8n training)","name":"n8nTrainingCustomerDatastore","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"]}}","description":"Dummy node used for n8n training","defaults":{"name":"Customer Datastore (n8n training)"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Get One Person","value":"getOnePerson"},{"name":"Get All People","value":"getAllPeople"}],"default":"getOnePerson"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAllPeople"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAllPeople"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"}],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/N8nTrainingCustomerDatastore/n8nTrainingCustomerDatastore.svg","dark":"icons/n8n-nodes-base/dist/nodes/N8nTrainingCustomerDatastore/n8nTrainingCustomerDatastore.dark.svg"}},
{"displayName":"Customer Messenger (n8n training)","name":"n8nTrainingCustomerMessenger","group":["transform"],"version":1,"description":"Dummy node used for n8n training","defaults":{"name":"Customer Messenger (n8n training)"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":""},{"displayName":"Message","name":"message","type":"string","required":true,"typeOptions":{"rows":4},"default":""}],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/N8nTrainingCustomerMessenger/n8nTrainingCustomerMessenger.svg","dark":"icons/n8n-nodes-base/dist/nodes/N8nTrainingCustomerMessenger/n8nTrainingCustomerMessenger.dark.svg"}},
{"displayName":"n8n Trigger","name":"n8nTrigger","group":["trigger"],"version":1,"description":"Handle events and perform actions on your n8n instance","eventTriggerDescription":"","mockManualExecution":true,"defaults":{"name":"n8n Trigger"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"Events","name":"events","type":"multiOptions","required":true,"default":[],"description":"Specifies under which conditions an execution should happen:\n\t\t\t\t<ul>\n\t\t\t\t\t<li><b>Published Workflow Updated</b>: Triggers when workflow version is published from a published state (workflow was already published)</li>\n\t\t\t\t\t<li><b>Instance Started</b>:  Triggers when this n8n instance is started or re-started</li>\n\t\t\t\t\t<li><b>Workflow Published</b>: Triggers when workflow version is published from an unpublished state (workflow was unpublished)</li>\n\t\t\t\t</ul>","options":[{"name":"Published Workflow Updated","value":"update","description":"Triggers when workflow version is published from a published state (workflow was already published)"},{"name":"Instance Started","value":"init","description":"Triggers when this n8n instance is started or re-started"},{"name":"Workflow Published","value":"activate","description":"Triggers when workflow version is published from an unpublished state (workflow was not published)"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Other Trigger Nodes","Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.n8ntrigger/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/N8nTrigger/n8nTrigger.svg"},
{"displayName":"NASA","name":"nasa","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \":\" + $parameter[\"resource\"]}}","description":"Retrieve data from the NASA API","defaults":{"name":"NASA"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"nasaApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Asteroid Neo-Browse","value":"asteroidNeoBrowse"},{"name":"Asteroid Neo-Feed","value":"asteroidNeoFeed"},{"name":"Asteroid Neo-Lookup","value":"asteroidNeoLookup"},{"name":"Astronomy Picture of the Day","value":"astronomyPictureOfTheDay"},{"name":"DONKI Coronal Mass Ejection","value":"donkiCoronalMassEjection"},{"name":"DONKI High Speed Stream","value":"donkiHighSpeedStream"},{"name":"DONKI Interplanetary Shock","value":"donkiInterplanetaryShock"},{"name":"DONKI Magnetopause Crossing","value":"donkiMagnetopauseCrossing"},{"name":"DONKI Notification","value":"donkiNotifications"},{"name":"DONKI Radiation Belt Enhancement","value":"donkiRadiationBeltEnhancement"},{"name":"DONKI Solar Energetic Particle","value":"donkiSolarEnergeticParticle"},{"name":"DONKI Solar Flare","value":"donkiSolarFlare"},{"name":"DONKI WSA+EnlilSimulation","value":"donkiWsaEnlilSimulation"},{"name":"Earth Asset","value":"earthAssets"},{"name":"Earth Imagery","value":"earthImagery"}],"default":"astronomyPictureOfTheDay"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["astronomyPictureOfTheDay"]}},"options":[{"name":"Get","value":"get","description":"Get the Astronomy Picture of the Day","action":"Get the astronomy picture of the day"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["asteroidNeoFeed"]}},"options":[{"name":"Get","value":"get","description":"Retrieve a list of asteroids based on their closest approach date to Earth","action":"Get an asteroid neo feed"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["asteroidNeoLookup"]}},"options":[{"name":"Get","value":"get","description":"Look up an asteroid based on its NASA SPK-ID","action":"Get an asteroid neo lookup"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["asteroidNeoBrowse"]}},"options":[{"name":"Get Many","value":"getAll","description":"Browse the overall asteroid dataset","action":"Get many asteroid neos"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["donkiCoronalMassEjection"]}},"options":[{"name":"Get","value":"get","description":"Retrieve DONKI coronal mass ejection data","action":"Get a DONKI coronal mass ejection"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["donkiGeomagneticStorm"]}},"options":[{"name":"Get","value":"get","description":"Retrieve DONKI geomagnetic storm data","action":"Get a DONKI geomagnetic storm"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["donkiInterplanetaryShock"]}},"options":[{"name":"Get","value":"get","description":"Retrieve DONKI interplanetary shock data","action":"Get a DONKI interplanetary shock"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["donkiSolarFlare"]}},"options":[{"name":"Get","value":"get","description":"Retrieve DONKI solar flare data","action":"Get a DONKI solar flare"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["donkiSolarEnergeticParticle"]}},"options":[{"name":"Get","value":"get","description":"Retrieve DONKI solar energetic particle data","action":"Get a DONKI solar energetic particle"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["donkiMagnetopauseCrossing"]}},"options":[{"name":"Get","value":"get","description":"Retrieve data on DONKI magnetopause crossings","action":"Get a DONKI magnetopause crossing"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["donkiRadiationBeltEnhancement"]}},"options":[{"name":"Get","value":"get","description":"Retrieve DONKI radiation belt enhancement data","action":"Get a DONKI radiation belt enhancement"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["donkiHighSpeedStream"]}},"options":[{"name":"Get","value":"get","description":"Retrieve DONKI high speed stream data","action":"Get a DONKI high speed stream"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["donkiWsaEnlilSimulation"]}},"options":[{"name":"Get","value":"get","description":"Retrieve DONKI WSA+EnlilSimulation data","action":"Get a DONKI wsa enlil simulation"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["donkiNotifications"]}},"options":[{"name":"Get","value":"get","description":"Retrieve DONKI notifications data","action":"Get a DONKI notifications"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["earthImagery"]}},"options":[{"name":"Get","value":"get","description":"Retrieve Earth imagery","action":"Get Earth imagery"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["earthAssets"]}},"options":[{"name":"Get","value":"get","description":"Retrieve Earth assets","action":"Get Earth assets"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["inSightMarsWeatherService"]}},"options":[{"name":"Get","value":"get","description":"Retrieve Insight Mars Weather Service data","action":"Get Insight Mars Weather Service"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["imageAndVideoLibrary"]}},"options":[{"name":"Get","value":"get","description":"Retrieve Image and Video Library data","action":"Get image and video library data"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["techTransfer"]}},"options":[{"name":"Get","value":"get","description":"Retrieve TechTransfer data","action":"Get a TechTransfer data"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["twoLineElementSet"]}},"options":[{"name":"Get","value":"get","description":"Retrieve Two-Line Element Set data","action":"Get a Two-Line Element Set"}],"default":"get"},{"displayName":"Asteroid ID","name":"asteroidId","type":"string","required":true,"default":"","placeholder":"3542519","description":"The ID of the asteroid to be returned","displayOptions":{"show":{"resource":["asteroidNeoLookup"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["asteroidNeoLookup"],"operation":["get"]}},"options":[{"displayName":"Include Close Approach Data","name":"includeCloseApproachData","type":"boolean","default":false,"description":"Whether to include all the close approach data in the asteroid lookup"}]},{"displayName":"Download Image","name":"download","type":"boolean","displayOptions":{"show":{"resource":["astronomyPictureOfTheDay"]}},"default":true,"description":"By default just the URL of the image is returned. When set to true the image will be downloaded."},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["get"],"resource":["astronomyPictureOfTheDay"],"download":[true]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","default":{},"placeholder":"Add field","displayOptions":{"show":{"resource":["astronomyPictureOfTheDay"],"operation":["get"]}},"options":[{"displayName":"Date","name":"date","type":"dateTime","default":"","placeholder":"YYYY-MM-DD"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","default":{},"placeholder":"Add field","displayOptions":{"show":{"resource":["asteroidNeoFeed","donkiCoronalMassEjection","donkiGeomagneticStorm","donkiSolarFlare","donkiSolarEnergeticParticle","donkiMagnetopauseCrossing","donkiRadiationBeltEnhancement","donkiHighSpeedStream","donkiWsaEnlilSimulation","donkiNotifications"],"operation":["get"]}},"options":[{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","placeholder":"YYYY-MM-DD"},{"displayName":"End Date","name":"endDate","type":"dateTime","default":"","placeholder":"YYYY-MM-DD"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","default":{},"placeholder":"Add field","displayOptions":{"show":{"resource":["donkiInterplanetaryShock"],"operation":["get"]}},"options":[{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","placeholder":"YYYY-MM-DD"},{"displayName":"End Date","name":"endDate","type":"dateTime","default":"","placeholder":"YYYY-MM-DD"},{"displayName":"Location","name":"location","type":"options","default":"ALL","description":"The location of the geomagnetic storm","options":[{"name":"All","value":"ALL"},{"name":"Earth","value":"earth"},{"name":"Messenger","value":"MESSENGER"},{"name":"Stereo A","value":"STEREO A"},{"name":"Stereo B","value":"STEREO B"}]},{"displayName":"Catalog","name":"catalog","type":"options","default":"ALL","description":"The catalog of the geomagnetic storm","options":[{"name":"All","value":"ALL"},{"name":"SWRC Catalog","value":"SWRC_CATALOG"},{"name":"Winslow Messenger ICME Catalog","value":"WINSLOW_MESSENGER_ICME_CATALOG"}]}]},{"displayName":"Latitude","name":"lat","type":"number","default":"","placeholder":"47.751076","description":"Latitude for the location of the image","displayOptions":{"show":{"resource":["earthImagery","earthAssets"],"operation":["get"]}}},{"displayName":"Longitude","name":"lon","type":"number","default":"","placeholder":"-120.740135","description":"Longitude for the location of the image","displayOptions":{"show":{"resource":["earthImagery","earthAssets"],"operation":["get"]}}},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["get"],"resource":["earthImagery"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","default":{},"placeholder":"Add field","displayOptions":{"show":{"resource":["earthImagery","earthAssets"],"operation":["get"]}},"options":[{"displayName":"Date","name":"date","type":"dateTime","default":"","placeholder":"YYYY-MM-DD","description":"Date of the image"},{"displayName":"Degrees","name":"dim","type":"number","default":"","placeholder":"0.025","description":"Width and height of the image in degrees"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"description":"Max number of results to return","default":20,"displayOptions":{"show":{"operation":["getAll"],"returnAll":[false]}}}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.nasa/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/nasa/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Nasa/nasa.png"},
{"displayName":"Netlify","name":"netlify","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Netlify API","defaults":{"name":"Netlify"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"netlifyApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Deploy","value":"deploy"},{"name":"Site","value":"site"}],"default":"deploy","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["deploy"]}},"options":[{"name":"Cancel","value":"cancel","description":"Cancel a deployment","action":"Cancel a deployment"},{"name":"Create","value":"create","description":"Create a new deployment","action":"Create a deployment"},{"name":"Get","value":"get","description":"Get a deployment","action":"Get a deployment"},{"name":"Get Many","value":"getAll","description":"Get many deployments","action":"Get many deployments"}],"default":"getAll"},{"displayName":"Site Name or ID","name":"siteId","required":true,"type":"options","default":"","typeOptions":{"loadOptionsMethod":"getSites"},"description":"Enter the Site ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["deploy"],"operation":["get","create","getAll"]}}},{"displayName":"Deploy ID","name":"deployId","required":true,"type":"string","default":"","displayOptions":{"show":{"resource":["deploy"],"operation":["get","cancel"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["deploy"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["deploy"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":50,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Fields","default":{},"displayOptions":{"show":{"resource":["deploy"],"operation":["create"]}},"options":[{"displayName":"Branch","name":"branch","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["site"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a site","action":"Delete a site"},{"name":"Get","value":"get","description":"Get a site","action":"Get a site"},{"name":"Get Many","value":"getAll","description":"Returns many sites","action":"Get many sites"}],"default":"delete"},{"displayName":"Site ID","name":"siteId","required":true,"type":"string","default":"","displayOptions":{"show":{"resource":["site"],"operation":["get","delete"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["site"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["site"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":50,"description":"Max number of results to return"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.netlify/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/netlify/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Netlify/netlify.svg"},
{"displayName":"Netlify Trigger","name":"netlifyTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"event\"]}}","description":"Handle netlify events via webhooks","defaults":{"name":"Netlify Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"netlifyApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Site Name or ID","name":"siteId","required":true,"type":"options","default":"","typeOptions":{"loadOptionsMethod":"getSites"},"description":"Select the Site ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Event","name":"event","type":"options","required":true,"default":"","options":[{"name":"Deploy Building","value":"deployBuilding"},{"name":"Deploy Failed","value":"deployFailed"},{"name":"Deploy Created","value":"deployCreated"},{"name":"Form Submitted","value":"submissionCreated"}]},{"displayName":"Form Name or ID","name":"formId","type":"options","required":true,"displayOptions":{"show":{"event":["submissionCreated"]}},"default":"","typeOptions":{"loadOptionsMethod":"getForms"},"description":"Select a form. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"event":["submissionCreated"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.netlifytrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/netlify/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Netlify/netlify.svg"},
{"displayName":"Nextcloud","name":"nextCloud","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Access data on Nextcloud","defaults":{"name":"Nextcloud"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"nextCloudApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"nextCloudOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"File","value":"file"},{"name":"Folder","value":"folder"},{"name":"User","value":"user"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Copy","value":"copy","description":"Copy a file","action":"Copy a file"},{"name":"Delete","value":"delete","description":"Delete a file","action":"Delete a file"},{"name":"Download","value":"download","description":"Download a file","action":"Download a file"},{"name":"Move","value":"move","description":"Move a file","action":"Move a file"},{"name":"Share","value":"share","description":"Share a file","action":"Share a file"},{"name":"Upload","value":"upload","description":"Upload a file","action":"Upload a file"}],"default":"upload"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["folder"]}},"options":[{"name":"Copy","value":"copy","description":"Copy a folder","action":"Copy a folder"},{"name":"Create","value":"create","description":"Create a folder","action":"Create a folder"},{"name":"Delete","value":"delete","description":"Delete a folder","action":"Delete a folder"},{"name":"List","value":"list","description":"Return the contents of a given folder","action":"List a folder"},{"name":"Move","value":"move","description":"Move a folder","action":"Move a folder"},{"name":"Share","value":"share","description":"Share a folder","action":"Share a folder"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Invite a user to a NextCloud organization","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Retrieve information about a single user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Retrieve a list of users","action":"Get many users"},{"name":"Update","value":"update","description":"Edit attributes related to a user","action":"Update a user"}],"default":"create"},{"displayName":"From Path","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["copy"],"resource":["file","folder"]}},"placeholder":"/invoices/original.txt","description":"The path of file or folder to copy. The path should start with \"/\"."},{"displayName":"To Path","name":"toPath","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["copy"],"resource":["file","folder"]}},"placeholder":"/invoices/copy.txt","description":"The destination path of file or folder. The path should start with \"/\"."},{"displayName":"Delete Path","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["file","folder"]}},"placeholder":"/invoices/2019/invoice_1.pdf","description":"The path to delete. Can be a single file or a whole folder. The path should start with \"/\"."},{"displayName":"From Path","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["move"],"resource":["file","folder"]}},"placeholder":"/invoices/old_name.txt","description":"The path of file or folder to move. The path should start with \"/\"."},{"displayName":"To Path","name":"toPath","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["move"],"resource":["file","folder"]}},"placeholder":"/invoices/new_name.txt","description":"The new path of file or folder. The path should start with \"/\"."},{"displayName":"File Path","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"placeholder":"/invoices/2019/invoice_1.pdf","description":"The file path of the file to download. Has to contain the full path. The path should start with \"/\"."},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"File Path","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"placeholder":"/invoices/2019/invoice_1.pdf","description":"The absolute file path of the file to upload. Has to contain the full path. The parent folder has to exist. Existing files get overwritten."},{"displayName":"Binary File","name":"binaryDataUpload","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}}},{"displayName":"File Content","name":"fileContent","type":"string","default":"","displayOptions":{"show":{"binaryDataUpload":[false],"operation":["upload"],"resource":["file"]}},"placeholder":"","description":"The text content of the file to upload"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"binaryDataUpload":[true],"operation":["upload"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"File Path","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["share"],"resource":["file","folder"]}},"placeholder":"/invoices/2019/invoice_1.pdf","description":"The file path of the file to share. Has to contain the full path. The path should start with \"/\"."},{"displayName":"Share Type","name":"shareType","type":"options","displayOptions":{"show":{"operation":["share"],"resource":["file","folder"]}},"options":[{"name":"Circle","value":7},{"name":"Email","value":4},{"name":"Group","value":1},{"name":"Public Link","value":3},{"name":"User","value":0}],"default":0,"description":"The share permissions to set"},{"displayName":"Circle ID","name":"circleId","type":"string","displayOptions":{"show":{"resource":["file","folder"],"operation":["share"],"shareType":[7]}},"default":"","description":"The ID of the circle to share with"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["file","folder"],"operation":["share"],"shareType":[4]}},"default":"","description":"The Email address to share with"},{"displayName":"Group ID","name":"groupId","type":"string","displayOptions":{"show":{"resource":["file","folder"],"operation":["share"],"shareType":[1]}},"default":"","description":"The ID of the group to share with"},{"displayName":"User","name":"user","type":"string","displayOptions":{"show":{"resource":["file","folder"],"operation":["share"],"shareType":[0]}},"default":"","description":"The user to share with"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["file","folder"],"operation":["share"]}},"options":[{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"displayOptions":{"show":{"/resource":["file","folder"],"/operation":["share"],"/shareType":[3]}},"default":"","description":"Optional search string"},{"displayName":"Permissions","name":"permissions","type":"options","options":[{"name":"All","value":31},{"name":"Create","value":4},{"name":"Delete","value":8},{"name":"Read","value":1},{"name":"Update","value":2}],"default":1,"description":"The share permissions to set"}]},{"displayName":"Folder","name":"path","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["folder"]}},"placeholder":"/invoices/2019","description":"The folder to create. The parent folder has to exist. The path should start with \"/\"."},{"displayName":"Folder Path","name":"path","type":"string","default":"","displayOptions":{"show":{"operation":["list"],"resource":["folder"]}},"placeholder":"/invoices/2019/","description":"The path of which to list the content. The path should start with \"/\"."},{"displayName":"Username","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"placeholder":"john","description":"Username the user will have"},{"displayName":"Email","name":"email","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"placeholder":"john@email.com","description":"The email of the user to invite"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"Display Name","name":"displayName","type":"string","default":"","description":"The display name of the user to invite"}]},{"displayName":"Username","name":"userId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete","get","update"]}},"placeholder":"john","description":"Username the user will have"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"displayName":"Search","name":"search","type":"string","default":"","description":"Optional search string"},{"displayName":"Offset","name":"offset","type":"number","default":"","description":"Optional offset value"}]},{"displayName":"Update Fields","name":"updateFields","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"displayName":"Fields","name":"field","values":[{"displayName":"Key","name":"key","type":"options","default":"email","options":[{"name":"Address","value":"address","description":"The new address for the user"},{"name":"Display Name","value":"displayname","description":"The new display name for the user"},{"name":"Email","value":"email","description":"The new email for the user"},{"name":"Password","value":"password","description":"The new password for the user"},{"name":"Twitter","value":"twitter","description":"The new twitter handle for the user"},{"name":"Website","value":"website","description":"The new website for the user"}],"description":"Key of the updated attribute"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the updated attribute"}]}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.nextcloud/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/nextcloud/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/NextCloud/nextcloud.svg"},
{"displayName":"NocoDB","name":"nocoDb","group":["input"],"version":[1,2,3],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Read, update, write and delete data from NocoDB","defaults":{"name":"NocoDB"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"nocoDb","required":true,"displayOptions":{"show":{"authentication":["nocoDb"]}}},{"name":"nocoDbApiToken","required":true,"displayOptions":{"show":{"authentication":["nocoDbApiToken"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Token","value":"nocoDbApiToken"},{"name":"User Token","value":"nocoDb"}],"default":"nocoDb"},{"displayName":"API Version","name":"version","type":"options","isNodeSetting":true,"options":[{"name":"Before v0.90.0","value":1},{"name":"v0.90.0 Onwards","value":2},{"name":"v0.200.0 Onwards","value":3}],"displayOptions":{"show":{"@version":[1]}},"default":1},{"displayName":"API Version","name":"version","type":"options","isNodeSetting":true,"options":[{"name":"Before v0.90.0","value":1},{"name":"v0.90.0 Onwards","value":2},{"name":"v0.200.0 Onwards","value":3}],"displayOptions":{"show":{"@version":[2]}},"default":2},{"displayName":"API Version","name":"version","type":"options","isNodeSetting":true,"options":[{"name":"Before v0.90.0","value":1},{"name":"v0.90.0 Onwards","value":2},{"name":"v0.200.0 Onwards","value":3}],"displayOptions":{"show":{"@version":[3]}},"default":3},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Row","value":"row"}],"default":"row"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["row"]}},"options":[{"name":"Create","value":"create","description":"Create a row","action":"Create a row"},{"name":"Delete","value":"delete","description":"Delete a row","action":"Delete a row"},{"name":"Get","value":"get","description":"Retrieve a row","action":"Get a row"},{"name":"Get Many","value":"getAll","description":"Retrieve many rows","action":"Get many rows"},{"name":"Update","value":"update","description":"Update a row","action":"Update a row"}],"default":"get"},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","default":"none","displayOptions":{"show":{"version":[3]}},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkspaces"}},{"displayName":"Base Name or ID","name":"projectId","type":"options","default":"","displayOptions":{"show":{"version":[3]}},"required":true,"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["workspaceId"],"loadOptionsMethod":"getBases"}},{"displayName":"Project ID","name":"projectId","type":"string","default":"","displayOptions":{"show":{"version":[1]}},"required":true,"description":"The ID of the project"},{"displayName":"Project Name or ID","name":"projectId","type":"options","default":"","displayOptions":{"show":{"version":[2]}},"required":true,"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBases"}},{"displayName":"Table Name or ID","name":"table","type":"options","default":"","displayOptions":{"show":{"version":[2,3]}},"required":true,"description":"The table to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTables"}},{"displayName":"Table","name":"table","type":"string","default":"","displayOptions":{"show":{"version":[1]}},"required":true,"description":"The name of the table"},{"displayName":"Primary Key Type","name":"primaryKey","type":"options","default":"id","options":[{"name":"Default","value":"id","description":"Default, added when table was created from UI by those options: Create new table / Import from Excel / Import from CSV"},{"name":"Imported From Airtable","value":"ncRecordId","description":"Select if table was imported from Airtable"},{"name":"Custom","value":"custom","description":"When connecting to existing external database as existing primary key field is retained as is, enter the name of the primary key field below"}],"displayOptions":{"show":{"version":[1,2],"operation":["delete","update"]}}},{"displayName":"Primary Key Type","name":"primaryKey","type":"options","default":"id","options":[{"name":"Default","value":"id","description":"Default, added when table was created from UI by those options: Create new table / Import from Excel / Import from CSV"},{"name":"Imported From Airtable","value":"ncRecordId","description":"Select if table was imported from Airtable"},{"name":"Custom","value":"custom","description":"When connecting to existing external database as existing primary key field is retained as is, enter the name of the primary key field below"}],"displayOptions":{"show":{"version":[3],"operation":["delete"]}}},{"displayName":"Field Name","name":"customPrimaryKey","type":"string","default":"","displayOptions":{"show":{"version":[1,2],"operation":["delete","update"],"primaryKey":["custom"]}}},{"displayName":"Field Name","name":"customPrimaryKey","type":"string","default":"","displayOptions":{"show":{"version":[3],"operation":["delete"],"primaryKey":["custom"]}}},{"displayName":"Row ID Value","name":"id","type":"string","default":"","required":true,"description":"The value of the ID field","displayOptions":{"show":{"version":[1,2],"operation":["delete","get","update"]}}},{"displayName":"Row ID Value","name":"id","type":"string","default":"","required":true,"description":"The value of the ID field","displayOptions":{"show":{"version":[3],"operation":["delete","get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","displayOptions":{"show":{"operation":["getAll"]}},"default":false,"description":"Whether the attachment fields define in 'Download Fields' will be downloaded"},{"displayName":"Download Fields","name":"downloadFieldNames","type":"string","required":true,"displayOptions":{"show":{"operation":["getAll"],"downloadAttachments":[true]}},"default":"","description":"Name of the fields of type 'attachment' that should be downloaded. Multiple ones can be defined separated by comma. Case sensitive."},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["getAll"]}},"default":{},"placeholder":"Add option","options":[{"displayName":"View ID","name":"viewId","type":"string","typeOptions":{"multipleValues":false},"default":"","placeholder":"View ID","description":"The select fields of the returned rows"},{"displayName":"Fields","name":"fields","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Field"},"default":[],"placeholder":"Name","description":"The select fields of the returned rows"},{"displayName":"Sort","name":"sort","placeholder":"Add Sort Rule","description":"The sorting rules for the returned rows","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Field","name":"field","type":"string","default":"","description":"Name of the field to sort on"},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"asc","description":"Sort in ascending order (small -> large)"},{"name":"DESC","value":"desc","description":"Sort in descending order (large -> small)"}],"default":"asc","description":"The sort direction"}]}]},{"displayName":"Filter By Formula","name":"where","type":"string","default":"","placeholder":"(name,like,example%)~or(name,eq,test)","description":"A formula used to filter rows"}]},{"displayName":"Download Attachments","name":"downloadAttachments","type":"boolean","displayOptions":{"show":{"operation":["get"]}},"default":false,"description":"Whether the attachment fields define in 'Download Fields' will be downloaded"},{"displayName":"Download Fields","name":"downloadFieldNames","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"downloadAttachments":[true]}},"default":"","description":"Name of the fields of type 'attachment' that should be downloaded. Multiple ones can be defined separated by comma. Case sensitive."},{"displayName":"Data to Send","name":"dataToSend","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"autoMapInputData","description":"Use when node input properties match destination column names"},{"name":"Define Below for Each Column","value":"defineBelow","description":"Set the value for each destination column"}],"displayOptions":{"show":{"operation":["create","update"]}},"default":"defineBelow","description":"Whether to insert the input data this node receives in the new row"},{"displayName":"In this mode, make sure the incoming data fields are named the same as the columns in NocoDB. (Use an 'Edit Fields' node before this node to change them if required.)","name":"info","type":"notice","default":"","displayOptions":{"show":{"dataToSend":["autoMapInputData"]}}},{"displayName":"This operation requires the primary key to be included for each row.","name":"info","type":"notice","default":"","displayOptions":{"show":{"operation":["update"],"version":[3]}}},{"displayName":"Inputs to Ignore","name":"inputsToIgnore","type":"string","displayOptions":{"show":{"operation":["create","update"],"dataToSend":["autoMapInputData"]}},"default":"","description":"List of input properties to avoid sending, separated by commas. Leave empty to send all properties.","placeholder":"Enter properties..."},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field to Send","multipleValues":true},"displayOptions":{"show":{"operation":["create","update"],"dataToSend":["defineBelow"]}},"default":{},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field Name","name":"fieldName","type":"string","default":""},{"displayName":"Is Binary File","name":"binaryData","type":"boolean","default":false,"description":"Whether the field data to set is binary and should be taken from a binary property"},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","displayOptions":{"show":{"binaryData":[false]}}},{"displayName":"Take Input From Field","name":"binaryProperty","type":"string","description":"The field containing the binary file data to be uploaded","default":"","displayOptions":{"show":{"binaryData":[true]}}}]}]}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.nocodb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/nocodb/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/NocoDB/nocodb.svg"},
{"displayName":"Brevo","name":"sendInBlue","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Brevo API","defaults":{"name":"Brevo"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"sendInBlueApi","required":true}],"requestDefaults":{"baseURL":"https://api.brevo.com"},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Contact","value":"contact"},{"name":"Contact Attribute","value":"attribute"},{"name":"Email","value":"email"},{"name":"Sender","value":"sender"}],"default":"email"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["attribute"]}},"options":[{"name":"Create","value":"create","routing":{"request":{"method":"POST","url":"=/v3/contacts/attributes/{{$parameter.attributeCategory}}/{{encodeURI($parameter.attributeName)}}"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]},"send":{"preSend":[null]}},"action":"Create an attribute"},{"name":"Update","value":"update","routing":{"request":{"method":"PUT","url":"=/v3/contacts/attributes/{{$parameter.updateAttributeCategory}}/{{encodeURI($parameter.updateAttributeName)}}"}},"action":"Update an attribute"},{"name":"Delete","value":"delete","routing":{"request":{"method":"DELETE","url":"=/v3/contacts/attributes/{{$parameter.deleteAttributeCategory}}/{{encodeURI($parameter.deleteAttributeName)}}"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"action":"Delete an attribute"},{"name":"Get Many","value":"getAll","routing":{"request":{"method":"GET","url":"v3/contacts/attributes"},"send":{"paginate":false},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"attributes"}}]}},"action":"Get many attributes"}],"default":"create"},{"displayName":"Category","name":"attributeCategory","default":"normal","description":"Category of the attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["create"]}},"options":[{"name":"Calculated","value":"calculated"},{"name":"Category","value":"category"},{"name":"Global","value":"global"},{"name":"Normal","value":"normal"},{"name":"Transactional","value":"transactional"}],"type":"options","required":true},{"displayName":"Name","name":"attributeName","default":"","description":"Name of the attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["create"]}},"required":true,"type":"string"},{"displayName":"Type","name":"attributeType","default":"","description":"Attribute Type","displayOptions":{"show":{"resource":["attribute"],"operation":["create"],"attributeCategory":["normal"]}},"options":[{"name":"Boolean","value":"boolean"},{"name":"Date","value":"date"},{"name":"Float","value":"float"},{"name":"Text","value":"text"}],"required":true,"type":"options","routing":{"send":{"type":"body","property":"type","value":"={{$value}}"}}},{"displayName":"Value","name":"attributeValue","default":"","description":"Value of the attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["create"],"attributeCategory":["global","calculated"]}},"type":"string","placeholder":"","required":true,"routing":{"send":{"type":"body","property":"value","value":"={{$value}}"}}},{"displayName":"Contact Attribute List","name":"attributeCategoryList","type":"collection","placeholder":"Add Attributes","default":{},"displayOptions":{"show":{"resource":["attribute"],"operation":["create"],"attributeCategory":["category"]}},"options":[{"displayName":"Contact Attributes","name":"categoryEnumeration","placeholder":"Add Attribute","type":"fixedCollection","typeOptions":{"multipleValues":true},"options":[{"name":"attributesValues","displayName":"Attribute","values":[{"displayName":"Value ID","name":"attributeCategoryValue","type":"number","default":1,"description":"ID of the value, must be numeric","routing":{"send":{"value":"={{$value}}","property":"=enumeration[{{$index}}].value","type":"body"}}},{"displayName":"Label","name":"attributeCategoryLabel","type":"string","default":"","routing":{"send":{"value":"={{$value}}","property":"=enumeration[{{$index}}].label","type":"body"}},"description":"Label of the value"}]}],"default":{},"description":"List of values and labels that the attribute can take"}]},{"displayName":"Category","name":"updateAttributeCategory","default":"calculated","description":"Category of the attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["update"]}},"options":[{"name":"Calculated","value":"calculated"},{"name":"Category","value":"category"},{"name":"Global","value":"global"}],"type":"options"},{"displayName":"Name","name":"updateAttributeName","default":"","description":"Name of the existing attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["update"]}},"type":"string"},{"displayName":"Value","name":"updateAttributeValue","default":"","description":"Value of the attribute to update","displayOptions":{"show":{"resource":["attribute"],"operation":["update"]},"hide":{"updateAttributeCategory":["category"]}},"type":"string","placeholder":"","routing":{"send":{"type":"body","property":"value","value":"={{$value}}"}}},{"displayName":"Update Fields","name":"updateAttributeCategoryList","default":{},"description":"List of the values and labels that the attribute can take","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["attribute"],"operation":["update"],"updateAttributeCategory":["category"]}},"options":[{"displayName":"Contact Attributes","name":"updateCategoryEnumeration","placeholder":"Add Attribute","type":"fixedCollection","typeOptions":{"multipleValues":true},"options":[{"name":"updateAttributesValues","displayName":"Attribute","values":[{"displayName":"Value","name":"attributeCategoryValue","type":"number","default":1,"description":"ID of the value, must be numeric","routing":{"send":{"value":"={{$value}}","property":"=enumeration[{{$index}}].value","type":"body"}}},{"displayName":"Label","name":"attributeCategoryLabel","type":"string","default":"","routing":{"send":{"value":"={{$value}}","property":"=enumeration[{{$index}}].label","type":"body"}},"description":"Label of the value"}]}],"default":{},"description":"List of values and labels that the attribute can take"}]},{"displayName":"Category","name":"deleteAttributeCategory","default":"normal","description":"Category of the attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["delete"]}},"options":[{"name":"Calculated","value":"calculated"},{"name":"Category","value":"category"},{"name":"Global","value":"global"},{"name":"Normal","value":"normal"},{"name":"Transactional","value":"transactional"}],"type":"options"},{"displayName":"Name","name":"deleteAttributeName","default":"","description":"Name of the attribute","displayOptions":{"show":{"resource":["attribute"],"operation":["delete"]}},"type":"string"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["attribute"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["attribute"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"routing":{"output":{"postReceive":[{"type":"limit","properties":{"maxResults":"={{$value}}"}}]}},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sender"]}},"options":[{"name":"Create","value":"create","action":"Create a sender"},{"name":"Delete","value":"delete","routing":{"request":{"method":"DELETE","url":"=/v3/senders/{{$parameter.id}}"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"action":"Delete a sender"},{"name":"Get Many","value":"getAll","routing":{"request":{"method":"GET","url":"/v3/senders"},"send":{"paginate":false},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"senders"}}]}},"action":"Get many senders"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["sender"],"operation":["create"]}},"routing":{"request":{"method":"POST","url":"/v3/senders"},"send":{"property":"name","type":"body"}},"required":true,"description":"Name of the sender"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","displayOptions":{"show":{"resource":["sender"],"operation":["create"]}},"routing":{"send":{"property":"email","type":"body"}},"required":true,"description":"Email of the sender"},{"displayName":"Sender ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["sender"],"operation":["delete"]}},"description":"ID of the sender to delete"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["sender"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["sender"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"routing":{"output":{"postReceive":[{"type":"limit","properties":{"maxResults":"={{$value}}"}}]}},"default":10,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","action":"Create a contact","routing":{"request":{"method":"POST","url":"/v3/contacts"}}},{"name":"Create or Update","value":"upsert","action":"Upsert a contact","routing":{"request":{"method":"POST","url":"=/v3/contacts"}}},{"name":"Delete","value":"delete","action":"Delete a contact"},{"name":"Get","value":"get","action":"Get a contact"},{"name":"Get Many","value":"getAll","routing":{"request":{"method":"GET","url":"/v3/contacts"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"contacts"}}]},"operations":{"pagination":{"type":"offset","properties":{"limitParameter":"limit","offsetParameter":"offset","pageSize":1000,"type":"query"}}}},"action":"Get many contacts"},{"name":"Update","value":"update","routing":{"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"action":"Update a contact"}],"default":"create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"default":"","routing":{"send":{"type":"body","property":"email"}}},{"displayName":"Contact Attributes","name":"createContactAttributes","default":{},"description":"Array of attributes to be added","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"name":"attributesValues","displayName":"Attribute","values":[{"displayName":"Field Name","name":"fieldName","type":"options","typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v3/contacts/attributes"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"attributes"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.name}} - ({{$responseItem.category}})","value":"={{$responseItem.name}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","routing":{"send":{"value":"={{$value}}","property":"=attributes.{{$parent.fieldName}}","type":"body"}}}]}],"placeholder":"Add Attribute","type":"fixedCollection","typeOptions":{"multipleValues":true}},{"displayName":"Return All","name":"returnAll","type":"boolean","routing":{"send":{"paginate":"={{$value}}"}},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}},"routing":{"send":{"type":"query","property":"limit"}},"typeOptions":{"minValue":1,"maxValue":1000},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Sort","name":"sort","type":"options","options":[{"name":"DESC","value":"desc"},{"name":"ASC","value":"asc"}],"routing":{"send":{"type":"query","property":"sort","value":"={{$value}}"}},"default":"desc","description":"Sort the results in the ascending/descending order of record creation"}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Modified Since","name":"modifiedSince","type":"dateTime","routing":{"send":{"type":"query","property":"modifiedSince"}},"default":"","description":"Filter (urlencoded) the contacts modified after a given UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ)"}]},{"displayName":"Contact Identifier","name":"identifier","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"routing":{"request":{"method":"GET","url":"=/v3/contacts/{{encodeURIComponent($value)}}"}},"required":true,"default":"","description":"Email (urlencoded) OR ID of the contact OR its SMS attribute value"},{"displayName":"Contact Identifier","name":"identifier","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"routing":{"request":{"method":"DELETE","url":"=/v3/contacts/{{encodeURIComponent($parameter.identifier)}}"},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"default":"","description":"Email (urlencoded) OR ID of the contact OR its SMS attribute value"},{"displayName":"Contact Identifier","name":"identifier","default":"","description":"Email (urlencoded) OR ID of the contact OR its SMS attribute value","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"type":"string","required":true},{"displayName":"Attributes","name":"updateAttributes","default":{},"description":"Array of attributes to be updated","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Attribute","name":"updateAttributesValues","values":[{"displayName":"Field Name","name":"fieldName","type":"options","typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v3/contacts/attributes"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"attributes"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.name}} - ({{$responseItem.category}})","value":"={{$responseItem.name}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","routing":{"send":{"value":"={{$value}}","property":"=attributes.{{$parent.fieldName}}","type":"body"}}}]}],"placeholder":"Add Attribute","routing":{"request":{"method":"PUT","url":"=/v3/contacts/{{encodeURIComponent($parameter.identifier)}}"}},"type":"fixedCollection","typeOptions":{"multipleValues":true}},{"displayName":"Email","name":"email","default":"","description":"Email of the contact","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"type":"string","placeholder":"name@email.com","required":true,"routing":{"send":{"value":"={{$value}}","property":"email","type":"body"}}},{"displayName":"Contact Attributes","name":"upsertAttributes","default":{},"description":"Array of attributes to be updated","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"options":[{"name":"upsertAttributesValues","displayName":"Attribute","values":[{"displayName":"Field Name","name":"fieldName","type":"options","typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v3/contacts/attributes"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"attributes"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.name}} - ({{$responseItem.category}})","value":"={{$responseItem.name}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","routing":{"send":{"value":"={{$value}}","property":"=attributes.{{$parent.fieldName}}","type":"body"}}}]}],"placeholder":"Add Attribute","type":"fixedCollection","typeOptions":{"multipleValues":true},"routing":{"send":{"preSend":[null]},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["email"]}},"options":[{"name":"Send","value":"send","action":"Send a transactional email"},{"name":"Send Template","value":"sendTemplate","action":"Send an email with an existing Template"}],"routing":{"request":{"method":"POST","url":"/v3/smtp/email"}},"default":"send"},{"displayName":"Send HTML","name":"sendHTML","type":"boolean","displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"default":false},{"displayName":"Subject","name":"subject","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"routing":{"send":{"property":"subject","type":"body"}},"default":"","description":"Subject of the email"},{"displayName":"Text Content","name":"textContent","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"],"sendHTML":[false]}},"routing":{"send":{"property":"textContent","type":"body"}},"default":"","description":"Text content of the message"},{"displayName":"HTML Content","name":"htmlContent","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"],"sendHTML":[true]}},"routing":{"send":{"property":"htmlContent","type":"body"}},"default":"","description":"HTML content of the message"},{"displayName":"Sender","name":"sender","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"default":"","required":true,"routing":{"send":{"preSend":[null]}}},{"displayName":"Receipients","name":"receipients","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"default":"","required":true,"routing":{"send":{"preSend":[null]}}},{"displayName":"Additional Fields","name":"additionalFields","placeholder":"Add Field","description":"Additional fields to add","type":"collection","default":{},"displayOptions":{"show":{"resource":["email"],"operation":["send"]}},"options":[{"displayName":"Attachments","name":"emailAttachments","placeholder":"Add Attachment","type":"fixedCollection","default":{},"options":[{"name":"attachment","displayName":"Attachment Data","values":[{"displayName":"Input Data Field Name","default":"","name":"binaryPropertyName","type":"string","description":"The name of the incoming field containing the binary file data to be processed"}]}],"routing":{"send":{"preSend":[null]}}},{"displayName":"Receipients BCC","name":"receipientsBCC","placeholder":"Add BCC","type":"fixedCollection","default":{},"options":[{"name":"receipientBcc","displayName":"Receipient","values":[{"displayName":"Receipient","name":"bcc","type":"string","default":""}]}],"routing":{"send":{"preSend":[null]}}},{"displayName":"Receipients CC","name":"receipientsCC","placeholder":"Add CC","type":"fixedCollection","default":{},"options":[{"name":"receipientCc","displayName":"Receipient","values":[{"displayName":"Receipient","name":"cc","type":"string","default":""}]}],"routing":{"send":{"preSend":[null]}}},{"displayName":"Email Tags","name":"emailTags","default":{},"description":"Add tags to your emails to find them more easily","placeholder":"Add Email Tags","type":"fixedCollection","options":[{"displayName":"Tags","name":"tags","values":[{"displayName":"Tag","default":"","name":"tag","type":"string"}]}],"routing":{"send":{"preSend":[null]}}}]},{"displayName":"Template ID","name":"templateId","type":"options","default":"","typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v3/smtp/templates","qs":{"templateStatus":true,"limit":1000,"offset":0,"sort":"desc"}},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"templates"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.name}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"]}},"routing":{"send":{"type":"body","property":"templateId"}}},{"displayName":"Receipients","name":"receipients","type":"string","displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"]}},"default":"","required":true,"routing":{"send":{"preSend":[null]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","description":"Additional fields to add","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["email"],"operation":["sendTemplate"]}},"options":[{"displayName":"Attachments","name":"emailAttachments","placeholder":"Add Attachment","type":"fixedCollection","default":{},"options":[{"displayName":"Attachment Data","name":"attachment","values":[{"displayName":"Input Data Field Name","name":"binaryPropertyName","default":"","type":"string","description":"The name of the incoming field containing the binary file data to be processed"}]}],"routing":{"send":{"preSend":[null]}}},{"displayName":"Email Tags","name":"emailTags","default":{},"description":"Add tags to your emails to find them more easily","placeholder":"Add Email Tags","type":"fixedCollection","options":[{"displayName":"Tags","name":"tags","values":[{"displayName":"Tag","default":"","name":"tag","type":"string"}]}],"routing":{"send":{"preSend":[null]}}},{"displayName":"Template Parameters","name":"templateParameters","default":{},"description":"Pass a set of attributes to customize the template","placeholder":"Add Parameter","type":"fixedCollection","options":[{"name":"parameterValues","displayName":"Parameters","values":[{"displayName":"Parameter","name":"parameters","type":"string","default":"","placeholder":"key=value","description":"Comma-separated key=value pairs"}]}],"routing":{"send":{"preSend":[null]}}}]},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Marketing","Communication"],"alias":["sendinblue"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.brevo/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/brevo/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Brevo/brevo.svg"},
{"credentials":[{"name":"sendInBlueApi","required":true,"displayOptions":{"show":{}}}],"displayName":"Brevo Trigger","defaults":{"name":"Brevo Trigger"},"description":"Starts the workflow when Brevo events occur","group":["trigger"],"inputs":[],"name":"sendInBlueTrigger","outputs":["main"],"version":1,"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhooks"}],"properties":[{"displayName":"Resource","default":"transactional","name":"type","options":[{"name":"Inbound","value":"inbound"},{"name":"Marketing","value":"marketing"},{"name":"Transactional","value":"transactional"}],"required":true,"type":"options"},{"displayName":"Trigger On","displayOptions":{"show":{"type":["transactional"]}},"name":"events","placeholder":"Add Event","options":[{"name":"Email Blocked","value":"blocked","description":"Triggers when transactional email is blocked"},{"name":"Email Clicked","value":"click","description":"Triggers when transactional email is clicked"},{"name":"Email Deferred","value":"deferred","description":"Triggers when transactional email is deferred"},{"name":"Email Delivered","value":"delivered","description":"Triggers when transactional email is delivered"},{"name":"Email Hard Bounce","value":"hardBounce","description":"Triggers when transactional email is hard bounced"},{"name":"Email Invalid","value":"invalid","description":"Triggers when transactional email is invalid"},{"name":"Email Marked Spam","value":"spam","description":"Triggers when transactional email is set to spam"},{"name":"Email Opened","value":"opened","description":"Triggers when transactional email is opened"},{"name":"Email Sent","value":"request","description":"Triggers when transactional email is sent"},{"name":"Email Soft-Bounce","value":"softBounce","description":"Triggers when transactional email is soft bounced"},{"name":"Email Unique Open","value":"uniqueOpened","description":"Triggers when transactional email is unique opened"},{"name":"Email Unsubscribed","value":"unsubscribed","description":"Triggers when transactional email is unsubscribed"}],"default":[],"required":true,"type":"multiOptions"},{"displayName":"Trigger On","displayOptions":{"show":{"type":["marketing"]}},"name":"events","placeholder":"Add Event","options":[{"name":"Marketing Email Clicked","value":"click","description":"Triggers when marketing email is clicked"},{"name":"Marketing Email Delivered","value":"delivered","description":"Triggers when marketing email is delivered"},{"name":"Marketing Email Hard Bounce","value":"hardBounce","description":"Triggers when marketing email is hard bounced"},{"name":"Marketing Email List Addition","value":"listAddition","description":"Triggers when marketing email is clicked"},{"name":"Marketing Email Opened","value":"opened","description":"Triggers when marketing email is opened"},{"name":"Marketing Email Soft Bounce","value":"softBounce","description":"Triggers when marketing email is soft bounced"},{"name":"Marketing Email Spam","value":"spam","description":"Triggers when marketing email is spam"},{"name":"Marketing Email Unsubscribed","value":"unsubscribed","description":"Triggers when marketing email is unsubscribed"}],"default":[],"required":true,"type":"multiOptions"},{"displayName":"Trigger On","displayOptions":{"show":{"type":["inbound"]}},"name":"events","placeholder":"Add Event","options":[{"name":"Inbound Email Processed","value":"inboundEmailProcessed","description":"Triggers when inbound email is processed"}],"default":[],"required":true,"type":"multiOptions"}],"codex":{"categories":["Marketing","Communication"],"alias":["sendinblue"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.brevotrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/brevo/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Brevo/brevo.svg"},
{"displayName":"Sticky Note","name":"stickyNote","icon":"fa:sticky-note","group":["input"],"version":1,"description":"Make your workflow easier to understand","defaults":{"name":"Sticky Note","color":"#FFD233"},"inputs":[],"outputs":[],"properties":[{"displayName":"Content","name":"content","type":"string","default":"## I'm a note \n**Double click** to edit me. [Guide](https://docs.n8n.io/workflows/components/sticky-notes/)"},{"displayName":"Height","name":"height","type":"number","required":true,"default":160},{"displayName":"Width","name":"width","type":"number","required":true,"default":240},{"displayName":"Color","name":"color","type":"number","required":true,"default":1}]},
{"displayName":"No Operation, do nothing","name":"noOp","icon":"fa:arrow-right","iconColor":"gray","group":["organization"],"version":1,"description":"No Operation","defaults":{"name":"No Operation, do nothing","color":"#b0b0b0"},"inputs":["main"],"outputs":["main"],"properties":[],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"alias":["nothing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.noop/"}]}}},
{"displayName":"Onfleet","name":"onfleet","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Onfleet API","defaults":{"name":"Onfleet"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"onfleetApi","required":true,"testedBy":"onfleetApiTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Admin","value":"admin"},{"name":"Container","value":"container"},{"name":"Destination","value":"destination"},{"name":"Hub","value":"hub"},{"name":"Organization","value":"organization"},{"name":"Recipient","value":"recipient"},{"name":"Task","value":"task"},{"name":"Team","value":"team"},{"name":"Worker","value":"worker"}],"default":"task","description":"The resource to perform operations on"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["admin"]}},"options":[{"name":"Create","value":"create","description":"Create a new Onfleet admin","action":"Create an admin"},{"name":"Delete","value":"delete","description":"Delete an Onfleet admin","action":"Delete an admin"},{"name":"Get Many","value":"getAll","description":"Get many Onfleet admins","action":"Get many admins"},{"name":"Update","value":"update","description":"Update an Onfleet admin","action":"Update an admin"}],"default":"getAll"},{"displayName":"Admin ID","name":"id","type":"string","displayOptions":{"show":{"resource":["admin"]},"hide":{"operation":["create","getAll"]}},"default":"","required":true,"description":"The ID of the admin object for lookup"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["admin"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["admin"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":64},"default":64,"description":"Max number of results to return"},{"displayOptions":{"show":{"resource":["admin"],"operation":["create"]}},"required":true,"displayName":"Name","name":"name","type":"string","default":"","description":"The administrator's name"},{"displayOptions":{"show":{"resource":["admin"],"operation":["create"]}},"required":true,"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The administrator's email address"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["admin"],"operation":["create"]}},"options":[{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The administrator's phone number"},{"displayName":"Read Only","name":"isReadOnly","type":"boolean","default":false,"description":"Whether this administrator can perform write operations"}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["admin"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The administrator's name"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The administrator's phone number"},{"displayName":"Read Only","name":"isReadOnly","type":"boolean","default":false,"description":"Whether this administrator can perform write operations"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["container"]}},"options":[{"name":"Add Tasks","value":"addTask","description":"Add task at index (or append)","action":"Add tasks"},{"name":"Get","value":"get","description":"Get container information","action":"Get a container"},{"name":"Update Tasks","value":"updateTask","description":"Fully replace a container's tasks","action":"Update tasks"}],"default":"get"},{"displayName":"Container Type","name":"containerType","type":"options","options":[{"name":"Organizations","value":"organizations"},{"name":"Teams","value":"teams"},{"name":"Workers","value":"workers"}],"default":"","displayOptions":{"show":{"resource":["container"],"operation":["get","addTask"]}},"required":true},{"displayName":"Container ID","name":"containerId","type":"string","default":"","description":"The object ID according to the container chosen","displayOptions":{"show":{"resource":["container"],"operation":["get","addTask","updateTask"]}},"required":true},{"displayName":"Insert Type","name":"type","type":"options","options":[{"name":"Append","value":-1},{"name":"Prepend","value":0},{"name":"At Specific Index","value":1}],"default":"","displayOptions":{"show":{"resource":["container"],"operation":["addTask"]}},"required":true},{"displayName":"Index","name":"index","type":"number","default":0,"description":"The index given indicates the position where the tasks are going to be inserted","displayOptions":{"show":{"resource":["container"],"operation":["addTask"],"type":[1]}},"required":true},{"displayName":"Task IDs","name":"tasks","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Task"},"default":[],"description":"Task's ID that are going to be used","displayOptions":{"show":{"resource":["container"],"operation":["addTask","updateTask"]}},"required":true},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["container"],"operation":["addTask","updateTask"]}},"options":[{"displayName":"Consider Dependencies","name":"considerDependencies","type":"boolean","default":false,"description":"Whether to include the target task's dependency family (parent and child tasks) in the resulting assignment operation","required":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["destination"]}},"options":[{"name":"Create","value":"create","description":"Create a new destination","action":"Create a destination"},{"name":"Get","value":"get","description":"Get a specific destination","action":"Get a destination"}],"default":"get"},{"displayName":"Destination ID","name":"id","type":"string","displayOptions":{"show":{"resource":["destination"]},"hide":{"operation":["create"]}},"default":"","required":true,"description":"The ID of the destination object for lookup"},{"displayName":"Unparsed Address","name":"unparsed","type":"boolean","description":"Whether or not the address is specified in a single unparsed string","default":false,"displayOptions":{"show":{"resource":["destination"],"operation":["create"]}},"required":true},{"displayName":"Destination Address","name":"address","type":"string","description":"The destination's street address details","default":"","displayOptions":{"show":{"resource":["destination"],"operation":["create"],"unparsed":[true]}},"required":true},{"displayName":"Number","name":"addressNumber","type":"string","description":"The number component of this address, it may also contain letters","default":"","displayOptions":{"show":{"resource":["destination"],"operation":["create"],"unparsed":[false]}},"required":true},{"displayName":"Street","name":"addressStreet","type":"string","description":"The name of the street","default":"","displayOptions":{"show":{"resource":["destination"],"operation":["create"],"unparsed":[false]}},"required":true},{"displayName":"City","name":"addressCity","type":"string","description":"The name of the municipality","default":"","displayOptions":{"show":{"resource":["destination"],"operation":["create"],"unparsed":[false]}},"required":true},{"displayName":"Country","name":"addressCountry","type":"string","description":"The name of the country","default":"","displayOptions":{"show":{"resource":["destination"],"operation":["create"],"unparsed":[false]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["destination"],"operation":["create"],"unparsed":[true]}},"options":[{"displayName":"Apartment","name":"addressApartment","type":"string","default":"","description":"The suite or apartment number, or any additional relevant information"},{"displayName":"Address Name","name":"addressName","type":"string","default":"","description":"A name associated with this address"},{"displayName":"Address Notes","name":"addressNotes","type":"string","default":"","description":"Notes about the destination"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["destination"],"operation":["create"],"unparsed":[false]}},"options":[{"displayName":"Apartment","name":"addressApartment","type":"string","default":"","description":"The suite or apartment number, or any additional relevant information"},{"displayName":"Address Name","name":"addressName","type":"string","default":"","description":"A name associated with this address"},{"displayName":"Address Notes","name":"addressNotes","type":"string","default":"","description":"Notes about the destination"},{"displayName":"Postal Code","name":"addressPostalCode","type":"string","default":"","description":"The postal or zip code"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["hub"]}},"options":[{"name":"Create","value":"create","description":"Create a new Onfleet hub","action":"Create a hub"},{"name":"Get Many","value":"getAll","description":"Get many Onfleet hubs","action":"Get many hubs"},{"name":"Update","value":"update","description":"Update an Onfleet hub","action":"Update a hub"}],"default":"getAll"},{"displayName":"Hub ID","name":"id","type":"string","displayOptions":{"show":{"resource":["hub"],"operation":["update"]}},"default":"","required":true,"description":"The ID of the hub object for lookup"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["hub"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["hub"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":64},"default":64,"description":"Max number of results to return"},{"displayName":"Name","name":"name","type":"string","default":"","description":"A name to identify the hub","displayOptions":{"show":{"resource":["hub"],"operation":["create"]}},"required":true},{"displayName":"Destination","name":"destination","type":"fixedCollection","placeholder":"Add Destination","default":{},"options":[{"displayName":"Destination Properties","name":"destinationProperties","default":{},"values":[{"displayName":"Unparsed Address","name":"unparsed","type":"boolean","description":"Whether or not the address is specified in a single unparsed string","default":false,"required":false},{"displayName":"Destination Address","name":"address","type":"string","description":"The destination's street address details","default":"","displayOptions":{"show":{"unparsed":[true]}},"required":true},{"displayName":"Number","name":"addressNumber","type":"string","description":"The number component of this address, it may also contain letters","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"Street","name":"addressStreet","type":"string","description":"The name of the street","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"City","name":"addressCity","type":"string","description":"The name of the municipality","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"State","name":"addressState","type":"string","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"Country","name":"addressCountry","type":"string","description":"The name of the country","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayOptions":{"show":{"unparsed":[false]}},"displayName":"Postal Code","name":"addressPostalCode","type":"string","default":"","description":"The postal or zip code","required":false},{"displayName":"Address Name","name":"addressName","type":"string","default":"","description":"A name associated with this address","required":false},{"displayName":"Apartment","name":"addressApartment","type":"string","default":"","description":"The suite or apartment number, or any additional relevant information","required":false},{"displayName":"Address Notes","name":"addressNotes","type":"string","default":"","description":"Notes about the destination","required":false}]}],"displayOptions":{"show":{"resource":["hub"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["hub"],"operation":["create"]}},"options":[{"displayName":"Team Names or IDs","name":"teams","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTeams"},"default":[],"description":"These are the teams that this Hub will be assigned to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":false}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["hub"],"operation":["update"]}},"options":[{"displayName":"Destination","name":"destination","type":"fixedCollection","placeholder":"Add Destination","default":{},"options":[{"displayName":"Destination Properties","name":"destinationProperties","default":{},"values":[{"displayName":"Unparsed Address","name":"unparsed","type":"boolean","description":"Whether or not the address is specified in a single unparsed string","default":false,"required":false},{"displayName":"Destination Address","name":"address","type":"string","description":"The destination's street address details","default":"","displayOptions":{"show":{"unparsed":[true]}},"required":true},{"displayName":"Number","name":"addressNumber","type":"string","description":"The number component of this address, it may also contain letters","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"Street","name":"addressStreet","type":"string","description":"The name of the street","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"City","name":"addressCity","type":"string","description":"The name of the municipality","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"State","name":"addressState","type":"string","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"Country","name":"addressCountry","type":"string","description":"The name of the country","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayOptions":{"show":{"unparsed":[false]}},"displayName":"Postal Code","name":"addressPostalCode","type":"string","default":"","description":"The postal or zip code","required":false},{"displayName":"Address Name","name":"addressName","type":"string","default":"","description":"A name associated with this address","required":false},{"displayName":"Apartment","name":"addressApartment","type":"string","default":"","description":"The suite or apartment number, or any additional relevant information","required":false},{"displayName":"Address Notes","name":"addressNotes","type":"string","default":"","description":"Notes about the destination","required":false}]}],"required":false},{"displayName":"Name","name":"name","type":"string","default":"","description":"A name to identify the hub"},{"displayName":"Team Names or IDs","name":"teams","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTeams"},"default":[],"description":"These are the teams that this Hub will be assigned to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["organization"]}},"options":[{"name":"Get My Organization","value":"get","description":"Retrieve your own organization's details","action":"Get my organization"},{"name":"Get Delegatee Details","value":"getDelegatee","description":"Retrieve the details of an organization with which you are connected","action":"Get a delegatee's details"}],"default":"get"},{"displayName":"Organization ID","name":"id","type":"string","displayOptions":{"show":{"resource":["organization"],"operation":["getDelegatee"]}},"default":"","required":true,"description":"The ID of the delegatees for lookup"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["recipient"]}},"options":[{"name":"Create","value":"create","description":"Create a new Onfleet recipient","action":"Create a recipient"},{"name":"Get","value":"get","description":"Get a specific Onfleet recipient","action":"Get a recipient"},{"name":"Update","value":"update","description":"Update an Onfleet recipient","action":"Update a recipient"}],"default":"get"},{"displayName":"Get By","name":"getBy","type":"options","displayOptions":{"show":{"resource":["recipient"],"operation":["get"]}},"options":[{"name":"ID","value":"id"},{"name":"Phone","value":"phone"},{"name":"Name","value":"name"}],"description":"The variable that is used for looking up a recipient","required":true,"default":"id"},{"displayName":"Recipient ID","name":"id","type":"string","displayOptions":{"show":{"resource":["recipient"],"operation":["get"],"getBy":["id"]}},"default":"","required":true,"description":"The ID of the recipient object for lookup"},{"displayName":"Recipient ID","name":"id","type":"string","displayOptions":{"show":{"resource":["recipient"],"operation":["update"]}},"default":"","required":true,"description":"The ID of the recipient object for lookup"},{"displayName":"Name","name":"name","type":"string","displayOptions":{"show":{"resource":["recipient"],"operation":["get"],"getBy":["name"]}},"default":"","required":true,"description":"The name of the recipient for lookup"},{"displayName":"Phone","name":"phone","type":"string","displayOptions":{"show":{"resource":["recipient"],"operation":["get"],"getBy":["phone"]}},"default":"","required":true,"description":"The phone of the recipient for lookup"},{"displayOptions":{"show":{"resource":["recipient"],"operation":["create"]}},"displayName":"Recipient Name","name":"recipientName","type":"string","description":"The recipient's complete name","default":"","required":true},{"displayOptions":{"show":{"resource":["recipient"],"operation":["create"]}},"displayName":"Recipient Phone","name":"recipientPhone","type":"string","description":"A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.","default":"","required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["recipient"],"operation":["create"]}},"options":[{"displayName":"Recipient Notes","name":"recipientNotes","type":"string","default":"","description":"Notes for this recipient: these are global notes that should not be task- or destination-specific"},{"displayName":"Skip Recipient SMS Notifications","name":"recipientSkipSMSNotifications","type":"boolean","default":false,"description":"Whether this recipient has requested to skip SMS notifications"}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Update Fields","default":{},"displayOptions":{"show":{"resource":["recipient"],"operation":["update"]}},"options":[{"displayName":"Recipient Name","name":"recipientName","type":"string","description":"The recipient's complete name","default":"","required":false},{"displayName":"Recipient Notes","name":"notes","type":"string","default":"","description":"Notes for this recipient: these are global notes that should not be task- or destination-specific"},{"displayName":"Recipient Phone","name":"recipientPhone","type":"string","description":"A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.","default":"","required":false},{"displayName":"Skip Recipient SMS Notifications","name":"skipSMSNotifications","type":"boolean","default":false,"description":"Whether this recipient has requested to skip SMS notifications"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["recipient"],"operation":["create"]}},"options":[{"displayName":"Skip Recipient Phone Number Validation","name":"recipientSkipPhoneNumberValidation","type":"boolean","default":false,"description":"Whether to skip validation for this recipient's phone number"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Clone","value":"clone","description":"Clone an Onfleet task","action":"Clone a task"},{"name":"Complete","value":"complete","description":"Force-complete a started Onfleet task","action":"Complete a task"},{"name":"Create","value":"create","description":"Create a new Onfleet task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete an Onfleet task","action":"Delete a task"},{"name":"Get","value":"get","description":"Get a specific Onfleet task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get many Onfleet tasks","action":"Get many tasks"},{"name":"Update","value":"update","description":"Update an Onfleet task","action":"Update a task"}],"default":"get"},{"displayName":"Task ID","name":"id","type":"string","displayOptions":{"show":{"resource":["task"]},"hide":{"operation":["create","getAll"]}},"default":"","required":true,"description":"The ID of the task object for lookup"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":64},"default":64,"description":"Max number of results to return"},{"displayName":"Destination","name":"destination","type":"fixedCollection","placeholder":"Add Destination","default":{},"options":[{"displayName":"Destination Properties","name":"destinationProperties","default":{},"values":[{"displayName":"Unparsed Address","name":"unparsed","type":"boolean","description":"Whether or not the address is specified in a single unparsed string","default":false,"required":false},{"displayName":"Destination Address","name":"address","type":"string","description":"The destination's street address details","default":"","displayOptions":{"show":{"unparsed":[true]}},"required":true},{"displayName":"Number","name":"addressNumber","type":"string","description":"The number component of this address, it may also contain letters","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"Street","name":"addressStreet","type":"string","description":"The name of the street","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"City","name":"addressCity","type":"string","description":"The name of the municipality","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"State","name":"addressState","type":"string","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayName":"Country","name":"addressCountry","type":"string","description":"The name of the country","default":"","displayOptions":{"show":{"unparsed":[false]}},"required":true},{"displayOptions":{"show":{"unparsed":[false]}},"displayName":"Postal Code","name":"addressPostalCode","type":"string","default":"","description":"The postal or zip code","required":false},{"displayName":"Address Name","name":"addressName","type":"string","default":"","description":"A name associated with this address","required":false},{"displayName":"Apartment","name":"addressApartment","type":"string","default":"","description":"The suite or apartment number, or any additional relevant information","required":false},{"displayName":"Address Notes","name":"addressNotes","type":"string","default":"","description":"Notes about the destination","required":false}]}],"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"required":true},{"displayName":"Complete as a Success","name":"success","type":"boolean","displayOptions":{"show":{"resource":["task"],"operation":["complete"]}},"description":"Whether the task's completion was successful","required":true,"default":true},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"options":[{"displayName":"From","name":"from","type":"dateTime","default":"","description":"The starting time of the range. Tasks created or completed at or after this time will be included."},{"displayName":"State","name":"state","type":"multiOptions","options":[{"name":"[All]","value":"all"},{"name":"Active","value":2},{"name":"Assigned","value":1},{"name":"Completed","value":3},{"name":"Unassigned","value":0}],"default":["all"],"description":"The state of the tasks"},{"displayName":"To","name":"to","type":"dateTime","default":"","description":"The ending time of the range. Defaults to current time if not specified."}]},{"displayName":"Override Fields","name":"overrideFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["clone"]}},"options":[{"displayName":"Complete After","name":"completeAfter","type":"dateTime","default":null,"description":"The earliest time the task should be completed"},{"displayName":"Complete Before","name":"completeBefore","type":"dateTime","default":null,"description":"The latest time the task should be completed"},{"displayName":"Include Barcodes","name":"includeBarcodes","type":"boolean","default":false},{"displayName":"Include Dependencies","name":"includeDependencies","type":"boolean","default":false},{"displayName":"Include Metadata","name":"includeMetadata","type":"boolean","default":false},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Notes for the task","required":false},{"displayName":"Pick Up Task","name":"pickupTask","type":"boolean","default":false,"description":"Whether the task is a pickup task","required":false},{"displayName":"Service Time","name":"serviceTime","type":"number","default":0,"description":"The number of minutes to be spent by the worker on arrival at this task's destination, for route optimization purposes","required":false}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Complete After","name":"completeAfter","type":"dateTime","default":null,"description":"The earliest time the task should be completed"},{"displayName":"Complete Before","name":"completeBefore","type":"dateTime","default":null,"description":"The latest time the task should be completed"},{"displayName":"Executor ID","name":"executor","type":"string","default":"","description":"The ID of the organization that will be responsible for fulfilling the task"},{"displayName":"Merchant ID","name":"merchant","type":"string","default":"","description":"The ID of the organization that will be displayed to the recipient of the task"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Notes for the task"},{"displayName":"Pick Up Task","name":"pickupTask","type":"boolean","default":false,"description":"Whether the task is a pickup task"},{"displayName":"Quantity","name":"quantity","type":"number","default":0,"description":"The number of units to be dropped off while completing this task, for route optimization purposes"},{"displayName":"Service Time","name":"serviceTime","type":"number","default":0,"description":"The number of minutes to be spent by the worker on arrival at this task's destination, for route optimization purposes"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["complete"]}},"options":[{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Completion Notes"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Complete After","name":"completeAfter","type":"dateTime","default":null,"description":"The earliest time the task should be completed"},{"displayName":"Complete Before","name":"completeBefore","type":"dateTime","default":null,"description":"The latest time the task should be completed"},{"displayName":"Executor ID","name":"executor","type":"string","default":"","description":"The ID of the organization that will be responsible for fulfilling the task"},{"displayName":"Merchant ID","name":"merchant","type":"string","default":"","description":"The ID of the organization that will be displayed to the recipient of the task"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Notes for the task"},{"displayName":"Pick Up Task","name":"pickupTask","type":"boolean","default":false,"description":"Whether the task is a pickup task"},{"displayName":"Quantity","name":"quantity","type":"number","default":0,"description":"The number of units to be dropped off while completing this task, for route optimization purposes"},{"displayName":"Recipient","name":"recipient","type":"fixedCollection","placeholder":"Add Recipient","default":{},"options":[{"displayName":"Recipient Properties","name":"recipientProperties","default":{},"values":[{"displayName":"Recipient Name","name":"recipientName","type":"string","description":"The recipient's complete name","default":"","required":true},{"displayName":"Recipient Phone","name":"recipientPhone","type":"string","description":"A unique, valid phone number as per the organization's country if there's no leading + sign. If a phone number has a leading + sign, it will disregard the organization's country setting.","default":"","required":true},{"displayName":"Recipient Notes","name":"recipientNotes","type":"string","default":"","description":"Notes for this recipient: these are global notes that should not be task- or destination-specific"},{"displayName":"Skip Recipient SMS Notifications","name":"recipientSkipSMSNotifications","type":"boolean","default":false,"description":"Whether this recipient has requested to skip SMS notifications"}]}]},{"displayName":"Recipient Name Override","name":"recipientName","type":"string","default":"","description":"Override the recipient name for this task only"},{"displayName":"Recipient Notes Override","name":"recipientNotes","type":"string","default":"","description":"Override the recipient notes for this task only"},{"displayName":"Recipient Skip SMS Notifications Override","name":"recipientSkipSMSNotifications","type":"boolean","default":false,"description":"Whether to override the recipient notification settings for this task"},{"displayName":"Service Time","name":"serviceTime","type":"number","default":0,"description":"The number of minutes to be spent by the worker on arrival at this task's destination, for route optimization purposes"},{"displayName":"Use Merchant For Proxy Override","name":"useMerchantForProxy","type":"boolean","default":false,"description":"Whether to override the organization ID with the merchant's org ID for this task"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["team"]}},"options":[{"name":"Auto-Dispatch","value":"autoDispatch","description":"Automatically dispatch tasks assigned to a team to on-duty drivers","action":"Auto-dispatch a team"},{"name":"Create","value":"create","description":"Create a new Onfleet team","action":"Create a team"},{"name":"Delete","value":"delete","description":"Delete an Onfleet team","action":"Delete a team"},{"name":"Get","value":"get","description":"Get a specific Onfleet team","action":"Get a team"},{"name":"Get Many","value":"getAll","description":"Get many Onfleet teams","action":"Get many teams"},{"name":"Get Time Estimates","value":"getTimeEstimates","description":"Get estimated times for upcoming tasks for a team, returns a selected driver","action":"Get time estimates for a team"},{"name":"Update","value":"update","description":"Update an Onfleet team","action":"Update a team"}],"default":"getAll"},{"displayName":"Team ID","name":"id","type":"string","displayOptions":{"show":{"resource":["team"],"operation":["get","update","delete","getTimeEstimates","autoDispatch"]}},"default":"","required":true,"description":"The ID of the team object for lookup"},{"displayName":"Name","name":"name","type":"string","default":"","description":"A unique name for the team","displayOptions":{"show":{"resource":["team"],"operation":["create"]}},"required":true},{"displayName":"Worker Names or IDs","name":"workers","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getWorkers"},"default":[],"description":"A list of workers. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["team"],"operation":["create"]}},"required":true},{"displayName":"Administrator Names or IDs","name":"managers","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAdmins"},"default":[],"description":"A list of managing administrators. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["team"],"operation":["create"]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["team"],"operation":["create"]}},"options":[{"displayName":"Hub Name or ID","name":"hub","type":"options","typeOptions":{"loadOptionsMethod":"getHubs"},"default":"","description":"The team's hub. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Self Assignment","name":"enableSelfAssignment","type":"boolean","default":false,"description":"Whether or not to allow drivers to self-assign tasks that are in the Team's unassigned container"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["team"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["team"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":64},"default":64,"description":"Max number of results to return"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["team"],"operation":["update"]}},"options":[{"displayName":"Administrator Names or IDs","name":"managers","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAdmins"},"default":[],"description":"A list of managing administrators. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Hub Name or ID","name":"hub","type":"options","typeOptions":{"loadOptionsMethod":"getHubs"},"default":"","description":"The team's hub. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","description":"A unique name for the team"},{"displayName":"Self Assignment","name":"enableSelfAssignment","type":"boolean","default":false,"description":"Whether or not to allow drivers to self-assign tasks that are in the Team's unassigned container"},{"displayName":"Worker Names or IDs","name":"workers","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getWorkers"},"default":[],"description":"A list of workers. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["team"],"operation":["autoDispatch"]}},"options":[{"displayName":"Ending Route","name":"endingRoute","type":"fixedCollection","placeholder":"Add Route","default":{},"options":[{"displayName":"Ending Route Properties","name":"endingRouteProperties","type":"fixedCollection","default":{},"values":[{"displayName":"Route End","name":"routeEnd","type":"options","options":[{"name":"Team’s Hub","value":"team_hub"},{"name":"Worker Routing Address","value":"worker_routing_address"},{"name":"Hub","value":"hub"},{"name":"End Anywhere","value":"anywhere"}],"default":"","description":"Where the route will end","required":true},{"displayName":"Hub Name or ID","name":"hub","type":"options","typeOptions":{"loadOptionsMethod":"getHubs"},"default":"","description":"The team's hub. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"routeEnd":["hub"]}},"required":false}]}]},{"displayName":"Max Allowed Delay","name":"maxAllowedDelay","type":"number","default":10,"description":"Max allowed time in minutes that a task can be late","typeOptions":{"minValue":1}},{"displayName":"Max Number Of Tasks Per Route","name":"maxTasksPerRoute","type":"number","default":100,"typeOptions":{"maxValue":200,"minValue":1},"description":"Total number of tasks allowed on a route"},{"displayName":"Schedule Time Window","name":"scheduleTimeWindow","type":"fixedCollection","placeholder":"Add Time Window","default":{},"options":[{"displayName":"Schedule Time Window Properties","name":"scheduleTimeWindowProperties","type":"fixedCollection","default":{},"values":[{"displayName":"Start Time","name":"startTime","type":"dateTime","default":""},{"displayName":"End Time","name":"endTime","type":"dateTime","default":""}]}]},{"displayName":"Service Time","name":"serviceTime","type":"number","default":2,"typeOptions":{"minValue":0},"description":"The default service time to apply in Minutes to the tasks when no task service time exists"},{"displayName":"Task Time Window","name":"taskTimeWindow","type":"fixedCollection","placeholder":"Add Time Window","default":{},"options":[{"displayName":"Task Time Window Properties","name":"taskTimeWindowProperties","type":"fixedCollection","default":{},"values":[{"displayName":"Start Time","name":"startTime","type":"dateTime","default":""},{"displayName":"End Time","name":"endTime","type":"dateTime","default":""}]}]}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["team"],"operation":["getTimeEstimates"]}},"options":[{"displayName":"Drop Off","name":"dropOff","type":"fixedCollection","placeholder":"Add Drop Off","default":{},"options":[{"displayName":"DropOff Properties","name":"dropOffProperties","type":"fixedCollection","default":{},"values":[{"displayName":"Drop Off Longitude","name":"dropOffLongitude","type":"number","typeOptions":{"numberPrecision":14},"default":0,"description":"The longitude for drop off location","required":true},{"displayName":"Drop Off Latitude","name":"dropOffLatitude","type":"number","typeOptions":{"numberPrecision":14},"default":0,"description":"The latitude for drop off location","required":true}]}]},{"displayName":"Pick Up","name":"pickUp","type":"fixedCollection","default":{},"placeholder":"Add Pick Up","options":[{"displayName":"Pick Up Properties","name":"pickUpProperties","type":"fixedCollection","default":{},"values":[{"displayName":"Pick Up Longitude","name":"pickupLongitude","type":"number","typeOptions":{"numberPrecision":14},"default":0,"description":"The longitude for pickup location","required":true},{"displayName":"Pick Up Latitude","name":"pickupLatitude","type":"number","typeOptions":{"numberPrecision":14},"default":0,"description":"The latitude for pickup location","required":true},{"displayName":"Pick Up Time","name":"pickupTime","type":"dateTime","default":"","description":"If the request includes pickupLocation, pickupTime must be present if the time is fewer than 3 hours in the future","required":false}]}]},{"displayName":"Restricted Vehicle Types","name":"restrictedVehicleTypes","type":"options","options":[{"name":"Car","value":"CAR"},{"name":"Motorcycle","value":"MOTORCYCLE"},{"name":"Bicycle","value":"BICYCLE"},{"name":"Truck","value":"TRUCK"}],"default":"CAR","description":"Vehicle types to ignore in the query","required":false},{"displayName":"Service Time","name":"serviceTime","type":"number","default":120,"typeOptions":{"minValue":0},"description":"The expected time a worker will take at the pickupLocation, dropoffLocation, or both (as applicable) Unit: seconds","required":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["worker"]}},"options":[{"name":"Create","value":"create","description":"Create a new Onfleet worker","action":"Create a worker"},{"name":"Delete","value":"delete","description":"Delete an Onfleet worker","action":"Delete a worker"},{"name":"Get","value":"get","description":"Get a specific Onfleet worker","action":"Get a worker"},{"name":"Get Many","value":"getAll","description":"Get many Onfleet workers","action":"Get many workers"},{"name":"Get Schedule","value":"getSchedule","description":"Get a specific Onfleet worker schedule","action":"Get the schedule for a worker"},{"name":"Update","value":"update","description":"Update an Onfleet worker","action":"Update a worker"}],"default":"get"},{"displayName":"Search by Location","name":"byLocation","type":"boolean","default":false,"description":"Whether to search for only those workers who are currently within a certain target area","required":true,"displayOptions":{"show":{"resource":["worker"],"operation":["getAll"]}}},{"displayName":"Worker ID","name":"id","type":"string","displayOptions":{"show":{"resource":["worker"],"operation":["get","getSchedule","setSchedule","update","delete"]}},"default":"","required":true,"description":"The ID of the worker object for lookup"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The worker's name","displayOptions":{"show":{"resource":["worker"],"operation":["create"]}},"required":true},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"A list of worker’s phone numbers","displayOptions":{"show":{"resource":["worker"],"operation":["create"]}},"required":true},{"displayName":"Team Names or IDs","name":"teams","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTeams"},"default":[],"description":"One or more teams of which the worker is a member. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["worker"],"operation":["create"]}},"required":true},{"displayName":"Longitude","name":"longitude","type":"number","typeOptions":{"numberPrecision":14},"default":0,"description":"The longitude component of the coordinate pair","displayOptions":{"show":{"resource":["worker"],"operation":["getAll"],"byLocation":[true]}},"required":true},{"displayName":"Latitude","name":"latitude","type":"number","typeOptions":{"numberPrecision":14},"default":0,"description":"The latitude component of the coordinate pair","displayOptions":{"show":{"resource":["worker"],"operation":["getAll"],"byLocation":[true]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["worker"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["worker"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":64},"default":64,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["worker"],"operation":["create"]}},"options":[{"displayName":"Capacity","name":"capacity","type":"number","default":0,"description":"The maximum number of units this worker can carry, for route optimization purposes"},{"displayName":"Display Name","name":"displayName","type":"string","default":"","description":"This value is used in place of the worker's actual name within sms notifications, delivery tracking pages, and across organization boundaries"},{"displayName":"Vehicle","name":"vehicle","type":"fixedCollection","placeholder":"Add Vehicle","default":{},"options":[{"displayName":"Vehicle Properties","name":"vehicleProperties","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Bicycle","value":"BICYCLE"},{"name":"Car","value":"CAR"},{"name":"Motorcycle","value":"MOTORCYCLE"},{"name":"Truck","value":"TRUCK"}],"default":"","description":"Whether the worker has vehicle or not. If it's not provided, this worker will be treated as if on foot.","required":true},{"displayName":"Description","name":"description","type":"string","default":"","description":"The vehicle's make, model, year, or any other relevant identifying details","required":false},{"displayName":"License Plate","name":"licensePlate","type":"string","default":"","description":"The vehicle's license plate number","required":false},{"displayName":"Color","name":"color","type":"string","default":"","description":"The vehicle's color","required":false}]}]}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["worker"],"operation":["update"]}},"options":[{"displayName":"Capacity","name":"capacity","type":"number","default":0,"description":"The maximum number of units this worker can carry, for route optimization purposes"},{"displayName":"Display Name","name":"displayName","type":"string","default":"","description":"This value is used in place of the worker's actual name within sms notifications, delivery tracking pages, and across organization boundaries"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The worker's name"},{"displayName":"Team Names or IDs","name":"teams","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTeams"},"default":[],"description":"One or more teams of which the worker is a member. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["worker"],"operation":["getAll"],"byLocation":[true]}},"options":[{"displayName":"Radius","name":"radius","type":"number","typeOptions":{"maxValue":10000,"minValue":0},"default":1000,"description":"The length in meters of the radius of the spherical area in which to look for workers. Defaults to 1000 if missing. Maximum value is 10000."}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["worker"],"operation":["getAll"],"byLocation":[false]}},"options":[{"displayName":"States","name":"states","type":"multiOptions","options":[{"name":"Active (On-Duty, Active Task)","value":2},{"name":"Idle (On-Duty, No Active Task)","value":1},{"name":"Off-Duty","value":0}],"default":[],"description":"List of worker states"},{"displayName":"Team Names or IDs","name":"teams","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTeams"},"default":[],"description":"A list of the teams that workers must be part of. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Phones","name":"phones","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Phone"},"default":[],"description":"A list of workers' phone numbers"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["worker"],"operation":["getAll"]}},"options":[{"displayName":"Fields to Return","name":"filter","type":"multiOptions","options":[{"name":"Account Status","value":"accountStatus"},{"name":"Active Task","value":"activeTask"},{"name":"Capacity","value":"capacity"},{"name":"Delay Time","value":"delayTime"},{"name":"Display Name","value":"displayName"},{"name":"Image Url","value":"imageUrl"},{"name":"Location","value":"location"},{"name":"Metadata","value":"metadata"},{"name":"Name","value":"name"},{"name":"On Duty","value":"onDuty"},{"name":"Organization","value":"organization"},{"name":"Phone","value":"phone"},{"name":"Tasks","value":"tasks"},{"name":"Teams","value":"teams"},{"name":"Time Created","value":"timeCreated"},{"name":"Time Last Modified","value":"timeLastModified"},{"name":"Time Last Seen","value":"timeLastSeen"},{"name":"User Data","value":"userData"},{"name":"Vehicle","value":"vehicle"},{"name":"Worker ID","value":"id"}],"default":[],"description":"A list of fields to show in the response, if all are not desired"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["worker"],"operation":["get"]}},"options":[{"displayName":"Analytics","name":"analytics","type":"boolean","default":true,"description":"Whether a more detailed response is needed, includes basic worker duty event, traveled distance (meters) and time analytics"},{"displayName":"Fields to Return","name":"filter","type":"multiOptions","options":[{"name":"Account Status","value":"accountStatus"},{"name":"Active Task","value":"activeTask"},{"name":"Capacity","value":"capacity"},{"name":"Delay Time","value":"delayTime"},{"name":"Display Name","value":"displayName"},{"name":"Image Url","value":"imageUrl"},{"name":"Location","value":"location"},{"name":"Metadata","value":"metadata"},{"name":"Name","value":"name"},{"name":"On Duty","value":"onDuty"},{"name":"Organization","value":"organization"},{"name":"Phone","value":"phone"},{"name":"Tasks","value":"tasks"},{"name":"Teams","value":"teams"},{"name":"Time Created","value":"timeCreated"},{"name":"Time Last Modified","value":"timeLastModified"},{"name":"Time Last Seen","value":"timeLastSeen"},{"name":"User Data","value":"userData"},{"name":"Vehicle","value":"vehicle"},{"name":"Worker ID","value":"id"}],"default":[],"description":"A list of fields to show in the response, if all are not desired","required":false}]},{"displayName":"Schedule","name":"schedule","type":"fixedCollection","placeholder":"Add Schedule","displayOptions":{"show":{"resource":["worker"],"operation":["setSchedule"]}},"default":{},"typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Schedule"},"options":[{"displayName":"Schedule Properties","name":"scheduleProperties","default":{},"values":[{"displayName":"Date","name":"date","type":"dateTime","default":"","description":"Schedule's date","required":true},{"displayName":"Timezone Name or ID","name":"timezone","type":"options","typeOptions":{"loadOptionsMethod":"getTimezones"},"default":"","description":"A valid timezone. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true},{"displayName":"Shifts","name":"shifts","type":"fixedCollection","default":{},"placeholder":"Add Shift","typeOptions":{"multipleValues":true},"options":[{"displayName":"Shifts Properties","name":"shiftsProperties","default":{},"values":[{"displayName":"Start","name":"start","type":"dateTime","default":"","description":"Start time","required":true},{"displayName":"End","name":"end","type":"dateTime","default":"","description":"End time","required":true}]}]}]}]}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.onfleet/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/onfleet/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Onfleet/Onfleet.svg"},
{"displayName":"Onfleet Trigger","name":"onfleetTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"triggerOn\"]}}","description":"Starts the workflow when Onfleet events occur","defaults":{"name":"Onfleet Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"onfleetApi","required":true,"testedBy":"onfleetApiTest"}],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","path":"webhook"},{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Trigger On","name":"triggerOn","type":"options","options":[{"name":"SMS Recipient Opt Out","value":"SMSRecipientOptOut"},{"name":"SMS Recipient Response Missed","value":"smsRecipientResponseMissed"},{"name":"Task Arrival","value":"taskArrival"},{"name":"Task Assigned","value":"taskAssigned"},{"name":"Task Cloned","value":"taskCloned"},{"name":"Task Completed","value":"taskCompleted"},{"name":"Task Created","value":"taskCreated"},{"name":"Task Delayed","value":"taskDelayed"},{"name":"Task Deleted","value":"taskDeleted"},{"name":"Task ETA","value":"taskEta"},{"name":"Task Failed","value":"taskFailed"},{"name":"Task Started","value":"taskStarted"},{"name":"Task Unassigned","value":"taskUnassigned"},{"name":"Task Updated","value":"taskUpdated"},{"name":"Worker Created","value":"workerCreated"},{"name":"Worker Deleted","value":"workerDeleted"},{"name":"Worker Duty","value":"workerDuty"}],"required":true,"default":[]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"A name for the webhook for identification"}]}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.onfleettrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/onfleet/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Onfleet/Onfleet.svg"},
{"displayName":"Netscaler ADC","name":"citrixAdc","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Netscaler ADC API","defaults":{"name":"Netscaler ADC"},"credentials":[{"name":"citrixAdcApi","required":true}],"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Certificate","value":"certificate"},{"name":"File","value":"file"}],"default":"file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Create","value":"create","action":"Create a certificate"},{"name":"Install","value":"install","action":"Install a certificate"}],"default":"create","displayOptions":{"show":{"resource":["certificate"]}}},{"displayName":"Certificate File Name","name":"certificateFileName","type":"string","required":true,"displayOptions":{"show":{"resource":["certificate"],"operation":["create"]}},"default":"","description":"Name for and, optionally, path to the generated certificate file. /nsconfig/ssl/ is the default path."},{"displayName":"Certificate Format","name":"certificateFormat","type":"options","options":[{"name":"PEM","value":"PEM"},{"name":"DER","value":"DER"}],"required":true,"displayOptions":{"show":{"resource":["certificate"],"operation":["create"]}},"default":"PEM","description":"Format in which the certificate is stored on the appliance"},{"displayName":"Certificate Type","name":"certificateType","type":"options","options":[{"name":"Root-CA","value":"ROOT_CERT","description":"You must specify the key file name. The generated Root-CA certificate can be used for signing end-user client or server certificates or to create Intermediate-CA certificates."},{"name":"Intermediate-CA","value":"INTM_CERT","description":"Intermediate-CA certificate"},{"name":"Server","value":"SRVR_CERT","description":"SSL server certificate used on SSL servers for end-to-end encryption"},{"name":"Client","value":"CLNT_CERT","description":"End-user client certificate used for client authentication"}],"required":true,"displayOptions":{"show":{"resource":["certificate"],"operation":["create"]}},"default":"ROOT_CERT"},{"displayName":"Certificate Request File Name","name":"certificateRequestFileName","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["certificate"]}},"description":"Name for and, optionally, path to the certificate-signing request (CSR). /nsconfig/ssl/ is the default path."},{"displayName":"CA Certificate File Name","name":"caCertificateFileName","type":"string","required":true,"displayOptions":{"show":{"resource":["certificate"],"operation":["create"],"certificateType":["INTM_CERT","SRVR_CERT","CLNT_CERT"]}},"default":"","description":"Name of the CA certificate file that issues and signs the Intermediate-CA certificate or the end-user client and server certificates"},{"displayName":"CA Certificate File Format","name":"caCertificateFileFormat","type":"options","options":[{"name":"PEM","value":"PEM"},{"name":"DER","value":"DER"}],"required":true,"displayOptions":{"show":{"resource":["certificate"],"operation":["create"],"certificateType":["INTM_CERT","SRVR_CERT","CLNT_CERT"]}},"default":"PEM","description":"Format of the CA certificate"},{"displayName":"CA Private Key File Name","name":"caPrivateKeyFileName","type":"string","required":true,"displayOptions":{"show":{"resource":["certificate"],"operation":["create"],"certificateType":["INTM_CERT","SRVR_CERT","CLNT_CERT"]}},"default":"","description":"Private key, associated with the CA certificate that is used to sign the Intermediate-CA certificate or the end-user client and server certificate. If the CA key file is password protected, the user is prompted to enter the pass phrase that was used to encrypt the key."},{"displayName":"CA Private Key File Format","name":"caPrivateKeyFileFormat","type":"options","options":[{"name":"PEM","value":"PEM"},{"name":"DER","value":"DER"}],"required":true,"displayOptions":{"show":{"resource":["certificate"],"operation":["create"],"certificateType":["INTM_CERT","SRVR_CERT","CLNT_CERT"]}},"default":"PEM","description":"Format of the CA certificate"},{"displayName":"Private Key File Name","name":"privateKeyFileName","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["certificate"],"certificateType":["ROOT_CERT"]}},"description":"Name for and, optionally, path to the private key. You can either use an existing RSA or DSA key that you own or create a new private key on the Netscaler ADC. This file is required only when creating a self-signed Root-CA certificate. The key file is stored in the /nsconfig/ssl directory by default."},{"displayName":"CA Serial File Number","name":"caSerialFileNumber","type":"string","required":true,"displayOptions":{"show":{"resource":["certificate"],"operation":["create"],"certificateType":["INTM_CERT","SRVR_CERT","CLNT_CERT"]}},"default":"","description":"Serial number file maintained for the CA certificate. This file contains the serial number of the next certificate to be issued or signed by the CA."},{"displayName":"Private Key Format","name":"privateKeyFormat","type":"options","options":[{"name":"PEM","value":"PEM"},{"name":"DER","value":"DER"}],"required":true,"displayOptions":{"show":{"resource":["certificate"],"operation":["create"],"certificateType":["ROOT_CERT"]}},"default":"PEM","description":"Format in which the key is stored on the appliance"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["certificate"],"operation":["create"]}},"options":[{"displayName":"PEM Passphrase (For Encrypted Key)","name":"pempassphrase","type":"string","displayOptions":{"show":{"/certificateType":["ROOT_CERT"]}},"default":"","description":"Name for and, optionally, path to the private key. You can either use an existing RSA or DSA key that you own or create a new private key on the Netscaler ADC. This file is required only when creating a self-signed Root-CA certificate. The key file is stored in the /nsconfig/ssl directory by default."},{"displayName":"PEM Passphrase (For Encrypted CA Key)","name":"pempassphrase","type":"string","displayOptions":{"hide":{"/certificateType":["ROOT_CERT"]}},"default":"","description":"Name for and, optionally, path to the private key. You can either use an existing RSA or DSA key that you own or create a new private key on the Netscaler ADC. This file is required only when creating a self-signed Root-CA certificate. The key file is stored in the /nsconfig/ssl directory by default."},{"displayName":"Subject Alternative Name","name":"subjectaltname","type":"string","default":"","description":"Subject Alternative Name (SAN) is an extension to X.509 that allows various values to be associated with a security certificate using a subjectAltName field"},{"displayName":"Validity Period (Number of Days)","name":"days","type":"string","default":"","description":"Number of days for which the certificate will be valid, beginning with the time and day (system time) of creation"}]},{"displayName":"Certificate-Key Pair Name","name":"certificateKeyPairName","type":"string","required":true,"displayOptions":{"show":{"resource":["certificate"],"operation":["install"]}},"default":"","description":"Name for the certificate and private-key pair"},{"displayName":"Certificate File Name","name":"certificateFileName","type":"string","required":true,"displayOptions":{"show":{"resource":["certificate"],"operation":["install"]}},"default":"","description":"Name of and, optionally, path to the X509 certificate file that is used to form the certificate-key pair. /nsconfig/ssl/ is the default path."},{"displayName":"Private Key File Name","name":"privateKeyFileName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["certificate"],"operation":["install"]}},"description":"Name of and, optionally, path to the X509 certificate file that is used to form the certificate-key pair. /nsconfig/ssl/ is the default path."},{"displayName":"Certificate Format","name":"certificateFormat","type":"options","options":[{"name":"PEM","value":"PEM"},{"name":"DER","value":"DER"}],"required":true,"displayOptions":{"show":{"resource":["certificate"],"operation":["install"]}},"default":"PEM","description":"Input format of the certificate and the private-key files. The three formats supported by the appliance are: PEM - Privacy Enhanced Mail DER - Distinguished Encoding Rule PFX - Personal Information Exchange."},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"required":true,"displayOptions":{"show":{"resource":["certificate"],"operation":["install"],"certificateFormat":["PEM"]}},"default":"","description":"Input format of the certificate and the private-key files. The three formats supported by the appliance are: PEM - Privacy Enhanced Mail DER - Distinguished Encoding Rule PFX - Personal Information Exchange."},{"displayName":"Notify When Expires","name":"notifyExpiration","type":"boolean","required":true,"displayOptions":{"show":{"resource":["certificate"],"operation":["install"]}},"default":false,"description":"Whether to alert when the certificate is about to expire"},{"displayName":"Notification Period (Days)","name":"notificationPeriod","type":"number","default":10,"required":true,"typeOptions":{"minValue":10,"maxValue":100},"displayOptions":{"show":{"resource":["certificate"],"operation":["install"],"notifyExpiration":[true]}},"description":"Time, in number of days, before certificate expiration, at which to generate an alert that the certificate is about to expire"},{"displayName":"Certificate Bundle","name":"certificateBundle","type":"boolean","default":false,"displayOptions":{"show":{"resource":["certificate"],"operation":["install"],"certificateFormat":["PEM"]}},"description":"Whether to parse the certificate chain as a single file after linking the server certificate to its issuer's certificate within the file"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Delete","value":"delete","action":"Delete a file"},{"name":"Download","value":"download","action":"Download a file"},{"name":"Upload","value":"upload","action":"Upload a file"}],"default":"upload","displayOptions":{"show":{"resource":["file"]}}},{"displayName":"File Location","name":"fileLocation","type":"string","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":"/nsconfig/ssl/"},{"displayName":"Input Data Field Name","name":"binaryProperty","type":"string","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":"data","description":"The name of the incoming field containing the binary file data to be processed"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"options":[{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"Name of the file. It should not include filepath."}]},{"displayName":"File Location","name":"fileLocation","type":"string","required":true,"displayOptions":{"show":{"operation":["delete","download"],"resource":["file"]}},"default":"/nsconfig/ssl/"},{"displayName":"File Name","name":"fileName","type":"string","default":"","required":true,"description":"Name of the file. It should not include filepath.","displayOptions":{"show":{"operation":["delete","download"],"resource":["file"]}}},{"displayName":"Put Output in Field","name":"binaryProperty","type":"string","required":true,"default":"data","description":"The name of the output field to put the binary file data in","displayOptions":{"show":{"operation":["download"],"resource":["file"]}}}],"codex":{"categories":["Development"],"alias":["Citrix"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.netscaleradc/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/netscaleradc/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Netscaler/ADC/netscaler.svg","dark":"icons/n8n-nodes-base/dist/nodes/Netscaler/ADC/netscaler.dark.svg"}},
{"displayName":"Notion","name":"notion","group":["output"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Notion API","defaultVersion":2.2,"version":[2,2.1,2.2],"defaults":{"name":"Notion"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"notionApi","required":true}],"properties":[{"displayName":"In Notion, make sure to <a href=\"https://www.notion.so/help/add-and-manage-connections-with-the-api\" target=\"_blank\">add your connection</a> to the pages you want to access.","name":"notionNotice","type":"notice","default":""},{"displayName":"","name":"Credentials","type":"credentials","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Block","value":"block"},{"name":"Database","value":"database"},{"name":"Database Page","value":"databasePage"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"page"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["block"]}},"options":[{"name":"Append After","value":"append","description":"Append a block","action":"Append a block"},{"name":"Get Child Blocks","value":"getAll","description":"Get many child blocks","action":"Get many child blocks"}],"default":"append"},{"displayName":"Block","name":"blockId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/My-Page-b4eeb113e118403ba450af65ac25f0b9","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Block URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Block ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"resource":["block"],"operation":["append"]},"hide":{"@version":[{"_cnd":{"gte":2.2}}]}},"description":"The Notion Block to append blocks to"},{"displayName":"Block","name":"blockId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://www.notion.so/Block-Test-88888ccc303e4f44847f27d24bd7ad8e?pvs=4#c44444444444bbbbb4d32fdfdd84e","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Block URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Block ID"}}]}],"description":"The Notion Block to get all children from, when using 'By URL' mode make sure to use the URL of the block itself, you can find it in block parameters in Notion under 'Copy link to block'","displayOptions":{"show":{"resource":["block"],"operation":["append"],"@version":[{"_cnd":{"gte":2.2}}]}}},{"displayName":"Blocks","name":"blockUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["block"],"operation":["append"]}},"placeholder":"Add Block","options":[{"name":"blockValues","displayName":"Block","values":[{"displayName":"Type Name or ID","name":"type","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBlockTypes"},"default":"paragraph"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["paragraph"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["paragraph"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["paragraph"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["heading_1"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["heading_1"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["heading_1"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["heading_2"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["heading_2"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["heading_2"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["heading_3"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["heading_3"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["heading_3"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["toggle"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["toggle"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["toggle"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Checked","name":"checked","type":"boolean","default":false,"displayOptions":{"show":{"type":["to_do"]}},"description":"Whether the to_do is checked or not"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["to_do"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["to_do"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["to_do"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"type":["child_page"]}},"description":"Plain text of page title"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["bulleted_list_item"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["bulleted_list_item"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["bulleted_list_item"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["numbered_list_item"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["numbered_list_item"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["numbered_list_item"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Image URL","name":"url","type":"string","displayOptions":{"show":{"type":["image"]}},"default":"","description":"Image file reference"}]}]},{"displayName":"Block","name":"blockId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/My-Page-b4eeb113e118403ba450af65ac25f0b9","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Block URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Block ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"resource":["block"],"operation":["getAll"]},"hide":{"@version":[{"_cnd":{"gte":2.2}}]}},"description":"The Notion Block to get all children from"},{"displayName":"Block","name":"blockId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://www.notion.so/Block-Test-88888ccc303e4f44847f27d24bd7ad8e?pvs=4#c44444444444bbbbb4d32fdfdd84e","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Block URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Block ID"}}]}],"description":"The Notion Block to get all children from, when using 'By URL' mode make sure to use the URL of the block itself, you can find it in block parameters in Notion under 'Copy link to block'","displayOptions":{"show":{"resource":["block"],"operation":["getAll"],"@version":[{"_cnd":{"gte":2.2}}]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["block"],"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":["block"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Also Fetch Nested Blocks","name":"fetchNestedBlocks","type":"boolean","displayOptions":{"show":{"resource":["block"],"operation":["getAll"]}},"default":false},{"displayName":"Simplify Output","name":"simplifyOutput","type":"boolean","displayOptions":{"show":{"resource":["block"],"operation":["getAll"]},"hide":{"@version":[1,2]}},"default":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["database"]},"hide":{"@version":[1]}},"options":[{"name":"Get","value":"get","description":"Get a database","action":"Get a database"},{"name":"Get Many","value":"getAll","description":"Get many databases","action":"Get many databases"},{"name":"Search","value":"search","description":"Search databases using text search","action":"Search a database"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"@version":[1],"resource":["database"]}},"options":[{"name":"Get","value":"get","description":"Get a database","action":"Get a database"},{"name":"Get Many","value":"getAll","description":"Get many databases","action":"Get many databases"}],"default":"get"},{"displayName":"Database","name":"databaseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL. Hint: use the URL of the database itself, not a page containing it."}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"resource":["database"],"operation":["get"]}},"description":"The Notion Database to get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["database"],"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":["database"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["database"],"operation":["getAll","get"]},"hide":{"@version":[1]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Search Text","name":"text","type":"string","default":"","displayOptions":{"show":{"resource":["database"],"operation":["search"]}},"description":"The text to search for"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["database"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["database"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["database"],"operation":["search"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"resource":["database"],"operation":["search"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Sort","name":"sort","placeholder":"Add Sort","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"displayName":"Sort","name":"sortValue","values":[{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"ascending"},{"name":"Descending","value":"descending"}],"default":"descending","description":"The direction to sort"},{"displayName":"Timestamp","name":"timestamp","type":"options","options":[{"name":"Last Edited Time","value":"last_edited_time"}],"default":"last_edited_time","description":"The name of the timestamp to sort against"}]}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["databasePage"]},"hide":{"@version":[1]}},"options":[{"name":"Create","value":"create","description":"Create a page in a database","action":"Create a database page"},{"name":"Get","value":"get","description":"Get a page in a database","action":"Get a database page"},{"name":"Get Many","value":"getAll","description":"Get many pages in a database","action":"Get many database pages"},{"name":"Update","value":"update","description":"Update pages in a database","action":"Update a database page"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"@version":[1],"resource":["databasePage"]}},"options":[{"name":"Create","value":"create","description":"Create a pages in a database","action":"Create a database page"},{"name":"Get Many","value":"getAll","description":"Get many pages in a database","action":"Get many database pages"},{"name":"Update","value":"update","description":"Update pages in a database","action":"Update a database page"}],"default":"create"},{"displayName":"Database","name":"databaseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"resource":["databasePage"],"operation":["create"]}},"description":"The Notion Database to operate on"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"resource":["databasePage"],"operation":["create"]},"hide":{"@version":[1]}},"description":"Page title. Appears at the top of the page and can be found via Quick Find."},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["databasePage"],"operation":["create"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Properties","name":"propertiesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["databasePage"],"operation":["create"]}},"default":{},"placeholder":"Add Property","options":[{"name":"propertyValues","displayName":"Property","values":[{"displayName":"Key Name or ID","name":"key","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDatabaseProperties","loadOptionsDependsOn":["databaseId"]},"default":""},{"displayName":"Type","name":"type","type":"hidden","default":"={{$parameter[\"&key\"].split(\"|\")[1]}}"},{"displayName":"Title","name":"title","type":"string","displayOptions":{"show":{"type":["title"]}},"default":""},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["rich_text"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["rich_text"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["rich_text"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Phone Number","name":"phoneValue","type":"string","displayOptions":{"show":{"type":["phone_number"]}},"default":"","description":"Phone number. No structure is enforced."},{"displayName":"Option Names or IDs","name":"multiSelectValue","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["multi_select"]}},"default":[],"description":"Name of the options you want to set. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Option Name or ID","name":"selectValue","type":"options","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["select"]}},"default":"","description":"Name of the option you want to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Status Name or ID","name":"statusValue","type":"options","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["status"]}},"default":"","description":"Name of the option you want to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Email","name":"emailValue","type":"string","displayOptions":{"show":{"type":["email"]}},"default":"","description":"Email address"},{"displayName":"Ignore If Empty","name":"ignoreIfEmpty","type":"boolean","displayOptions":{"show":{"type":["url"]}},"default":false},{"displayName":"URL","name":"urlValue","type":"string","displayOptions":{"show":{"type":["url"]}},"default":"","description":"Web address"},{"displayName":"User Names or IDs","name":"peopleValue","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["people"]}},"default":[],"description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Relation IDs","name":"relationValue","type":"string","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["relation"]}},"default":[],"description":"List of databases that belong to another database. Multiples can be defined separated by comma."},{"displayName":"Checked","name":"checkboxValue","displayOptions":{"show":{"type":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked."},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["number"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Range","name":"range","displayOptions":{"show":{"type":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Include Time","name":"includeTime","displayOptions":{"show":{"type":["date"]}},"type":"boolean","default":true,"description":"Whether or not to include the time in the date"},{"displayName":"Date","name":"date","displayOptions":{"show":{"range":[false],"type":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"range":[true],"type":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"type":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Timezone Name or ID","name":"timezone","type":"options","displayOptions":{"show":{"type":["date"]}},"typeOptions":{"loadOptionsMethod":"getTimezones"},"default":"default","description":"Time zone to use. By default n8n timezone is used. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"File URLs","name":"fileUrls","placeholder":"Add File","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"displayOptions":{"show":{"type":["files"]},"hide":{"@version":[1]}},"default":{},"options":[{"name":"fileUrl","displayName":"File","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"File URL","name":"url","type":"string","default":"","description":"Link to externally hosted file"}]}]}]}]},{"displayName":"Blocks","name":"blockUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["databasePage"],"operation":["create"]}},"placeholder":"Add Block","options":[{"name":"blockValues","displayName":"Block","values":[{"displayName":"Type Name or ID","name":"type","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBlockTypes"},"default":"paragraph"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["paragraph"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["paragraph"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["paragraph"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["heading_1"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["heading_1"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["heading_1"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["heading_2"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["heading_2"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["heading_2"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["heading_3"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["heading_3"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["heading_3"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["toggle"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["toggle"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["toggle"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Checked","name":"checked","type":"boolean","default":false,"displayOptions":{"show":{"type":["to_do"]}},"description":"Whether the to_do is checked or not"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["to_do"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["to_do"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["to_do"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"type":["child_page"]}},"description":"Plain text of page title"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["bulleted_list_item"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["bulleted_list_item"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["bulleted_list_item"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["numbered_list_item"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["numbered_list_item"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["numbered_list_item"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Image URL","name":"url","type":"string","displayOptions":{"show":{"type":["image"]}},"default":"","description":"Image file reference"}]}]},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"resource":["databasePage"],"operation":["create"]}},"default":{},"placeholder":"Add option","options":[{"displayName":"Icon Type","name":"iconType","type":"options","options":[{"name":"Emoji","value":"emoji","description":"Use an Emoji for the icon"},{"name":"File","value":"file","description":"Use a file for the icon"}],"default":"emoji","description":"The icon type for the database page, Either a URL or an Emoji"},{"displayName":"Icon","name":"icon","type":"string","default":"","description":"Emoji or File URL to use as the icon"}]},{"displayName":"Database Page","name":"pageId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/My-Database-Page-b4eeb113e118403ba450af65ac25f0b9","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database Page URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database Page ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"resource":["databasePage"],"operation":["update"]}},"description":"The Notion Database Page to update"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["databasePage"],"operation":["update"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Properties","name":"propertiesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["databasePage"],"operation":["update"]}},"default":{},"placeholder":"Add Property","options":[{"name":"propertyValues","displayName":"Property","values":[{"displayName":"Key Name or ID","name":"key","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDatabaseIdFromPage","loadOptionsDependsOn":["pageId"]},"default":""},{"displayName":"Type","name":"type","type":"hidden","default":"={{$parameter[\"&key\"].split(\"|\")[1]}}"},{"displayName":"Title","name":"title","type":"string","displayOptions":{"show":{"type":["title"]}},"default":""},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["rich_text"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["rich_text"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["rich_text"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Phone Number","name":"phoneValue","type":"string","displayOptions":{"show":{"type":["phone_number"]}},"default":"","description":"Phone number. No structure is enforced."},{"displayName":"Option Names or IDs","name":"multiSelectValue","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDatabaseOptionsFromPage"},"displayOptions":{"show":{"type":["multi_select"]}},"default":[]},{"displayName":"Option Name or ID","name":"selectValue","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDatabaseOptionsFromPage"},"displayOptions":{"show":{"type":["select"]}},"default":""},{"displayName":"Status Name or ID","name":"statusValue","type":"options","typeOptions":{"loadOptionsMethod":"getDatabaseOptionsFromPage"},"displayOptions":{"show":{"type":["status"]}},"default":"","description":"Name of the option you want to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Email","name":"emailValue","type":"string","displayOptions":{"show":{"type":["email"]}},"default":""},{"displayName":"Ignore If Empty","name":"ignoreIfEmpty","type":"boolean","displayOptions":{"show":{"type":["url"]}},"default":false},{"displayName":"URL","name":"urlValue","type":"string","displayOptions":{"show":{"type":["url"]}},"default":"","description":"Web address"},{"displayName":"User Names or IDs","name":"peopleValue","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["people"]}},"default":[],"description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Relation IDs","name":"relationValue","type":"string","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["relation"]}},"default":[],"description":"List of databases that belong to another database. Multiples can be defined separated by comma."},{"displayName":"Checked","name":"checkboxValue","displayOptions":{"show":{"type":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked."},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["number"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Range","name":"range","displayOptions":{"show":{"type":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Include Time","name":"includeTime","displayOptions":{"show":{"type":["date"]}},"type":"boolean","default":true,"description":"Whether or not to include the time in the date"},{"displayName":"Date","name":"date","displayOptions":{"show":{"range":[false],"type":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"range":[true],"type":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"type":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Timezone Name or ID","name":"timezone","type":"options","displayOptions":{"show":{"type":["date"]}},"typeOptions":{"loadOptionsMethod":"getTimezones"},"default":"default","description":"Time zone to use. By default n8n timezone is used. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"File URLs","name":"fileUrls","placeholder":"Add File","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"displayOptions":{"show":{"type":["files"]},"hide":{"@version":[1]}},"default":{},"options":[{"name":"fileUrl","displayName":"File","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"File URL","name":"url","type":"string","default":"","description":"Link to externally hosted file"}]}]}]}]},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"resource":["databasePage"],"operation":["update"]}},"default":{},"placeholder":"Add option","options":[{"displayName":"Icon Type","name":"iconType","type":"options","options":[{"name":"Emoji","value":"emoji","description":"Use an Emoji for the icon"},{"name":"File","value":"file","description":"Use a file for the icon"}],"default":"emoji","description":"The icon type for the database page, Either a URL or an Emoji"},{"displayName":"Icon","name":"icon","type":"string","default":"","description":"Emoji or File URL to use as the icon"}]},{"displayName":"Database Page","name":"pageId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/My-Database-Page-b4eeb113e118403ba450af65ac25f0b9","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database Page URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database Page ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"resource":["databasePage"],"operation":["get"]},"hide":{"@version":[1]}},"description":"The Notion Database Page to get"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["databasePage"],"operation":["get"]},"hide":{"@version":[1]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Database","name":"databaseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database Page URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database Page ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"resource":["databasePage"],"operation":["getAll"]}},"description":"The Notion Database to operate on"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["databasePage"],"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":["databasePage"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["databasePage"],"operation":["getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Filter","name":"filterType","type":"options","options":[{"name":"None","value":"none"},{"name":"Build Manually","value":"manual"},{"name":"JSON","value":"json"}],"displayOptions":{"show":{"resource":["databasePage"],"operation":["getAll"]},"hide":{"@version":[1]}},"default":"none"},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any filter","value":"anyFilter"},{"name":"All Filters","value":"allFilters"}],"displayOptions":{"show":{"resource":["databasePage"],"operation":["getAll"],"filterType":["manual"]},"hide":{"@version":[1]}},"default":"anyFilter"},{"displayName":"Filters","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["databasePage"],"operation":["getAll"],"filterType":["manual"]},"hide":{"@version":[1]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Property Name or ID","name":"key","type":"options","typeOptions":{"loadOptionsMethod":"getFilterProperties","loadOptionsDependsOn":["datatabaseId"]},"default":"","description":"The name of the property to filter by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"hidden","default":"={{$parameter[\"&key\"].split(\"|\")[1]}}"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["title"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["rich_text"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Greater Than","value":"greater_than"},{"name":"Less Than","value":"less_than"},{"name":"Greater Than Or Equal To","value":"greater_than_or_equal_to"},{"name":"Less Than Or Equal To","value":"less_than_or_equal_to"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["checkbox"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["select"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["multi_select"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["status"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["date"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["people"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["files"]}},"options":[{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["url"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["email"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["phone_number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["relation"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["created_by"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["created_time"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["last_edited_by"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["last_edited_time"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Return Type","name":"returnType","type":"options","displayOptions":{"show":{"type":["formula"]}},"options":[{"name":"Text","value":"text"},{"name":"Checkbox","value":"checkbox"},{"name":"Number","value":"number"},{"name":"Date","value":"date"}],"default":"","description":"The formula return type"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["text"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["checkbox"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Greater Than","value":"greater_than"},{"name":"Less Than","value":"less_than"},{"name":"Greater Than Or Equal To","value":"greater_than_or_equal_to"},{"name":"Less Than Or Equal To","value":"less_than_or_equal_to"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["date"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Title","name":"titleValue","type":"string","displayOptions":{"show":{"type":["title"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Text","name":"richTextValue","type":"string","displayOptions":{"show":{"type":["rich_text"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Phone Number","name":"phoneNumberValue","type":"string","displayOptions":{"show":{"type":["phone_number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"Phone number. No structure is enforced."},{"displayName":"Option Name or ID","name":"multiSelectValue","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["multi_select"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":[]},{"displayName":"Option Name or ID","name":"selectValue","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["select"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Status Name or ID","name":"statusValue","type":"options","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["status"]}},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Email","name":"emailValue","type":"string","displayOptions":{"show":{"type":["email"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"URL","name":"urlValue","type":"string","displayOptions":{"show":{"type":["url"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"User Name or ID","name":"peopleValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["people"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"createdByValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["created_by"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"lastEditedByValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["last_edited_by"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Relation ID","name":"relationValue","type":"string","displayOptions":{"show":{"type":["relation"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Checked","name":"checkboxValue","displayOptions":{"show":{"type":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked"},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Date","name":"date","displayOptions":{"show":{"type":["date"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Created Time","name":"createdTimeValue","displayOptions":{"show":{"type":["created_time"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Last Edited Time","name":"lastEditedTime","displayOptions":{"show":{"type":["last_edited_time"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["formula"],"returnType":["number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Text","name":"textValue","type":"string","displayOptions":{"show":{"type":["formula"],"returnType":["text"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Boolean","name":"checkboxValue","displayOptions":{"show":{"type":["formula"],"returnType":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked"},{"displayName":"Date","name":"dateValue","displayOptions":{"show":{"type":["formula"],"returnType":["date"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"}]}]},{"displayName":"See <a href=\"https://developers.notion.com/reference/post-database-query#post-database-query-filter\" target=\"_blank\">Notion guide</a> to creating filters","name":"jsonNotice","type":"notice","displayOptions":{"show":{"resource":["databasePage"],"operation":["getAll"],"filterType":["json"]},"hide":{"@version":[1]}},"default":""},{"displayName":"Filters (JSON)","name":"filterJson","type":"string","displayOptions":{"show":{"resource":["databasePage"],"operation":["getAll"],"filterType":["json"]},"hide":{"@version":[1]}},"default":""},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["getAll"],"resource":["databasePage"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Download Files","name":"downloadFiles","type":"boolean","displayOptions":{"show":{"/resource":["databasePage"],"/operation":["getAll"]},"hide":{"@version":[1]}},"default":false,"description":"Whether to download a file if a database's field contains it"},{"displayName":"Filters","name":"filter","placeholder":"Add Filter","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"@version":[1]}},"default":{},"options":[{"displayName":"Single Condition","name":"singleCondition","values":[{"displayName":"Property Name or ID","name":"key","type":"options","typeOptions":{"loadOptionsMethod":"getFilterProperties","loadOptionsDependsOn":["datatabaseId"]},"default":"","description":"The name of the property to filter by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"hidden","default":"={{$parameter[\"&key\"].split(\"|\")[1]}}"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["title"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["rich_text"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Greater Than","value":"greater_than"},{"name":"Less Than","value":"less_than"},{"name":"Greater Than Or Equal To","value":"greater_than_or_equal_to"},{"name":"Less Than Or Equal To","value":"less_than_or_equal_to"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["checkbox"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["select"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["multi_select"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["status"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["date"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["people"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["files"]}},"options":[{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["url"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["email"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["phone_number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["relation"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["created_by"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["created_time"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["last_edited_by"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["last_edited_time"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Return Type","name":"returnType","type":"options","displayOptions":{"show":{"type":["formula"]}},"options":[{"name":"Text","value":"text"},{"name":"Checkbox","value":"checkbox"},{"name":"Number","value":"number"},{"name":"Date","value":"date"}],"default":"","description":"The formula return type"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["text"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["checkbox"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Greater Than","value":"greater_than"},{"name":"Less Than","value":"less_than"},{"name":"Greater Than Or Equal To","value":"greater_than_or_equal_to"},{"name":"Less Than Or Equal To","value":"less_than_or_equal_to"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["date"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Title","name":"titleValue","type":"string","displayOptions":{"show":{"type":["title"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Text","name":"richTextValue","type":"string","displayOptions":{"show":{"type":["rich_text"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Phone Number","name":"phoneNumberValue","type":"string","displayOptions":{"show":{"type":["phone_number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"Phone number. No structure is enforced."},{"displayName":"Option Name or ID","name":"multiSelectValue","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["multi_select"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":[]},{"displayName":"Option Name or ID","name":"selectValue","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["select"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Status Name or ID","name":"statusValue","type":"options","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["status"]}},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Email","name":"emailValue","type":"string","displayOptions":{"show":{"type":["email"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"URL","name":"urlValue","type":"string","displayOptions":{"show":{"type":["url"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"User Name or ID","name":"peopleValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["people"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"createdByValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["created_by"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"lastEditedByValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["last_edited_by"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Relation ID","name":"relationValue","type":"string","displayOptions":{"show":{"type":["relation"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Checked","name":"checkboxValue","displayOptions":{"show":{"type":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked"},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Date","name":"date","displayOptions":{"show":{"type":["date"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Created Time","name":"createdTimeValue","displayOptions":{"show":{"type":["created_time"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Last Edited Time","name":"lastEditedTime","displayOptions":{"show":{"type":["last_edited_time"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["formula"],"returnType":["number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Text","name":"textValue","type":"string","displayOptions":{"show":{"type":["formula"],"returnType":["text"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Boolean","name":"checkboxValue","displayOptions":{"show":{"type":["formula"],"returnType":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked"},{"displayName":"Date","name":"dateValue","displayOptions":{"show":{"type":["formula"],"returnType":["date"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"}]},{"displayName":"Multiple Condition","name":"multipleCondition","values":[{"displayName":"Condition","name":"condition","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"OR","name":"or","values":[{"displayName":"Property Name or ID","name":"key","type":"options","typeOptions":{"loadOptionsMethod":"getFilterProperties","loadOptionsDependsOn":["datatabaseId"]},"default":"","description":"The name of the property to filter by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"hidden","default":"={{$parameter[\"&key\"].split(\"|\")[1]}}"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["title"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["rich_text"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Greater Than","value":"greater_than"},{"name":"Less Than","value":"less_than"},{"name":"Greater Than Or Equal To","value":"greater_than_or_equal_to"},{"name":"Less Than Or Equal To","value":"less_than_or_equal_to"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["checkbox"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["select"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["multi_select"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["status"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["date"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["people"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["files"]}},"options":[{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["url"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["email"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["phone_number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["relation"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["created_by"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["created_time"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["last_edited_by"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["last_edited_time"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Return Type","name":"returnType","type":"options","displayOptions":{"show":{"type":["formula"]}},"options":[{"name":"Text","value":"text"},{"name":"Checkbox","value":"checkbox"},{"name":"Number","value":"number"},{"name":"Date","value":"date"}],"default":"","description":"The formula return type"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["text"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["checkbox"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Greater Than","value":"greater_than"},{"name":"Less Than","value":"less_than"},{"name":"Greater Than Or Equal To","value":"greater_than_or_equal_to"},{"name":"Less Than Or Equal To","value":"less_than_or_equal_to"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["date"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Title","name":"titleValue","type":"string","displayOptions":{"show":{"type":["title"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Text","name":"richTextValue","type":"string","displayOptions":{"show":{"type":["rich_text"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Phone Number","name":"phoneNumberValue","type":"string","displayOptions":{"show":{"type":["phone_number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"Phone number. No structure is enforced."},{"displayName":"Option Name or ID","name":"multiSelectValue","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["multi_select"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":[]},{"displayName":"Option Name or ID","name":"selectValue","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["select"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Status Name or ID","name":"statusValue","type":"options","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["status"]}},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Email","name":"emailValue","type":"string","displayOptions":{"show":{"type":["email"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"URL","name":"urlValue","type":"string","displayOptions":{"show":{"type":["url"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"User Name or ID","name":"peopleValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["people"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"createdByValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["created_by"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"lastEditedByValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["last_edited_by"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Relation ID","name":"relationValue","type":"string","displayOptions":{"show":{"type":["relation"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Checked","name":"checkboxValue","displayOptions":{"show":{"type":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked"},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Date","name":"date","displayOptions":{"show":{"type":["date"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Created Time","name":"createdTimeValue","displayOptions":{"show":{"type":["created_time"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Last Edited Time","name":"lastEditedTime","displayOptions":{"show":{"type":["last_edited_time"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["formula"],"returnType":["number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Text","name":"textValue","type":"string","displayOptions":{"show":{"type":["formula"],"returnType":["text"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Boolean","name":"checkboxValue","displayOptions":{"show":{"type":["formula"],"returnType":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked"},{"displayName":"Date","name":"dateValue","displayOptions":{"show":{"type":["formula"],"returnType":["date"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"}]},{"displayName":"AND","name":"and","values":[{"displayName":"Property Name or ID","name":"key","type":"options","typeOptions":{"loadOptionsMethod":"getFilterProperties","loadOptionsDependsOn":["datatabaseId"]},"default":"","description":"The name of the property to filter by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"hidden","default":"={{$parameter[\"&key\"].split(\"|\")[1]}}"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["title"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["rich_text"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Greater Than","value":"greater_than"},{"name":"Less Than","value":"less_than"},{"name":"Greater Than Or Equal To","value":"greater_than_or_equal_to"},{"name":"Less Than Or Equal To","value":"less_than_or_equal_to"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["checkbox"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["select"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["multi_select"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["status"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["date"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["people"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["files"]}},"options":[{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["url"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["email"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["phone_number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["relation"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["created_by"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["created_time"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["last_edited_by"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["last_edited_time"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Return Type","name":"returnType","type":"options","displayOptions":{"show":{"type":["formula"]}},"options":[{"name":"Text","value":"text"},{"name":"Checkbox","value":"checkbox"},{"name":"Number","value":"number"},{"name":"Date","value":"date"}],"default":"","description":"The formula return type"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["text"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["checkbox"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Greater Than","value":"greater_than"},{"name":"Less Than","value":"less_than"},{"name":"Greater Than Or Equal To","value":"greater_than_or_equal_to"},{"name":"Less Than Or Equal To","value":"less_than_or_equal_to"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["date"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Title","name":"titleValue","type":"string","displayOptions":{"show":{"type":["title"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Text","name":"richTextValue","type":"string","displayOptions":{"show":{"type":["rich_text"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Phone Number","name":"phoneNumberValue","type":"string","displayOptions":{"show":{"type":["phone_number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"Phone number. No structure is enforced."},{"displayName":"Option Name or ID","name":"multiSelectValue","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["multi_select"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":[]},{"displayName":"Option Name or ID","name":"selectValue","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["select"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Status Name or ID","name":"statusValue","type":"options","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["status"]}},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Email","name":"emailValue","type":"string","displayOptions":{"show":{"type":["email"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"URL","name":"urlValue","type":"string","displayOptions":{"show":{"type":["url"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"User Name or ID","name":"peopleValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["people"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"createdByValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["created_by"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"lastEditedByValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["last_edited_by"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Relation ID","name":"relationValue","type":"string","displayOptions":{"show":{"type":["relation"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Checked","name":"checkboxValue","displayOptions":{"show":{"type":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked"},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Date","name":"date","displayOptions":{"show":{"type":["date"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Created Time","name":"createdTimeValue","displayOptions":{"show":{"type":["created_time"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Last Edited Time","name":"lastEditedTime","displayOptions":{"show":{"type":["last_edited_time"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["formula"],"returnType":["number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Text","name":"textValue","type":"string","displayOptions":{"show":{"type":["formula"],"returnType":["text"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Boolean","name":"checkboxValue","displayOptions":{"show":{"type":["formula"],"returnType":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked"},{"displayName":"Date","name":"dateValue","displayOptions":{"show":{"type":["formula"],"returnType":["date"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"}]}]}]}]},{"displayName":"Sort","name":"sort","placeholder":"Add Sort","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Sort","name":"sortValue","values":[{"displayName":"Timestamp","name":"timestamp","type":"boolean","default":false,"description":"Whether or not to use the record's timestamp to sort the response"},{"displayName":"Property Name or ID","name":"key","type":"options","displayOptions":{"show":{"timestamp":[false]}},"typeOptions":{"loadOptionsMethod":"getFilterProperties","loadOptionsDependsOn":["datatabaseId"]},"default":"","description":"The name of the property to filter by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Property Name","name":"key","type":"options","options":[{"name":"Created Time","value":"created_time"},{"name":"Last Edited Time","value":"last_edited_time"}],"displayOptions":{"show":{"timestamp":[true]}},"default":"","description":"The name of the property to filter by"},{"displayName":"Type","name":"type","type":"hidden","displayOptions":{"show":{"timestamp":[true]}},"default":"={{$parameter[\"&key\"].split(\"|\")[1]}}"},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"ascending"},{"name":"Descending","value":"descending"}],"default":"","description":"The direction to sort"}]}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"@version":[1],"resource":["page"]}},"options":[{"name":"Create","value":"create","description":"Create a page","action":"Create a page"},{"name":"Get","value":"get","description":"Get a page","action":"Get a page"},{"name":"Search","value":"search","description":"Text search of pages","action":"Search a page"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["page"]},"hide":{"@version":[1]}},"options":[{"name":"Archive","value":"archive","description":"Archive a page","action":"Archive a page"},{"name":"Create","value":"create","description":"Create a page","action":"Create a page"},{"name":"Search","value":"search","description":"Text search of pages","action":"Search a page"}],"default":"create"},{"displayName":"Page","name":"pageId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/My-Page-b4eeb113e118403aa450af65ac25f0b9","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database Page URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Page ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"resource":["page"],"operation":["archive"]},"hide":{"@version":[1]}},"description":"The Notion Page to archive"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["page"],"operation":["archive"]},"hide":{"@version":[1]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Parent Page","name":"pageId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/My-Page-b4eeb113e118403aa450af65ac25f0b9","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database Page URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Page ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"resource":["page"],"operation":["create"]}},"description":"The Notion Database Page to create a child page for"},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["page"],"operation":["create"]}},"description":"Page title. Appears at the top of the page and can be found via Quick Find."},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["page"],"operation":["create"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Blocks","name":"blockUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["page"],"operation":["create"]}},"placeholder":"Add Block","options":[{"name":"blockValues","displayName":"Block","values":[{"displayName":"Type Name or ID","name":"type","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBlockTypes"},"default":"paragraph"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["paragraph"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["paragraph"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["paragraph"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["heading_1"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["heading_1"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["heading_1"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["heading_2"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["heading_2"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["heading_2"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["heading_3"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["heading_3"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["heading_3"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["toggle"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["toggle"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["toggle"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Checked","name":"checked","type":"boolean","default":false,"displayOptions":{"show":{"type":["to_do"]}},"description":"Whether the to_do is checked or not"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["to_do"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["to_do"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["to_do"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"type":["child_page"]}},"description":"Plain text of page title"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["bulleted_list_item"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["bulleted_list_item"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["bulleted_list_item"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["numbered_list_item"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["numbered_list_item"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["numbered_list_item"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Image URL","name":"url","type":"string","displayOptions":{"show":{"type":["image"]}},"default":"","description":"Image file reference"}]}]},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"resource":["page"],"operation":["create"]}},"default":{},"placeholder":"Add option","options":[{"displayName":"Icon Type","name":"iconType","type":"options","options":[{"name":"Emoji","value":"emoji","description":"Use an Emoji for the icon"},{"name":"File","value":"file","description":"Use a file for the icon"}],"default":"emoji","description":"The icon type for the page, Either a URL or an Emoji"},{"displayName":"Icon","name":"icon","type":"string","default":"","description":"Emoji or File URL to use as the icon"}]},{"displayName":"Page Link or ID","name":"pageId","type":"string","default":"","required":true,"displayOptions":{"show":{"@version":[1],"resource":["page"],"operation":["get"]}},"description":"The Page URL from Notion's 'copy link' functionality (or just the ID contained within the URL)"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"@version":[1],"resource":["page"],"operation":["get"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Search Text","name":"text","type":"string","default":"","displayOptions":{"show":{"resource":["page"],"operation":["search"]}},"description":"The text to search for"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["page"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["page"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["page"],"operation":["search"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"resource":["page"],"operation":["search"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Filters","name":"filter","placeholder":"Add Filter","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"displayName":"Filter","name":"filters","values":[{"displayName":"Property","name":"property","type":"options","options":[{"name":"Object","value":"object"}],"default":"object","description":"The name of the property to filter by"},{"displayName":"Value","name":"value","type":"options","options":[{"name":"Database","value":"database"},{"name":"Page","value":"page"}],"default":"","description":"The value of the property to filter by"}]}]},{"displayName":"Sort","name":"sort","placeholder":"Add Sort","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"displayName":"Sort","name":"sortValue","values":[{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"ascending"},{"name":"Descending","value":"descending"}],"default":"descending","description":"The direction to sort"},{"displayName":"Timestamp","name":"timestamp","type":"options","options":[{"name":"Last Edited Time","value":"last_edited_time"}],"default":"last_edited_time","description":"The name of the timestamp to sort against"}]}]}]},{"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","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"}],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Notion/notion.svg","dark":"icons/n8n-nodes-base/dist/nodes/Notion/notion.dark.svg"},"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.notion/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/notion/"}]}}},
{"displayName":"Notion","name":"notion","group":["output"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Notion API","defaultVersion":2.2,"version":1,"defaults":{"name":"Notion"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"notionApi","required":true}],"properties":[{"displayName":"In Notion, make sure to <a href=\"https://www.notion.so/help/add-and-manage-connections-with-the-api\" target=\"_blank\">add your connection</a> to the pages you want to access.","name":"notionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Block","value":"block"},{"name":"Database","value":"database"},{"name":"Database Page","value":"databasePage"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"page"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["block"]}},"options":[{"name":"Append After","value":"append","description":"Append a block","action":"Append a block"},{"name":"Get Child Blocks","value":"getAll","description":"Get many child blocks","action":"Get many child blocks"}],"default":"append"},{"displayName":"Block","name":"blockId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/My-Page-b4eeb113e118403ba450af65ac25f0b9","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Block URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Block ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"resource":["block"],"operation":["append"]},"hide":{"@version":[{"_cnd":{"gte":2.2}}]}},"description":"The Notion Block to append blocks to"},{"displayName":"Block","name":"blockId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://www.notion.so/Block-Test-88888ccc303e4f44847f27d24bd7ad8e?pvs=4#c44444444444bbbbb4d32fdfdd84e","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Block URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Block ID"}}]}],"description":"The Notion Block to get all children from, when using 'By URL' mode make sure to use the URL of the block itself, you can find it in block parameters in Notion under 'Copy link to block'","displayOptions":{"show":{"resource":["block"],"operation":["append"],"@version":[{"_cnd":{"gte":2.2}}]}}},{"displayName":"Blocks","name":"blockUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["block"],"operation":["append"]}},"placeholder":"Add Block","options":[{"name":"blockValues","displayName":"Block","values":[{"displayName":"Type Name or ID","name":"type","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBlockTypes"},"default":"paragraph"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["paragraph"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["paragraph"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["paragraph"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["heading_1"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["heading_1"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["heading_1"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["heading_2"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["heading_2"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["heading_2"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["heading_3"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["heading_3"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["heading_3"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["toggle"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["toggle"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["toggle"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Checked","name":"checked","type":"boolean","default":false,"displayOptions":{"show":{"type":["to_do"]}},"description":"Whether the to_do is checked or not"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["to_do"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["to_do"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["to_do"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"type":["child_page"]}},"description":"Plain text of page title"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["bulleted_list_item"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["bulleted_list_item"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["bulleted_list_item"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["numbered_list_item"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["numbered_list_item"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["numbered_list_item"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Image URL","name":"url","type":"string","displayOptions":{"show":{"type":["image"]}},"default":"","description":"Image file reference"}]}]},{"displayName":"Block","name":"blockId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/My-Page-b4eeb113e118403ba450af65ac25f0b9","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Block URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Block ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"resource":["block"],"operation":["getAll"]},"hide":{"@version":[{"_cnd":{"gte":2.2}}]}},"description":"The Notion Block to get all children from"},{"displayName":"Block","name":"blockId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"e.g. https://www.notion.so/Block-Test-88888ccc303e4f44847f27d24bd7ad8e?pvs=4#c44444444444bbbbb4d32fdfdd84e","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{2,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Block URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Block ID"}}]}],"description":"The Notion Block to get all children from, when using 'By URL' mode make sure to use the URL of the block itself, you can find it in block parameters in Notion under 'Copy link to block'","displayOptions":{"show":{"resource":["block"],"operation":["getAll"],"@version":[{"_cnd":{"gte":2.2}}]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["block"],"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":["block"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Also Fetch Nested Blocks","name":"fetchNestedBlocks","type":"boolean","displayOptions":{"show":{"resource":["block"],"operation":["getAll"]}},"default":false},{"displayName":"Simplify Output","name":"simplifyOutput","type":"boolean","displayOptions":{"show":{"resource":["block"],"operation":["getAll"]},"hide":{"@version":[1,2]}},"default":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["database"]},"hide":{"@version":[1]}},"options":[{"name":"Get","value":"get","description":"Get a database","action":"Get a database"},{"name":"Get Many","value":"getAll","description":"Get many databases","action":"Get many databases"},{"name":"Search","value":"search","description":"Search databases using text search","action":"Search a database"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"@version":[1],"resource":["database"]}},"options":[{"name":"Get","value":"get","description":"Get a database","action":"Get a database"},{"name":"Get Many","value":"getAll","description":"Get many databases","action":"Get many databases"}],"default":"get"},{"displayName":"Database","name":"databaseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL. Hint: use the URL of the database itself, not a page containing it."}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"resource":["database"],"operation":["get"]}},"description":"The Notion Database to get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["database"],"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":["database"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["database"],"operation":["getAll","get"]},"hide":{"@version":[1]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Search Text","name":"text","type":"string","default":"","displayOptions":{"show":{"resource":["database"],"operation":["search"]}},"description":"The text to search for"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["database"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["database"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["database"],"operation":["search"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"resource":["database"],"operation":["search"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Sort","name":"sort","placeholder":"Add Sort","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"displayName":"Sort","name":"sortValue","values":[{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"ascending"},{"name":"Descending","value":"descending"}],"default":"descending","description":"The direction to sort"},{"displayName":"Timestamp","name":"timestamp","type":"options","options":[{"name":"Last Edited Time","value":"last_edited_time"}],"default":"last_edited_time","description":"The name of the timestamp to sort against"}]}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["databasePage"]},"hide":{"@version":[1]}},"options":[{"name":"Create","value":"create","description":"Create a page in a database","action":"Create a database page"},{"name":"Get","value":"get","description":"Get a page in a database","action":"Get a database page"},{"name":"Get Many","value":"getAll","description":"Get many pages in a database","action":"Get many database pages"},{"name":"Update","value":"update","description":"Update pages in a database","action":"Update a database page"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"@version":[1],"resource":["databasePage"]}},"options":[{"name":"Create","value":"create","description":"Create a pages in a database","action":"Create a database page"},{"name":"Get Many","value":"getAll","description":"Get many pages in a database","action":"Get many database pages"},{"name":"Update","value":"update","description":"Update pages in a database","action":"Update a database page"}],"default":"create"},{"displayName":"Database","name":"databaseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"resource":["databasePage"],"operation":["create"]}},"description":"The Notion Database to operate on"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"resource":["databasePage"],"operation":["create"]},"hide":{"@version":[1]}},"description":"Page title. Appears at the top of the page and can be found via Quick Find."},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["databasePage"],"operation":["create"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Properties","name":"propertiesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["databasePage"],"operation":["create"]}},"default":{},"placeholder":"Add Property","options":[{"name":"propertyValues","displayName":"Property","values":[{"displayName":"Key Name or ID","name":"key","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDatabaseProperties","loadOptionsDependsOn":["databaseId"]},"default":""},{"displayName":"Type","name":"type","type":"hidden","default":"={{$parameter[\"&key\"].split(\"|\")[1]}}"},{"displayName":"Title","name":"title","type":"string","displayOptions":{"show":{"type":["title"]}},"default":""},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["rich_text"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["rich_text"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["rich_text"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Phone Number","name":"phoneValue","type":"string","displayOptions":{"show":{"type":["phone_number"]}},"default":"","description":"Phone number. No structure is enforced."},{"displayName":"Option Names or IDs","name":"multiSelectValue","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["multi_select"]}},"default":[],"description":"Name of the options you want to set. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Option Name or ID","name":"selectValue","type":"options","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["select"]}},"default":"","description":"Name of the option you want to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Status Name or ID","name":"statusValue","type":"options","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["status"]}},"default":"","description":"Name of the option you want to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Email","name":"emailValue","type":"string","displayOptions":{"show":{"type":["email"]}},"default":"","description":"Email address"},{"displayName":"Ignore If Empty","name":"ignoreIfEmpty","type":"boolean","displayOptions":{"show":{"type":["url"]}},"default":false},{"displayName":"URL","name":"urlValue","type":"string","displayOptions":{"show":{"type":["url"]}},"default":"","description":"Web address"},{"displayName":"User Names or IDs","name":"peopleValue","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["people"]}},"default":[],"description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Relation IDs","name":"relationValue","type":"string","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["relation"]}},"default":[],"description":"List of databases that belong to another database. Multiples can be defined separated by comma."},{"displayName":"Checked","name":"checkboxValue","displayOptions":{"show":{"type":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked."},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["number"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Range","name":"range","displayOptions":{"show":{"type":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Include Time","name":"includeTime","displayOptions":{"show":{"type":["date"]}},"type":"boolean","default":true,"description":"Whether or not to include the time in the date"},{"displayName":"Date","name":"date","displayOptions":{"show":{"range":[false],"type":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"range":[true],"type":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"type":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Timezone Name or ID","name":"timezone","type":"options","displayOptions":{"show":{"type":["date"]}},"typeOptions":{"loadOptionsMethod":"getTimezones"},"default":"default","description":"Time zone to use. By default n8n timezone is used. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"File URLs","name":"fileUrls","placeholder":"Add File","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"displayOptions":{"show":{"type":["files"]},"hide":{"@version":[1]}},"default":{},"options":[{"name":"fileUrl","displayName":"File","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"File URL","name":"url","type":"string","default":"","description":"Link to externally hosted file"}]}]}]}]},{"displayName":"Blocks","name":"blockUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["databasePage"],"operation":["create"]}},"placeholder":"Add Block","options":[{"name":"blockValues","displayName":"Block","values":[{"displayName":"Type Name or ID","name":"type","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBlockTypes"},"default":"paragraph"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["paragraph"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["paragraph"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["paragraph"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["heading_1"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["heading_1"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["heading_1"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["heading_2"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["heading_2"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["heading_2"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["heading_3"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["heading_3"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["heading_3"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["toggle"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["toggle"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["toggle"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Checked","name":"checked","type":"boolean","default":false,"displayOptions":{"show":{"type":["to_do"]}},"description":"Whether the to_do is checked or not"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["to_do"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["to_do"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["to_do"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"type":["child_page"]}},"description":"Plain text of page title"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["bulleted_list_item"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["bulleted_list_item"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["bulleted_list_item"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["numbered_list_item"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["numbered_list_item"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["numbered_list_item"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Image URL","name":"url","type":"string","displayOptions":{"show":{"type":["image"]}},"default":"","description":"Image file reference"}]}]},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"resource":["databasePage"],"operation":["create"]}},"default":{},"placeholder":"Add option","options":[{"displayName":"Icon Type","name":"iconType","type":"options","options":[{"name":"Emoji","value":"emoji","description":"Use an Emoji for the icon"},{"name":"File","value":"file","description":"Use a file for the icon"}],"default":"emoji","description":"The icon type for the database page, Either a URL or an Emoji"},{"displayName":"Icon","name":"icon","type":"string","default":"","description":"Emoji or File URL to use as the icon"}]},{"displayName":"Database Page","name":"pageId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/My-Database-Page-b4eeb113e118403ba450af65ac25f0b9","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database Page URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database Page ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"resource":["databasePage"],"operation":["update"]}},"description":"The Notion Database Page to update"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["databasePage"],"operation":["update"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Properties","name":"propertiesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["databasePage"],"operation":["update"]}},"default":{},"placeholder":"Add Property","options":[{"name":"propertyValues","displayName":"Property","values":[{"displayName":"Key Name or ID","name":"key","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDatabaseIdFromPage","loadOptionsDependsOn":["pageId"]},"default":""},{"displayName":"Type","name":"type","type":"hidden","default":"={{$parameter[\"&key\"].split(\"|\")[1]}}"},{"displayName":"Title","name":"title","type":"string","displayOptions":{"show":{"type":["title"]}},"default":""},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["rich_text"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["rich_text"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["rich_text"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Phone Number","name":"phoneValue","type":"string","displayOptions":{"show":{"type":["phone_number"]}},"default":"","description":"Phone number. No structure is enforced."},{"displayName":"Option Names or IDs","name":"multiSelectValue","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDatabaseOptionsFromPage"},"displayOptions":{"show":{"type":["multi_select"]}},"default":[]},{"displayName":"Option Name or ID","name":"selectValue","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDatabaseOptionsFromPage"},"displayOptions":{"show":{"type":["select"]}},"default":""},{"displayName":"Status Name or ID","name":"statusValue","type":"options","typeOptions":{"loadOptionsMethod":"getDatabaseOptionsFromPage"},"displayOptions":{"show":{"type":["status"]}},"default":"","description":"Name of the option you want to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Email","name":"emailValue","type":"string","displayOptions":{"show":{"type":["email"]}},"default":""},{"displayName":"Ignore If Empty","name":"ignoreIfEmpty","type":"boolean","displayOptions":{"show":{"type":["url"]}},"default":false},{"displayName":"URL","name":"urlValue","type":"string","displayOptions":{"show":{"type":["url"]}},"default":"","description":"Web address"},{"displayName":"User Names or IDs","name":"peopleValue","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["people"]}},"default":[],"description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Relation IDs","name":"relationValue","type":"string","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["relation"]}},"default":[],"description":"List of databases that belong to another database. Multiples can be defined separated by comma."},{"displayName":"Checked","name":"checkboxValue","displayOptions":{"show":{"type":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked."},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["number"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Range","name":"range","displayOptions":{"show":{"type":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Include Time","name":"includeTime","displayOptions":{"show":{"type":["date"]}},"type":"boolean","default":true,"description":"Whether or not to include the time in the date"},{"displayName":"Date","name":"date","displayOptions":{"show":{"range":[false],"type":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"range":[true],"type":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"type":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Timezone Name or ID","name":"timezone","type":"options","displayOptions":{"show":{"type":["date"]}},"typeOptions":{"loadOptionsMethod":"getTimezones"},"default":"default","description":"Time zone to use. By default n8n timezone is used. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"File URLs","name":"fileUrls","placeholder":"Add File","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"displayOptions":{"show":{"type":["files"]},"hide":{"@version":[1]}},"default":{},"options":[{"name":"fileUrl","displayName":"File","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"File URL","name":"url","type":"string","default":"","description":"Link to externally hosted file"}]}]}]}]},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"resource":["databasePage"],"operation":["update"]}},"default":{},"placeholder":"Add option","options":[{"displayName":"Icon Type","name":"iconType","type":"options","options":[{"name":"Emoji","value":"emoji","description":"Use an Emoji for the icon"},{"name":"File","value":"file","description":"Use a file for the icon"}],"default":"emoji","description":"The icon type for the database page, Either a URL or an Emoji"},{"displayName":"Icon","name":"icon","type":"string","default":"","description":"Emoji or File URL to use as the icon"}]},{"displayName":"Database Page","name":"pageId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/My-Database-Page-b4eeb113e118403ba450af65ac25f0b9","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database Page URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database Page ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"resource":["databasePage"],"operation":["get"]},"hide":{"@version":[1]}},"description":"The Notion Database Page to get"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["databasePage"],"operation":["get"]},"hide":{"@version":[1]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Database","name":"databaseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database Page URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database Page ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"resource":["databasePage"],"operation":["getAll"]}},"description":"The Notion Database to operate on"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["databasePage"],"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":["databasePage"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["databasePage"],"operation":["getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Filter","name":"filterType","type":"options","options":[{"name":"None","value":"none"},{"name":"Build Manually","value":"manual"},{"name":"JSON","value":"json"}],"displayOptions":{"show":{"resource":["databasePage"],"operation":["getAll"]},"hide":{"@version":[1]}},"default":"none"},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any filter","value":"anyFilter"},{"name":"All Filters","value":"allFilters"}],"displayOptions":{"show":{"resource":["databasePage"],"operation":["getAll"],"filterType":["manual"]},"hide":{"@version":[1]}},"default":"anyFilter"},{"displayName":"Filters","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["databasePage"],"operation":["getAll"],"filterType":["manual"]},"hide":{"@version":[1]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Property Name or ID","name":"key","type":"options","typeOptions":{"loadOptionsMethod":"getFilterProperties","loadOptionsDependsOn":["datatabaseId"]},"default":"","description":"The name of the property to filter by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"hidden","default":"={{$parameter[\"&key\"].split(\"|\")[1]}}"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["title"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["rich_text"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Greater Than","value":"greater_than"},{"name":"Less Than","value":"less_than"},{"name":"Greater Than Or Equal To","value":"greater_than_or_equal_to"},{"name":"Less Than Or Equal To","value":"less_than_or_equal_to"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["checkbox"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["select"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["multi_select"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["status"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["date"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["people"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["files"]}},"options":[{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["url"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["email"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["phone_number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["relation"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["created_by"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["created_time"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["last_edited_by"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["last_edited_time"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Return Type","name":"returnType","type":"options","displayOptions":{"show":{"type":["formula"]}},"options":[{"name":"Text","value":"text"},{"name":"Checkbox","value":"checkbox"},{"name":"Number","value":"number"},{"name":"Date","value":"date"}],"default":"","description":"The formula return type"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["text"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["checkbox"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Greater Than","value":"greater_than"},{"name":"Less Than","value":"less_than"},{"name":"Greater Than Or Equal To","value":"greater_than_or_equal_to"},{"name":"Less Than Or Equal To","value":"less_than_or_equal_to"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["date"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Title","name":"titleValue","type":"string","displayOptions":{"show":{"type":["title"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Text","name":"richTextValue","type":"string","displayOptions":{"show":{"type":["rich_text"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Phone Number","name":"phoneNumberValue","type":"string","displayOptions":{"show":{"type":["phone_number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"Phone number. No structure is enforced."},{"displayName":"Option Name or ID","name":"multiSelectValue","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["multi_select"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":[]},{"displayName":"Option Name or ID","name":"selectValue","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["select"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Status Name or ID","name":"statusValue","type":"options","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["status"]}},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Email","name":"emailValue","type":"string","displayOptions":{"show":{"type":["email"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"URL","name":"urlValue","type":"string","displayOptions":{"show":{"type":["url"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"User Name or ID","name":"peopleValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["people"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"createdByValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["created_by"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"lastEditedByValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["last_edited_by"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Relation ID","name":"relationValue","type":"string","displayOptions":{"show":{"type":["relation"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Checked","name":"checkboxValue","displayOptions":{"show":{"type":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked"},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Date","name":"date","displayOptions":{"show":{"type":["date"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Created Time","name":"createdTimeValue","displayOptions":{"show":{"type":["created_time"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Last Edited Time","name":"lastEditedTime","displayOptions":{"show":{"type":["last_edited_time"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["formula"],"returnType":["number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Text","name":"textValue","type":"string","displayOptions":{"show":{"type":["formula"],"returnType":["text"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Boolean","name":"checkboxValue","displayOptions":{"show":{"type":["formula"],"returnType":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked"},{"displayName":"Date","name":"dateValue","displayOptions":{"show":{"type":["formula"],"returnType":["date"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"}]}]},{"displayName":"See <a href=\"https://developers.notion.com/reference/post-database-query#post-database-query-filter\" target=\"_blank\">Notion guide</a> to creating filters","name":"jsonNotice","type":"notice","displayOptions":{"show":{"resource":["databasePage"],"operation":["getAll"],"filterType":["json"]},"hide":{"@version":[1]}},"default":""},{"displayName":"Filters (JSON)","name":"filterJson","type":"string","displayOptions":{"show":{"resource":["databasePage"],"operation":["getAll"],"filterType":["json"]},"hide":{"@version":[1]}},"default":""},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["getAll"],"resource":["databasePage"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Download Files","name":"downloadFiles","type":"boolean","displayOptions":{"show":{"/resource":["databasePage"],"/operation":["getAll"]},"hide":{"@version":[1]}},"default":false,"description":"Whether to download a file if a database's field contains it"},{"displayName":"Filters","name":"filter","placeholder":"Add Filter","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"@version":[1]}},"default":{},"options":[{"displayName":"Single Condition","name":"singleCondition","values":[{"displayName":"Property Name or ID","name":"key","type":"options","typeOptions":{"loadOptionsMethod":"getFilterProperties","loadOptionsDependsOn":["datatabaseId"]},"default":"","description":"The name of the property to filter by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"hidden","default":"={{$parameter[\"&key\"].split(\"|\")[1]}}"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["title"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["rich_text"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Greater Than","value":"greater_than"},{"name":"Less Than","value":"less_than"},{"name":"Greater Than Or Equal To","value":"greater_than_or_equal_to"},{"name":"Less Than Or Equal To","value":"less_than_or_equal_to"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["checkbox"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["select"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["multi_select"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["status"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["date"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["people"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["files"]}},"options":[{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["url"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["email"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["phone_number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["relation"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["created_by"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["created_time"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["last_edited_by"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["last_edited_time"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Return Type","name":"returnType","type":"options","displayOptions":{"show":{"type":["formula"]}},"options":[{"name":"Text","value":"text"},{"name":"Checkbox","value":"checkbox"},{"name":"Number","value":"number"},{"name":"Date","value":"date"}],"default":"","description":"The formula return type"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["text"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["checkbox"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Greater Than","value":"greater_than"},{"name":"Less Than","value":"less_than"},{"name":"Greater Than Or Equal To","value":"greater_than_or_equal_to"},{"name":"Less Than Or Equal To","value":"less_than_or_equal_to"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["date"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Title","name":"titleValue","type":"string","displayOptions":{"show":{"type":["title"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Text","name":"richTextValue","type":"string","displayOptions":{"show":{"type":["rich_text"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Phone Number","name":"phoneNumberValue","type":"string","displayOptions":{"show":{"type":["phone_number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"Phone number. No structure is enforced."},{"displayName":"Option Name or ID","name":"multiSelectValue","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["multi_select"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":[]},{"displayName":"Option Name or ID","name":"selectValue","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["select"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Status Name or ID","name":"statusValue","type":"options","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["status"]}},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Email","name":"emailValue","type":"string","displayOptions":{"show":{"type":["email"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"URL","name":"urlValue","type":"string","displayOptions":{"show":{"type":["url"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"User Name or ID","name":"peopleValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["people"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"createdByValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["created_by"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"lastEditedByValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["last_edited_by"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Relation ID","name":"relationValue","type":"string","displayOptions":{"show":{"type":["relation"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Checked","name":"checkboxValue","displayOptions":{"show":{"type":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked"},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Date","name":"date","displayOptions":{"show":{"type":["date"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Created Time","name":"createdTimeValue","displayOptions":{"show":{"type":["created_time"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Last Edited Time","name":"lastEditedTime","displayOptions":{"show":{"type":["last_edited_time"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["formula"],"returnType":["number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Text","name":"textValue","type":"string","displayOptions":{"show":{"type":["formula"],"returnType":["text"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Boolean","name":"checkboxValue","displayOptions":{"show":{"type":["formula"],"returnType":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked"},{"displayName":"Date","name":"dateValue","displayOptions":{"show":{"type":["formula"],"returnType":["date"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"}]},{"displayName":"Multiple Condition","name":"multipleCondition","values":[{"displayName":"Condition","name":"condition","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"OR","name":"or","values":[{"displayName":"Property Name or ID","name":"key","type":"options","typeOptions":{"loadOptionsMethod":"getFilterProperties","loadOptionsDependsOn":["datatabaseId"]},"default":"","description":"The name of the property to filter by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"hidden","default":"={{$parameter[\"&key\"].split(\"|\")[1]}}"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["title"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["rich_text"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Greater Than","value":"greater_than"},{"name":"Less Than","value":"less_than"},{"name":"Greater Than Or Equal To","value":"greater_than_or_equal_to"},{"name":"Less Than Or Equal To","value":"less_than_or_equal_to"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["checkbox"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["select"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["multi_select"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["status"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["date"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["people"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["files"]}},"options":[{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["url"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["email"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["phone_number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["relation"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["created_by"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["created_time"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["last_edited_by"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["last_edited_time"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Return Type","name":"returnType","type":"options","displayOptions":{"show":{"type":["formula"]}},"options":[{"name":"Text","value":"text"},{"name":"Checkbox","value":"checkbox"},{"name":"Number","value":"number"},{"name":"Date","value":"date"}],"default":"","description":"The formula return type"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["text"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["checkbox"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Greater Than","value":"greater_than"},{"name":"Less Than","value":"less_than"},{"name":"Greater Than Or Equal To","value":"greater_than_or_equal_to"},{"name":"Less Than Or Equal To","value":"less_than_or_equal_to"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["date"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Title","name":"titleValue","type":"string","displayOptions":{"show":{"type":["title"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Text","name":"richTextValue","type":"string","displayOptions":{"show":{"type":["rich_text"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Phone Number","name":"phoneNumberValue","type":"string","displayOptions":{"show":{"type":["phone_number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"Phone number. No structure is enforced."},{"displayName":"Option Name or ID","name":"multiSelectValue","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["multi_select"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":[]},{"displayName":"Option Name or ID","name":"selectValue","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["select"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Status Name or ID","name":"statusValue","type":"options","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["status"]}},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Email","name":"emailValue","type":"string","displayOptions":{"show":{"type":["email"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"URL","name":"urlValue","type":"string","displayOptions":{"show":{"type":["url"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"User Name or ID","name":"peopleValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["people"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"createdByValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["created_by"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"lastEditedByValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["last_edited_by"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Relation ID","name":"relationValue","type":"string","displayOptions":{"show":{"type":["relation"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Checked","name":"checkboxValue","displayOptions":{"show":{"type":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked"},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Date","name":"date","displayOptions":{"show":{"type":["date"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Created Time","name":"createdTimeValue","displayOptions":{"show":{"type":["created_time"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Last Edited Time","name":"lastEditedTime","displayOptions":{"show":{"type":["last_edited_time"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["formula"],"returnType":["number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Text","name":"textValue","type":"string","displayOptions":{"show":{"type":["formula"],"returnType":["text"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Boolean","name":"checkboxValue","displayOptions":{"show":{"type":["formula"],"returnType":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked"},{"displayName":"Date","name":"dateValue","displayOptions":{"show":{"type":["formula"],"returnType":["date"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"}]},{"displayName":"AND","name":"and","values":[{"displayName":"Property Name or ID","name":"key","type":"options","typeOptions":{"loadOptionsMethod":"getFilterProperties","loadOptionsDependsOn":["datatabaseId"]},"default":"","description":"The name of the property to filter by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"hidden","default":"={{$parameter[\"&key\"].split(\"|\")[1]}}"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["title"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["rich_text"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Greater Than","value":"greater_than"},{"name":"Less Than","value":"less_than"},{"name":"Greater Than Or Equal To","value":"greater_than_or_equal_to"},{"name":"Less Than Or Equal To","value":"less_than_or_equal_to"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["checkbox"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["select"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["multi_select"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["status"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["date"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["people"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["files"]}},"options":[{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["url"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["email"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["phone_number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["relation"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["created_by"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["created_time"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["last_edited_by"]}},"options":[{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["last_edited_time"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Return Type","name":"returnType","type":"options","displayOptions":{"show":{"type":["formula"]}},"options":[{"name":"Text","value":"text"},{"name":"Checkbox","value":"checkbox"},{"name":"Number","value":"number"},{"name":"Date","value":"date"}],"default":"","description":"The formula return type"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["text"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Contains","value":"contains"},{"name":"Does Not Contain","value":"does_not_contain"},{"name":"Starts With","value":"starts_with"},{"name":"Ends With","value":"ends_with"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["checkbox"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["number"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Does Not Equal","value":"does_not_equal"},{"name":"Greater Than","value":"greater_than"},{"name":"Less Than","value":"less_than"},{"name":"Greater Than Or Equal To","value":"greater_than_or_equal_to"},{"name":"Less Than Or Equal To","value":"less_than_or_equal_to"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Condition","name":"condition","type":"options","displayOptions":{"show":{"type":["formula"],"returnType":["date"]}},"options":[{"name":"Equals","value":"equals"},{"name":"Before","value":"before"},{"name":"After","value":"after"},{"name":"On Or Before","value":"on_or_before"},{"name":"Is Empty","value":"is_empty"},{"name":"Is Not Empty","value":"is_not_empty"},{"name":"On Or After","value":"on_or_after"},{"name":"Past Week","value":"past_week"},{"name":"Past Month","value":"past_month"},{"name":"Past Year","value":"past_year"},{"name":"Next Week","value":"next_week"},{"name":"Next Month","value":"next_month"},{"name":"Next Year","value":"next_year"}],"default":"","description":"The value of the property to filter by"},{"displayName":"Title","name":"titleValue","type":"string","displayOptions":{"show":{"type":["title"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Text","name":"richTextValue","type":"string","displayOptions":{"show":{"type":["rich_text"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Phone Number","name":"phoneNumberValue","type":"string","displayOptions":{"show":{"type":["phone_number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"Phone number. No structure is enforced."},{"displayName":"Option Name or ID","name":"multiSelectValue","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["multi_select"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":[]},{"displayName":"Option Name or ID","name":"selectValue","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["select"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Status Name or ID","name":"statusValue","type":"options","typeOptions":{"loadOptionsMethod":"getPropertySelectValues"},"displayOptions":{"show":{"type":["status"]}},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Email","name":"emailValue","type":"string","displayOptions":{"show":{"type":["email"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"URL","name":"urlValue","type":"string","displayOptions":{"show":{"type":["url"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"User Name or ID","name":"peopleValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["people"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"createdByValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["created_by"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"lastEditedByValue","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"type":["last_edited_by"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":"","description":"List of users. Multiples can be defined separated by comma. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Relation ID","name":"relationValue","type":"string","displayOptions":{"show":{"type":["relation"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Checked","name":"checkboxValue","displayOptions":{"show":{"type":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked"},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Date","name":"date","displayOptions":{"show":{"type":["date"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Created Time","name":"createdTimeValue","displayOptions":{"show":{"type":["created_time"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Last Edited Time","name":"lastEditedTime","displayOptions":{"show":{"type":["last_edited_time"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Number","name":"numberValue","displayOptions":{"show":{"type":["formula"],"returnType":["number"]},"hide":{"condition":["is_empty","is_not_empty"]}},"type":"number","default":0,"description":"Number value"},{"displayName":"Text","name":"textValue","type":"string","displayOptions":{"show":{"type":["formula"],"returnType":["text"]},"hide":{"condition":["is_empty","is_not_empty"]}},"default":""},{"displayName":"Boolean","name":"checkboxValue","displayOptions":{"show":{"type":["formula"],"returnType":["checkbox"]}},"type":"boolean","default":false,"description":"Whether or not the checkbox is checked. <code>true</code> represents checked. <code>false</code> represents unchecked"},{"displayName":"Date","name":"dateValue","displayOptions":{"show":{"type":["formula"],"returnType":["date"]},"hide":{"condition":["is_empty","is_not_empty","past_week","past_month","past_year","next_week","next_month","next_year"]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"}]}]}]}]},{"displayName":"Sort","name":"sort","placeholder":"Add Sort","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Sort","name":"sortValue","values":[{"displayName":"Timestamp","name":"timestamp","type":"boolean","default":false,"description":"Whether or not to use the record's timestamp to sort the response"},{"displayName":"Property Name or ID","name":"key","type":"options","displayOptions":{"show":{"timestamp":[false]}},"typeOptions":{"loadOptionsMethod":"getFilterProperties","loadOptionsDependsOn":["datatabaseId"]},"default":"","description":"The name of the property to filter by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Property Name","name":"key","type":"options","options":[{"name":"Created Time","value":"created_time"},{"name":"Last Edited Time","value":"last_edited_time"}],"displayOptions":{"show":{"timestamp":[true]}},"default":"","description":"The name of the property to filter by"},{"displayName":"Type","name":"type","type":"hidden","displayOptions":{"show":{"timestamp":[true]}},"default":"={{$parameter[\"&key\"].split(\"|\")[1]}}"},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"ascending"},{"name":"Descending","value":"descending"}],"default":"","description":"The direction to sort"}]}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"@version":[1],"resource":["page"]}},"options":[{"name":"Create","value":"create","description":"Create a page","action":"Create a page"},{"name":"Get","value":"get","description":"Get a page","action":"Get a page"},{"name":"Search","value":"search","description":"Text search of pages","action":"Search a page"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["page"]},"hide":{"@version":[1]}},"options":[{"name":"Archive","value":"archive","description":"Archive a page","action":"Archive a page"},{"name":"Create","value":"create","description":"Create a page","action":"Create a page"},{"name":"Search","value":"search","description":"Text search of pages","action":"Search a page"}],"default":"create"},{"displayName":"Page","name":"pageId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/My-Page-b4eeb113e118403aa450af65ac25f0b9","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database Page URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Page ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"resource":["page"],"operation":["archive"]},"hide":{"@version":[1]}},"description":"The Notion Page to archive"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["page"],"operation":["archive"]},"hide":{"@version":[1]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Parent Page","name":"pageId","type":"resourceLocator","default":{"mode":"url","value":""},"required":true,"modes":[{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/My-Page-b4eeb113e118403aa450af65ac25f0b9","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database Page URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?(?:[a-zA-Z0-9_-]{1,}-)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Page ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"resource":["page"],"operation":["create"]}},"description":"The Notion Database Page to create a child page for"},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["page"],"operation":["create"]}},"description":"Page title. Appears at the top of the page and can be found via Quick Find."},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["page"],"operation":["create"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Blocks","name":"blockUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["page"],"operation":["create"]}},"placeholder":"Add Block","options":[{"name":"blockValues","displayName":"Block","values":[{"displayName":"Type Name or ID","name":"type","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBlockTypes"},"default":"paragraph"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["paragraph"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["paragraph"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["paragraph"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["heading_1"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["heading_1"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["heading_1"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["heading_2"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["heading_2"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["heading_2"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["heading_3"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["heading_3"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["heading_3"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["toggle"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["toggle"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["toggle"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Checked","name":"checked","type":"boolean","default":false,"displayOptions":{"show":{"type":["to_do"]}},"description":"Whether the to_do is checked or not"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["to_do"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["to_do"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["to_do"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"type":["child_page"]}},"description":"Plain text of page title"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["bulleted_list_item"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["bulleted_list_item"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["bulleted_list_item"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Rich Text","name":"richText","type":"boolean","displayOptions":{"show":{"type":["numbered_list_item"]}},"default":false},{"displayName":"Text","name":"textContent","type":"string","displayOptions":{"show":{"type":["numbered_list_item"],"richText":[false]}},"default":""},{"displayName":"Text","name":"text","placeholder":"Add Text","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["numbered_list_item"],"richText":[true]}},"options":[{"name":"text","displayName":"Text","values":[{"displayName":"Type","name":"textType","type":"options","options":[{"name":"Equation","value":"equation"},{"name":"Mention","value":"mention"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Text","name":"text","displayOptions":{"show":{"textType":["text"]}},"type":"string","default":"","description":"Text content. This field contains the actual content of your text and is probably the field you'll use most often."},{"displayName":"Is Link","name":"isLink","displayOptions":{"show":{"textType":["text"]}},"type":"boolean","default":false},{"displayName":"Text Link","name":"textLink","displayOptions":{"show":{"textType":["text"],"isLink":[true]}},"type":"string","default":"","description":"The URL that this link points to"},{"displayName":"Type","name":"mentionType","type":"options","displayOptions":{"show":{"textType":["mention"]}},"options":[{"name":"Database","value":"database"},{"name":"Date","value":"date"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"","description":"An inline mention of a user, page, database, or date. In the app these are created by typing @ followed by the name of a user, page, database, or a date."},{"displayName":"User Name or ID","name":"user","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"mentionType":["user"]}},"default":"","description":"The ID of the user being mentioned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Page ID","name":"page","type":"string","displayOptions":{"show":{"mentionType":["page"]}},"default":"","description":"The ID of the page being mentioned"},{"displayName":"Database","name":"database","type":"resourceLocator","default":{"mode":"list","value":""},"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"mentionType":["database"]}},"description":"The Notion Database being mentioned"},{"displayName":"Range","name":"range","displayOptions":{"show":{"mentionType":["date"]}},"type":"boolean","default":false,"description":"Whether or not you want to define a date range"},{"displayName":"Date","name":"date","displayOptions":{"show":{"mentionType":["date"],"range":[false]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date Start","name":"dateStart","displayOptions":{"show":{"mentionType":["date"],"range":[true]}},"type":"dateTime","default":"","description":"An ISO 8601 format date, with optional time"},{"displayName":"Date End","name":"dateEnd","displayOptions":{"show":{"range":[true],"mentionType":["date"]}},"type":"dateTime","default":"","description":"An ISO 8601 formatted date, with optional time. Represents the end of a date range."},{"displayName":"Expression","name":"expression","type":"string","displayOptions":{"show":{"textType":["equation"]}},"default":""},{"displayName":"Annotations","name":"annotationUi","type":"collection","placeholder":"Add Annotation","default":{},"options":[{"displayName":"Bold","name":"bold","type":"boolean","default":false,"description":"Whether the text is bolded"},{"displayName":"Italic","name":"italic","type":"boolean","default":false,"description":"Whether the text is italicized"},{"displayName":"Strikethrough","name":"strikethrough","type":"boolean","default":false,"description":"Whether the text is struck through"},{"displayName":"Underline","name":"underline","type":"boolean","default":false,"description":"Whether the text is underlined"},{"displayName":"Code","name":"code","type":"boolean","default":false,"description":"Whether the text is code style"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Default","value":"default"},{"name":"Gray","value":"gray"},{"name":"Brown","value":"brown"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Green","value":"green"},{"name":"Blue","value":"blue"},{"name":"Purple","value":"purple"},{"name":"Pink","value":"pink"},{"name":"Red","value":"red"},{"name":"Gray Background","value":"gray_background"},{"name":"Brown Background","value":"brown_background"},{"name":"Orange Background","value":"orange_background"},{"name":"Yellow Background","value":"yellow_background"},{"name":"Green Background","value":"green_background"},{"name":"Blue Background","value":"blue_background"},{"name":"Purple Background","value":"purple_background"},{"name":"Pink Background","value":"pink_background"},{"name":"Red Background","value":"red_background"}],"default":"","description":"Color of the text"}],"description":"All annotations that apply to this rich text"}]}],"description":"Rich text in the block"},{"displayName":"Image URL","name":"url","type":"string","displayOptions":{"show":{"type":["image"]}},"default":"","description":"Image file reference"}]}]},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"resource":["page"],"operation":["create"]}},"default":{},"placeholder":"Add option","options":[{"displayName":"Icon Type","name":"iconType","type":"options","options":[{"name":"Emoji","value":"emoji","description":"Use an Emoji for the icon"},{"name":"File","value":"file","description":"Use a file for the icon"}],"default":"emoji","description":"The icon type for the page, Either a URL or an Emoji"},{"displayName":"Icon","name":"icon","type":"string","default":"","description":"Emoji or File URL to use as the icon"}]},{"displayName":"Page Link or ID","name":"pageId","type":"string","default":"","required":true,"displayOptions":{"show":{"@version":[1],"resource":["page"],"operation":["get"]}},"description":"The Page URL from Notion's 'copy link' functionality (or just the ID contained within the URL)"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"@version":[1],"resource":["page"],"operation":["get"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Search Text","name":"text","type":"string","default":"","displayOptions":{"show":{"resource":["page"],"operation":["search"]}},"description":"The text to search for"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["page"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["page"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["page"],"operation":["search"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"resource":["page"],"operation":["search"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Filters","name":"filter","placeholder":"Add Filter","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"displayName":"Filter","name":"filters","values":[{"displayName":"Property","name":"property","type":"options","options":[{"name":"Object","value":"object"}],"default":"object","description":"The name of the property to filter by"},{"displayName":"Value","name":"value","type":"options","options":[{"name":"Database","value":"database"},{"name":"Page","value":"page"}],"default":"","description":"The value of the property to filter by"}]}]},{"displayName":"Sort","name":"sort","placeholder":"Add Sort","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"displayName":"Sort","name":"sortValue","values":[{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"ascending"},{"name":"Descending","value":"descending"}],"default":"descending","description":"The direction to sort"},{"displayName":"Timestamp","name":"timestamp","type":"options","options":[{"name":"Last Edited Time","value":"last_edited_time"}],"default":"last_edited_time","description":"The name of the timestamp to sort against"}]}]}]},{"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","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Notion/notion.svg","codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.notion/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/notion/"}]}}},
{"displayName":"Notion Trigger","name":"notionTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when Notion events occur","subtitle":"={{$parameter[\"event\"]}}","defaults":{"name":"Notion Trigger"},"credentials":[{"name":"notionApi","required":true}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Event","name":"event","type":"options","options":[{"name":"Page Added to Database","value":"pageAddedToDatabase"},{"name":"Page Updated in Database","value":"pagedUpdatedInDatabase"}],"required":true,"default":"pageAddedToDatabase"},{"displayName":"In Notion, make sure to <a href=\"https://www.notion.so/help/add-and-manage-connections-with-the-api\" target=\"_blank\">add your connection</a> to the pages you want to access.","name":"notionNotice","type":"notice","default":""},{"displayName":"Database","name":"databaseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"Database","name":"list","type":"list","placeholder":"Select a Database...","typeOptions":{"searchListMethod":"getDatabases","searchable":true}},{"displayName":"Link","name":"url","type":"string","placeholder":"https://www.notion.so/0fe2f7de558b471eab07e9d871cdf4a9?v=f2d424ba0c404733a3f500c78c881610","validation":[{"type":"regex","properties":{"regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database URL"}}],"extractValue":{"type":"regex","regex":"(?:https|http)://www\\.notion\\.so/(?:[a-z0-9-]{2,}/)?([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"}},{"displayName":"ID","name":"id","type":"string","placeholder":"ab1545b247fb49fa92d6f4b49f4d8116","validation":[{"type":"regex","properties":{"regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12}).*","errorMessage":"Not a valid Notion Database ID"}}],"extractValue":{"type":"regex","regex":"^([0-9a-f]{8}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{4}-?[0-9a-f]{12})"},"url":"=https://www.notion.so/{{$value.replace(/-/g, \"\")}}"}],"displayOptions":{"show":{"event":["pageAddedToDatabase","pagedUpdatedInDatabase"]}},"description":"The Notion Database to operate on"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"event":["pageAddedToDatabase","pagedUpdatedInDatabase"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.notiontrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/notion/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Notion/notion.svg","dark":"icons/n8n-nodes-base/dist/nodes/Notion/notion.dark.svg"}},
{"displayName":"Npm","name":"npm","group":["input"],"version":1,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Consume NPM registry API","defaults":{"name":"npm"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"npmApi","required":false}],"requestDefaults":{"baseURL":"={{ $credentials.registryUrl }}"},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Package","value":"package"},{"name":"Distribution Tag","value":"distTag"}],"default":"package"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getMetadata","displayOptions":{"show":{"resource":["package"]}},"options":[{"name":"Get Metadata","value":"getMetadata","action":"Returns all the metadata for a package at a specific version","description":"Returns all the metadata for a package at a specific version","routing":{"request":{"method":"GET","url":"=/{{ encodeURIComponent($parameter.packageName) }}/{{ $parameter.packageVersion }}"}}},{"name":"Get Versions","value":"getVersions","action":"Returns all the versions for a package","description":"Returns all the versions for a package","routing":{"request":{"method":"GET","url":"=/{{ encodeURIComponent($parameter.packageName) }}"},"output":{"postReceive":[null]}}},{"name":"Search","value":"search","action":"Search for packages","description":"Search for packages","routing":{"request":{"method":"GET","url":"/-/v1/search","qs":{"text":"={{$parameter.query}}","size":"={{$parameter.limit}}","from":"={{$parameter.offset}}","popularity":0.99}},"output":{"postReceive":[null]}}}]},{"displayName":"Package Name","name":"packageName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["package"],"operation":["getMetadata","getVersions"]}}},{"displayName":"Package Version","name":"packageVersion","type":"string","required":true,"default":"latest","displayOptions":{"show":{"resource":["package"],"operation":["getMetadata"]}}},{"displayName":"Query","name":"query","type":"string","required":true,"displayOptions":{"show":{"resource":["package"],"operation":["search"]}},"default":"","description":"The query text used to search for packages"},{"displayName":"Limit","name":"limit","type":"number","default":10,"typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["package"],"operation":["search"]}},"description":"Max number of results to return"},{"displayName":"Offset","name":"offset","type":"number","default":0,"typeOptions":{"minValue":0},"displayOptions":{"show":{"resource":["package"],"operation":["search"]}},"description":"Offset to return results from"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getMany","displayOptions":{"show":{"resource":["distTag"]}},"options":[{"name":"Get All","value":"getMany","action":"Returns all the dist-tags for a package","description":"Returns all the dist-tags for a package","routing":{"request":{"method":"GET","url":"=/-/package/{{ encodeURIComponent($parameter.packageName) }}/dist-tags"}}},{"name":"Update","value":"update","action":"Update a the dist-tags for a package","description":"Update a the dist-tags for a package","routing":{"request":{"method":"PUT","url":"=/-/package/{{ encodeURIComponent($parameter.packageName) }}/dist-tags/{{ encodeURIComponent($parameter.distTagName) }}"},"send":{"preSend":[null]}}}]},{"displayName":"Package Name","name":"packageName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["distTag"],"operation":["getMany","update"]}}},{"displayName":"Package Version","name":"packageVersion","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["distTag"],"operation":["update"]}}},{"displayName":"Distribution Tag Name","name":"distTagName","type":"string","required":true,"default":"latest","displayOptions":{"show":{"resource":["distTag"],"operation":["update"]}}},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.npm/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/npm/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Npm/npm.svg"},
{"displayName":"Odoo","name":"odoo","group":["transform"],"version":1,"description":"Consume Odoo API","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Odoo"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"odooApi","required":true,"testedBy":"odooApiTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","default":"contact","noDataExpression":true,"options":[{"name":"Contact","value":"contact"},{"name":"Custom Resource","value":"custom"},{"name":"Note","value":"note"},{"name":"Opportunity","value":"opportunity"}]},{"displayName":"Custom Resource Name or ID","name":"customResource","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getModels"},"displayOptions":{"show":{"resource":["custom"]}}},{"displayName":"Operation","name":"operation","type":"options","default":"create","noDataExpression":true,"displayOptions":{"show":{"resource":["custom"]}},"options":[{"name":"Create","value":"create","description":"Create a new item","action":"Create an item"},{"name":"Delete","value":"delete","description":"Delete an item","action":"Delete an item"},{"name":"Get","value":"get","description":"Get an item","action":"Get an item"},{"name":"Get Many","value":"getAll","description":"Get many items","action":"Get many items"},{"name":"Update","value":"update","description":"Update an item","action":"Update an item"}]},{"displayName":"Fields","name":"fieldsToCreateOrUpdate","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Field"},"default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["custom"]}},"options":[{"displayName":"Field Record:","name":"fields","values":[{"displayName":"Field Name or ID","name":"fieldName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getModelFields"}},{"displayName":"New Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Custom Resource ID","name":"customResourceId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get","delete"],"resource":["custom"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["custom"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":50,"displayOptions":{"show":{"resource":["custom"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll","get"],"resource":["custom"]}},"options":[{"displayName":"Fields to Include","name":"fieldsList","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getModelFields","loadOptionsDependsOn":["customResource"]}}]},{"displayName":"Filters","name":"filterRequest","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Filter"},"default":{},"description":"Filter request by applying filters","placeholder":"Add condition","displayOptions":{"show":{"operation":["getAll"],"resource":["custom"]}},"options":[{"name":"filter","displayName":"Filter","values":[{"displayName":"Field Name or ID","name":"fieldName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsDependsOn":["customResource"],"loadOptionsMethod":"getModelFields"}},{"displayName":"Operator","name":"operator","type":"options","default":"equal","description":"Specify an operator","options":[{"name":"!=","value":"notEqual"},{"name":"<","value":"lesserThen"},{"name":"<=","value":"lesserOrEqual"},{"name":"=","value":"equal"},{"name":">","value":"greaterThen"},{"name":">=","value":"greaterOrEqual"},{"name":"Child Of","value":"childOf"},{"name":"In","value":"in"},{"name":"Like","value":"like"},{"name":"Not In","value":"notIn"}]},{"displayName":"Value","name":"value","type":"string","default":"","description":"Specify value for comparison"}]}]},{"displayName":"Custom Resource ID","name":"customResourceId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["custom"]}}},{"displayName":"Update Fields","name":"fieldsToCreateOrUpdate","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Field"},"default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["custom"]}},"options":[{"displayName":"Field Record:","name":"fields","values":[{"displayName":"Field Name or ID","name":"fieldName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getModelFields"}},{"displayName":"New Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Operation","name":"operation","type":"options","default":"create","noDataExpression":true,"displayOptions":{"show":{"resource":["opportunity"]}},"options":[{"name":"Create","value":"create","description":"Create a new opportunity","action":"Create an opportunity"},{"name":"Delete","value":"delete","description":"Delete an opportunity","action":"Delete an opportunity"},{"name":"Get","value":"get","description":"Get an opportunity","action":"Get an opportunity"},{"name":"Get Many","value":"getAll","description":"Get many opportunities","action":"Get many opportunities"},{"name":"Update","value":"update","description":"Update an opportunity","action":"Update an opportunity"}]},{"displayName":"Name","name":"opportunityName","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["opportunity"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["opportunity"]}},"options":[{"displayName":"Email","name":"email_from","type":"string","default":""},{"displayName":"Expected Revenue","name":"expected_revenue","type":"number","default":0},{"displayName":"Internal Notes","name":"description","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Priority","name":"priority","type":"options","default":"1","options":[{"name":"1","value":"1"},{"name":"2","value":"2"},{"name":"3","value":"3"}]},{"displayName":"Probability","name":"probability","type":"number","default":0,"typeOptions":{"maxValue":100,"minValue":0}}]},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get","delete"],"resource":["opportunity"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["opportunity"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":50,"displayOptions":{"show":{"resource":["opportunity"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll","get"],"resource":["opportunity"]}},"options":[{"displayName":"Fields to Include","name":"fieldsList","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getModelFields"}}]},{"displayName":"Opportunity ID","name":"opportunityId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["opportunity"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["opportunity"]}},"options":[{"displayName":"Email","name":"email_from","type":"string","default":""},{"displayName":"Expected Revenue","name":"expected_revenue","type":"number","default":0},{"displayName":"Internal Notes","name":"description","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Priority","name":"priority","type":"options","default":"1","options":[{"name":"1","value":"1"},{"name":"2","value":"2"},{"name":"3","value":"3"}]},{"displayName":"Probability","name":"probability","type":"number","default":0,"typeOptions":{"maxValue":100,"minValue":0}}]},{"displayName":"Operation","name":"operation","type":"options","default":"create","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a new contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}]},{"displayName":"Name","name":"contactName","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["contact"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["contact"]}},"options":[{"displayName":"Address","name":"address","type":"fixedCollection","default":{},"placeholder":"Add Address","typeOptions":{"multipleValues":false},"options":[{"name":"value","displayName":"Address","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country Name or ID","name":"country_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getCountries"}},{"displayName":"State Name or ID","name":"state_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getStates"}},{"displayName":"Street","name":"street","type":"string","default":""},{"displayName":"Street 2","name":"street2","type":"string","default":""},{"displayName":"Zip Code","name":"zip","type":"string","default":""}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Internal Notes","name":"comment","type":"string","default":""},{"displayName":"Job Position","name":"function","type":"string","default":""},{"displayName":"Mobile","name":"mobile","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Tax ID","name":"vat","type":"string","default":""},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get","delete"],"resource":["contact"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":50,"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll","get"],"resource":["contact"]}},"options":[{"displayName":"Fields to Include","name":"fieldsList","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getModelFields"}}]},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["contact"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["contact"]}},"options":[{"displayName":"Address","name":"address","type":"fixedCollection","default":{},"placeholder":"Add Address","typeOptions":{"multipleValues":false},"options":[{"name":"value","displayName":"Address","values":[{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country Name or ID","name":"country_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getCountries"}},{"displayName":"State Name or ID","name":"state_id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"getStates"}},{"displayName":"Street","name":"street","type":"string","default":""},{"displayName":"Street 2","name":"street2","type":"string","default":""},{"displayName":"Zip Code","name":"zip","type":"string","default":""}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Internal Notes","name":"comment","type":"string","default":""},{"displayName":"Job Position","name":"function","type":"string","default":""},{"displayName":"Mobile","name":"mobile","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Tax ID","name":"vat","type":"string","default":""},{"displayName":"Website","name":"website","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","default":"create","noDataExpression":true,"displayOptions":{"show":{"resource":["note"]}},"options":[{"name":"Create","value":"create","description":"Create a new note","action":"Create a note"},{"name":"Delete","value":"delete","description":"Delete a note","action":"Delete a note"},{"name":"Get","value":"get","description":"Get a note","action":"Get a note"},{"name":"Get Many","value":"getAll","description":"Get many notes","action":"Get many notes"},{"name":"Update","value":"update","description":"Update a note","action":"Update a note"}]},{"displayName":"Memo","name":"memo","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["note"]}}},{"displayName":"Note ID","name":"noteId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get","delete"],"resource":["note"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["note"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":50,"displayOptions":{"show":{"resource":["note"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll","get"],"resource":["note"]}},"options":[{"displayName":"Fields to Include","name":"fieldsList","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getModelFields"}}]},{"displayName":"Note ID","name":"noteId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["note"]}}},{"displayName":"Memo","name":"memo","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["note"]}}}],"codex":{"categories":["Data & Storage"],"alias":["ERP"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.odoo/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/odoo/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Odoo/odoo.svg"},
{"displayName":"Okta","name":"okta","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Use the Okta API","defaults":{"name":"Okta"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"oktaApi","required":true}],"requestDefaults":{"returnFullResponse":true,"baseURL":"={{$credentials.url.replace(new RegExp(\"/$\"), \"\")}}","headers":{}},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"User","value":"user"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a new user","routing":{"request":{"method":"POST","url":"/api/v1/users/","qs":{"activate":"={{$parameter[\"activate\"]}}"},"returnFullResponse":true}},"action":"Create a new user"},{"name":"Delete","value":"delete","description":"Delete an existing user","routing":{"request":{"method":"DELETE","url":"={{\"/api/v1/users/\" + $parameter[\"userId\"]}}","returnFullResponse":true},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"success\": true } }}"}}]}},"action":"Delete a user"},{"name":"Get","value":"get","description":"Get details of a user","routing":{"request":{"method":"GET","url":"={{\"/api/v1/users/\" + $parameter[\"userId\"]}}","returnFullResponse":true,"qs":{}},"output":{"postReceive":[null]}},"action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Get many users","routing":{"request":{"method":"GET","url":"/api/v1/users/","qs":{"search":"={{$parameter[\"searchQuery\"]}}"},"returnFullResponse":true},"output":{"postReceive":[null]},"send":{"paginate":true},"operations":{}},"action":"Get many users"},{"name":"Update","value":"update","description":"Update an existing user","routing":{"request":{"method":"POST","url":"={{\"/api/v1/users/\" + $parameter[\"userId\"]}}","returnFullResponse":true}},"action":"Update a user"}],"default":"getAll"},{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By username","name":"login","type":"string","placeholder":""},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 00u1abcd2345EfGHIjk6"}],"displayOptions":{"show":{"resource":["user"],"operation":["get","update","delete"]}},"description":"The user you want to operate on. Choose from the list, or specify an ID."},{"displayName":"First Name","name":"firstName","type":"string","required":true,"placeholder":"e.g. Nathan","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":"","routing":{"send":{"property":"profile.firstName","type":"body"}}},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"placeholder":"e.g. Smith","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":"","routing":{"send":{"property":"profile.lastName","type":"body"}}},{"displayName":"Username","name":"login","type":"string","required":true,"placeholder":"e.g. nathan@example.com","hint":"Unique identifier for the user, must be an email","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":"","routing":{"send":{"property":"profile.login","type":"body"}}},{"displayName":"Email","name":"email","type":"string","required":true,"placeholder":"e.g. nathan@example.com","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":"","routing":{"send":{"property":"profile.email","type":"body"}}},{"displayName":"Activate","name":"activate","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":true,"description":"Whether to activate the user and allow access to all assigned applications"},{"displayName":"Fields","name":"getCreateFields","type":"collection","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":{},"placeholder":"Add field","options":[{"displayName":"City","name":"city","type":"string","default":"","routing":{"send":{"property":"profile.city","type":"body"}}},{"displayName":"Cost Center","name":"costCenter","type":"string","default":"","routing":{"send":{"property":"profile.costCenter","type":"body"}}},{"displayName":"Country Code","name":"countryCode","type":"string","default":"","routing":{"send":{"property":"profile.countryCode","type":"body"}}},{"displayName":"Department","name":"department","type":"string","default":"","routing":{"send":{"property":"profile.department","type":"body"}}},{"displayName":"Display Name","name":"displayName","type":"string","default":"","routing":{"send":{"property":"profile.displayName","type":"body"}}},{"displayName":"Division","name":"division","type":"string","default":"","routing":{"send":{"property":"profile.division","type":"body"}}},{"displayName":"Employee Number","name":"employeeNumber","type":"string","default":"","routing":{"send":{"property":"profile.employeeNumber","type":"body"}}},{"displayName":"Honorific Prefix","name":"honorificPrefix","type":"string","default":"","routing":{"send":{"property":"profile.honorificPrefix","type":"body"}}},{"displayName":"Honorific Suffix","name":"honorificSuffix","type":"string","default":"","routing":{"send":{"property":"profile.honorificSuffix","type":"body"}}},{"displayName":"Locale","name":"locale","type":"string","default":"","routing":{"send":{"property":"profile.locale","type":"body"}}},{"displayName":"Manager","name":"manager","type":"string","default":"","routing":{"send":{"property":"profile.manager","type":"body"}}},{"displayName":"ManagerId","name":"managerId","type":"string","default":"","routing":{"send":{"property":"profile.managerId","type":"body"}}},{"displayName":"Middle Name","name":"middleName","type":"string","default":"","routing":{"send":{"property":"profile.middleName","type":"body"}}},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":"","routing":{"send":{"property":"profile.mobilePhone","type":"body"}}},{"displayName":"Nick Name","name":"nickName","type":"string","default":"","routing":{"send":{"property":"profile.nickName","type":"body"}}},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","routing":{"send":{"property":"credentials.password.value","type":"body"}}},{"displayName":"Organization","name":"organization","type":"string","default":"","routing":{"send":{"property":"profile.organization","type":"body"}}},{"displayName":"Postal Address","name":"postalAddress","type":"string","default":"","routing":{"send":{"property":"profile.postalAddress","type":"body"}}},{"displayName":"Preferred Language","name":"preferredLanguage","type":"string","default":"","routing":{"send":{"property":"profile.preferredLanguage","type":"body"}}},{"displayName":"Primary Phone","name":"primaryPhone","type":"string","default":"","routing":{"send":{"property":"profile.primaryPhone","type":"body"}}},{"displayName":"Profile Url","name":"profileUrl","type":"string","default":"","routing":{"send":{"property":"profile.profileUrl","type":"body"}}},{"displayName":"Recovery Question Answer","name":"recoveryQuestionAnswer","type":"string","default":"","routing":{"send":{"property":"credentials.recovery_question.answer","type":"body"}}},{"displayName":"Recovery Question Question","name":"recoveryQuestionQuestion","type":"string","default":"","routing":{"send":{"property":"credentials.recovery_question.question","type":"body"}}},{"displayName":"Second Email","name":"secondEmail","type":"string","typeOptions":{"email":true},"default":"","routing":{"send":{"property":"profile.secondEmail","type":"body"}}},{"displayName":"State","name":"state","type":"string","default":"","routing":{"send":{"property":"profile.state","type":"body"}}},{"displayName":"Street Address","name":"streetAddress","type":"string","default":"","routing":{"send":{"property":"profile.streetAddress","type":"body"}}},{"displayName":"Timezone","name":"timezone","type":"string","default":"","routing":{"send":{"property":"profile.timezone","type":"body"}}},{"displayName":"Title","name":"title","type":"string","default":"","routing":{"send":{"property":"profile.title","type":"body"}}},{"displayName":"User Type","name":"userType","type":"string","default":"","routing":{"send":{"property":"profile.userType","type":"body"}}},{"displayName":"Zip Code","name":"zipCode","type":"string","default":"","routing":{"send":{"property":"profile.zipCode","type":"body"}}}]},{"displayName":"Fields","name":"getUpdateFields","type":"collection","displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"default":{},"placeholder":"Add field","options":[{"displayName":"City","name":"city","type":"string","default":"","routing":{"send":{"property":"profile.city","type":"body"}}},{"displayName":"Cost Center","name":"costCenter","type":"string","default":"","routing":{"send":{"property":"profile.costCenter","type":"body"}}},{"displayName":"Country Code","name":"countryCode","type":"string","default":"","routing":{"send":{"property":"profile.countryCode","type":"body"}}},{"displayName":"Department","name":"department","type":"string","default":"","routing":{"send":{"property":"profile.department","type":"body"}}},{"displayName":"Display Name","name":"displayName","type":"string","default":"","routing":{"send":{"property":"profile.displayName","type":"body"}}},{"displayName":"Division","name":"division","type":"string","default":"","routing":{"send":{"property":"profile.division","type":"body"}}},{"displayName":"Email","name":"email","type":"string","placeholder":"e.g. nathan@example.com","default":"","routing":{"send":{"property":"profile.email","type":"body"}}},{"displayName":"Employee Number","name":"employeeNumber","type":"string","default":"","routing":{"send":{"property":"profile.employeeNumber","type":"body"}}},{"displayName":"First Name","name":"firstName","type":"string","placeholder":"e.g. Nathan","default":"","routing":{"send":{"property":"profile.firstName","type":"body"}}},{"displayName":"Honorific Prefix","name":"honorificPrefix","type":"string","default":"","routing":{"send":{"property":"profile.honorificPrefix","type":"body"}}},{"displayName":"Honorific Suffix","name":"honorificSuffix","type":"string","default":"","routing":{"send":{"property":"profile.honorificSuffix","type":"body"}}},{"displayName":"Last Name","name":"lastName","type":"string","placeholder":"e.g. Smith","default":"","routing":{"send":{"property":"profile.lastName","type":"body"}}},{"displayName":"Locale","name":"locale","type":"string","default":"","routing":{"send":{"property":"profile.locale","type":"body"}}},{"displayName":"Manager","name":"manager","type":"string","default":"","routing":{"send":{"property":"profile.manager","type":"body"}}},{"displayName":"ManagerId","name":"managerId","type":"string","default":"","routing":{"send":{"property":"profile.managerId","type":"body"}}},{"displayName":"Middle Name","name":"middleName","type":"string","default":"","routing":{"send":{"property":"profile.middleName","type":"body"}}},{"displayName":"Mobile Phone","name":"mobilePhone","type":"string","default":"","routing":{"send":{"property":"profile.mobilePhone","type":"body"}}},{"displayName":"Nick Name","name":"nickName","type":"string","default":"","routing":{"send":{"property":"profile.nickName","type":"body"}}},{"displayName":"Organization","name":"organization","type":"string","default":"","routing":{"send":{"property":"profile.organization","type":"body"}}},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","routing":{"send":{"property":"credentials.password.value","type":"body"}}},{"displayName":"Postal Address","name":"postalAddress","type":"string","default":"","routing":{"send":{"property":"profile.postalAddress","type":"body"}}},{"displayName":"Preferred Language","name":"preferredLanguage","type":"string","default":"","routing":{"send":{"property":"profile.preferredLanguage","type":"body"}}},{"displayName":"Primary Phone","name":"primaryPhone","type":"string","default":"","routing":{"send":{"property":"profile.primaryPhone","type":"body"}}},{"displayName":"Profile Url","name":"profileUrl","type":"string","default":"","routing":{"send":{"property":"profile.profileUrl","type":"body"}}},{"displayName":"Recovery Question Answer","name":"recoveryQuestionAnswer","type":"string","default":"","routing":{"send":{"property":"credentials.recovery_question.answer","type":"body"}}},{"displayName":"Recovery Question Question","name":"recoveryQuestionQuestion","type":"string","default":"","routing":{"send":{"property":"credentials.recovery_question.question","type":"body"}}},{"displayName":"Second Email","name":"secondEmail","type":"string","typeOptions":{"email":true},"default":"","routing":{"send":{"property":"profile.secondEmail","type":"body"}}},{"displayName":"State","name":"state","type":"string","default":"","routing":{"send":{"property":"profile.state","type":"body"}}},{"displayName":"Street Address","name":"streetAddress","type":"string","default":"","routing":{"send":{"property":"profile.streetAddress","type":"body"}}},{"displayName":"Timezone","name":"timezone","type":"string","default":"","routing":{"send":{"property":"profile.timezone","type":"body"}}},{"displayName":"Title","name":"title","type":"string","default":"","routing":{"send":{"property":"profile.title","type":"body"}}},{"displayName":"User Type","name":"userType","type":"string","default":"","routing":{"send":{"property":"profile.userType","type":"body"}}},{"displayName":"Username","name":"login","type":"string","placeholder":"e.g. nathan@example.com","hint":"Unique identifier for the user, must be an email","default":"","routing":{"send":{"property":"profile.login","type":"body"}}},{"displayName":"Zip Code","name":"zipCode","type":"string","default":"","routing":{"send":{"property":"profile.zipCode","type":"body"}}}]},{"displayName":"Search Query","name":"searchQuery","type":"string","placeholder":"e.g. profile.lastName sw \"Smi\"","hint":"Filter users by using the allowed syntax. <a href=\"https://developer.okta.com/docs/reference/core-okta-api/#filter\" target=\"_blank\">More info</a>.","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":"","routing":{"request":{"qs":{"prefix":"={{$value}}"}}}},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":20,"routing":{"send":{"type":"query","property":"limit"},"output":{"maxResults":"={{$value}}"}},"description":"Max number of results to return"},{"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":"Simplify","name":"simplify","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["get","getAll"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Send Email","name":"sendEmail","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}},"default":false,"description":"Whether to send a deactivation email to the administrator"},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development"],"alias":["authentication","users","Security"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.okta/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/okta/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Okta/Okta.svg","dark":"icons/n8n-nodes-base/dist/nodes/Okta/Okta.dark.svg"}},
{"displayName":"One Simple API","name":"oneSimpleApi","group":["transform"],"version":1,"description":"A toolbox of no-code utilities","defaults":{"name":"One Simple API"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"oneSimpleApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Information","value":"information"},{"name":"Social Profile","value":"socialProfile"},{"name":"Utility","value":"utility"},{"name":"Website","value":"website"}],"default":"website","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["website"]}},"options":[{"name":"Generate PDF","value":"pdf","description":"Generate a PDF from a webpage","action":"Generate PDF"},{"name":"Get SEO Data","value":"seo","description":"Get SEO information from website","action":"Get SEO Data"},{"name":"Take Screenshot","value":"screenshot","description":"Create a screenshot from a webpage","action":"Screenshot"}],"default":"pdf"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["socialProfile"]}},"options":[{"name":"Instagram","value":"instagramProfile","description":"Get details about an Instagram profile","action":"Get details about an Instagram profile"},{"name":"Spotify","value":"spotifyArtistProfile","description":"Get details about a Spotify Artist","action":"Get details about a Spotify artist"}],"default":"instagramProfile"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["information"]}},"options":[{"name":"Exchange Rate","value":"exchangeRate","description":"Convert a value between currencies","action":"Convert a value between currencies"},{"name":"Image Metadata","value":"imageMetadata","description":"Retrieve image metadata from a URL","action":"Get image metadata from a URL"}],"default":"exchangeRate"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["utility"]}},"options":[{"name":"Expand URL","value":"expandURL","description":"Expand a shortened URL","action":"Expand a shortened URL"},{"name":"Generate QR Code","value":"qrCode","description":"Generate a QR Code","action":"Generate a QR code utility"},{"name":"Validate Email","value":"validateEmail","description":"Validate an email address","action":"Validate an email address"}],"default":"validateEmail"},{"displayName":"Webpage URL","name":"link","type":"string","required":true,"displayOptions":{"show":{"operation":["pdf"],"resource":["website"]}},"default":"","description":"Link to webpage to convert"},{"displayName":"Download PDF?","name":"download","type":"boolean","required":true,"displayOptions":{"show":{"operation":["pdf"],"resource":["website"]}},"default":false,"description":"Whether to download the PDF or return a link to it"},{"displayName":"Put Output In Field","name":"output","type":"string","required":true,"displayOptions":{"show":{"operation":["pdf"],"resource":["website"],"download":[true]}},"default":"data","description":"The name of the output field to put the binary file data in"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["website"],"operation":["pdf"]}},"options":[{"displayName":"Page Size","name":"page","type":"options","options":[{"name":"A0","value":"A0"},{"name":"A1","value":"A1"},{"name":"A2","value":"A2"},{"name":"A3","value":"A3"},{"name":"A4","value":"A4"},{"name":"A5","value":"A5"},{"name":"A6","value":"A6"},{"name":"Ledger","value":"Ledger"},{"name":"Legal","value":"Legal"},{"name":"Letter","value":"Letter"},{"name":"Tabloid","value":"Tabloid"}],"default":""},{"displayName":"Force Refresh","name":"force","type":"boolean","default":false,"description":"Normally the API will reuse a previously taken screenshot of the URL to give a faster response. This option allows you to retake the screenshot at that exact time, for those times when it's necessary."}]},{"displayName":"QR Content","name":"message","type":"string","required":true,"displayOptions":{"show":{"operation":["qrCode"],"resource":["utility"]}},"default":"","description":"The text that should be turned into a QR code - like a website URL"},{"displayName":"Download Image?","name":"download","type":"boolean","required":true,"displayOptions":{"show":{"operation":["qrCode"],"resource":["utility"]}},"default":false,"description":"Whether to download the QR code or return a link to it"},{"displayName":"Put Output In Field","name":"output","type":"string","required":true,"displayOptions":{"show":{"operation":["qrCode"],"resource":["utility"],"download":[true]}},"default":"data","description":"The name of the output field to put the binary file data in"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["utility"],"operation":["qrCode"]}},"options":[{"displayName":"Size","name":"size","type":"options","options":[{"name":"Small","value":"Small"},{"name":"Medium","value":"Medium"},{"name":"Large","value":"Large"}],"default":"Small","description":"The QR Code size"},{"displayName":"Format","name":"format","type":"options","options":[{"name":"PNG","value":"PNG"},{"name":"SVG","value":"SVG"}],"default":"PNG","description":"The QR Code format"}]},{"displayName":"Webpage URL","name":"link","type":"string","required":true,"displayOptions":{"show":{"operation":["screenshot"],"resource":["website"]}},"default":"","description":"Link to webpage to convert"},{"displayName":"Download Screenshot?","name":"download","type":"boolean","required":true,"displayOptions":{"show":{"operation":["screenshot"],"resource":["website"]}},"default":false,"description":"Whether to download the screenshot or return a link to it"},{"displayName":"Put Output In Field","name":"output","type":"string","required":true,"displayOptions":{"show":{"operation":["screenshot"],"resource":["website"],"download":[true]}},"default":"data","description":"The name of the output field to put the binary file data in"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["website"],"operation":["screenshot"]}},"options":[{"displayName":"Screen Size","name":"screen","type":"options","options":[{"name":"Phone","value":"phone"},{"name":"Phone Landscape","value":"phone-landscape"},{"name":"Retina","value":"retina"},{"name":"Tablet","value":"tablet"},{"name":"Tablet Landscape","value":"tablet-landscape"}],"default":""},{"displayName":"Force Refresh","name":"force","type":"boolean","default":false,"description":"Normally the API will reuse a previously taken screenshot of the URL to give a faster response. This option allows you to retake the screenshot at that exact time, for those times when it's necessary."},{"displayName":"Full Page","name":"fullpage","type":"boolean","default":false,"description":"The API takes a screenshot of the viewable area for the desired screen size. If you need a screenshot of the whole length of the page, use this option."}]},{"displayName":"Profile Name","name":"profileName","type":"string","required":true,"displayOptions":{"show":{"operation":["instagramProfile"],"resource":["socialProfile"]}},"default":"","description":"Profile name to get details of"},{"displayName":"Artist Name","name":"artistName","type":"string","required":true,"displayOptions":{"show":{"operation":["spotifyArtistProfile"],"resource":["socialProfile"]}},"default":"","description":"Artist name to get details for"},{"displayName":"Value","name":"value","type":"string","required":true,"displayOptions":{"show":{"operation":["exchangeRate"],"resource":["information"]}},"default":"","description":"Value to convert"},{"displayName":"From Currency","name":"fromCurrency","type":"string","required":true,"placeholder":"USD","displayOptions":{"show":{"operation":["exchangeRate"],"resource":["information"]}},"default":""},{"displayName":"To Currency","name":"toCurrency","type":"string","placeholder":"EUR","required":true,"displayOptions":{"show":{"operation":["exchangeRate"],"resource":["information"]}},"default":""},{"displayName":"Link To Image","name":"link","type":"string","required":true,"displayOptions":{"show":{"operation":["imageMetadata"],"resource":["information"]}},"default":"","description":"Image to get metadata from"},{"displayName":"Webpage URL","name":"link","type":"string","required":true,"displayOptions":{"show":{"operation":["seo"],"resource":["website"]}},"default":"","description":"Webpage to get SEO information for"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["website"],"operation":["seo"]}},"options":[{"displayName":"Include Headers?","name":"headers","type":"boolean","default":false}]},{"displayName":"Email Address","name":"emailAddress","type":"string","required":true,"displayOptions":{"show":{"operation":["validateEmail"],"resource":["utility"]}},"default":""},{"displayName":"URL","name":"link","type":"string","required":true,"displayOptions":{"show":{"operation":["expandURL"],"resource":["utility"]}},"default":"","description":"URL to unshorten"}],"codex":{"categories":["Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.onesimpleapi/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/onesimpleapi/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/OneSimpleApi/onesimpleapi.svg"},
{"displayName":"OpenAI","name":"openAi","hidden":true,"group":["transform"],"version":[1,1.1],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Open AI","defaults":{"name":"OpenAI"},"inputs":["main"],"outputs":["main"],"builderHint":{"relatedNodes":[{"nodeType":"@n8n/n8n-nodes-langchain.lmChatOpenAi","relationHint":"For most LLM tasks, text generation, reasoning, use Agent with this model"},{"nodeType":"@n8n/n8n-nodes-langchain.agent","relationHint":"For most LLM tasks, text generation, reasoning, tool calls, etc."}]},"credentials":[{"name":"openAiApi","required":true}],"requestDefaults":{"ignoreHttpStatusErrors":true,"baseURL":"={{ $credentials.url?.split(\"/\").slice(0,-1).join(\"/\") ?? \"https://api.openai.com\" }}"},"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Chat","value":"chat"},{"name":"Image","value":"image"},{"name":"Text","value":"text"}],"default":"text"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chat"]}},"options":[{"name":"Complete","value":"complete","action":"Create a Completion","description":"Create one or more completions for a given text","routing":{"request":{"method":"POST","url":"/v1/chat/completions"},"output":{"postReceive":[null]}}}],"default":"complete"},{"displayName":"Model","name":"model","type":"options","description":"The model which will generate the completion. <a href=\"https://beta.openai.com/docs/models/overview\">Learn more</a>.","displayOptions":{"show":{"operation":["complete"],"resource":["chat"],"@version":[1]}},"typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v1/models"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"filter","properties":{"pass":"={{ $responseItem.id.startsWith('gpt-') && !$responseItem.id.startsWith('gpt-4-vision') }}"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.id}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"routing":{"send":{"type":"body","property":"model"}},"default":"gpt-3.5-turbo"},{"displayName":"Model","name":"chatModel","type":"options","description":"The model which will generate the completion. <a href=\"https://beta.openai.com/docs/models/overview\">Learn more</a>.","displayOptions":{"show":{"operation":["complete"],"resource":["chat"]},"hide":{"@version":[1]}},"typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v1/models"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"filter","properties":{"pass":"={{ $responseItem.id.startsWith('gpt-') && !$responseItem.id.startsWith('gpt-4-vision') }}"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.id}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"routing":{"send":{"type":"body","property":"model"}},"default":"gpt-3.5-turbo"},{"displayName":"Prompt","name":"prompt","type":"fixedCollection","typeOptions":{"sortable":true,"multipleValues":true},"displayOptions":{"show":{"resource":["chat"],"operation":["complete"]}},"placeholder":"Add Message","default":{},"options":[{"displayName":"Messages","name":"messages","values":[{"displayName":"Role","name":"role","type":"options","options":[{"name":"Assistant","value":"assistant"},{"name":"System","value":"system"},{"name":"User","value":"user"}],"default":"user"},{"displayName":"Content","name":"content","type":"string","default":""}]}],"routing":{"send":{"type":"body","property":"messages","value":"={{ $value.messages }}"}}},{"displayName":"Simplify","name":"simplifyOutput","type":"boolean","default":true,"displayOptions":{"show":{"operation":["complete"],"resource":["chat"]}},"routing":{"output":{"postReceive":[{"type":"set","enabled":"={{$value}}","properties":{"value":"={{ { \"data\": $response.body.choices } }}"}},{"type":"rootProperty","enabled":"={{$value}}","properties":{"property":"data"}},null]}},"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","placeholder":"Add option","description":"Additional options to add","type":"collection","default":{},"displayOptions":{"show":{"operation":["complete"],"resource":["chat"]}},"options":[{"displayName":"Echo Prompt","name":"echo","type":"boolean","description":"Whether the prompt should be echo back in addition to the completion","default":false,"displayOptions":{"show":{"/operation":["complete"]}},"routing":{"send":{"type":"body","property":"echo"}}},{"displayName":"Frequency Penalty","name":"frequency_penalty","default":0,"typeOptions":{"maxValue":2,"minValue":-2,"numberPrecision":1},"description":"Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim","type":"number","routing":{"send":{"type":"body","property":"frequency_penalty"}}},{"displayName":"Maximum Number of Tokens","name":"maxTokens","default":16,"description":"The maximum number of tokens to generate in the completion. Most models have a context length of 2048 tokens (except for the newest models, which support 32,768).","type":"number","displayOptions":{"show":{"/operation":["complete"]}},"typeOptions":{"maxValue":32768},"routing":{"send":{"type":"body","property":"max_tokens"}}},{"displayName":"Number of Completions","name":"n","default":1,"description":"How many completions to generate for each prompt. Note: Because this parameter generates many completions, it can quickly consume your token quota. Use carefully and ensure that you have reasonable settings for max_tokens and stop.","type":"number","routing":{"send":{"type":"body","property":"n"}}},{"displayName":"Presence Penalty","name":"presence_penalty","default":0,"typeOptions":{"maxValue":2,"minValue":-2,"numberPrecision":1},"description":"Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics","type":"number","routing":{"send":{"type":"body","property":"presence_penalty"}}},{"displayName":"Sampling Temperature","name":"temperature","default":1,"typeOptions":{"maxValue":1,"minValue":0,"numberPrecision":1},"description":"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.","type":"number","routing":{"send":{"type":"body","property":"temperature"}}},{"displayName":"Top P","name":"topP","default":1,"typeOptions":{"maxValue":1,"minValue":0,"numberPrecision":1},"description":"Controls diversity via nucleus sampling: 0.5 means half of all likelihood-weighted options are considered. We generally recommend altering this or temperature but not both.","type":"number","routing":{"send":{"type":"body","property":"top_p"}}}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["image"]}},"options":[{"name":"Create","value":"create","action":"Create an Image","description":"Create an image for a given text","routing":{"request":{"method":"POST","url":"/v1/images/generations"},"output":{"postReceive":[null]}}}],"routing":{"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}}]}},"default":"create"},{"displayName":"Prompt","name":"prompt","type":"string","placeholder":"e.g. A cute cat eating a dinosaur","description":"A text description of the desired image(s). The maximum length is 1000 characters.","displayOptions":{"show":{"resource":["image"],"operation":["create"]}},"default":"","routing":{"send":{"type":"body","property":"prompt"}}},{"displayName":"Model","name":"model","type":"options","default":"dall-e-2","description":"The model to use for image generation","typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v1/models"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"filter","properties":{"pass":"={{ $responseItem.id.startsWith('dall-') }}"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.id}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"displayOptions":{"show":{"resource":["image"],"operation":["create"],"@version":[1]}},"routing":{"send":{"type":"body","property":"model"}}},{"displayName":"Model","name":"imageModel","type":"options","default":"dall-e-2","description":"The model to use for image generation","typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v1/models"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"filter","properties":{"pass":"={{ $responseItem.id.startsWith('dall-') }}"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.id}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"displayOptions":{"show":{"resource":["image"],"operation":["create"]},"hide":{"@version":[1]}},"routing":{"send":{"type":"body","property":"model"}}},{"displayName":"Response Format","name":"responseFormat","type":"options","default":"binaryData","description":"The format in which to return the image(s)","displayOptions":{"show":{"resource":["image"],"operation":["create"]}},"options":[{"name":"Binary File","value":"binaryData"},{"name":"Image Url","value":"imageUrl"}],"routing":{"send":{"type":"body","property":"response_format","value":"={{ $value === \"imageUrl\" ? \"url\" : \"b64_json\" }}"},"output":{"postReceive":[null]}}},{"displayName":"Options","name":"options","placeholder":"Add option","description":"Additional options to add","type":"collection","default":{},"displayOptions":{"show":{"resource":["image"],"operation":["create"]}},"options":[{"displayName":"Number of Images","name":"n","default":1,"description":"Number of images to generate","type":"number","typeOptions":{"minValue":1,"maxValue":10},"routing":{"send":{"type":"body","property":"n"}}},{"displayName":"Quality","name":"quality","type":"options","options":[{"name":"HD","value":"hd"},{"name":"Standard","value":"standard"}],"displayOptions":{"show":{"/model":["dall-e-3"]}},"routing":{"send":{"type":"body","property":"quality"}},"default":"standard"},{"displayName":"Resolution","name":"size","type":"options","options":[{"name":"256x256","value":"256x256"},{"name":"512x512","value":"512x512"},{"name":"1024x1024","value":"1024x1024"}],"displayOptions":{"show":{"/model":["dall-e-2"]}},"routing":{"send":{"type":"body","property":"size"}},"default":"1024x1024"},{"displayName":"Resolution","name":"size","type":"options","options":[{"name":"1024x1024","value":"1024x1024"},{"name":"1792x1024","value":"1792x1024"},{"name":"1024x1792","value":"1024x1792"}],"displayOptions":{"show":{"/model":["dall-e-3"]}},"routing":{"send":{"type":"body","property":"size"}},"default":"1024x1024"},{"displayName":"Style","name":"style","type":"options","options":[{"name":"Natural","value":"natural"},{"name":"Vivid","value":"vivid"}],"displayOptions":{"show":{"/model":["dall-e-3"]}},"routing":{"send":{"type":"body","property":"style"}},"default":"vivid"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["text"]}},"options":[{"name":"Complete","value":"complete","action":"Create a Completion","description":"Create one or more completions for a given text","routing":{"request":{"method":"POST","url":"/v1/completions"},"output":{"postReceive":[null]}}},{"name":"Edit","value":"edit","action":"Create an Edit","description":"Create an edited version for a given text","routing":{"request":{"method":"POST","url":"/v1/edits"},"output":{"postReceive":[null]}}},{"name":"Moderate","value":"moderate","action":"Create a Moderation","description":"Classify if a text violates OpenAI's content policy","routing":{"request":{"method":"POST","url":"/v1/moderations"},"output":{"postReceive":[null]}}}],"default":"complete"},{"displayName":"Model","name":"model","type":"options","description":"The model which will generate the completion. <a href=\"https://beta.openai.com/docs/models/overview\">Learn more</a>.","displayOptions":{"show":{"operation":["complete"],"resource":["text"]}},"typeOptions":{"loadOptions":{"routing":{"request":{"method":"GET","url":"/v1/models"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"filter","properties":{"pass":"={{ !$responseItem.id.startsWith('audio-') && ($responseItem.id === 'gpt-3.5-turbo-instruct' || !$responseItem.id.startsWith('gpt-') ) && !$responseItem.id.startsWith('dall-') && !$responseItem.id.startsWith('tts-') && !$responseItem.id.startsWith('whisper-') && !['cushman:2020-05-03', 'davinci-if:3.0.0', 'davinci-instruct-beta:2.0.0', 'if'].includes($responseItem.id) && !$responseItem.id.includes('-edit-') && !$responseItem.id.endsWith(':001') }}"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.id}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"routing":{"send":{"type":"body","property":"model"}},"default":"gpt-3.5-turbo-instruct"},{"displayName":"Prompt","name":"prompt","type":"string","description":"The prompt to generate completion(s) for","placeholder":"e.g. Say this is a test","displayOptions":{"show":{"resource":["text"],"operation":["complete"]}},"default":"","typeOptions":{"rows":2},"routing":{"send":{"type":"body","property":"prompt"}}},{"displayName":"Model","name":"model","type":"options","description":"The model which will generate the edited version. <a href=\"https://beta.openai.com/docs/models/overview\">Learn more</a>.","displayOptions":{"show":{"operation":["edit"],"resource":["text"]}},"options":[{"name":"code-davinci-edit-001","value":"code-davinci-edit-001"},{"name":"text-davinci-edit-001","value":"text-davinci-edit-001"}],"routing":{"send":{"type":"body","property":"model"}},"default":"text-davinci-edit-001"},{"displayName":"Input","name":"input","type":"string","placeholder":"e.g. What day of the wek is it?","description":"The input text to be edited","displayOptions":{"show":{"resource":["text"],"operation":["edit"]}},"default":"","routing":{"send":{"type":"body","property":"input"}}},{"displayName":"Instruction","name":"instruction","type":"string","placeholder":"e.g. Fix the spelling mistakes","description":"The instruction that tells the model how to edit the input text","displayOptions":{"show":{"resource":["text"],"operation":["edit"]}},"default":"","routing":{"send":{"type":"body","property":"instruction"}}},{"displayName":"Model","name":"model","type":"options","description":"The model which will classify the text. <a href=\"https://beta.openai.com/docs/models/overview\">Learn more</a>.","displayOptions":{"show":{"resource":["text"],"operation":["moderate"]}},"options":[{"name":"text-moderation-stable","value":"text-moderation-stable"},{"name":"text-moderation-latest","value":"text-moderation-latest"}],"routing":{"send":{"type":"body","property":"model"}},"default":"text-moderation-latest"},{"displayName":"Input","name":"input","type":"string","placeholder":"e.g. My cat is adorable ❤️❤️","description":"The input text to classify","displayOptions":{"show":{"resource":["text"],"operation":["moderate"]}},"default":"","routing":{"send":{"type":"body","property":"input"}}},{"displayName":"Simplify","name":"simplifyOutput","type":"boolean","default":true,"displayOptions":{"show":{"operation":["moderate"],"resource":["text"]}},"routing":{"output":{"postReceive":[{"type":"set","enabled":"={{$value}}","properties":{"value":"={{ { \"data\": $response.body.results } }}"}},{"type":"rootProperty","enabled":"={{$value}}","properties":{"property":"data"}}]}},"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Simplify","name":"simplifyOutput","type":"boolean","default":true,"displayOptions":{"show":{"operation":["complete","edit"],"resource":["text"]}},"routing":{"output":{"postReceive":[{"type":"set","enabled":"={{$value}}","properties":{"value":"={{ { \"data\": $response.body.choices } }}"}},{"type":"rootProperty","enabled":"={{$value}}","properties":{"property":"data"}},null]}},"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","placeholder":"Add option","description":"Additional options to add","type":"collection","default":{},"displayOptions":{"show":{"operation":["complete","edit"],"resource":["text"]}},"options":[{"displayName":"Echo Prompt","name":"echo","type":"boolean","description":"Whether the prompt should be echo back in addition to the completion","default":false,"displayOptions":{"show":{"/operation":["complete"]}},"routing":{"send":{"type":"body","property":"echo"}}},{"displayName":"Frequency Penalty","name":"frequency_penalty","default":0,"typeOptions":{"maxValue":2,"minValue":-2,"numberPrecision":1},"description":"Positive values penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim","type":"number","routing":{"send":{"type":"body","property":"frequency_penalty"}}},{"displayName":"Maximum Number of Tokens","name":"maxTokens","default":16,"description":"The maximum number of tokens to generate in the completion. Most models have a context length of 2048 tokens (except for the newest models, which support 32,768).","type":"number","displayOptions":{"show":{"/operation":["complete"]}},"typeOptions":{"maxValue":32768},"routing":{"send":{"type":"body","property":"max_tokens"}}},{"displayName":"Number of Completions","name":"n","default":1,"description":"How many completions to generate for each prompt. Note: Because this parameter generates many completions, it can quickly consume your token quota. Use carefully and ensure that you have reasonable settings for max_tokens and stop.","type":"number","routing":{"send":{"type":"body","property":"n"}}},{"displayName":"Presence Penalty","name":"presence_penalty","default":0,"typeOptions":{"maxValue":2,"minValue":-2,"numberPrecision":1},"description":"Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics","type":"number","routing":{"send":{"type":"body","property":"presence_penalty"}}},{"displayName":"Sampling Temperature","name":"temperature","default":1,"typeOptions":{"maxValue":1,"minValue":0,"numberPrecision":1},"description":"Controls randomness: Lowering results in less random completions. As the temperature approaches zero, the model will become deterministic and repetitive.","type":"number","routing":{"send":{"type":"body","property":"temperature"}}},{"displayName":"Top P","name":"topP","default":1,"typeOptions":{"maxValue":1,"minValue":0,"numberPrecision":1},"description":"Controls diversity via nucleus sampling: 0.5 means half of all likelihood-weighted options are considered. We generally recommend altering this or temperature but not both.","type":"number","routing":{"send":{"type":"body","property":"top_p"}}}]},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Utility"],"alias":["ChatGPT","DallE"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-langchain.openai/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/openai/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/OpenAi/openAi.svg","dark":"icons/n8n-nodes-base/dist/nodes/OpenAi/openAi.dark.svg"}},
{"displayName":"OpenThesaurus","name":"openThesaurus","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Get synonmns for German words using the OpenThesaurus API","defaults":{"name":"OpenThesaurus"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Get Synonyms","value":"getSynonyms","description":"Get synonyms for a German word in German","action":"Get synonyms"}],"default":"getSynonyms"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The word to get synonyms for","required":true,"displayOptions":{"show":{"operation":["getSynonyms"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"operation":["getSynonyms"]}},"default":{},"options":[{"displayName":"Baseform","name":"baseform","type":"boolean","default":false,"description":"Specifies the basic form for the search term if it is not already a basic form"},{"displayName":"Similar","name":"similar","type":"boolean","default":false,"description":"This also returns up to five similarly written words for each answer. This is useful to be able to make a suggestion to the user in the event of a possible typing error."},{"displayName":"Starts With","name":"startswith","type":"boolean","default":false,"description":"Like substring = true, but only finds words that begin with the specified search term"},{"displayName":"Substring","name":"substring","type":"boolean","default":false,"description":"Whether up to ten words are returned for each answer that only contain the search term as a partial word"},{"displayName":"Substring From Results","name":"substringFromResults","type":"number","default":0,"description":"Specifies from which entry the partial word hits are to be returned. Only works together with substring = true."},{"displayName":"Substring Max Results","name":"substringMaxResults","type":"number","typeOptions":{"maxValue":250},"default":10,"description":"Specifies how many partial word hits should be returned in total. Only works together with substring = true."},{"displayName":"Subsynsets","name":"subsynsets","type":"boolean","default":false,"description":"Whether each synonym group has its (optional) sub-terms supplied"},{"displayName":"Supersynsets","name":"supersynsets","type":"boolean","default":false,"description":"Whether each synonym group is supplied with its (optional) generic terms"}]}],"codex":{"categories":["Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.openthesaurus/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/OpenThesaurus/openthesaurus.png"},
{"displayName":"OpenWeatherMap","name":"openWeatherMap","group":["input"],"version":1,"description":"Gets current and future weather information","defaults":{"name":"OpenWeatherMap"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"openWeatherMapApi","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Current Weather","value":"currentWeather","description":"Returns the current weather data","action":"Return current weather data"},{"name":"5 Day Forecast","value":"5DayForecast","description":"Returns the weather data for the next 5 days","action":"Return weather data for the next 5 days"}],"default":"currentWeather"},{"displayName":"Format","name":"format","type":"options","options":[{"name":"Imperial","value":"imperial","description":"Fahrenheit | miles/hour"},{"name":"Metric","value":"metric","description":"Celsius | meter/sec"},{"name":"Scientific","value":"standard","description":"Kelvin | meter/sec"}],"default":"metric","description":"The format in which format the data should be returned"},{"displayName":"Location Selection","name":"locationSelection","type":"options","options":[{"name":"City Name","value":"cityName"},{"name":"City ID","value":"cityId"},{"name":"Coordinates","value":"coordinates"},{"name":"Zip Code","value":"zipCode"}],"default":"cityName","description":"How to define the location for which to return the weather"},{"displayName":"City","name":"cityName","type":"string","default":"","placeholder":"berlin,de","required":true,"displayOptions":{"show":{"locationSelection":["cityName"]}},"description":"The name of the city to return the weather of"},{"displayName":"City ID","name":"cityId","type":"number","default":160001123,"required":true,"displayOptions":{"show":{"locationSelection":["cityId"]}},"description":"The ID of city to return the weather of. List can be downloaded here: http://bulk.openweathermap.org/sample/."},{"displayName":"Latitude","name":"latitude","type":"string","default":"","placeholder":"13.39","required":true,"displayOptions":{"show":{"locationSelection":["coordinates"]}},"description":"The latitude of the location to return the weather of"},{"displayName":"Longitude","name":"longitude","type":"string","default":"","placeholder":"52.52","required":true,"displayOptions":{"show":{"locationSelection":["coordinates"]}},"description":"The longitude of the location to return the weather of"},{"displayName":"Zip Code","name":"zipCode","type":"string","default":"","placeholder":"10115,de","required":true,"displayOptions":{"show":{"locationSelection":["zipCode"]}},"description":"The ID of city to return the weather of. List can be downloaded here: http://bulk.openweathermap.org/sample/."},{"displayName":"Language","name":"language","type":"string","default":"","placeholder":"en","description":"The two letter language code to get your output in (eg. en, de, ...)."}],"codex":{"categories":["Miscellaneous","Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.openweathermap/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/openweathermap/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/OpenWeatherMap/openWeatherMap.svg"},
{"displayName":"Oracle Database","name":"oracleDatabase","group":["input"],"version":[1],"subtitle":"={{ $parameter[\"operation\"] }}","description":"Get, add and update data in Oracle database","defaults":{"name":"Oracle Database"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"oracleDBApi","required":true,"testedBy":"oracleDBConnectionTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"hidden","noDataExpression":true,"options":[{"name":"Database","value":"database"}],"default":"database"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Delete","value":"deleteTable","description":"Delete an entire table or rows in a table","action":"Delete table or rows"},{"name":"Execute SQL","value":"execute","description":"Execute an SQL","action":"Execute SQL"},{"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":""},"required":true,"placeholder":"e.g. scott","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":["execute"]}}},{"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":["execute"]}}},{"displayName":"Command","name":"deleteCommand","type":"options","default":"truncate","options":[{"name":"Truncate","value":"truncate","description":"Only removes the table's data and preserves the table's structure"},{"name":"Delete","value":"delete","description":"Delete the rows that match the 'Select Rows' conditions below. If no selection is made, all rows in the table are deleted."},{"name":"Drop","value":"drop","description":"Deletes the table's data and also the table's structure permanently"}],"displayOptions":{"show":{"resource":["database"],"operation":["deleteTable"]},"hide":{"table":[""]}}},{"displayName":"Select Rows","name":"where","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Condition","default":{},"description":"If not set, all rows will be selected","options":[{"displayName":"Values","name":"values","values":[{"displayName":"Column","name":"column","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">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"},{"name":"Is Not Null","value":"IS NOT NULL"}],"default":"equal"},{"displayName":"Value","name":"value","type":"json","description":"Parameters to pass to the tool as JSON or string","displayOptions":{"hide":{"condition":["IS NULL","IS NOT NULL"]}},"default":"{\"key\": \"val\"}","placeholder":"{ \"key\": \"value\" }"}]}],"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":"Auto Commit","name":"autoCommit","type":"boolean","default":true,"description":"Whether this property is true, then the transaction in the current connection is automatically committed at the end of statement execution"},{"displayName":"Bind Variable Placeholder Values","name":"params","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add another Parameter","multipleValues":true},"displayOptions":{"show":{"/operation":["execute"]}},"default":{},"description":"Enter the values for the bind parameters used in the statement","options":[{"displayName":"Values","name":"values","values":[{"displayName":"Bind Name or Number","name":"name","type":"string","default":"","description":"A bind variable placeholder identifier or numeral","placeholder":"e.g. ``dept_id`` and ``dept_name`` are the two bind variables placeholders in this SQL statement","required":true},{"displayName":"Bind Direction","name":"bindDirection","type":"options","default":"in","required":true,"description":"Specify whether data values bound to SQL or PL/SQL bind parameters are passed into, or out from, the database","options":[{"name":"IN","value":"in"},{"name":"OUT","value":"out"},{"name":"IN-OUT","value":"inout"}]},{"displayName":"Data Type","name":"datatype","type":"options","required":true,"default":"string","options":[{"name":"BLOB","value":"blob"},{"name":"Boolean","value":"boolean"},{"name":"Date","value":"date"},{"name":"JSON","value":"json"},{"name":"Number","value":"number"},{"name":"SparseVector","value":"sparse"},{"name":"String","value":"string"},{"name":"Vector","value":"vector"}]},{"displayName":"Value (String)","name":"valueString","type":"string","default":"","displayOptions":{"show":{"datatype":["string"]}}},{"displayName":"Value (Number)","name":"valueNumber","type":"number","default":0,"displayOptions":{"show":{"datatype":["number"]}}},{"displayName":"Value (Date)","name":"valueDate","type":"dateTime","default":0,"displayOptions":{"show":{"datatype":["date"]}}},{"displayName":"Value (Boolean)","name":"valueBoolean","type":"boolean","default":false,"displayOptions":{"show":{"datatype":["boolean"]}}},{"displayName":"Value (JSON)","name":"valueJson","type":"json","default":"{}","displayOptions":{"show":{"datatype":["json"]}}},{"displayName":"Value (VECTOR)","name":"valueVector","type":"json","default":"[]","displayOptions":{"show":{"datatype":["vector"]}},"placeholder":"[1.2, 3.4, 5.6]","description":"A JSON array of dimension values"},{"displayName":"Value (BLOB)","name":"valueBlob","type":"json","default":"[]","displayOptions":{"show":{"datatype":["blob"]}},"placeholder":"{ \"type\": \"Buffer\", \"data\": [98,10] }","description":"A Binary data"},{"displayName":"Value (Sparse Vector)","name":"valueSparse","type":"collection","default":{},"displayOptions":{"show":{"datatype":["sparse"]}},"options":[{"displayName":"Dimensions","name":"dimensions","type":"number","default":0,"description":"Total number of dimensions"},{"displayName":"Indices","name":"indices","type":"json","default":"[]","placeholder":"[0, 2, 5]","description":"A JSON array of indices, e.g., [0, 2, 5]"},{"displayName":"Values","name":"values","type":"json","default":"[]","placeholder":"[1.2, 3.4, 5.6]","description":"A JSON array of values matching indices"}]},{"displayName":"Parse for IN Statement","name":"parseInStatement","type":"options","required":true,"default":false,"hint":"If \"Yes\" the \"Value\" field should be a string of comma-separated values. i.e: 1,2,3 or str1,str2,str3","options":[{"name":"No","value":false},{"name":"Yes","value":true}]}]}]},{"displayName":"Fetch Array Size","name":"fetchArraySize","type":"number","default":100,"typeOptions":{"minValue":0},"displayOptions":{"show":{"/operation":["execute","select"]}},"description":"This property is a number that sets the size of an internal buffer used for fetching query rows from Oracle Database. Changing it may affect query performance but does not affect how many rows are returned to the application."},{"displayName":"Number of Rows to Prefetch","name":"prefetchRows","type":"number","default":2,"displayOptions":{"show":{"/operation":["execute","select"]}},"typeOptions":{"minValue":0},"description":"This property is a query tuning option to set the number of additional rows the underlying Oracle driver fetches during the internal initial statement execution phase of a query"},{"displayName":"Output Columns","name":"outputColumns","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumnsMultiOptions","loadOptionsDependsOn":["table.value"]},"default":[],"displayOptions":{"show":{"/operation":["insert","select","update","upsert"]}}},{"displayName":"Output Numbers As String","name":"largeNumbersOutputAsString","type":"boolean","default":false,"description":"Whether the numbers should be retrieved as string","displayOptions":{"show":{"/operation":["execute","select"]}},"hint":"Applies to NUMBER, FLOAT, LONG type columns only"},{"displayName":"Statement Batching","name":"stmtBatching","type":"options","noDataExpression":true,"options":[{"name":"Single Statement","value":"single","description":"A single Statement for all incoming items"},{"name":"Independently","value":"independently","description":"Execute one Statement per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all Statements in a transaction, if a failure occurs, all changes are rolled back"}],"default":"single","displayOptions":{"show":{"/operation":["update","insert","upsert"]}},"description":"The way queries should be sent to the database"},{"displayName":"Statement Batching","name":"stmtBatching","type":"options","noDataExpression":true,"options":[{"name":"Single Statement","value":"single","description":"A single Statement for all incoming items"},{"name":"Independently","value":"independently","description":"Execute one Statement per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all Statements in a transaction, if a failure occurs, all changes are rolled back"}],"default":"independently","displayOptions":{"show":{"/operation":["deleteTable"]}},"description":"The way queries should be sent to the database"}],"displayOptions":{"show":{"resource":["database"],"operation":["deleteTable"]},"hide":{"table":[""]}}},{"displayName":"Important: Single Statement mode works only for the first item","name":"stmtBatchingNotice","type":"notice","default":"","displayOptions":{"show":{"/options.stmtBatching":["single"],"resource":["database"],"operation":["deleteTable"]},"hide":{"table":[""]}}},{"displayName":"Statement","name":"query","type":"string","default":"","placeholder":"e.g. SELECT id, name FROM product WHERE quantity > :1 AND price <= :2","noDataExpression":true,"required":true,"description":"The SQL statement to execute. You can use n8n expressions and positional parameters like :1, :2, :3, or named parameters like :name, :ID, etc to refer to the 'Bind Variable Placeholder Values' set in options below.","typeOptions":{"editor":"sqlEditor","sqlDialect":"OracleDB"},"hint":"Consider using bind parameters to prevent SQL injection attacks. Add them in the options below","displayOptions":{"show":{"resource":["database"],"operation":["execute"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Auto Commit","name":"autoCommit","type":"boolean","default":true,"description":"Whether this property is true, then the transaction in the current connection is automatically committed at the end of statement execution"},{"displayName":"Bind Variable Placeholder Values","name":"params","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add another Parameter","multipleValues":true},"displayOptions":{"show":{"/operation":["execute"]}},"default":{},"description":"Enter the values for the bind parameters used in the statement","options":[{"displayName":"Values","name":"values","values":[{"displayName":"Bind Name or Number","name":"name","type":"string","default":"","description":"A bind variable placeholder identifier or numeral","placeholder":"e.g. ``dept_id`` and ``dept_name`` are the two bind variables placeholders in this SQL statement","required":true},{"displayName":"Bind Direction","name":"bindDirection","type":"options","default":"in","required":true,"description":"Specify whether data values bound to SQL or PL/SQL bind parameters are passed into, or out from, the database","options":[{"name":"IN","value":"in"},{"name":"OUT","value":"out"},{"name":"IN-OUT","value":"inout"}]},{"displayName":"Data Type","name":"datatype","type":"options","required":true,"default":"string","options":[{"name":"BLOB","value":"blob"},{"name":"Boolean","value":"boolean"},{"name":"Date","value":"date"},{"name":"JSON","value":"json"},{"name":"Number","value":"number"},{"name":"SparseVector","value":"sparse"},{"name":"String","value":"string"},{"name":"Vector","value":"vector"}]},{"displayName":"Value (String)","name":"valueString","type":"string","default":"","displayOptions":{"show":{"datatype":["string"]}}},{"displayName":"Value (Number)","name":"valueNumber","type":"number","default":0,"displayOptions":{"show":{"datatype":["number"]}}},{"displayName":"Value (Date)","name":"valueDate","type":"dateTime","default":0,"displayOptions":{"show":{"datatype":["date"]}}},{"displayName":"Value (Boolean)","name":"valueBoolean","type":"boolean","default":false,"displayOptions":{"show":{"datatype":["boolean"]}}},{"displayName":"Value (JSON)","name":"valueJson","type":"json","default":"{}","displayOptions":{"show":{"datatype":["json"]}}},{"displayName":"Value (VECTOR)","name":"valueVector","type":"json","default":"[]","displayOptions":{"show":{"datatype":["vector"]}},"placeholder":"[1.2, 3.4, 5.6]","description":"A JSON array of dimension values"},{"displayName":"Value (BLOB)","name":"valueBlob","type":"json","default":"[]","displayOptions":{"show":{"datatype":["blob"]}},"placeholder":"{ \"type\": \"Buffer\", \"data\": [98,10] }","description":"A Binary data"},{"displayName":"Value (Sparse Vector)","name":"valueSparse","type":"collection","default":{},"displayOptions":{"show":{"datatype":["sparse"]}},"options":[{"displayName":"Dimensions","name":"dimensions","type":"number","default":0,"description":"Total number of dimensions"},{"displayName":"Indices","name":"indices","type":"json","default":"[]","placeholder":"[0, 2, 5]","description":"A JSON array of indices, e.g., [0, 2, 5]"},{"displayName":"Values","name":"values","type":"json","default":"[]","placeholder":"[1.2, 3.4, 5.6]","description":"A JSON array of values matching indices"}]},{"displayName":"Parse for IN Statement","name":"parseInStatement","type":"options","required":true,"default":false,"hint":"If \"Yes\" the \"Value\" field should be a string of comma-separated values. i.e: 1,2,3 or str1,str2,str3","options":[{"name":"No","value":false},{"name":"Yes","value":true}]}]}]},{"displayName":"Fetch Array Size","name":"fetchArraySize","type":"number","default":100,"typeOptions":{"minValue":0},"displayOptions":{"show":{"/operation":["execute","select"]}},"description":"This property is a number that sets the size of an internal buffer used for fetching query rows from Oracle Database. Changing it may affect query performance but does not affect how many rows are returned to the application."},{"displayName":"Number of Rows to Prefetch","name":"prefetchRows","type":"number","default":2,"displayOptions":{"show":{"/operation":["execute","select"]}},"typeOptions":{"minValue":0},"description":"This property is a query tuning option to set the number of additional rows the underlying Oracle driver fetches during the internal initial statement execution phase of a query"},{"displayName":"Output Columns","name":"outputColumns","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumnsMultiOptions","loadOptionsDependsOn":["table.value"]},"default":[],"displayOptions":{"show":{"/operation":["insert","select","update","upsert"]}}},{"displayName":"Output Numbers As String","name":"largeNumbersOutputAsString","type":"boolean","default":false,"description":"Whether the numbers should be retrieved as string","displayOptions":{"show":{"/operation":["execute","select"]}},"hint":"Applies to NUMBER, FLOAT, LONG type columns only"},{"displayName":"Statement Batching","name":"stmtBatching","type":"options","noDataExpression":true,"options":[{"name":"Single Statement","value":"single","description":"A single Statement for all incoming items"},{"name":"Independently","value":"independently","description":"Execute one Statement per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all Statements in a transaction, if a failure occurs, all changes are rolled back"}],"default":"single","displayOptions":{"show":{"/operation":["update","insert","upsert"]}},"description":"The way queries should be sent to the database"},{"displayName":"Statement Batching","name":"stmtBatching","type":"options","noDataExpression":true,"options":[{"name":"Single Statement","value":"single","description":"A single Statement for all incoming items"},{"name":"Independently","value":"independently","description":"Execute one Statement per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all Statements in a transaction, if a failure occurs, all changes are rolled back"}],"default":"independently","displayOptions":{"show":{"/operation":["deleteTable"]}},"description":"The way queries should be sent to the database"}],"displayOptions":{"show":{"resource":["database"],"operation":["execute"]}}},{"displayName":"Important: Single Statement mode works only for the first item","name":"stmtBatchingNotice","type":"notice","default":"","displayOptions":{"show":{"/options.stmtBatching":["single"],"resource":["database"],"operation":["execute"]}}},{"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":{"resource":["database"],"operation":["insert"]},"hide":{"table":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Auto Commit","name":"autoCommit","type":"boolean","default":true,"description":"Whether this property is true, then the transaction in the current connection is automatically committed at the end of statement execution"},{"displayName":"Bind Variable Placeholder Values","name":"params","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add another Parameter","multipleValues":true},"displayOptions":{"show":{"/operation":["execute"]}},"default":{},"description":"Enter the values for the bind parameters used in the statement","options":[{"displayName":"Values","name":"values","values":[{"displayName":"Bind Name or Number","name":"name","type":"string","default":"","description":"A bind variable placeholder identifier or numeral","placeholder":"e.g. ``dept_id`` and ``dept_name`` are the two bind variables placeholders in this SQL statement","required":true},{"displayName":"Bind Direction","name":"bindDirection","type":"options","default":"in","required":true,"description":"Specify whether data values bound to SQL or PL/SQL bind parameters are passed into, or out from, the database","options":[{"name":"IN","value":"in"},{"name":"OUT","value":"out"},{"name":"IN-OUT","value":"inout"}]},{"displayName":"Data Type","name":"datatype","type":"options","required":true,"default":"string","options":[{"name":"BLOB","value":"blob"},{"name":"Boolean","value":"boolean"},{"name":"Date","value":"date"},{"name":"JSON","value":"json"},{"name":"Number","value":"number"},{"name":"SparseVector","value":"sparse"},{"name":"String","value":"string"},{"name":"Vector","value":"vector"}]},{"displayName":"Value (String)","name":"valueString","type":"string","default":"","displayOptions":{"show":{"datatype":["string"]}}},{"displayName":"Value (Number)","name":"valueNumber","type":"number","default":0,"displayOptions":{"show":{"datatype":["number"]}}},{"displayName":"Value (Date)","name":"valueDate","type":"dateTime","default":0,"displayOptions":{"show":{"datatype":["date"]}}},{"displayName":"Value (Boolean)","name":"valueBoolean","type":"boolean","default":false,"displayOptions":{"show":{"datatype":["boolean"]}}},{"displayName":"Value (JSON)","name":"valueJson","type":"json","default":"{}","displayOptions":{"show":{"datatype":["json"]}}},{"displayName":"Value (VECTOR)","name":"valueVector","type":"json","default":"[]","displayOptions":{"show":{"datatype":["vector"]}},"placeholder":"[1.2, 3.4, 5.6]","description":"A JSON array of dimension values"},{"displayName":"Value (BLOB)","name":"valueBlob","type":"json","default":"[]","displayOptions":{"show":{"datatype":["blob"]}},"placeholder":"{ \"type\": \"Buffer\", \"data\": [98,10] }","description":"A Binary data"},{"displayName":"Value (Sparse Vector)","name":"valueSparse","type":"collection","default":{},"displayOptions":{"show":{"datatype":["sparse"]}},"options":[{"displayName":"Dimensions","name":"dimensions","type":"number","default":0,"description":"Total number of dimensions"},{"displayName":"Indices","name":"indices","type":"json","default":"[]","placeholder":"[0, 2, 5]","description":"A JSON array of indices, e.g., [0, 2, 5]"},{"displayName":"Values","name":"values","type":"json","default":"[]","placeholder":"[1.2, 3.4, 5.6]","description":"A JSON array of values matching indices"}]},{"displayName":"Parse for IN Statement","name":"parseInStatement","type":"options","required":true,"default":false,"hint":"If \"Yes\" the \"Value\" field should be a string of comma-separated values. i.e: 1,2,3 or str1,str2,str3","options":[{"name":"No","value":false},{"name":"Yes","value":true}]}]}]},{"displayName":"Fetch Array Size","name":"fetchArraySize","type":"number","default":100,"typeOptions":{"minValue":0},"displayOptions":{"show":{"/operation":["execute","select"]}},"description":"This property is a number that sets the size of an internal buffer used for fetching query rows from Oracle Database. Changing it may affect query performance but does not affect how many rows are returned to the application."},{"displayName":"Number of Rows to Prefetch","name":"prefetchRows","type":"number","default":2,"displayOptions":{"show":{"/operation":["execute","select"]}},"typeOptions":{"minValue":0},"description":"This property is a query tuning option to set the number of additional rows the underlying Oracle driver fetches during the internal initial statement execution phase of a query"},{"displayName":"Output Columns","name":"outputColumns","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumnsMultiOptions","loadOptionsDependsOn":["table.value"]},"default":[],"displayOptions":{"show":{"/operation":["insert","select","update","upsert"]}}},{"displayName":"Output Numbers As String","name":"largeNumbersOutputAsString","type":"boolean","default":false,"description":"Whether the numbers should be retrieved as string","displayOptions":{"show":{"/operation":["execute","select"]}},"hint":"Applies to NUMBER, FLOAT, LONG type columns only"},{"displayName":"Statement Batching","name":"stmtBatching","type":"options","noDataExpression":true,"options":[{"name":"Single Statement","value":"single","description":"A single Statement for all incoming items"},{"name":"Independently","value":"independently","description":"Execute one Statement per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all Statements in a transaction, if a failure occurs, all changes are rolled back"}],"default":"single","displayOptions":{"show":{"/operation":["update","insert","upsert"]}},"description":"The way queries should be sent to the database"},{"displayName":"Statement Batching","name":"stmtBatching","type":"options","noDataExpression":true,"options":[{"name":"Single Statement","value":"single","description":"A single Statement for all incoming items"},{"name":"Independently","value":"independently","description":"Execute one Statement per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all Statements in a transaction, if a failure occurs, all changes are rolled back"}],"default":"independently","displayOptions":{"show":{"/operation":["deleteTable"]}},"description":"The way queries should be sent to the database"}],"displayOptions":{"show":{"resource":["database"],"operation":["insert"]},"hide":{"table":[""]}}},{"displayName":"Important: Single Statement mode works only for the first item","name":"stmtBatchingNotice","type":"notice","default":"","displayOptions":{"show":{"/options.stmtBatching":["single"],"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":{"resource":["database"],"operation":["select"],"returnAll":[false]},"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/expressions/\" target=\"_blank\">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"},{"name":"Is Not Null","value":"IS NOT NULL"}],"default":"equal"},{"displayName":"Value","name":"value","type":"json","description":"Parameters to pass to the tool as JSON or string","displayOptions":{"hide":{"condition":["IS NULL","IS NOT NULL"]}},"default":"{\"key\": \"val\"}","placeholder":"{ \"key\": \"value\" }"}]}],"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/expressions/\" target=\"_blank\">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":"Auto Commit","name":"autoCommit","type":"boolean","default":true,"description":"Whether this property is true, then the transaction in the current connection is automatically committed at the end of statement execution"},{"displayName":"Bind Variable Placeholder Values","name":"params","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add another Parameter","multipleValues":true},"displayOptions":{"show":{"/operation":["execute"]}},"default":{},"description":"Enter the values for the bind parameters used in the statement","options":[{"displayName":"Values","name":"values","values":[{"displayName":"Bind Name or Number","name":"name","type":"string","default":"","description":"A bind variable placeholder identifier or numeral","placeholder":"e.g. ``dept_id`` and ``dept_name`` are the two bind variables placeholders in this SQL statement","required":true},{"displayName":"Bind Direction","name":"bindDirection","type":"options","default":"in","required":true,"description":"Specify whether data values bound to SQL or PL/SQL bind parameters are passed into, or out from, the database","options":[{"name":"IN","value":"in"},{"name":"OUT","value":"out"},{"name":"IN-OUT","value":"inout"}]},{"displayName":"Data Type","name":"datatype","type":"options","required":true,"default":"string","options":[{"name":"BLOB","value":"blob"},{"name":"Boolean","value":"boolean"},{"name":"Date","value":"date"},{"name":"JSON","value":"json"},{"name":"Number","value":"number"},{"name":"SparseVector","value":"sparse"},{"name":"String","value":"string"},{"name":"Vector","value":"vector"}]},{"displayName":"Value (String)","name":"valueString","type":"string","default":"","displayOptions":{"show":{"datatype":["string"]}}},{"displayName":"Value (Number)","name":"valueNumber","type":"number","default":0,"displayOptions":{"show":{"datatype":["number"]}}},{"displayName":"Value (Date)","name":"valueDate","type":"dateTime","default":0,"displayOptions":{"show":{"datatype":["date"]}}},{"displayName":"Value (Boolean)","name":"valueBoolean","type":"boolean","default":false,"displayOptions":{"show":{"datatype":["boolean"]}}},{"displayName":"Value (JSON)","name":"valueJson","type":"json","default":"{}","displayOptions":{"show":{"datatype":["json"]}}},{"displayName":"Value (VECTOR)","name":"valueVector","type":"json","default":"[]","displayOptions":{"show":{"datatype":["vector"]}},"placeholder":"[1.2, 3.4, 5.6]","description":"A JSON array of dimension values"},{"displayName":"Value (BLOB)","name":"valueBlob","type":"json","default":"[]","displayOptions":{"show":{"datatype":["blob"]}},"placeholder":"{ \"type\": \"Buffer\", \"data\": [98,10] }","description":"A Binary data"},{"displayName":"Value (Sparse Vector)","name":"valueSparse","type":"collection","default":{},"displayOptions":{"show":{"datatype":["sparse"]}},"options":[{"displayName":"Dimensions","name":"dimensions","type":"number","default":0,"description":"Total number of dimensions"},{"displayName":"Indices","name":"indices","type":"json","default":"[]","placeholder":"[0, 2, 5]","description":"A JSON array of indices, e.g., [0, 2, 5]"},{"displayName":"Values","name":"values","type":"json","default":"[]","placeholder":"[1.2, 3.4, 5.6]","description":"A JSON array of values matching indices"}]},{"displayName":"Parse for IN Statement","name":"parseInStatement","type":"options","required":true,"default":false,"hint":"If \"Yes\" the \"Value\" field should be a string of comma-separated values. i.e: 1,2,3 or str1,str2,str3","options":[{"name":"No","value":false},{"name":"Yes","value":true}]}]}]},{"displayName":"Fetch Array Size","name":"fetchArraySize","type":"number","default":100,"typeOptions":{"minValue":0},"displayOptions":{"show":{"/operation":["execute","select"]}},"description":"This property is a number that sets the size of an internal buffer used for fetching query rows from Oracle Database. Changing it may affect query performance but does not affect how many rows are returned to the application."},{"displayName":"Number of Rows to Prefetch","name":"prefetchRows","type":"number","default":2,"displayOptions":{"show":{"/operation":["execute","select"]}},"typeOptions":{"minValue":0},"description":"This property is a query tuning option to set the number of additional rows the underlying Oracle driver fetches during the internal initial statement execution phase of a query"},{"displayName":"Output Columns","name":"outputColumns","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumnsMultiOptions","loadOptionsDependsOn":["table.value"]},"default":[],"displayOptions":{"show":{"/operation":["insert","select","update","upsert"]}}},{"displayName":"Output Numbers As String","name":"largeNumbersOutputAsString","type":"boolean","default":false,"description":"Whether the numbers should be retrieved as string","displayOptions":{"show":{"/operation":["execute","select"]}},"hint":"Applies to NUMBER, FLOAT, LONG type columns only"},{"displayName":"Statement Batching","name":"stmtBatching","type":"options","noDataExpression":true,"options":[{"name":"Single Statement","value":"single","description":"A single Statement for all incoming items"},{"name":"Independently","value":"independently","description":"Execute one Statement per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all Statements in a transaction, if a failure occurs, all changes are rolled back"}],"default":"single","displayOptions":{"show":{"/operation":["update","insert","upsert"]}},"description":"The way queries should be sent to the database"},{"displayName":"Statement Batching","name":"stmtBatching","type":"options","noDataExpression":true,"options":[{"name":"Single Statement","value":"single","description":"A single Statement for all incoming items"},{"name":"Independently","value":"independently","description":"Execute one Statement per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all Statements in a transaction, if a failure occurs, all changes are rolled back"}],"default":"independently","displayOptions":{"show":{"/operation":["deleteTable"]}},"description":"The way queries should be sent to the database"}],"displayOptions":{"show":{"resource":["database"],"operation":["select"]},"hide":{"table":[""]}}},{"displayName":"Important: Single Statement mode works only for the first item","name":"stmtBatchingNotice","type":"notice","default":"","displayOptions":{"show":{"/options.stmtBatching":["single"],"resource":["database"],"operation":["select"]},"hide":{"table":[""]}}},{"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":{"resource":["database"],"operation":["update"]},"hide":{"table":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Auto Commit","name":"autoCommit","type":"boolean","default":true,"description":"Whether this property is true, then the transaction in the current connection is automatically committed at the end of statement execution"},{"displayName":"Bind Variable Placeholder Values","name":"params","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add another Parameter","multipleValues":true},"displayOptions":{"show":{"/operation":["execute"]}},"default":{},"description":"Enter the values for the bind parameters used in the statement","options":[{"displayName":"Values","name":"values","values":[{"displayName":"Bind Name or Number","name":"name","type":"string","default":"","description":"A bind variable placeholder identifier or numeral","placeholder":"e.g. ``dept_id`` and ``dept_name`` are the two bind variables placeholders in this SQL statement","required":true},{"displayName":"Bind Direction","name":"bindDirection","type":"options","default":"in","required":true,"description":"Specify whether data values bound to SQL or PL/SQL bind parameters are passed into, or out from, the database","options":[{"name":"IN","value":"in"},{"name":"OUT","value":"out"},{"name":"IN-OUT","value":"inout"}]},{"displayName":"Data Type","name":"datatype","type":"options","required":true,"default":"string","options":[{"name":"BLOB","value":"blob"},{"name":"Boolean","value":"boolean"},{"name":"Date","value":"date"},{"name":"JSON","value":"json"},{"name":"Number","value":"number"},{"name":"SparseVector","value":"sparse"},{"name":"String","value":"string"},{"name":"Vector","value":"vector"}]},{"displayName":"Value (String)","name":"valueString","type":"string","default":"","displayOptions":{"show":{"datatype":["string"]}}},{"displayName":"Value (Number)","name":"valueNumber","type":"number","default":0,"displayOptions":{"show":{"datatype":["number"]}}},{"displayName":"Value (Date)","name":"valueDate","type":"dateTime","default":0,"displayOptions":{"show":{"datatype":["date"]}}},{"displayName":"Value (Boolean)","name":"valueBoolean","type":"boolean","default":false,"displayOptions":{"show":{"datatype":["boolean"]}}},{"displayName":"Value (JSON)","name":"valueJson","type":"json","default":"{}","displayOptions":{"show":{"datatype":["json"]}}},{"displayName":"Value (VECTOR)","name":"valueVector","type":"json","default":"[]","displayOptions":{"show":{"datatype":["vector"]}},"placeholder":"[1.2, 3.4, 5.6]","description":"A JSON array of dimension values"},{"displayName":"Value (BLOB)","name":"valueBlob","type":"json","default":"[]","displayOptions":{"show":{"datatype":["blob"]}},"placeholder":"{ \"type\": \"Buffer\", \"data\": [98,10] }","description":"A Binary data"},{"displayName":"Value (Sparse Vector)","name":"valueSparse","type":"collection","default":{},"displayOptions":{"show":{"datatype":["sparse"]}},"options":[{"displayName":"Dimensions","name":"dimensions","type":"number","default":0,"description":"Total number of dimensions"},{"displayName":"Indices","name":"indices","type":"json","default":"[]","placeholder":"[0, 2, 5]","description":"A JSON array of indices, e.g., [0, 2, 5]"},{"displayName":"Values","name":"values","type":"json","default":"[]","placeholder":"[1.2, 3.4, 5.6]","description":"A JSON array of values matching indices"}]},{"displayName":"Parse for IN Statement","name":"parseInStatement","type":"options","required":true,"default":false,"hint":"If \"Yes\" the \"Value\" field should be a string of comma-separated values. i.e: 1,2,3 or str1,str2,str3","options":[{"name":"No","value":false},{"name":"Yes","value":true}]}]}]},{"displayName":"Fetch Array Size","name":"fetchArraySize","type":"number","default":100,"typeOptions":{"minValue":0},"displayOptions":{"show":{"/operation":["execute","select"]}},"description":"This property is a number that sets the size of an internal buffer used for fetching query rows from Oracle Database. Changing it may affect query performance but does not affect how many rows are returned to the application."},{"displayName":"Number of Rows to Prefetch","name":"prefetchRows","type":"number","default":2,"displayOptions":{"show":{"/operation":["execute","select"]}},"typeOptions":{"minValue":0},"description":"This property is a query tuning option to set the number of additional rows the underlying Oracle driver fetches during the internal initial statement execution phase of a query"},{"displayName":"Output Columns","name":"outputColumns","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumnsMultiOptions","loadOptionsDependsOn":["table.value"]},"default":[],"displayOptions":{"show":{"/operation":["insert","select","update","upsert"]}}},{"displayName":"Output Numbers As String","name":"largeNumbersOutputAsString","type":"boolean","default":false,"description":"Whether the numbers should be retrieved as string","displayOptions":{"show":{"/operation":["execute","select"]}},"hint":"Applies to NUMBER, FLOAT, LONG type columns only"},{"displayName":"Statement Batching","name":"stmtBatching","type":"options","noDataExpression":true,"options":[{"name":"Single Statement","value":"single","description":"A single Statement for all incoming items"},{"name":"Independently","value":"independently","description":"Execute one Statement per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all Statements in a transaction, if a failure occurs, all changes are rolled back"}],"default":"single","displayOptions":{"show":{"/operation":["update","insert","upsert"]}},"description":"The way queries should be sent to the database"},{"displayName":"Statement Batching","name":"stmtBatching","type":"options","noDataExpression":true,"options":[{"name":"Single Statement","value":"single","description":"A single Statement for all incoming items"},{"name":"Independently","value":"independently","description":"Execute one Statement per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all Statements in a transaction, if a failure occurs, all changes are rolled back"}],"default":"independently","displayOptions":{"show":{"/operation":["deleteTable"]}},"description":"The way queries should be sent to the database"}],"displayOptions":{"show":{"resource":["database"],"operation":["update"]},"hide":{"table":[""]}}},{"displayName":"Important: Single Statement mode works only for the first item","name":"stmtBatchingNotice","type":"notice","default":"","displayOptions":{"show":{"/options.stmtBatching":["single"],"resource":["database"],"operation":["update"]},"hide":{"table":[""]}}},{"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":{"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Auto Commit","name":"autoCommit","type":"boolean","default":true,"description":"Whether this property is true, then the transaction in the current connection is automatically committed at the end of statement execution"},{"displayName":"Bind Variable Placeholder Values","name":"params","placeholder":"Add Parameter","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add another Parameter","multipleValues":true},"displayOptions":{"show":{"/operation":["execute"]}},"default":{},"description":"Enter the values for the bind parameters used in the statement","options":[{"displayName":"Values","name":"values","values":[{"displayName":"Bind Name or Number","name":"name","type":"string","default":"","description":"A bind variable placeholder identifier or numeral","placeholder":"e.g. ``dept_id`` and ``dept_name`` are the two bind variables placeholders in this SQL statement","required":true},{"displayName":"Bind Direction","name":"bindDirection","type":"options","default":"in","required":true,"description":"Specify whether data values bound to SQL or PL/SQL bind parameters are passed into, or out from, the database","options":[{"name":"IN","value":"in"},{"name":"OUT","value":"out"},{"name":"IN-OUT","value":"inout"}]},{"displayName":"Data Type","name":"datatype","type":"options","required":true,"default":"string","options":[{"name":"BLOB","value":"blob"},{"name":"Boolean","value":"boolean"},{"name":"Date","value":"date"},{"name":"JSON","value":"json"},{"name":"Number","value":"number"},{"name":"SparseVector","value":"sparse"},{"name":"String","value":"string"},{"name":"Vector","value":"vector"}]},{"displayName":"Value (String)","name":"valueString","type":"string","default":"","displayOptions":{"show":{"datatype":["string"]}}},{"displayName":"Value (Number)","name":"valueNumber","type":"number","default":0,"displayOptions":{"show":{"datatype":["number"]}}},{"displayName":"Value (Date)","name":"valueDate","type":"dateTime","default":0,"displayOptions":{"show":{"datatype":["date"]}}},{"displayName":"Value (Boolean)","name":"valueBoolean","type":"boolean","default":false,"displayOptions":{"show":{"datatype":["boolean"]}}},{"displayName":"Value (JSON)","name":"valueJson","type":"json","default":"{}","displayOptions":{"show":{"datatype":["json"]}}},{"displayName":"Value (VECTOR)","name":"valueVector","type":"json","default":"[]","displayOptions":{"show":{"datatype":["vector"]}},"placeholder":"[1.2, 3.4, 5.6]","description":"A JSON array of dimension values"},{"displayName":"Value (BLOB)","name":"valueBlob","type":"json","default":"[]","displayOptions":{"show":{"datatype":["blob"]}},"placeholder":"{ \"type\": \"Buffer\", \"data\": [98,10] }","description":"A Binary data"},{"displayName":"Value (Sparse Vector)","name":"valueSparse","type":"collection","default":{},"displayOptions":{"show":{"datatype":["sparse"]}},"options":[{"displayName":"Dimensions","name":"dimensions","type":"number","default":0,"description":"Total number of dimensions"},{"displayName":"Indices","name":"indices","type":"json","default":"[]","placeholder":"[0, 2, 5]","description":"A JSON array of indices, e.g., [0, 2, 5]"},{"displayName":"Values","name":"values","type":"json","default":"[]","placeholder":"[1.2, 3.4, 5.6]","description":"A JSON array of values matching indices"}]},{"displayName":"Parse for IN Statement","name":"parseInStatement","type":"options","required":true,"default":false,"hint":"If \"Yes\" the \"Value\" field should be a string of comma-separated values. i.e: 1,2,3 or str1,str2,str3","options":[{"name":"No","value":false},{"name":"Yes","value":true}]}]}]},{"displayName":"Fetch Array Size","name":"fetchArraySize","type":"number","default":100,"typeOptions":{"minValue":0},"displayOptions":{"show":{"/operation":["execute","select"]}},"description":"This property is a number that sets the size of an internal buffer used for fetching query rows from Oracle Database. Changing it may affect query performance but does not affect how many rows are returned to the application."},{"displayName":"Number of Rows to Prefetch","name":"prefetchRows","type":"number","default":2,"displayOptions":{"show":{"/operation":["execute","select"]}},"typeOptions":{"minValue":0},"description":"This property is a query tuning option to set the number of additional rows the underlying Oracle driver fetches during the internal initial statement execution phase of a query"},{"displayName":"Output Columns","name":"outputColumns","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumnsMultiOptions","loadOptionsDependsOn":["table.value"]},"default":[],"displayOptions":{"show":{"/operation":["insert","select","update","upsert"]}}},{"displayName":"Output Numbers As String","name":"largeNumbersOutputAsString","type":"boolean","default":false,"description":"Whether the numbers should be retrieved as string","displayOptions":{"show":{"/operation":["execute","select"]}},"hint":"Applies to NUMBER, FLOAT, LONG type columns only"},{"displayName":"Statement Batching","name":"stmtBatching","type":"options","noDataExpression":true,"options":[{"name":"Single Statement","value":"single","description":"A single Statement for all incoming items"},{"name":"Independently","value":"independently","description":"Execute one Statement per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all Statements in a transaction, if a failure occurs, all changes are rolled back"}],"default":"single","displayOptions":{"show":{"/operation":["update","insert","upsert"]}},"description":"The way queries should be sent to the database"},{"displayName":"Statement Batching","name":"stmtBatching","type":"options","noDataExpression":true,"options":[{"name":"Single Statement","value":"single","description":"A single Statement for all incoming items"},{"name":"Independently","value":"independently","description":"Execute one Statement per incoming item of the run"},{"name":"Transaction","value":"transaction","description":"Execute all Statements in a transaction, if a failure occurs, all changes are rolled back"}],"default":"independently","displayOptions":{"show":{"/operation":["deleteTable"]}},"description":"The way queries should be sent to the database"}],"displayOptions":{"show":{"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}},{"displayName":"Important: Single Statement mode works only for the first item","name":"stmtBatchingNotice","type":"notice","default":"","displayOptions":{"show":{"/options.stmtBatching":["single"],"resource":["database"],"operation":["upsert"]},"hide":{"table":[""]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Oracle/Sql/oracle.svg"},
{"displayName":"Orbit","name":"orbit","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Orbit API","hidden":true,"defaults":{"name":"Orbit"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"orbitApi","required":true}],"properties":[{"displayName":"Orbit has been shutdown and will no longer function from July 11th, You can read more <a target=\"_blank\" href=\"https://orbit.love/blog/orbit-is-joining-postman\">here</a>.","name":"deprecated","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Activity","value":"activity"},{"name":"Member","value":"member"},{"name":"Note","value":"note"},{"name":"Post","value":"post"}],"default":"member"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["activity"]}},"options":[{"name":"Create","value":"create","description":"Create an activity for a member","action":"Create an activity"},{"name":"Get Many","value":"getAll","description":"Get many activities","action":"Get many activities"}],"default":"create"},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"Deprecated","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["create"]}}},{"displayName":"Member ID","name":"memberId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["create"]}}},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["activity"],"operation":["create"]}},"default":{},"options":[{"displayName":"Activity Type Name or ID","name":"activityType","type":"options","typeOptions":{"loadOptionsMethod":"getActivityTypes"},"default":"Deprecated","description":"A user-defined way to group activities of the same nature. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":"","description":"A description of the activity; displayed in the timeline"},{"displayName":"Key","name":"key","type":"string","default":"","description":"Supply a key that must be unique or leave blank to have one generated"},{"displayName":"Link","name":"link","type":"string","default":"","description":"A URL for the activity; displayed in the timeline"},{"displayName":"Link Text","name":"linkText","type":"string","default":"","description":"The text for the timeline link"},{"displayName":"Occurred At","name":"occurredAt","type":"dateTime","default":"","description":"The date and time the activity occurred; defaults to now"}]},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"Deprecated","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["activity"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["activity"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["activity"],"operation":["getAll"]}},"options":[{"displayName":"Member ID","name":"memberId","type":"string","default":"","description":"When set the post will be filtered by the member ID"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["member"]}},"options":[{"name":"Create or Update","value":"upsert","description":"Create a new member, or update the current one if it already exists (upsert)","action":"Create or update a member"},{"name":"Delete","value":"delete","description":"Delete a member","action":"Delete a member"},{"name":"Get","value":"get","description":"Get a member","action":"Get a member"},{"name":"Get Many","value":"getAll","description":"Get many members in a workspace","action":"Get many members"},{"name":"Lookup","value":"lookup","description":"Lookup a member by identity","action":"Lookup a member"},{"name":"Update","value":"update","description":"Update a member","action":"Update a member"}],"default":"get"},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"Deprecated","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["delete"]}}},{"displayName":"Member ID","name":"memberId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["delete"]}}},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"Deprecated","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["get"]}}},{"displayName":"Member ID","name":"memberId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["get"]}}},{"displayName":"Resolve Identities","name":"resolveIdentities","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["member"]}},"default":false,"description":"By default, the response just includes the reference of the identity. When set to true the identities will be resolved automatically."},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"Deprecated","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["member"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["member"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Resolve Identities","name":"resolveIdentities","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["member"]}},"default":false,"description":"By default, the response just includes the reference of the identity. When set to true the identities will be resolved automatically."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["member"],"operation":["getAll"]}},"options":[{"displayName":"Sort By","name":"sort","type":"string","default":"","description":"Name of the field the response will be sorted by"},{"displayName":"Sort Direction","name":"direction","type":"options","options":[{"name":"ASC","value":"ASC"},{"name":"DESC","value":"DESC"}],"default":""}]},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"Deprecated","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["lookup"]}}},{"displayName":"Source","name":"source","type":"options","options":[{"name":"Discourse","value":"discourse"},{"name":"Email","value":"email"},{"name":"GitHub","value":"github"},{"name":"Twitter","value":"twitter"}],"default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["lookup"]}},"description":"Set to github, twitter, email, discourse or the source of any identities you've manually created"},{"displayName":"Search By","name":"searchBy","type":"options","options":[{"name":"Username","value":"username"},{"name":"ID","value":"id"}],"default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["lookup"],"source":["discourse","github","twitter"]}}},{"displayName":"ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["lookup"],"searchBy":["id"],"source":["discourse","github","twitter"]}},"description":"The username at the source"},{"displayName":"Username","name":"username","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["lookup"],"searchBy":["username"],"source":["discourse","github","twitter"]}},"description":"The username at the source"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["lookup"],"source":["email"]}},"description":"The email address"},{"displayName":"Host","name":"host","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["lookup"],"source":["discourse"]}}},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"Deprecated","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["update"]}}},{"displayName":"Member ID","name":"memberId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["member"],"operation":["update"]}},"default":{},"options":[{"displayName":"Bio","name":"bio","type":"string","default":""},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Location","name":"location","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Pronouns","name":"pronouns","type":"string","default":""},{"displayName":"Shipping Address","name":"shippingAddress","type":"string","default":""},{"displayName":"Slug","name":"slug","type":"string","default":""},{"displayName":"Tags to Add","name":"tagsToAdd","type":"string","default":"","description":"Adds tags to member; comma-separated string or array"},{"displayName":"Tag List","name":"tagList","type":"string","default":"","description":"Replaces all tags for the member; comma-separated string or array"},{"displayName":"T-Shirt","name":"tShirt","type":"string","default":""},{"displayName":"Teammate","name":"teammate","type":"boolean","default":false},{"displayName":"URL","name":"url","type":"string","default":""}]},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"Deprecated","required":true,"displayOptions":{"show":{"resource":["member"],"operation":["upsert"]}}},{"displayName":"Identity","name":"identityUi","type":"fixedCollection","description":"The identity is used to find the member. If no member exists, a new member will be created and linked to the provided identity.","typeOptions":{"multipleValues":false},"placeholder":"Add Identity","default":{},"displayOptions":{"show":{"resource":["member"],"operation":["upsert"]}},"options":[{"displayName":"Identity","name":"identityValue","values":[{"displayName":"Source","name":"source","type":"options","options":[{"name":"Discourse","value":"discourse"},{"name":"Email","value":"email"},{"name":"GitHub","value":"github"},{"name":"Twitter","value":"twitter"}],"default":"","description":"Set to github, twitter, email, discourse or the source of any identities you've manually created"},{"displayName":"Search By","name":"searchBy","type":"options","options":[{"name":"Username","value":"username"},{"name":"ID","value":"id"}],"default":"","required":true,"displayOptions":{"show":{"source":["discourse","github","twitter"]}}},{"displayName":"ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"searchBy":["id"],"source":["discourse","github","twitter"]}},"description":"The username at the source"},{"displayName":"Username","name":"username","type":"string","default":"","required":true,"displayOptions":{"show":{"searchBy":["username"],"source":["discourse","github","twitter"]}},"description":"The username at the source"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"source":["email"]}}},{"displayName":"Host","name":"host","type":"string","default":"","required":true,"displayOptions":{"show":{"source":["discourse"]}}}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["member"],"operation":["upsert"]}},"default":{},"options":[{"displayName":"Bio","name":"bio","type":"string","default":""},{"displayName":"Birthday","name":"birthday","type":"dateTime","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Location","name":"location","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Pronouns","name":"pronouns","type":"string","default":""},{"displayName":"Shipping Address","name":"shippingAddress","type":"string","default":""},{"displayName":"Slug","name":"slug","type":"string","default":""},{"displayName":"Tags to Add","name":"tagsToAdd","type":"string","default":"","description":"Adds tags to member; comma-separated string or array"},{"displayName":"Tag List","name":"tagList","type":"string","default":"","description":"Replaces all tags for the member; comma-separated string or array"},{"displayName":"T-Shirt","name":"tShirt","type":"string","default":""},{"displayName":"Teammate","name":"teammate","type":"boolean","default":false},{"displayName":"URL","name":"url","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["note"]}},"options":[{"name":"Create","value":"create","description":"Create a note","action":"Create a note"},{"name":"Get Many","value":"getAll","description":"Get many notes for a member","action":"Get many notes"},{"name":"Update","value":"update","description":"Update a note","action":"Update a note"}],"default":"create"},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"Deprecated","required":true,"displayOptions":{"show":{"resource":["note"],"operation":["create"]}}},{"displayName":"Member ID","name":"memberId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["note"],"operation":["create"]}}},{"displayName":"Note","name":"note","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["note"],"operation":["create"]}}},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"Deprecated","required":true,"displayOptions":{"show":{"resource":["note"],"operation":["getAll"]}}},{"displayName":"Member ID","name":"memberId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["note"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["note"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["note"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Resolve Member","name":"resolveMember","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["note"]}},"default":false},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"Deprecated","required":true,"displayOptions":{"show":{"resource":["note"],"operation":["update"]}}},{"displayName":"Member ID","name":"memberId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["note"],"operation":["update"]}}},{"displayName":"Note ID","name":"noteId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["note"],"operation":["update"]}}},{"displayName":"Note","name":"note","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["note"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["post"]}},"options":[{"name":"Create","value":"create","description":"Create a post","action":"Create a post"},{"name":"Get Many","value":"getAll","description":"Get many posts","action":"Get many posts"},{"name":"Delete","value":"delete","description":"Delete a post","action":"Delete a post"}],"default":"create"},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"Deprecated","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["create"]}}},{"displayName":"Member ID","name":"memberId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["create"]}}},{"displayName":"URL","name":"url","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"description":"Supply any URL and Orbit will do its best job to parse out a title, description, and image"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"default":{},"options":[{"displayName":"Occurred At","name":"publishedAt","type":"dateTime","default":""}]},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"Deprecated","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["post"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["post"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}},"options":[{"displayName":"Member ID","name":"memberId","type":"string","default":"","description":"When set the post will be filtered by the member ID"}]},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"Deprecated","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["delete"]}}},{"displayName":"Member ID","name":"memberId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["post"],"operation":["delete"]}}},{"displayName":"Post ID","name":"postId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["post"]}}}],"codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.orbit/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/orbit/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Orbit/orbit.svg","dark":"icons/n8n-nodes-base/dist/nodes/Orbit/orbit.dark.svg"}},
{"displayName":"Oura","name":"oura","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Oura API","defaults":{"name":"Oura"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"ouraApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Profile","value":"profile"},{"name":"Summary","value":"summary"}],"default":"summary"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["profile"]}},"options":[{"name":"Get","value":"get","description":"Get the user's personal information","action":"Get a profile"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["summary"]}},"options":[{"name":"Get Activity Summary","value":"getActivity","description":"Get the user's activity summary","action":"Get activity summary"},{"name":"Get Readiness Summary","value":"getReadiness","description":"Get the user's readiness summary","action":"Get readiness summary"},{"name":"Get Sleep Periods","value":"getSleep","description":"Get the user's sleep summary","action":"Get sleep summary"}],"default":"getSleep"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["summary"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["summary"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"resource":["summary"]}},"default":{},"options":[{"displayName":"End Date","name":"end","type":"dateTime","default":"","description":"End date for the summary retrieval. If omitted, it defaults to the current day."},{"displayName":"Start Date","name":"start","type":"dateTime","default":"","description":"Start date for the summary retrieval. If omitted, it defaults to a week ago."}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.oura/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/oura/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Oura/oura.svg","dark":"icons/n8n-nodes-base/dist/nodes/Oura/oura.dark.svg"}},
{"displayName":"Paddle","name":"paddle","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Paddle API","defaults":{"name":"Paddle"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"paddleApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Coupon","value":"coupon"},{"name":"Payment","value":"payment"},{"name":"Plan","value":"plan"},{"name":"Product","value":"product"},{"name":"User","value":"user"}],"default":"coupon"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["coupon"]}},"options":[{"name":"Create","value":"create","description":"Create a coupon","action":"Create a coupon"},{"name":"Get Many","value":"getAll","description":"Get many coupons","action":"Get many coupons"},{"name":"Update","value":"update","description":"Update a coupon","action":"Update a coupon"}],"default":"create"},{"displayName":"Coupon Type","name":"couponType","type":"options","displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"jsonParameters":[false]}},"default":"checkout","description":"Either product (valid for specified products or subscription plans) or checkout (valid for any checkout)","options":[{"name":"Checkout","value":"checkout"},{"name":"Product","value":"product"}]},{"displayName":"Product Names or IDs","name":"productIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getProducts"},"displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"couponType":["product"],"jsonParameters":[false]}},"default":[],"description":"Comma-separated list of product IDs. Required if coupon_type is product. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true},{"displayName":"Discount Type","name":"discountType","type":"options","displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"jsonParameters":[false]}},"default":"flat","description":"Either flat or percentage","options":[{"name":"Flat","value":"flat"},{"name":"Percentage","value":"percentage"}]},{"displayName":"Discount Amount Currency","name":"discountAmount","type":"number","default":1,"description":"Discount amount in currency","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"discountType":["flat"],"jsonParameters":[false]}}},{"displayName":"Discount Amount %","name":"discountAmount","type":"number","default":1,"description":"Discount amount in percentage","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"discountType":["percentage"],"jsonParameters":[false]}}},{"displayName":"Currency","name":"currency","type":"options","default":"EUR","description":"The currency must match the balance currency specified in your account","options":[{"name":"ARS","value":"ARS"},{"name":"AUD","value":"AUD"},{"name":"BRL","value":"BRL"},{"name":"CAD","value":"CAD"},{"name":"CHF","value":"CHF"},{"name":"CNY","value":"CNY"},{"name":"CZK","value":"CZK"},{"name":"DKK","value":"DKK"},{"name":"EUR","value":"EUR"},{"name":"GBP","value":"GBP"},{"name":"HKD","value":"HKD"},{"name":"HUF","value":"HUF"},{"name":"INR","value":"INR"},{"name":"JPY","value":"JPY"},{"name":"KRW","value":"KRW"},{"name":"MXN","value":"MXN"},{"name":"NOK","value":"NOK"},{"name":"NZD","value":"NZD"},{"name":"PLN","value":"PLN"},{"name":"RUB","value":"RUB"},{"name":"SEK","value":"SEK"},{"name":"SGD","value":"SGD"},{"name":"THB","value":"THB"},{"name":"TWD","value":"TWD"},{"name":"USD","value":"USD"},{"name":"ZAR","value":"ZAR"}],"displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"discountType":["flat"],"jsonParameters":[false]}}},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["coupon"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"jsonParameters":[true]}},"description":"Attributes in JSON form"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"jsonParameters":[false]}},"default":{},"options":[{"displayName":"Allowed Uses","name":"allowedUses","type":"number","default":1,"description":"Number of times a coupon can be used in a checkout. This will be set to 999,999 by default, if not specified."},{"displayName":"Coupon Code","name":"couponCode","type":"string","default":"","description":"Will be randomly generated if not specified"},{"displayName":"Coupon Prefix","name":"couponPrefix","type":"string","default":"","description":"Prefix for generated codes. Not valid if coupon_code is specified."},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the coupon. This will be displayed in the Seller Dashboard."},{"displayName":"Expires","name":"expires","type":"dateTime","default":"","description":"The coupon will expire on the date at 00:00:00 UTC"},{"displayName":"Group","name":"group","type":"string","typeOptions":{"minValue":1,"maxValue":50},"default":"","description":"The name of the coupon group this coupon should be assigned to"},{"displayName":"Number of Coupons","name":"numberOfCoupons","type":"number","default":1,"description":"Number of coupons to generate. Not valid if coupon_code is specified."},{"displayName":"Recurring","name":"recurring","type":"boolean","default":false,"description":"If the coupon is used on subscription products, this indicates whether the discount should apply to recurring payments after the initial purchase"}]},{"displayName":"Product ID","name":"productId","type":"string","displayOptions":{"show":{"resource":["coupon"],"operation":["getAll"]}},"default":"","required":true,"description":"The specific product/subscription ID"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["coupon"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["coupon"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Update By","name":"updateBy","type":"options","displayOptions":{"show":{"resource":["coupon"],"operation":["update"],"jsonParameters":[false]}},"default":"couponCode","description":"Either flat or percentage","options":[{"name":"Coupon Code","value":"couponCode"},{"name":"Group","value":"group"}]},{"displayName":"Coupon Code","name":"couponCode","type":"string","displayOptions":{"show":{"resource":["coupon"],"operation":["update"],"updateBy":["couponCode"],"jsonParameters":[false]}},"default":"","description":"Identify the coupon to update"},{"displayName":"Group","name":"group","type":"string","displayOptions":{"show":{"resource":["coupon"],"operation":["update"],"updateBy":["group"],"jsonParameters":[false]}},"default":"","description":"The name of the group of coupons you want to update"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["coupon"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["coupon"],"operation":["update"],"jsonParameters":[true]}},"description":"Attributes in JSON form"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["coupon"],"operation":["update"],"jsonParameters":[false]}},"default":{},"options":[{"displayName":"Allowed Uses","name":"allowedUses","type":"number","default":1,"description":"Number of times a coupon can be used in a checkout. This will be set to 999,999 by default, if not specified."},{"displayName":"Discount","name":"discount","type":"fixedCollection","default":{},"options":[{"displayName":"Discount Properties","name":"discountProperties","values":[{"displayName":"Currency","name":"currency","type":"options","default":"EUR","description":"The currency must match the balance currency specified in your account","displayOptions":{"show":{"discountType":["flat"]}},"options":[{"name":"ARS","value":"ARS"},{"name":"AUD","value":"AUD"},{"name":"BRL","value":"BRL"},{"name":"CAD","value":"CAD"},{"name":"CHF","value":"CHF"},{"name":"CNY","value":"CNY"},{"name":"CZK","value":"CZK"},{"name":"DKK","value":"DKK"},{"name":"EUR","value":"EUR"},{"name":"GBP","value":"GBP"},{"name":"HKD","value":"HKD"},{"name":"HUF","value":"HUF"},{"name":"INR","value":"INR"},{"name":"JPY","value":"JPY"},{"name":"KRW","value":"KRW"},{"name":"MXN","value":"MXN"},{"name":"NOK","value":"NOK"},{"name":"NZD","value":"NZD"},{"name":"PLN","value":"PLN"},{"name":"RUB","value":"RUB"},{"name":"SEK","value":"SEK"},{"name":"SGD","value":"SGD"},{"name":"THB","value":"THB"},{"name":"TWD","value":"TWD"},{"name":"USD","value":"USD"},{"name":"ZAR","value":"ZAR"}]},{"displayName":"Discount Amount Currency","name":"discountAmount","type":"number","default":"","description":"Discount amount","displayOptions":{"show":{"discountType":["flat"]}},"typeOptions":{"minValue":0}},{"displayName":"Discount Amount Percentage","name":"discountAmount","type":"number","default":"","description":"Discount amount","displayOptions":{"show":{"discountType":["percentage"]}},"typeOptions":{"minValue":0,"maxValue":100}},{"displayName":"Discount Type","name":"discountType","type":"options","default":"flat","description":"Either flat or percentage","options":[{"name":"Flat","value":"flat"},{"name":"Percentage","value":"percentage"}]}]}]},{"displayName":"Expires","name":"expires","type":"dateTime","default":"","description":"The coupon will expire on the date at 00:00:00 UTC"},{"displayName":"New Coupon Code","name":"newCouponCode","type":"string","default":"","description":"New code to rename the coupon to"},{"displayName":"New Group Name","name":"newGroup","type":"string","typeOptions":{"minValue":1,"maxValue":50},"default":"","description":"New group name to move coupon to"},{"displayName":"Product IDs","name":"productIds","type":"string","default":"","description":"Comma-separated list of products e.g. 499531,1234,123546. If blank then remove associated products."},{"displayName":"Recurring","name":"recurring","type":"boolean","default":false,"description":"If the coupon is used on subscription products, this indicates whether the discount should apply to recurring payments after the initial purchase"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["payment"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many payments","action":"Get many payments"},{"name":"Reschedule","value":"reschedule","description":"Reschedule payment","action":"Reschedule a payment"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["payment"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["payment"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["payment"],"operation":["getAll"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["payment"],"operation":["getAll"],"jsonParameters":[true]}},"description":"Attributes in JSON form"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["payment"],"operation":["getAll"],"jsonParameters":[false]}},"default":{},"options":[{"displayName":"Date From","name":"from","type":"dateTime","default":"","description":"Payment starting from date"},{"displayName":"Date To","name":"to","type":"dateTime","default":"","description":"Payment up until date"},{"displayName":"Is Paid","name":"isPaid","type":"boolean","default":false,"description":"Whether payment is paid"},{"displayName":"Plan ID","name":"plan","type":"string","default":"","description":"Filter: The product/plan ID (single or comma-separated values)"},{"displayName":"Subscription ID","name":"subscriptionId","type":"number","default":"","description":"A specific user subscription ID"},{"displayName":"State","name":"state","type":"options","default":"active","description":"Filter: The user subscription status. Returns all active, past_due, trialing and paused subscription plans if not specified.","options":[{"name":"Active","value":"active"},{"name":"Past Due","value":"past_due"},{"name":"Paused","value":"paused"},{"name":"Trialing","value":"trialing"}]},{"displayName":"One Off Charge","name":"isOneOffCharge","type":"boolean","default":false}]},{"displayName":"Payment Name or ID","name":"paymentId","type":"options","typeOptions":{"loadOptionsMethod":"getPayments"},"default":"","required":true,"displayOptions":{"show":{"resource":["payment"],"operation":["reschedule"]}},"description":"The upcoming subscription payment ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Date","name":"date","type":"dateTime","default":"","displayOptions":{"show":{"resource":["payment"],"operation":["reschedule"]}},"description":"Date you want to move the payment to"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["plan"]}},"options":[{"name":"Get","value":"get","description":"Get a plan","action":"Get a plan"},{"name":"Get Many","value":"getAll","description":"Get many plans","action":"Get many plans"}],"default":"get"},{"displayName":"Plan ID","name":"planId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["plan"],"operation":["get"]}},"description":"Filter: The subscription plan ID"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["plan"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["plan"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["product"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many products","action":"Get many products"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["product"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["product"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many users","action":"Get many users"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":100,"required":true,"typeOptions":{"minValue":1,"maxValue":200},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"description":"Max number of results to return"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"jsonParameters":[true]}},"description":"Attributes in JSON form"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"jsonParameters":[false]}},"default":{},"options":[{"displayName":"Plan ID","name":"planId","type":"string","default":"","description":"Filter: The subscription plan ID"},{"displayName":"Subscription ID","name":"subscriptionId","type":"string","default":"","description":"A specific user subscription ID"},{"displayName":"State","name":"state","type":"options","default":"active","description":"Filter: The user subscription status. Returns all active, past_due, trialing and paused subscription plans if not specified.","options":[{"name":"Active","value":"active"},{"name":"Past Due","value":"past_due"},{"name":"Paused","value":"paused"},{"name":"Trialing","value":"trialing"}]}]}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.paddle/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/paddle/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Paddle/paddle.png"},
{"displayName":"PagerDuty","name":"pagerDuty","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume PagerDuty API","defaults":{"name":"PagerDuty"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"pagerDutyApi","required":true,"displayOptions":{"show":{"authentication":["apiToken"]}}},{"name":"pagerDutyOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Token","value":"apiToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Incident","value":"incident"},{"name":"Incident Note","value":"incidentNote"},{"name":"Log Entry","value":"logEntry"},{"name":"User","value":"user"}],"default":"incident"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["incident"]}},"options":[{"name":"Create","value":"create","description":"Create an incident","action":"Create an incident"},{"name":"Get","value":"get","description":"Get an incident","action":"Get an incident"},{"name":"Get Many","value":"getAll","description":"Get many incidents","action":"Get many incidents"},{"name":"Update","value":"update","description":"Update an incident","action":"Update an incident"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["incident"],"operation":["create"]}},"description":"A succinct description of the nature, symptoms, cause, or effect of the incident"},{"displayName":"Service Name or ID","name":"serviceId","type":"options","typeOptions":{"loadOptionsMethod":"getServices"},"required":true,"default":"","displayOptions":{"show":{"resource":["incident"],"operation":["create"]}},"description":"The incident will be created on this service. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["incident"],"operation":["create"]}},"description":"The email address of a valid user associated with the account making the request"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["incident"],"operation":["create"]}},"default":{},"options":[{"displayName":"Escalation Policy Name or ID","name":"escalationPolicyId","type":"options","typeOptions":{"loadOptionsMethod":"getEscalationPolicies"},"default":"","description":"Delegate this incident to the specified escalation policy. Cannot be specified if an assignee is given. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Incident Details","name":"details","type":"string","default":"","description":"Additional details about the incident which will go in the body"},{"displayName":"Incident Key","name":"incidentKey","type":"string","default":"","description":"Sending subsequent requests referencing the same service and with the same incident_key will result in those requests being rejected if an open incident matches that incident_key"},{"displayName":"Priority Name or ID","name":"priorityId","type":"options","typeOptions":{"loadOptionsMethod":"getPriorities"},"default":"","description":"The incident will be created on this service. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Urgency","name":"urgency","type":"options","options":[{"name":"Hight","value":"high"},{"name":"Low","value":"low"}],"default":"","description":"The urgency of the incident"}]},{"displayName":"Conference Bridge","name":"conferenceBridgeUi","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add Conference Bridge","displayOptions":{"show":{"resource":["incident"],"operation":["create"]}},"default":{},"options":[{"displayName":"Conference Bridge","name":"conferenceBridgeValues","values":[{"displayName":"Conference Number","name":"conferenceNumber","type":"string","default":"","description":"Phone numbers should be formatted like +1 415-555-1212,,,,1234#, where a comma (,) represents a one-second wait and pound (#) completes access code input"},{"displayName":"Conference URL","name":"conferenceUrl","type":"string","default":"","description":"An URL for the conference bridge. This could be a link to a web conference or Slack channel."}]}]},{"displayName":"Incident ID","name":"incidentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["incident"],"operation":["get"]}},"description":"Unique identifier for the incident"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["incident"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["incident"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["incident"],"operation":["getAll"]}},"options":[{"displayName":"Date Range","name":"dateRange","type":"options","options":[{"name":"All","value":"all"}],"default":"","description":"When set to all, the since and until parameters and defaults are ignored"},{"displayName":"Incident Key","name":"incidentKey","type":"string","default":"","description":"Incident de-duplication key. Incidents with child alerts do not have an incident key; querying by incident key will return incidents whose alerts have alert_key matching the given incident key."},{"displayName":"Include","name":"include","type":"multiOptions","options":[{"name":"Acknowledgers","value":"acknowledgers"},{"name":"Assignees","value":"assignees"},{"name":"Conference Bridge","value":"conferenceBridge"},{"name":"Escalation Policies","value":"escalationPolicies"},{"name":"First Trigger Log Entries","value":"firstTriggerLogEntries"},{"name":"Priorities","value":"priorities"},{"name":"Services","value":"services"},{"name":"Teams","value":"teams"},{"name":"Users","value":"users"}],"default":[],"description":"Additional details to include"},{"displayName":"Service Names or IDs","name":"serviceIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getServices"},"default":[],"description":"Returns only the incidents associated with the passed service(s). Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"The start of the date range over which you want to search. (the limit on date ranges is 6 months)."},{"displayName":"Sort By","name":"sortBy","type":"string","default":"","placeholder":"created_at:asc,resolved_at:desc","description":"Used to specify both the field you wish to sort the results on (incident_number/created_at/resolved_at/urgency), as well as the direction (asc/desc) of the results. The sort_by field and direction should be separated by a colon. A maximum of two fields can be included, separated by a comma."},{"displayName":"Statuses","name":"statuses","type":"multiOptions","options":[{"name":"Acknowledged","value":"acknowledged"},{"name":"Resolved","value":"resolved"},{"name":"Triggered","value":"triggered"}],"default":[],"description":"Returns only the incidents associated with the passed service(s)"},{"displayName":"Team IDs","name":"teamIds","type":"string","default":"","description":"Team IDs. Only results related to these teams will be returned. Account must have the teams ability to use this parameter. (multiples IDs can be added separated by comma)"},{"displayName":"Timezone Name or ID","name":"timeZone","type":"options","typeOptions":{"loadOptionsMethod":"getTimezones"},"default":"","description":"Time zone in which dates in the result will be rendered. If not set dates will return UTC. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Until","name":"until","type":"dateTime","default":"","description":"The end of the date range over which you want to search. (the limit on date ranges is 6 months)."},{"displayName":"Urgencies","name":"urgencies","type":"multiOptions","options":[{"name":"High","value":"high"},{"name":"Low","value":"low"}],"default":[],"description":"Urgencies of the incidents to be returned. Defaults to all urgencies. Account must have the urgencies ability to do this"},{"displayName":"User IDs","name":"userIds","type":"string","default":"","description":"Returns only the incidents currently assigned to the passed user(s). This expects one or more user IDs (multiple IDs can be added separated by comma)."}]},{"displayName":"Incident ID","name":"incidentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["incident"],"operation":["update"]}},"description":"Unique identifier for the incident"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["incident"],"operation":["update"]}},"description":"The email address of a valid user associated with the account making the request"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["incident"],"operation":["update"]}},"default":{},"options":[{"displayName":"Escalation Level","name":"escalationLevel","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Escalate the incident to this level in the escalation policy"},{"displayName":"Escalation Policy Name or ID","name":"escalationPolicyId","type":"options","typeOptions":{"loadOptionsMethod":"getEscalationPolicies"},"default":"","description":"Delegate this incident to the specified escalation policy. Cannot be specified if an assignee is given. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Priority Name or ID","name":"priorityId","type":"options","typeOptions":{"loadOptionsMethod":"getPriorities"},"default":"","description":"The incident will be created on this service. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Resolution","name":"resolution","type":"string","default":"","description":"The resolution for this incident if status is set to resolved"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Acknowledged","value":"acknowledged"},{"name":"Resolved","value":"resolved"}],"default":"","description":"The new status of the incident"},{"displayName":"Title","name":"title","type":"string","default":"","description":"A succinct description of the nature, symptoms, cause, or effect of the incident"},{"displayName":"Urgency","name":"urgency","type":"options","options":[{"name":"High","value":"high"},{"name":"Low","value":"low"}],"default":"","description":"The urgency of the incident"}]},{"displayName":"Conference Bridge","name":"conferenceBridgeUi","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add Conference Bridge","displayOptions":{"show":{"resource":["incident"],"operation":["update"]}},"default":{},"options":[{"displayName":"Conference Bridge","name":"conferenceBridgeValues","values":[{"displayName":"Conference Number","name":"conferenceNumber","type":"string","default":"","description":"Phone numbers should be formatted like +1 415-555-1212,,,,1234#, where a comma (,) represents a one-second wait and pound (#) completes access code input"},{"displayName":"Conference URL","name":"conferenceUrl","type":"string","default":"","description":"An URL for the conference bridge. This could be a link to a web conference or Slack channel."}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["incidentNote"]}},"options":[{"name":"Create","value":"create","description":"Create a incident note","action":"Create an incident note"},{"name":"Get Many","value":"getAll","description":"Get many incident's notes","action":"Get many incident notes"}],"default":"create"},{"displayName":"Incident ID","name":"incidentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["incidentNote"],"operation":["create"]}},"description":"Unique identifier for the incident"},{"displayName":"Content","name":"content","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["incidentNote"],"operation":["create"]}},"description":"The note content"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["incidentNote"],"operation":["create"]}},"description":"The email address of a valid user associated with the account making the request"},{"displayName":"Incident ID","name":"incidentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["incidentNote"],"operation":["getAll"]}},"description":"Unique identifier for the incident"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["incidentNote"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["incidentNote"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["logEntry"]}},"options":[{"name":"Get","value":"get","description":"Get a log entry","action":"Get a log entry"},{"name":"Get Many","value":"getAll","description":"Get many log entries","action":"Get many log entries"}],"default":"get"},{"displayName":"Log Entry ID","name":"logEntryId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["logEntry"],"operation":["get"]}},"description":"Unique identifier for the log entry"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["logEntry"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["logEntry"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["logEntry"],"operation":["getAll"]}},"options":[{"displayName":"Include","name":"include","type":"multiOptions","options":[{"name":"Channels","value":"channels"},{"name":"Incidents","value":"incidents"},{"name":"Services","value":"services"},{"name":"Teams","value":"teams"}],"default":[],"description":"Additional details to include"},{"displayName":"Is Overview","name":"isOverview","type":"boolean","default":false,"description":"Whether to return a subset of log entries that show only the most important changes to the incident"},{"displayName":"Since","name":"since","type":"dateTime","default":"","description":"The start of the date range over which you want to search. (the limit on date ranges is 6 months)."},{"displayName":"Timezone Name or ID","name":"timeZone","type":"options","typeOptions":{"loadOptionsMethod":"getTimezones"},"default":"","description":"Time zone in which dates in the result will be rendered. If not set dates will return UTC. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Until","name":"until","type":"dateTime","default":"","description":"The end of the date range over which you want to search. (the limit on date ranges is 6 months)."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get","value":"get","description":"Get a user","action":"Get a user"}],"default":"get"},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"description":"Unique identifier for the user"}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.pagerduty/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/pagerduty/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/PagerDuty/pagerDuty.svg"},
{"displayName":"PayPal","name":"payPal","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume PayPal API","defaults":{"name":"PayPal"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"payPalApi","required":true,"testedBy":"payPalApiTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Payout","value":"payout"},{"name":"Payout Item","value":"payoutItem"}],"default":"payout"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["payout"]}},"options":[{"name":"Create","value":"create","description":"Create a batch payout","action":"Create a payout"},{"name":"Get","value":"get","description":"Show batch payout details","action":"Get a payout"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["payoutItem"]}},"options":[{"name":"Cancel","value":"cancel","description":"Cancels an unclaimed payout item","action":"Cancel a payout item"},{"name":"Get","value":"get","description":"Show payout item details","action":"Get a payout item"}],"default":"get"},{"displayName":"Sender Batch ID","name":"senderBatchId","type":"string","required":true,"displayOptions":{"show":{"resource":["payout"],"operation":["create"]}},"default":"","description":"A sender-specified ID number. Tracks the payout in an accounting system."},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["payout"],"operation":["create"]}}},{"displayName":"Items","name":"itemsUi","placeholder":"Add Item","type":"fixedCollection","displayOptions":{"show":{"resource":["payout"],"operation":["create"],"jsonParameters":[false]}},"typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"itemsValues","displayName":"Item","values":[{"displayName":"Recipient Type","name":"recipientType","type":"options","options":[{"name":"Phone","value":"phone","description":"The unencrypted phone number"},{"name":"Email","value":"email","description":"The unencrypted email"},{"name":"PayPal ID","value":"paypalId","description":"The encrypted PayPal account number"}],"default":"email","description":"The ID type that identifies the recipient of the payment"},{"displayName":"Receiver Value","name":"receiverValue","type":"string","required":true,"default":"","description":"The receiver of the payment. Corresponds to the recipient_type value in the request. Max length: 127 characters."},{"displayName":"Currency","name":"currency","type":"options","options":[{"name":"Australian Dollar","value":"AUD"},{"name":"Brazilian Real","value":"BRL"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Euro","value":"EUR"},{"name":"United States Dollar","value":"USD"}],"default":"USD"},{"displayName":"Amount","name":"amount","type":"string","required":true,"default":"","description":"The value, which might be"},{"displayName":"Note","name":"note","type":"string","default":"","description":"The sender-specified note for notifications. Supports up to 4000 ASCII characters and 1000 non-ASCII characters."},{"displayName":"Sender Item ID","name":"senderItemId","type":"string","default":"","description":"The sender-specified ID number. Tracks the payout in an accounting system."},{"displayName":"Recipient Wallet","name":"recipientWallet","type":"options","options":[{"name":"PayPal","value":"paypal","description":"PayPal Wallet"},{"name":"Venmo","value":"venmo","description":"Venmo Wallet"}],"default":"paypal"}]}]},{"displayName":"Items","name":"itemsJson","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"description":"An array of individual payout items","displayOptions":{"show":{"resource":["payout"],"operation":["create"],"jsonParameters":[true]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["payout"],"operation":["create"]}},"options":[{"displayName":"Email Subject","name":"emailSubject","type":"string","default":"","description":"The subject line for the email that PayPal sends when payment for a payout item completes. The subject line is the same for all recipients. Max length: 255 characters."},{"displayName":"Email Message","name":"emailMessage","type":"string","default":"","description":"The email message that PayPal sends when the payout item completes. The message is the same for all recipients."},{"displayName":"Note","name":"note","type":"string","default":"","description":"The payouts and item-level notes are concatenated in the email. Max length: 1000 characters."}]},{"displayName":"Payout Batch ID","name":"payoutBatchId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["payout"],"operation":["get"]}},"description":"The ID of the payout for which to show details"},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"displayOptions":{"show":{"resource":["payout"],"operation":["get"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"maxValue":1000,"minValue":1},"default":100,"displayOptions":{"show":{"resource":["payout"],"operation":["get"],"returnAll":[false]}},"description":"Max number of results to return"},{"displayName":"Payout Item ID","name":"payoutItemId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["payoutItem"],"operation":["get"]}},"description":"The ID of the payout item for which to show details"},{"displayName":"Payout Item ID","name":"payoutItemId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["payoutItem"],"operation":["cancel"]}},"description":"The ID of the payout item to cancel"}],"codex":{"categories":["Finance & Accounting","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.paypal/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/paypal/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/PayPal/paypal.svg"},
{"displayName":"PayPal Trigger","name":"payPalTrigger","group":["trigger"],"version":1,"description":"Handle PayPal events via webhooks","defaults":{"name":"PayPal Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"payPalApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Event Names or IDs","name":"events","type":"multiOptions","required":true,"default":[],"description":"The event to listen to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getEvents"},"options":[]}],"codex":{"categories":["Finance & Accounting","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.paypaltrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/paypal/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/PayPal/paypal.svg"},
{"displayName":"Peekalink","name":"peekalink","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"]","description":"Consume the Peekalink API","defaults":{"name":"Peekalink"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"peekalinkApi","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Is Available","value":"isAvailable","description":"Check whether preview for a given link is available","action":"Check whether the preview for a given link is available"},{"name":"Preview","value":"preview","description":"Return the preview for a link","action":"Return the preview for a link"}],"default":"preview"},{"displayName":"URL","name":"url","type":"string","default":"","required":true}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.peekalink/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/peekalink/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Peekalink/peekalink.png"},
{"displayName":"Perplexity","name":"perplexity","group":["transform"],"version":[1,2],"defaultVersion":2,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"AI-powered answer engine that provides accurate, trusted, and real-time answers to any question. Supports chat completions, agent responses, web search, and embeddings.","defaults":{"name":"Perplexity"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"perplexityApi","required":true}],"requestDefaults":{"baseURL":"https://api.perplexity.ai","ignoreHttpStatusErrors":true},"properties":[{"displayName":"Resource","name":"resource","type":"hidden","noDataExpression":true,"options":[{"name":"Chat","value":"chat"}],"default":"chat","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Agent","value":"agent","description":"Create responses using the Agent API with third-party models, presets, tools, and structured outputs"},{"name":"Chat","value":"chat","description":"Send messages using Sonar models with built-in web search"},{"name":"Embedding","value":"embedding","description":"Generate vector embeddings for text"},{"name":"Search","value":"search","description":"Get raw, ranked web search results"}],"default":"chat","displayOptions":{"show":{"@version":[2]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["agent"]}},"options":[{"name":"Create Response","value":"createResponse","action":"Create a response","description":"Create a response using the Agent API with third-party models, presets, and tools","routing":{"request":{"method":"POST","url":"/v1/agent"},"output":{"postReceive":[null]}}}],"default":"createResponse"},{"displayName":"Input","name":"input","type":"string","required":true,"default":"","typeOptions":{"rows":3},"description":"The input text prompt to send to the agent","routing":{"send":{"type":"body","property":"input"}},"displayOptions":{"show":{"resource":["agent"],"operation":["createResponse"]}}},{"displayName":"Model","name":"model","type":"resourceLocator","default":{"mode":"list","value":""},"description":"The model to use. Uses provider/model format (e.g. openai/gpt-5.2). Leave empty when using a preset.","modes":[{"displayName":"From List","name":"list","type":"list","typeOptions":{"searchListMethod":"getAgentModels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","placeholder":"e.g. openai/gpt-5.2"}],"routing":{"send":{"type":"body","property":"model","value":"={{ $value }}"}},"displayOptions":{"show":{"resource":["agent"],"operation":["createResponse"]}}},{"displayName":"Preset","name":"preset","type":"string","default":"","description":"Preset name to use. Use preset OR model, not both.","hint":"Use a preset OR a model, not both","routing":{"send":{"type":"body","property":"preset"}},"displayOptions":{"show":{"resource":["agent"],"operation":["createResponse"]}}},{"displayName":"Simplify Output","name":"simplify","type":"boolean","default":false,"description":"Whether to return only essential fields (ID, model, output text, citations)","routing":{"output":{"postReceive":[{"type":"set","enabled":"={{ $value }}","properties":{"value":"={{ { \"id\": $response.body?.id, \"model\": $response.body?.model, \"output_text\": $response.body?.output?.find(o => o.type === \"message\")?.content?.find(c => c.type === \"output_text\")?.text, \"citations\": $response.body?.output?.find(o => o.type === \"search_results\")?.results?.map(r => ({ title: r.title, url: r.url })), \"usage\": $response.body?.usage } }}"}}]}},"displayOptions":{"show":{"resource":["agent"],"operation":["createResponse"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Instructions","name":"instructions","type":"string","default":"","typeOptions":{"rows":3},"description":"System-level instructions for the agent","routing":{"send":{"type":"body","property":"instructions"}}},{"displayName":"Language Preference","name":"languagePreference","type":"string","default":"","placeholder":"e.g. en","description":"ISO 639-1 language code for the response language preference","routing":{"send":{"type":"body","property":"language_preference"}}},{"displayName":"Max Output Tokens","name":"maxOutputTokens","type":"number","default":1024,"typeOptions":{"minValue":1},"description":"The maximum number of tokens to generate in the response","routing":{"send":{"type":"body","property":"max_output_tokens"}}},{"displayName":"Max Steps","name":"maxSteps","type":"number","default":5,"typeOptions":{"minValue":1,"maxValue":10},"description":"Maximum number of agentic steps (1-10)","routing":{"send":{"type":"body","property":"max_steps"}}},{"displayName":"Models (Fallback)","name":"modelsFallback","type":"string","default":"","placeholder":"e.g. openai/gpt-5.2,anthropic/claude-sonnet-4-6","description":"Comma-separated list of 1-5 model IDs to use as fallbacks","routing":{"send":{"type":"body","property":"models","value":"={{ $value.split(\",\").map(s => s.trim()).filter(s => s) }}"}}},{"displayName":"Reasoning","name":"reasoning","type":"json","default":"","description":"Reasoning configuration object (e.g. {\"effort\": \"high\"})","routing":{"send":{"type":"body","property":"reasoning","value":"={{ JSON.parse($value) }}"}}},{"displayName":"Response Format","name":"responseFormat","type":"json","default":"","description":"JSON schema for structured output. Set type to \"json_schema\" with a schema property.","routing":{"send":{"type":"body","property":"response_format","value":"={{ JSON.parse($value) }}"}}},{"displayName":"Tools","name":"tools","type":"json","default":"","placeholder":"e.g. [{\"type\":\"web_search\"},{\"type\":\"fetch_url\"}]","description":"Array of tool objects to make available to the agent","routing":{"send":{"type":"body","property":"tools","value":"={{ JSON.parse($value) }}"}}}],"displayOptions":{"show":{"resource":["agent"],"operation":["createResponse"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chat"]}},"options":[{"name":"Message a Model","value":"complete","action":"Message a model","description":"Create one or more completions for a given text","routing":{"request":{"method":"POST","url":"/chat/completions"},"output":{"postReceive":[null]}}}],"default":"complete"},{"displayName":"Model","name":"model","type":"options","default":"sonar","required":true,"options":[{"name":"Sonar","value":"sonar"},{"name":"Sonar Deep Research","value":"sonar-deep-research"},{"name":"Sonar Pro","value":"sonar-pro"},{"name":"Sonar Reasoning Pro","value":"sonar-reasoning-pro"}],"description":"The model which will generate the completion","routing":{"send":{"type":"body","property":"model"}},"displayOptions":{"show":{"resource":["chat"],"operation":["complete"]}}},{"displayName":"Messages","name":"messages","type":"fixedCollection","description":"Any optional system messages must be sent first, followed by alternating user and assistant messages","required":true,"typeOptions":{"multipleValues":true,"sortable":true},"placeholder":"Add Message","default":{"message":[{"role":"user","content":""}]},"options":[{"displayName":"Message","name":"message","values":[{"displayName":"Text","name":"content","type":"string","default":"","description":"The content of the message to be sent","typeOptions":{"rows":2}},{"displayName":"Role","name":"role","required":true,"type":"options","options":[{"name":"Assistant","value":"assistant","description":"Tell the model to adopt a specific tone or personality. Must alternate with user messages."},{"name":"System","value":"system","description":"Set the models behavior or context. Must come before user and assistant messages."},{"name":"User","value":"user","description":"Send a message as a user and get a response from the model"}],"default":"user","description":"Role in shaping the model's response, it tells the model how it should behave and interact with the user"}]}],"routing":{"send":{"type":"body","property":"messages","value":"={{ $value.message }}"}},"displayOptions":{"show":{"resource":["chat"],"operation":["complete"]}}},{"displayName":"Simplify Output","name":"simplify","type":"boolean","default":false,"description":"Whether to return only essential fields (ID, citations, message)","routing":{"output":{"postReceive":[{"type":"set","enabled":"={{ $value }}","properties":{"value":"={{ { \"id\": $response.body?.id, \"created\": $response.body?.created, \"citations\": $response.body?.citations, \"message\": $response.body?.choices?.[0]?.message?.content } }}"}}]}},"displayOptions":{"show":{"resource":["chat"],"operation":["complete"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Disable Search","name":"disableSearch","type":"boolean","default":false,"description":"Whether to disable web search for this request","displayOptions":{"show":{"@version":[2]}},"routing":{"send":{"type":"body","property":"disable_search"}}},{"displayName":"Enable Search Classifier","name":"enableSearchClassifier","type":"boolean","default":false,"description":"Whether to enable the search classifier","displayOptions":{"show":{"@version":[2]}},"routing":{"send":{"type":"body","property":"enable_search_classifier"}}},{"displayName":"Frequency Penalty","name":"frequencyPenalty","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Values greater than 1.0 penalize new tokens based on their existing frequency in the text so far, decreasing the model's likelihood to repeat the same line verbatim","routing":{"send":{"type":"body","property":"frequency_penalty"}}},{"displayName":"Image Domain Filter","name":"imageDomainFilter","type":"string","default":"","placeholder":"e.g. domain1.com,domain2.com","description":"Comma-separated list of domains to filter image results from","displayOptions":{"show":{"@version":[2]}},"routing":{"send":{"type":"body","property":"image_domain_filter","value":"={{ $value.split(\",\").map(s => s.trim()).filter(s => s) }}"}}},{"displayName":"Image Format Filter","name":"imageFormatFilter","type":"string","default":"","placeholder":"e.g. jpg,png","description":"Comma-separated list of image formats to filter results by","displayOptions":{"show":{"@version":[2]}},"routing":{"send":{"type":"body","property":"image_format_filter","value":"={{ $value.split(\",\").map(s => s.trim()).filter(s => s) }}"}}},{"displayName":"Language Preference","name":"languagePreference","type":"string","default":"","placeholder":"e.g. en","description":"ISO 639-1 language code for the response language preference","displayOptions":{"show":{"@version":[2]}},"routing":{"send":{"type":"body","property":"language_preference"}}},{"displayName":"Last Updated After","name":"lastUpdatedAfter","type":"string","default":"","placeholder":"e.g. 01/01/2024","description":"Filter results last updated after this date (MM/DD/YYYY)","displayOptions":{"show":{"@version":[2]}},"routing":{"send":{"type":"body","property":"last_updated_after_filter"}}},{"displayName":"Last Updated Before","name":"lastUpdatedBefore","type":"string","default":"","placeholder":"e.g. 12/31/2024","description":"Filter results last updated before this date (MM/DD/YYYY)","displayOptions":{"show":{"@version":[2]}},"routing":{"send":{"type":"body","property":"last_updated_before_filter"}}},{"displayName":"Maximum Number of Tokens","name":"maxTokens","type":"number","default":1,"description":"The maximum number of tokens to generate in the completion. The number of tokens requested plus the number of prompt tokens sent in messages must not exceed the context window token limit of model requested.","routing":{"send":{"type":"body","property":"max_tokens"}}},{"displayName":"Output Randomness (Temperature)","name":"temperature","type":"number","default":0.2,"description":"The amount of randomness in the response, valued between 0 inclusive and 2 exclusive. Higher values are more random, and lower values are more deterministic.","typeOptions":{"minValue":0,"maxValue":1.99},"routing":{"send":{"type":"body","property":"temperature"}}},{"displayName":"Presence Penalty","name":"presencePenalty","type":"number","default":0,"description":"A value between -2.0 and 2.0. Positive values penalize new tokens based on whether they appear in the text so far, increasing the model's likelihood to talk about new topics.","typeOptions":{"minValue":-2,"maxValue":2},"routing":{"send":{"type":"body","property":"presence_penalty"}}},{"displayName":"Reasoning Effort","name":"reasoningEffort","type":"options","options":[{"name":"Minimal","value":"minimal"},{"name":"Low","value":"low"},{"name":"Medium","value":"medium"},{"name":"High","value":"high"}],"default":"medium","description":"The level of reasoning effort to apply","displayOptions":{"show":{"@version":[2]}},"routing":{"send":{"type":"body","property":"reasoning_effort"}}},{"displayName":"Response Format","name":"responseFormat","type":"json","default":"","description":"JSON schema for structured output. Set type to \"json_schema\" with a schema property.","displayOptions":{"show":{"@version":[2]}},"routing":{"send":{"type":"body","property":"response_format","value":"={{ JSON.parse($value) }}"}}},{"displayName":"Return Images","name":"returnImages","type":"boolean","default":false,"description":"Whether or not a request to an online model should return images. Requires Perplexity API usage Tier-2.","routing":{"send":{"type":"body","property":"return_images"}}},{"displayName":"Return Related Questions","name":"returnRelatedQuestions","type":"boolean","default":false,"description":"Whether or not a request to an online model should return related questions. Requires Perplexity API usage Tier-2.","routing":{"send":{"type":"body","property":"return_related_questions"}}},{"displayName":"Search After Date","name":"searchAfterDate","type":"string","default":"","placeholder":"e.g. 01/01/2024","description":"Filter results published after this date (MM/DD/YYYY)","displayOptions":{"show":{"@version":[2]}},"routing":{"send":{"type":"body","property":"search_after_date_filter"}}},{"displayName":"Search Before Date","name":"searchBeforeDate","type":"string","default":"","placeholder":"e.g. 12/31/2024","description":"Filter results published before this date (MM/DD/YYYY)","displayOptions":{"show":{"@version":[2]}},"routing":{"send":{"type":"body","property":"search_before_date_filter"}}},{"displayName":"Search Domain Filter","name":"searchDomainFilter","type":"string","default":"","description":"Limit the citations used by the online model to URLs from the specified domains. For blacklisting, add a <code>-</code> to the beginning of the domain string (e.g., <code>-domain1</code>). Currently limited to 3 domains. Requires Perplexity API usage Tier-3.","placeholder":"e.g. domain1,domain2,-domain3","routing":{"send":{"type":"body","property":"search_domain_filter","value":"={{ $value.split(\",\").map(domain => domain.trim()) }}"}}},{"displayName":"Search Language Filter","name":"searchLanguageFilter","type":"string","default":"","placeholder":"e.g. en,fr,de","description":"Comma-separated list of ISO 639-1 language codes to filter results by (max 20)","displayOptions":{"show":{"@version":[2]}},"routing":{"send":{"type":"body","property":"search_language_filter","value":"={{ $value.split(\",\").map(s => s.trim()).filter(s => s) }}"}}},{"displayName":"Search Mode","name":"searchMode","type":"options","options":[{"name":"Web","value":"web"},{"name":"Academic","value":"academic"},{"name":"SEC","value":"sec"}],"default":"web","description":"The search mode to use for retrieving information","displayOptions":{"show":{"@version":[2]}},"routing":{"send":{"type":"body","property":"search_mode"}}},{"displayName":"Search Recency Filter","name":"searchRecency","type":"options","options":[{"name":"Day","value":"day"},{"name":"Hour","value":"hour"},{"name":"Month","value":"month"},{"name":"Week","value":"week"},{"name":"Year","value":"year"}],"default":"month","description":"Returns search results within the specified time interval","routing":{"send":{"type":"body","property":"search_recency_filter"}}},{"displayName":"Stop Sequences","name":"stop","type":"string","default":"","placeholder":"e.g. stop1,stop2","description":"Comma-separated list of sequences where the model should stop generating","displayOptions":{"show":{"@version":[2]}},"routing":{"send":{"type":"body","property":"stop","value":"={{ $value.split(\",\").map(s => s.trim()).filter(s => s) }}"}}},{"displayName":"Top K","name":"topK","type":"number","default":0,"description":"The number of tokens to keep for highest Top K filtering, specified as an integer between 0 and 2048 inclusive. If set to 0, Top K filtering is disabled. We recommend either altering Top K or Top P, but not both.","typeOptions":{"minValue":0,"maxValue":2048},"routing":{"send":{"type":"body","property":"top_k"}}},{"displayName":"Top P","name":"topP","type":"number","default":0.9,"description":"The nucleus sampling threshold, valued between 0 and 1 inclusive. For each subsequent token, the model considers the results of the tokens with Top P probability mass. We recommend either altering Top K or Top P, but not both.","typeOptions":{"minValue":0,"maxValue":1},"routing":{"send":{"type":"body","property":"top_p"}}},{"displayName":"Web Search Options","name":"webSearchOptions","type":"json","default":"","description":"Advanced web search configuration object","displayOptions":{"show":{"@version":[2]}},"routing":{"send":{"type":"body","property":"web_search_options","value":"={{ JSON.parse($value) }}"}}}],"displayOptions":{"show":{"resource":["chat"],"operation":["complete"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["embedding"]}},"options":[{"name":"Create Embedding","value":"createEmbedding","action":"Create an embedding","description":"Generate vector embeddings for text input","routing":{"request":{"method":"POST","url":"/v1/embeddings"},"output":{"postReceive":[null]}}},{"name":"Create Contextualized Embedding","value":"createContextualized","action":"Create a contextualized embedding","description":"Generate context-aware embeddings for document chunks","routing":{"request":{"method":"POST","url":"/v1/contextualizedembeddings"},"output":{"postReceive":[null]}}}],"default":"createEmbedding"},{"displayName":"Model","name":"model","type":"options","required":true,"options":[{"name":"PPLX Embed V1 0.6B","value":"pplx-embed-v1-0.6b"},{"name":"PPLX Embed V1 4B","value":"pplx-embed-v1-4b"}],"default":"pplx-embed-v1-4b","description":"The embedding model to use","routing":{"send":{"type":"body","property":"model"}},"displayOptions":{"show":{"resource":["embedding"],"operation":["createEmbedding"]}}},{"displayName":"Input Texts","name":"input","type":"string","required":true,"default":"","typeOptions":{"rows":4},"placeholder":"One text per line","description":"Text(s) to embed. Put each text on a separate line.","routing":{"send":{"type":"body","property":"input","value":"={{ $value.split(\"\\n\").map(s => s.trim()).filter(s => s) }}"}},"displayOptions":{"show":{"resource":["embedding"],"operation":["createEmbedding"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Dimensions","name":"dimensions","type":"number","default":0,"typeOptions":{"minValue":0,"numberPrecision":0},"description":"Number of dimensions for the output embedding. If 0 or unset, the full model dimensions are used.","routing":{"send":{"type":"body","property":"dimensions","value":"={{ $value || undefined }}"}}},{"displayName":"Encoding Format","name":"encoding_format","type":"options","default":"base64_int8","options":[{"name":"Base64 Int8","value":"base64_int8"},{"name":"Base64 Binary","value":"base64_binary"}],"description":"The format of the returned embeddings","routing":{"send":{"type":"body","property":"encoding_format"}}}],"displayOptions":{"show":{"resource":["embedding"],"operation":["createEmbedding"]}}},{"displayName":"Model","name":"model","type":"options","required":true,"options":[{"name":"PPLX Embed Context V1 4B","value":"pplx-embed-context-v1-4b"}],"default":"pplx-embed-context-v1-4b","description":"The contextualized embedding model to use","routing":{"send":{"type":"body","property":"model"}},"displayOptions":{"show":{"resource":["embedding"],"operation":["createContextualized"]}}},{"displayName":"Input Documents","name":"input","type":"json","required":true,"default":"[[\"paragraph 1 of doc A\", \"paragraph 2 of doc A\"], [\"paragraph 1 of doc B\"]]","description":"Array of documents, where each document is an array of paragraph strings","routing":{"send":{"type":"body","property":"input","value":"={{ JSON.parse($value) }}"}},"displayOptions":{"show":{"resource":["embedding"],"operation":["createContextualized"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Dimensions","name":"dimensions","type":"number","default":0,"typeOptions":{"minValue":0,"numberPrecision":0},"description":"Number of dimensions for the output embedding. If 0 or unset, the full model dimensions are used.","routing":{"send":{"type":"body","property":"dimensions","value":"={{ $value || undefined }}"}}},{"displayName":"Encoding Format","name":"encoding_format","type":"options","default":"base64_int8","options":[{"name":"Base64 Int8","value":"base64_int8"},{"name":"Base64 Binary","value":"base64_binary"}],"description":"The format of the returned embeddings. Float is not supported by this endpoint.","routing":{"send":{"type":"body","property":"encoding_format"}}}],"displayOptions":{"show":{"resource":["embedding"],"operation":["createContextualized"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["search"]}},"options":[{"name":"Search","value":"search","action":"Search the web","description":"Get raw, ranked web search results with filtering and content extraction","routing":{"request":{"method":"POST","url":"/search"},"output":{"postReceive":[null]}}}],"default":"search"},{"displayName":"Query","name":"query","type":"string","required":true,"default":"","description":"The search query string","routing":{"send":{"type":"body","property":"query"}},"displayOptions":{"show":{"resource":["search"],"operation":["search"]}}},{"displayName":"Simplify Output","name":"simplify","type":"boolean","default":false,"description":"Whether to return only the ID and results array","routing":{"output":{"postReceive":[{"type":"set","enabled":"={{ $value }}","properties":{"value":"={{ { \"id\": $response.body?.id, \"results\": $response.body?.results } }}"}}]}},"displayOptions":{"show":{"resource":["search"],"operation":["search"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Country","name":"country","type":"string","default":"","placeholder":"e.g. us","description":"2-character ISO 3166-1 alpha-2 country code to localize search results","routing":{"send":{"type":"body","property":"country"}}},{"displayName":"Last Updated After","name":"lastUpdatedAfter","type":"string","default":"","placeholder":"e.g. 01/01/2024","description":"Filter results last updated after this date (MM/DD/YYYY)","routing":{"send":{"type":"body","property":"last_updated_after_filter"}}},{"displayName":"Last Updated Before","name":"lastUpdatedBefore","type":"string","default":"","placeholder":"e.g. 12/31/2024","description":"Filter results last updated before this date (MM/DD/YYYY)","routing":{"send":{"type":"body","property":"last_updated_before_filter"}}},{"displayName":"Max Results","name":"maxResults","type":"number","default":10,"typeOptions":{"minValue":1,"maxValue":20},"description":"Maximum number of search results to return (1-20)","routing":{"send":{"type":"body","property":"max_results"}}},{"displayName":"Max Tokens","name":"maxTokens","type":"number","default":10000,"typeOptions":{"minValue":1,"maxValue":1000000},"description":"Maximum number of tokens in the response","routing":{"send":{"type":"body","property":"max_tokens"}}},{"displayName":"Max Tokens Per Page","name":"maxTokensPerPage","type":"number","default":4096,"typeOptions":{"minValue":1,"maxValue":1000000},"description":"Maximum number of tokens per page of results","routing":{"send":{"type":"body","property":"max_tokens_per_page"}}},{"displayName":"Search After Date","name":"searchAfterDate","type":"string","default":"","placeholder":"e.g. 01/01/2024","description":"Filter results published after this date (MM/DD/YYYY)","routing":{"send":{"type":"body","property":"search_after_date_filter"}}},{"displayName":"Search Before Date","name":"searchBeforeDate","type":"string","default":"","placeholder":"e.g. 12/31/2024","description":"Filter results published before this date (MM/DD/YYYY)","routing":{"send":{"type":"body","property":"search_before_date_filter"}}},{"displayName":"Search Domain Filter","name":"searchDomainFilter","type":"string","default":"","placeholder":"e.g. domain1.com,domain2.com","description":"Comma-separated list of domains to limit search results to (max 20)","routing":{"send":{"type":"body","property":"search_domain_filter","value":"={{ $value.split(\",\").map(s => s.trim()).filter(s => s) }}"}}},{"displayName":"Search Language Filter","name":"searchLanguageFilter","type":"string","default":"","placeholder":"e.g. en,fr,de","description":"Comma-separated list of ISO 639-1 language codes to filter results by (max 20)","routing":{"send":{"type":"body","property":"search_language_filter","value":"={{ $value.split(\",\").map(s => s.trim()).filter(s => s) }}"}}},{"displayName":"Search Recency Filter","name":"searchRecencyFilter","type":"options","options":[{"name":"Day","value":"day"},{"name":"Hour","value":"hour"},{"name":"Month","value":"month"},{"name":"Week","value":"week"},{"name":"Year","value":"year"}],"default":"month","description":"Filter search results by publication recency","routing":{"send":{"type":"body","property":"search_recency_filter"}}}],"displayOptions":{"show":{"resource":["search"],"operation":["search"]}}},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["AI","Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-langchain.perplexity/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/perplexity/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Perplexity/perplexity.svg","dark":"icons/n8n-nodes-base/dist/nodes/Perplexity/perplexity.dark.svg"}},
{"displayName":"Phantombuster","name":"phantombuster","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Phantombuster API","defaults":{"name":"Phantombuster"},"builderHint":{"message":"Recommended for scraping LinkedIn profiles and social media for leads, and company data. Use with AI Agent for lead generation workflows."},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"phantombusterApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Agent","value":"agent"}],"default":"agent"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["agent"]}},"options":[{"name":"Delete","value":"delete","description":"Delete an agent by ID","action":"Delete an agent"},{"name":"Get","value":"get","description":"Get an agent by ID","action":"Get an agent"},{"name":"Get Many","value":"getAll","description":"Get many agents of the current user's organization","action":"Get many agents"},{"name":"Get Output","value":"getOutput","description":"Get the output of the most recent container of an agent","action":"Get the output of an agent"},{"name":"Launch","value":"launch","description":"Add an agent to the launch queue","action":"Add an agent to the launch queue"}],"default":"launch"},{"displayName":"Agent Name or ID","name":"agentId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAgents"},"required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["agent"]}},"default":""},{"displayName":"Agent ID","name":"agentId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["agent"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["agent"]}},"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":["agent"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":50},"default":25,"description":"Max number of results to return"},{"displayName":"Agent Name or ID","name":"agentId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAgents"},"required":true,"displayOptions":{"show":{"operation":["getOutput"],"resource":["agent"]}},"default":""},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":true,"displayOptions":{"show":{"operation":["getOutput"],"resource":["agent"]}},"description":"By default the outpout is presented as string. If this option gets activated, it will resolve the data automatically."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["agent"],"operation":["getOutput"]}},"default":{},"options":[{"displayName":"Prev Container ID","name":"prevContainerId","type":"string","default":"","description":"If set, the output will be retrieved from the container after the specified previous container ID"},{"displayName":"Prev Status","name":"prevStatus","type":"options","options":[{"name":"Finished","value":"finished"},{"name":"Launch Error","value":"lauch error"},{"name":"Never Launched","value":"never launched"},{"name":"Running","value":"running"},{"name":"Starting","value":"starting"},{"name":"Unknown","value":"unknown"}],"default":"","description":"If set, allows to define which status was previously retrieved on user-side"},{"displayName":"Pre Runtime Event Index","name":"prevRuntimeEventIndex","type":"number","default":0,"description":"If set, the container's runtime events will be returned in the response starting from the provided previous runtime event index"}]},{"displayName":"Agent Name or ID","name":"agentId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAgents"},"required":true,"displayOptions":{"show":{"operation":["launch"],"resource":["agent"]}},"default":""},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":true,"displayOptions":{"show":{"operation":["launch"],"resource":["agent"]}},"description":"By default the launch just include the container ID. If this option gets activated, it will resolve the data automatically."},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["launch"],"resource":["agent"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["agent"],"operation":["launch"]}},"default":{},"options":[{"displayName":"Arguments (JSON)","name":"argumentsJson","type":"json","displayOptions":{"show":{"/jsonParameters":[true]}},"default":"","description":"Agent argument. Can either be a JSON string or a plain object. The argument can be retrieved with buster.argument in the agent’s script."},{"displayName":"Arguments","name":"argumentsUi","placeholder":"Add Argument","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"/jsonParameters":[false]}},"options":[{"name":"argumentValues","displayName":"Argument","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the argument key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the argument key"}]}]},{"displayName":"Bonus Argument","name":"bonusArgumentUi","placeholder":"Add Bonus Argument","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"/jsonParameters":[false]}},"options":[{"name":"bonusArgumentValue","displayName":"Bonus Argument","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the argument key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the argument key"}]}]},{"displayName":"Bonus Argument (JSON)","name":"bonusArgumentJson","type":"string","displayOptions":{"show":{"/jsonParameters":[true]}},"default":"","description":"Agent bonus argument. Can either be a JSON string or a plain object. This bonus argument is single-use, it will only be used for the current launch. If present, it will be merged with the original argument, resulting in an effective argument that can be retrieved with buster.argument in the agent’s script."},{"displayName":"Manual Launch","name":"manualLaunch","type":"boolean","default":false,"description":"Whether the agent will be considered as \"launched manually\""},{"displayName":"Max Instance Count","name":"maxInstanceCount","type":"number","default":0,"description":"If set, the agent will only be launched if the number of already running instances is below the specified number"},{"displayName":"Save Argument","name":"saveArgument","type":"string","default":"","description":"If true, argument will be saved as the default launch options for the agent"}]}],"codex":{"categories":["Sales","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.phantombuster/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/phantombuster/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Phantombuster/phantombuster.png"},
{"displayName":"Philips Hue","name":"philipsHue","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Philips Hue API","defaults":{"name":"Philips Hue"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"philipsHueOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Light","value":"light"}],"default":"light"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["light"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a light","action":"Delete a light"},{"name":"Get","value":"get","description":"Retrieve a light","action":"Get a light"},{"name":"Get Many","value":"getAll","description":"Retrieve many lights","action":"Get many lights"},{"name":"Update","value":"update","description":"Update a light","action":"Update a light"}],"default":"update"},{"displayName":"Light ID","name":"lightId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["light"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["light"]}},"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":["light"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Light ID","name":"lightId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["light"]}},"default":""},{"displayName":"Light Name or ID","name":"lightId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getLights"},"required":true,"displayOptions":{"show":{"operation":["update"],"resource":["light"]}},"default":""},{"displayName":"On","name":"on","type":"boolean","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["light"]}},"default":true,"description":"On/Off state of the light"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["light"],"operation":["update"]}},"default":{},"options":[{"displayName":"Alert Effect","name":"alert","type":"options","options":[{"name":"None","value":"none","description":"The light is not performing an alert effect"},{"name":"Select","value":"select","description":"The light is performing one breathe cycle"},{"name":"LSelect","value":"lselect","description":"The light is performing breathe cycles for 15 seconds or until an \"alert\": \"none\" command is received"}],"default":"","description":"The alert effect, is a temporary change to the bulb’s state"},{"displayName":"Brightness","name":"bri","type":"number","typeOptions":{"minValue":1,"maxValue":254},"default":100,"description":"The brightness value to set the light to. Brightness is a scale from 1 (the minimum the light is capable of) to 254 (the maximum)."},{"displayName":"Brightness Increments","name":"bri_inc","type":"number","typeOptions":{"minValue":-254,"maxValue":254},"default":0,"description":"Increments or decrements the value of the brightness. This value is ignored if the Brightness attribute is provided."},{"displayName":"Color Temperature","name":"ct","type":"number","default":0,"description":"The Mired color temperature of the light. 2012 connected lights are capable of 153 (6500K) to 500 (2000K)."},{"displayName":"Color Temperature Increments","name":"ct_inc","type":"number","typeOptions":{"minValue":-65534,"maxValue":65534},"default":0,"description":"Increments or decrements the value of the ct. ct_inc is ignored if the ct attribute is provided."},{"displayName":"Coordinates","name":"xy","type":"string","default":"","placeholder":"0.64394,0.33069","description":"The x and y coordinates of a color in CIE color space. The first entry is the x coordinate and the second entry is the y coordinate. Both x and y are between 0 and 1"},{"displayName":"Coordinates Increments","name":"xy_inc","type":"string","default":"","placeholder":"0.5,0.5","description":"Increments or decrements the value of the xy. This value is ignored if the Coordinates attribute is provided. Any ongoing color transition is stopped. Max value [0.5, 0.5]"},{"displayName":"Dynamic Effect","name":"effect","type":"options","options":[{"name":"None","value":"none"},{"name":"Color Loop","value":"colorloop"}],"default":"","description":"The dynamic effect of the light"},{"displayName":"Hue","name":"hue","type":"number","typeOptions":{"minValue":0,"maxValue":65535},"default":0,"description":"The hue value to set light to.The hue value is a wrapping value between 0 and 65535. Both 0 and 65535 are red, 25500 is green and 46920 is blue."},{"displayName":"Hue Increments","name":"hue_inc","type":"number","typeOptions":{"minValue":-65534,"maxValue":65534},"default":0,"description":"Increments or decrements the value of the hue. Hue Increments is ignored if the Hue attribute is provided."},{"displayName":"Saturation","name":"sat","type":"number","typeOptions":{"minValue":0,"maxValue":254},"default":0,"description":"Saturation of the light. 254 is the most saturated (colored) and 0 is the least saturated (white)."},{"displayName":"Saturation Increments","name":"sat_inc","type":"number","typeOptions":{"minValue":-254,"maxValue":254},"default":0,"description":"Increments or decrements the value of the sat. This value is ignored if the Saturation attribute is provided."},{"displayName":"Transition Time","name":"transitiontime","type":"number","typeOptions":{"minVale":1},"default":4,"description":"The duration in seconds of the transition from the light’s current state to the new state"}]}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.philipshue/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/philipshue/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/PhilipsHue/philipshue.png"},
{"displayName":"Pipedrive","name":"pipedrive","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Create and edit data in Pipedrive","defaults":{"name":"Pipedrive"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"pipedriveApi","required":true,"displayOptions":{"show":{"authentication":["apiToken"]}},"testedBy":{"request":{"method":"GET","url":"/users/me"}}},{"name":"pipedriveOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"requestDefaults":{"baseURL":"https://api.pipedrive.com/v1","url":""},"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Token","value":"apiToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Activity","value":"activity"},{"name":"Deal","value":"deal"},{"name":"Deal Activity","value":"dealActivity"},{"name":"Deal Product","value":"dealProduct"},{"name":"File","value":"file"},{"name":"Lead","value":"lead"},{"name":"Note","value":"note"},{"name":"Organization","value":"organization"},{"name":"Person","value":"person"},{"name":"Product","value":"product"}],"default":"deal"},{"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 data of an activity","action":"Get an activity"},{"name":"Get Many","value":"getAll","description":"Get data of many activities","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":"Duplicate","value":"duplicate","description":"Duplicate a deal","action":"Duplicate a deal"},{"name":"Get","value":"get","description":"Get data of a deal","action":"Get a deal"},{"name":"Get Many","value":"getAll","description":"Get data of many deals","action":"Get many deals"},{"name":"Search","value":"search","description":"Search a deal","action":"Search a deal"},{"name":"Update","value":"update","description":"Update a deal","action":"Update a deal"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["dealActivity"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many activities of a deal","action":"Get many deal activities"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["dealProduct"]}},"options":[{"name":"Add","value":"add","description":"Add a product to a deal","action":"Add a deal product"},{"name":"Get Many","value":"getAll","description":"Get many products in a deal","action":"Get many deal products"},{"name":"Remove","value":"remove","description":"Remove a product from a deal","action":"Remove a deal product"},{"name":"Update","value":"update","description":"Update a product in a deal","action":"Update a deal product"}],"default":"add"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Create","value":"create","description":"Create a file","action":"Create a file"},{"name":"Delete","value":"delete","description":"Delete a file","action":"Delete a file"},{"name":"Download","value":"download","description":"Download a file","action":"Download a file"},{"name":"Get","value":"get","description":"Get data of a file","action":"Get a file"},{"name":"Update","value":"update","description":"Update file details","action":"update details of a file"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["lead"]}},"options":[{"name":"Create","value":"create","description":"Create a lead","action":"Create a lead"},{"name":"Delete","value":"delete","description":"Delete a lead","action":"Delete a lead"},{"name":"Get","value":"get","description":"Get data of a lead","action":"Get a lead"},{"name":"Get Many","value":"getAll","description":"Get data of many leads","action":"Get many leads"},{"name":"Update","value":"update","description":"Update a lead","action":"Update a lead"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["note"]}},"options":[{"name":"Create","value":"create","description":"Create a note","action":"Create a note"},{"name":"Delete","value":"delete","description":"Delete a note","action":"Delete a note"},{"name":"Get","value":"get","description":"Get data of a note","action":"Get a note"},{"name":"Get Many","value":"getAll","description":"Get data of many notes","action":"Get many notes"},{"name":"Update","value":"update","description":"Update a note","action":"Update a note"}],"default":"create"},{"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 data of an organization","action":"Get an organization"},{"name":"Get Many","value":"getAll","description":"Get data of many organizations","action":"Get many organizations"},{"name":"Search","value":"search","description":"Search organizations","action":"Search an organization"},{"name":"Update","value":"update","description":"Update an organization","action":"Update an organization"}],"default":"create"},{"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 data of a person","action":"Get a person"},{"name":"Get Many","value":"getAll","description":"Get data of many persons","action":"Get many people"},{"name":"Search","value":"search","description":"Search all persons","action":"Search a person"},{"name":"Update","value":"update","description":"Update a person","action":"Update a person"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["product"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get data of many products","action":"Get many products"}],"default":"getAll"},{"displayName":"Subject","name":"subject","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["activity"]}},"description":"The subject of the activity to create"},{"displayName":"Done","name":"done","type":"options","displayOptions":{"show":{"operation":["create"],"resource":["activity"]}},"options":[{"name":"Not Done","value":"0"},{"name":"Done","value":"1"}],"default":"0","description":"Whether the activity is done or not"},{"displayName":"Type","name":"type","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["activity"]}},"placeholder":"call","description":"Type of the activity like \"call\", \"meeting\", etc"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["activity"]}},"default":{},"options":[{"displayName":"Deal ID","name":"deal_id","type":"number","default":0,"description":"ID of the deal this activity will be associated with"},{"displayName":"Due Date","name":"due_date","type":"dateTime","default":"","description":"Due Date to activity be done YYYY-MM-DD"},{"displayName":"Note","name":"note","type":"string","typeOptions":{"rows":5},"default":"","description":"Note of the activity (HTML format)"},{"displayName":"Organization Name or ID","name":"org_id","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizationIds"},"default":"","description":"ID of the organization this activity will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"description":"ID of the person this activity will be associated with"},{"displayName":"User Name or ID","name":"user_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Custom Properties","name":"customProperties","placeholder":"Add Custom Property","description":"Adds a custom property to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Property Name","name":"name","type":"string","default":"","description":"Name of the property to set"},{"displayName":"Property Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]}]},{"displayName":"Activity ID","name":"activityId","type":"number","displayOptions":{"show":{"operation":["delete"],"resource":["activity"]}},"default":0,"required":true,"description":"ID of the activity to delete"},{"displayName":"Activity ID","name":"activityId","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["activity"]}},"default":0,"required":true,"description":"ID of the activity to get"},{"displayName":"Activity ID","name":"activityId","type":"number","displayOptions":{"show":{"operation":["update"],"resource":["activity"]}},"default":0,"required":true,"description":"ID of the activity to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["activity"]}},"default":{},"options":[{"displayName":"Busy Flag","name":"busy_flag","type":"boolean","default":false,"description":"Whether the user is set to busy during the activity"},{"displayName":"Deal ID","name":"deal_id","type":"number","default":0,"description":"ID of the deal this activity will be associated with"},{"displayName":"Due Date","name":"due_date","type":"dateTime","default":"","description":"Due Date to activity be done YYYY-MM-DD"},{"displayName":"Done","name":"done","type":"options","options":[{"name":"Not Done","value":"0"},{"name":"Done","value":"1"}],"default":"0","description":"Whether the activity is done or not"},{"displayName":"Note","name":"note","type":"string","typeOptions":{"rows":5},"default":"","description":"Note of the activity (HTML format)"},{"displayName":"Organization Name or ID","name":"org_id","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizationIds"},"default":"","description":"ID of the organization this activity will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"description":"ID of the person this activity will be associated with"},{"displayName":"Public Description","name":"public_description","type":"string","default":"","description":"Additional details about the activity that is synced to your external calendar"},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The subject of the activity"},{"displayName":"Type","name":"type","type":"string","default":"","placeholder":"call","description":"Type of the activity like \"call\", \"meeting\", etc"},{"displayName":"User Name or ID","name":"user_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Custom Properties","name":"customProperties","placeholder":"Add Custom Property","description":"Adds a custom property to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Property Name","name":"name","type":"string","default":"","description":"Name of the property to set"},{"displayName":"Property Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]}]},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["deal"]}},"description":"The title of the deal to create"},{"displayName":"Associate With","name":"associateWith","type":"options","options":[{"name":"Organization","value":"organization"},{"name":"Person","value":"person"}],"default":"organization","description":"Type of entity to link to this deal","required":true,"displayOptions":{"show":{"resource":["deal"],"operation":["create"]}}},{"displayName":"Organization ID","name":"org_id","type":"number","default":0,"description":"ID of the organization this deal will be associated with","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["deal"],"associateWith":["organization"]}}},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"description":"ID of the person this deal will be associated with","displayOptions":{"show":{"operation":["create"],"resource":["deal"],"associateWith":["person"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["deal"]}},"default":{},"options":[{"displayName":"Currency","name":"currency","type":"string","default":"USD","description":"Currency of the deal. Accepts a 3-character currency code. Like EUR, USD, ..."},{"displayName":"Custom Properties","name":"customProperties","placeholder":"Add Custom Property","description":"Adds a custom property to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Property Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDealCustomFields"},"default":"","description":"Name of the property to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Property Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]},{"displayName":"Label Name or ID","name":"label","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDealLabels"},"default":""},{"displayName":"Lost Reason","name":"lost_reason","type":"string","default":"","description":"Reason why the deal was lost"},{"displayName":"Organization ID","name":"org_id","type":"number","default":0,"displayOptions":{"show":{"/associateWith":["person"]}},"description":"ID of the organization this deal will be associated with"},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"displayOptions":{"show":{"/associateWith":["organization"]}},"description":"ID of the person this deal will be associated with"},{"displayName":"Probability","name":"probability","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"description":"Deal success probability percentage"},{"displayName":"Stage Name or ID","name":"stage_id","type":"options","typeOptions":{"loadOptionsMethod":"getStageIds"},"default":"","description":"ID of the stage this deal will be placed in a pipeline. If omitted, the deal will be placed in the first stage of the default pipeline. (PIPELINE > STAGE). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Open","value":"open"},{"name":"Won","value":"won"},{"name":"Lost","value":"lost"},{"name":"Deleted","value":"deleted"}],"default":"open","description":"The status of the deal. If not provided it will automatically be set to \"open\"."},{"displayName":"User Name or ID","name":"user_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"number","default":0,"description":"Value of the deal. If not set it will automatically be set to 0."},{"displayName":"Visible To","name":"visible_to","type":"options","options":[{"name":"Owner & Followers (Private)","value":"1"},{"name":"Entire Company (Shared)","value":"3"}],"default":"3","description":"Visibility of the deal. If omitted, visibility will be set to the default visibility setting of this item type for the authorized user."}]},{"displayName":"Deal ID","name":"dealId","type":"number","displayOptions":{"show":{"operation":["delete"],"resource":["deal"]}},"default":0,"required":true,"description":"ID of the deal to delete"},{"displayName":"Deal ID","name":"dealId","type":"number","displayOptions":{"show":{"operation":["duplicate"],"resource":["deal"]}},"default":0,"required":true,"description":"ID of the deal to duplicate"},{"displayName":"Deal ID","name":"dealId","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["deal"]}},"default":0,"required":true,"description":"ID of the deal to get"},{"displayName":"Deal ID","name":"dealId","type":"number","displayOptions":{"show":{"operation":["update"],"resource":["deal"]}},"default":0,"required":true,"description":"ID of the deal to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["deal"]}},"default":{},"options":[{"displayName":"Currency","name":"currency","type":"string","default":"USD","description":"Currency of the deal. Accepts a 3-character currency code. Like EUR, USD, ..."},{"displayName":"Custom Properties","name":"customProperties","placeholder":"Add Custom Property","description":"Adds a custom property to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Property Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getDealCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Property Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]},{"displayName":"User Name or ID","name":"user_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"ID of the active user whom the activity will be assigned to. If omitted, the activity will be assigned to the authorized user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Label Name or ID","name":"label","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDealLabels"},"default":""},{"displayName":"Lost Reason","name":"lost_reason","type":"string","default":"","description":"Reason why the deal was lost"},{"displayName":"Organization Name or ID","name":"org_id","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizationIds"},"default":"","description":"ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"description":"ID of the person this deal will be associated with"},{"displayName":"Probability","name":"probability","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":0,"description":"Deal success probability percentage"},{"displayName":"Stage Name or ID","name":"stage_id","type":"options","typeOptions":{"loadOptionsMethod":"getStageIds"},"default":"","description":"ID of the stage this deal will be placed in a pipeline. If omitted, the deal will be placed in the first stage of the default pipeline. (PIPELINE > STAGE). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Open","value":"open"},{"name":"Won","value":"won"},{"name":"Lost","value":"lost"},{"name":"Deleted","value":"deleted"}],"default":"open","description":"The status of the deal. If not provided it will automatically be set to \"open\"."},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of the deal"},{"displayName":"Value","name":"value","type":"number","default":0,"description":"Value of the deal. If not set it will automatically be set to 0."},{"displayName":"Visible To","name":"visible_to","type":"options","options":[{"name":"Owner & Followers (Private)","value":"1"},{"name":"Entire Company (Shared)","value":"3"}],"default":"3","description":"Visibility of the deal. If omitted, visibility will be set to the default visibility setting of this item type for the authorized user."}]},{"displayName":"Deal Name or ID","name":"dealId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDeals"},"required":true,"displayOptions":{"show":{"operation":["add"],"resource":["dealProduct"]}},"description":"The ID of the deal to add a product to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Product Name or ID","name":"productId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getProducts"},"required":true,"displayOptions":{"show":{"operation":["add"],"resource":["dealProduct"]}},"description":"The ID of the product to add to a deal. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Item Price","name":"item_price","type":"number","typeOptions":{"numberPrecision":2},"default":0,"required":true,"description":"Price at which to add or update this product in a deal","displayOptions":{"show":{"operation":["add"],"resource":["dealProduct"]}}},{"displayName":"Quantity","name":"quantity","type":"number","default":1,"typeOptions":{"minValue":1},"required":true,"description":"How many items of this product to add/update in a deal","displayOptions":{"show":{"operation":["add"],"resource":["dealProduct"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["add"],"resource":["dealProduct"]}},"default":{},"options":[{"displayName":"Comments","name":"comments","type":"string","typeOptions":{"rows":4},"default":"","description":"Text to describe this product-deal attachment"},{"displayName":"Discount Percentage","name":"discount_percentage","type":"number","default":0,"typeOptions":{"minValue":0,"maxValue":100},"description":"Percentage of discount to apply"},{"displayName":"Product Variation ID","name":"product_variation_id","type":"string","default":"","description":"ID of the product variation to use"}]},{"displayName":"Deal Name or ID","name":"dealId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDeals"},"required":true,"displayOptions":{"show":{"operation":["update"],"resource":["dealProduct"]}},"description":"The ID of the deal whose product to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Product Attachment Name or ID","name":"productAttachmentId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getProductsDeal","loadOptionsDependsOn":["dealId"]},"required":true,"displayOptions":{"show":{"operation":["update"],"resource":["dealProduct"]}},"description":"ID of the deal-product (the ID of the product attached to the deal). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["dealProduct"]}},"default":{},"options":[{"displayName":"Comments","name":"comments","type":"string","typeOptions":{"rows":4},"default":"","description":"Text to describe this product-deal attachment"},{"displayName":"Discount Percentage","name":"discount_percentage","type":"number","default":0,"typeOptions":{"minValue":0,"maxValue":100},"description":"Percentage of discount to apply"},{"displayName":"Item Price","name":"item_price","type":"number","typeOptions":{"numberPrecision":2},"default":0,"description":"Price at which to add or update this product in a deal"},{"displayName":"Quantity","name":"quantity","type":"number","default":1,"typeOptions":{"minValue":1},"description":"How many items of this product to add/update in a deal"},{"displayName":"Product Variation ID","name":"product_variation_id","type":"string","default":"","description":"ID of the product variation to use"}]},{"displayName":"Deal Name or ID","name":"dealId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDeals"},"required":true,"displayOptions":{"show":{"operation":["remove"],"resource":["dealProduct"]}},"description":"The ID of the deal whose product to remove. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Product Attachment Name or ID","name":"productAttachmentId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getProductsDeal","loadOptionsDependsOn":["dealId"]},"required":true,"displayOptions":{"show":{"operation":["remove"],"resource":["dealProduct"]}},"description":"ID of the deal-product (the ID of the product attached to the deal). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Deal Name or ID","name":"dealId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDeals"},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["dealProduct"]}},"description":"The ID of the deal whose products to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Term","name":"term","type":"string","required":true,"displayOptions":{"show":{"operation":["search"],"resource":["deal"]}},"default":"","description":"The search term to look for. Minimum 2 characters (or 1 if using exact_match)."},{"displayName":"Exact Match","name":"exactMatch","type":"boolean","displayOptions":{"show":{"operation":["search"],"resource":["deal"]}},"default":false,"description":"Whether only full exact matches against the given term are returned. It is not case sensitive."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search"],"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":{"operation":["search"],"resource":["deal"]}},"default":{},"options":[{"displayName":"Include Fields","name":"includeFields","type":"string","default":"","description":"Supports including optional fields in the results which are not provided by default. Example: deal.cc_email."},{"displayName":"Organization ID","name":"organizationId","type":"string","default":"","description":"Will filter Deals by the provided Organization ID"},{"displayName":"Person ID","name":"personId","type":"string","default":"","description":"Will filter Deals by the provided Person ID"},{"displayName":"Search Fields","name":"fields","type":"multiOptions","options":[{"name":"Custom Fields","value":"custom_fields"},{"name":"Notes","value":"notes"},{"name":"Title","value":"title"}],"default":["custom_fields","notes","title"],"description":"A comma-separated string array. The fields to perform the search from. Defaults to all of them."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Open","value":"open"},{"name":"Won","value":"won"},{"name":"Lost","value":"lost"}],"default":"open","description":"The status of the deal. If not provided it will automatically be set to \"open\"."}]},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be written"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["file"]}},"default":{},"options":[{"displayName":"Activity ID","name":"activity_id","type":"number","default":0,"description":"ID of the activite this file will be associated with"},{"displayName":"Deal ID","name":"deal_id","type":"number","default":0,"description":"ID of the deal this file will be associated with"},{"displayName":"Organization Name or ID","name":"org_id","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizationIds"},"default":"","description":"ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"description":"ID of the person this file will be associated with"},{"displayName":"Product ID","name":"product_id","type":"number","default":0,"description":"ID of the person this file will be associated with"}]},{"displayName":"File ID","name":"fileId","type":"number","displayOptions":{"show":{"operation":["delete"],"resource":["file"]}},"default":0,"required":true,"description":"ID of the file to delete"},{"displayName":"File ID","name":"fileId","type":"number","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"default":0,"required":true,"description":"ID of the file to download"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"File ID","name":"fileId","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"default":0,"required":true,"description":"ID of the file to get"},{"displayName":"File ID","name":"fileId","type":"number","displayOptions":{"show":{"operation":["update"],"resource":["file"]}},"default":0,"required":true,"description":"ID of the file to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["file"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The updated visible name of the file"},{"displayName":"Description","name":"description","type":"string","default":"","description":"The updated description of the file"}]},{"displayName":"Title","name":"title","description":"Name of the lead to create","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["create"]}}},{"displayName":"Associate With","name":"associateWith","type":"options","options":[{"name":"Organization","value":"organization"},{"name":"Person","value":"person"}],"default":"organization","description":"Type of entity to link to this lead","required":true,"displayOptions":{"show":{"resource":["lead"],"operation":["create"]}}},{"displayName":"Organization ID","name":"organization_id","type":"number","default":0,"description":"ID of the organization to link to this lead","required":true,"displayOptions":{"show":{"resource":["lead"],"operation":["create"],"associateWith":["organization"]}}},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"description":"ID of the person to link to this lead","required":true,"displayOptions":{"show":{"resource":["lead"],"operation":["create"],"associateWith":["person"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["create"]}},"options":[{"displayName":"Expected Close Date","name":"expected_close_date","type":"dateTime","default":"","description":"Date when the lead’s deal is expected to be closed, in ISO-8601 format"},{"displayName":"Label Names or IDs","name":"label_ids","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLeadLabels"},"default":[],"description":"ID of the labels to attach to the lead to create. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Organization ID","name":"organization_id","type":"number","default":0,"description":"ID of the organization to link to this lead","displayOptions":{"show":{"/associateWith":["person"]}}},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"ID of the user who will own the lead to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"description":"ID of the person to link to this lead","displayOptions":{"show":{"/associateWith":["organization"]}}},{"displayName":"Value","name":"value","type":"fixedCollection","description":"Potential monetary value associated with the lead","default":{},"options":[{"displayName":"Value Properties","name":"valueProperties","values":[{"displayName":"Amount","name":"amount","type":"number","default":""},{"displayName":"Currency","name":"currency","type":"options","default":"USD","options":[{"name":"Afghani","value":"AFN"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Baht","value":"THB"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Belize Dollar","value":"BZD"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Brunei Dollar","value":"BND"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Chilean Peso","value":"CLP"},{"name":"Colombian Peso","value":"COP"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Dong","value":"VND"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Euro","value":"EUR"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Forint","value":"HUF"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Hryvnia","value":"UAH"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Kina","value":"PGK"},{"name":"Kuna","value":"HRK"},{"name":"Kyat","value":"MMK"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Lek","value":"ALL"},{"name":"Lempira","value":"HNL"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Ouguiya","value":"MRO"},{"name":"Pa’anga","value":"TOP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Pataca","value":"MOP"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pound Sterling","value":"GBP"},{"name":"Pula","value":"BWP"},{"name":"Qatari Rial","value":"QAR"},{"name":"Quetzal","value":"GTQ"},{"name":"Rand","value":"ZAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Rufiyaa","value":"MVR"},{"name":"Rupiah","value":"IDR"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Sol","value":"PEN"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Swiss Franc","value":"CHF"},{"name":"Syrian Pound","value":"SYP"},{"name":"Taka","value":"BDT"},{"name":"Tala","value":"WST"},{"name":"Tenge","value":"KZT"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"Turkish Lira","value":"TRY"},{"name":"UAE Dirham","value":"AED"},{"name":"US Dollar","value":"USD"},{"name":"Vatu","value":"VUV"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Won","value":"KRW"},{"name":"Yemeni Rial","value":"YER"},{"name":"Yen","value":"JPY"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Zloty","value":"PLN"}]}]}]}]},{"displayName":"Lead ID","name":"leadId","description":"ID of the lead to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}}},{"displayName":"Lead ID","name":"leadId","description":"ID of the lead to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["get"]}}},{"displayName":"Lead ID","name":"leadId","description":"ID of the lead to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["update"]}},"options":[{"displayName":"Title","name":"title","type":"string","default":"","description":"Name of the lead to update"},{"displayName":"Owner Name or ID","name":"owner_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"ID of the user who will own the lead to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Label Names or IDs","name":"label_ids","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLeadLabels"},"default":[],"description":"ID of the labels to attach to the lead to update. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Person Name or ID","name":"person_id","type":"options","typeOptions":{"loadOptionsMethod":"getPersons"},"default":"","description":"ID of the person to link to this lead. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"fixedCollection","description":"Potential monetary value associated with the lead","default":{},"options":[{"displayName":"Value Properties","name":"valueProperties","values":[{"displayName":"Amount","name":"amount","type":"number","default":""},{"displayName":"Currency","name":"currency","type":"options","default":"USD","options":[{"name":"Afghani","value":"AFN"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Baht","value":"THB"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Belize Dollar","value":"BZD"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Brunei Dollar","value":"BND"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Chilean Peso","value":"CLP"},{"name":"Colombian Peso","value":"COP"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Dong","value":"VND"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Euro","value":"EUR"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Forint","value":"HUF"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Hryvnia","value":"UAH"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Kina","value":"PGK"},{"name":"Kuna","value":"HRK"},{"name":"Kyat","value":"MMK"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Lek","value":"ALL"},{"name":"Lempira","value":"HNL"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Ouguiya","value":"MRO"},{"name":"Pa’anga","value":"TOP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Pataca","value":"MOP"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pound Sterling","value":"GBP"},{"name":"Pula","value":"BWP"},{"name":"Qatari Rial","value":"QAR"},{"name":"Quetzal","value":"GTQ"},{"name":"Rand","value":"ZAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Rufiyaa","value":"MVR"},{"name":"Rupiah","value":"IDR"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Sol","value":"PEN"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Swiss Franc","value":"CHF"},{"name":"Syrian Pound","value":"SYP"},{"name":"Taka","value":"BDT"},{"name":"Tala","value":"WST"},{"name":"Tenge","value":"KZT"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"Turkish Lira","value":"TRY"},{"name":"UAE Dirham","value":"AED"},{"name":"US Dollar","value":"USD"},{"name":"Vatu","value":"VUV"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Won","value":"KRW"},{"name":"Yemeni Rial","value":"YER"},{"name":"Yen","value":"JPY"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Zloty","value":"PLN"}]}]}]},{"displayName":"Expected Close Date","name":"expected_close_date","type":"dateTime","default":"","description":"Date when the lead’s deal is expected to be closed, in ISO-8601 format"}]},{"displayName":"Content","name":"content","typeOptions":{"rows":5},"type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["note"]}},"description":"The content of the note to create"},{"displayName":"Note ID","name":"noteId","type":"number","displayOptions":{"show":{"operation":["delete"],"resource":["note"]}},"default":0,"required":true,"description":"ID of the note to delete"},{"displayName":"Note ID","name":"noteId","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["note"]}},"default":0,"required":true,"description":"ID of the note to get"},{"displayName":"Note ID","name":"noteId","type":"number","displayOptions":{"show":{"operation":["update"],"resource":["note"]}},"default":0,"required":true,"description":"ID of the note to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["note"]}},"default":{},"options":[{"displayName":"Content","name":"content","typeOptions":{"rows":5},"type":"string","default":"","description":"The content of the note"},{"displayName":"Deal ID","name":"deal_id","type":"number","default":0,"description":"ID of the deal this note will be associated with"},{"displayName":"Lead ID","name":"lead_id","type":"number","default":0,"description":"ID of the lead this note will be associated with"},{"displayName":"Organization Name or ID","name":"org_id","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizationIds"},"default":"","description":"ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"description":"ID of the person this note will be associated with"}]},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["organization"]}},"description":"The name of the organization to create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["organization"]}},"default":{},"options":[{"displayName":"Custom Properties","name":"customProperties","placeholder":"Add Custom Property","description":"Adds a custom property to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Property Name","name":"name","type":"string","default":"","description":"Name of the property to set"},{"displayName":"Property Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]},{"displayName":"Label Name or ID","name":"label","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getOrganizationLabels"},"default":""},{"displayName":"Visible To","name":"visible_to","type":"options","options":[{"name":"Owner & Followers (Private)","value":"1"},{"name":"Entire Company (Shared)","value":"3"}],"default":"3","description":"Visibility of the person. If omitted, visibility will be set to the default visibility setting of this item type for the authorized user."}]},{"displayName":"Organization ID","name":"organizationId","type":"number","displayOptions":{"show":{"operation":["delete"],"resource":["organization"]}},"default":0,"required":true,"description":"ID of the organization to delete"},{"displayName":"Organization ID","name":"organizationId","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["organization"]}},"default":0,"required":true,"description":"ID of the organization to get"},{"displayName":"Term","name":"term","type":"string","required":true,"displayOptions":{"show":{"operation":["search"],"resource":["organization"]}},"default":"","description":"The search term to look for. Minimum 2 characters (or 1 if using exact_match)."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["search"],"resource":["organization"]}},"default":{},"options":[{"displayName":"Exact Match","name":"exactMatch","type":"boolean","default":false,"description":"Whether only full exact matches against the given term are returned. It is not case sensitive."},{"displayName":"Fields","name":"fields","type":"multiOptions","default":[],"description":"Fields to the search in. Defaults to all of them.","options":[{"name":"Address","value":"address"},{"name":"Custom Fields","value":"custom_fields"},{"name":"Name","value":"name"},{"name":"Notes","value":"notes"}]},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return the data exactly in the way it got received from the API"}]},{"displayName":"Organization ID","name":"organizationId","type":"number","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["organization"]}},"description":"The ID of the organization to create"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["organization"]}},"default":{},"options":[{"displayName":"Custom Properties","name":"customProperties","placeholder":"Add Custom Property","description":"Adds a custom property to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Property Name","name":"name","type":"string","default":"","description":"Name of the property to set"},{"displayName":"Property Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]},{"displayName":"Label Name or ID","name":"label","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getOrganizationLabels"},"default":""},{"displayName":"Name","name":"name","type":"string","default":"","description":"Organization name"},{"displayName":"Owner ID","name":"owner_id","type":"number","default":0,"description":"The ID of the user who will be marked as the owner of this Organization. When omitted, the authorized User ID will be used."},{"displayName":"Visible To","name":"visible_to","type":"options","options":[{"name":"Owner & Followers (Private)","value":"1"},{"name":"Entire Company (Shared)","value":"3"}],"default":"3","description":"Visibility of the person. If omitted, visibility will be set to the default visibility setting of this item type for the authorized user."}]},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["person"]}},"description":"The name of the person to create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["person"]}},"default":{},"options":[{"displayName":"Custom Properties","name":"customProperties","placeholder":"Add Custom Property","description":"Adds a custom property to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Property Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getPersonCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Property Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","typeOptions":{"multipleValues":true},"default":"","description":"Email of the person"},{"displayName":"Label Name or ID","name":"label","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPersonLabels"},"default":""},{"displayName":"Marketing Status","name":"marketing_status","type":"options","options":[{"name":"No Consent","value":"no_consent"},{"name":"Unsubscribed","value":"unsubscribed"},{"name":"Subscribed","value":"subscribed"},{"name":"Archived","value":"archived"}],"default":"subscribed","description":"Please be aware that it is only allowed once to change the marketing status from an old status to a new one"},{"displayName":"Organization Name or ID","name":"org_id","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizationIds"},"default":"","description":"ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","typeOptions":{"multipleValues":true},"default":"","description":"Phone number of the person"},{"displayName":"Visible To","name":"visible_to","type":"options","options":[{"name":"Owner & Followers (Private)","value":"1"},{"name":"Entire Company (Shared)","value":"3"}],"default":"3","description":"Visibility of the person. If omitted, visibility will be set to the default visibility setting of this item type for the authorized user."},{"displayName":"User Name or ID","name":"owner_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"ID of the User this deal will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Person ID","name":"personId","type":"number","displayOptions":{"show":{"operation":["delete"],"resource":["person"]}},"default":0,"required":true,"description":"ID of the person to delete"},{"displayName":"Person ID","name":"personId","type":"number","displayOptions":{"show":{"operation":["get"],"resource":["person"]}},"default":0,"required":true,"description":"ID of the person to get"},{"displayName":"Person ID","name":"personId","type":"number","displayOptions":{"show":{"operation":["update"],"resource":["person"]}},"default":0,"required":true,"description":"ID of the person to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","description":"The fields to update","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["person"]}},"default":{},"options":[{"displayName":"Custom Properties","name":"customProperties","placeholder":"Add Custom Property","description":"Adds a custom property to set also values which have not been predefined","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"property","displayName":"Property","values":[{"displayName":"Property Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"getPersonCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Property Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","typeOptions":{"multipleValues":true},"default":"","description":"Email of the person"},{"displayName":"Label Name or ID","name":"label","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getPersonLabels"},"default":""},{"displayName":"Marketing Status","name":"marketing_status","type":"options","options":[{"name":"No Consent","value":"no_consent"},{"name":"Unsubscribed","value":"unsubscribed"},{"name":"Subscribed","value":"subscribed"},{"name":"Archived","value":"archived"}],"default":"subscribed","description":"Please be aware that it is only allowed once to change the marketing status from an old status to a new one"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the person"},{"displayName":"Organization Name or ID","name":"org_id","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizationIds"},"default":"","description":"ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","typeOptions":{"multipleValues":true},"default":"","description":"Phone number of the person"},{"displayName":"User Name or ID","name":"owner_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"ID of the User this person will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Visible To","name":"visible_to","type":"options","options":[{"name":"Owner & Followers (Private)","value":"1"},{"name":"Entire Company (Shared)","value":"3"}],"default":"3","description":"Visibility of the deal. If omitted, visibility will be set to the default visibility setting of this item type for the authorized user."}]},{"displayName":"Resolve Properties","name":"resolveProperties","type":"boolean","displayOptions":{"show":{"resource":["activity","deal","organization","person","product"],"operation":["get","getAll"]}},"default":false,"description":"By default do custom properties get returned only as ID instead of their actual name. Also option fields contain only the ID instead of their actual value. If this option gets set they get automatically resolved."},{"displayName":"Encode Properties","name":"encodeProperties","type":"boolean","displayOptions":{"show":{"resource":["activity","deal","organization","person","product"],"operation":["update"]}},"default":false,"description":"By default do custom properties have to be set as ID instead of their actual name. Also option fields have to be set as ID instead of their actual value. If this option gets set they get automatically encoded."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Deal Name or ID","name":"dealId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getDeals"},"required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["dealActivity"]}},"description":"The ID of the deal whose activity to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll"],"resource":["dealActivity"]}},"default":{},"options":[{"displayName":"Done","name":"done","type":"boolean","default":false,"description":"Whether the activity is done or not"},{"displayName":"Exclude Activity IDs","name":"exclude","type":"string","default":"","description":"A comma-separated Activity IDs, to exclude from result. Ex. 4, 9, 11, ..."}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["getAll"]}},"options":[{"displayName":"Archived Status","name":"archived_status","type":"options","default":"all","options":[{"name":"Archived","value":"archived"},{"name":"All","value":"all"},{"name":"Not Archived","value":"not_archived"}]}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll"],"resource":["organization"]}},"default":{},"options":[{"displayName":"First Char","name":"firstChar","type":"string","default":"","description":"If supplied, only organizations whose name starts with the specified letter will be returned"},{"displayName":"Predefined Filter Name or ID","name":"filterId","type":"options","typeOptions":{"loadOptionsMethod":"getFilters"},"default":"","description":"ID of the filter to use. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll"],"resource":["person"]}},"default":{},"options":[{"displayName":"Predefined Filter Name or ID","name":"filterId","type":"options","typeOptions":{"loadOptionsMethod":"getFilters"},"default":"","description":"ID of the filter to use. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"First Char","name":"firstChar","type":"string","default":"","description":"If supplied, only persons whose name starts with the specified letter will be returned"},{"displayName":"Sort","name":"sort","type":"string","default":"","description":"The field names and sorting mode separated by a comma (field_name_1 ASC, field_name_2 DESC). Only first-level field keys are supported (no nested keys)."}]},{"displayName":"Term","name":"term","type":"string","required":true,"displayOptions":{"show":{"operation":["search"],"resource":["person"]}},"default":"","description":"The search term to look for. Minimum 2 characters (or 1 if using exact_match)."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["search"],"resource":["person"]}},"default":{},"options":[{"displayName":"Exact Match","name":"exactMatch","type":"boolean","default":false,"description":"Whether only full exact matches against the given term are returned. It is not case sensitive."},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"A comma-separated string array. The fields to perform the search from. Defaults to all of them."},{"displayName":"Include Fields","name":"includeFields","type":"string","default":"","description":"Supports including optional fields in the results which are not provided by default"},{"displayName":"Organization ID","name":"organizationId","type":"string","default":"","description":"Will filter Deals by the provided Organization ID"},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return the data exactly in the way it got received from the API"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create","getAll"],"resource":["note"]}},"default":{},"options":[{"displayName":"Deal ID","name":"deal_id","type":"number","default":0,"description":"ID of the deal this note will be associated with"},{"displayName":"Lead ID","name":"lead_id","type":"number","default":0,"description":"ID of the lead this note will be associated with"},{"displayName":"Organization Name or ID","name":"org_id","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizationIds"},"default":"","description":"ID of the organization this deal will be associated with. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Person ID","name":"person_id","type":"number","default":0,"description":"ID of the person this note will be associated with"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll"],"resource":["activity"]}},"default":{},"options":[{"displayName":"Done","name":"done","type":"boolean","default":false,"description":"Whether the Activity is done or not. 0 = Not done, 1 = Done. If omitted returns both Done and Not done activities."},{"displayName":"End Date","name":"end_date","type":"dateTime","default":"","description":"Use the Activity due date where you wish to stop fetching Activities from. Insert due date in YYYY-MM-DD format."},{"displayName":"Predefined Filter Name or ID","name":"filterId","type":"options","typeOptions":{"loadOptionsMethod":"getFilters"},"default":"","description":"The ID of the Filter to use (will narrow down results if used together with user_id parameter). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Star Date","name":"start_date","type":"dateTime","default":"","description":"Use the Activity due date where you wish to begin fetching Activities from. Insert due date in YYYY-MM-DD format."},{"displayName":"Type Names or IDs","name":"type","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getActivityTypes"},"default":[],"description":"Type of the Activity. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"user_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"The ID of the User whose Activities will be fetched. If omitted, the User associated with the API token will be used. If 0, Activities for all company Users will be fetched based on the permission sets. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"operation":["getAll"],"resource":["deal"]}},"default":{},"options":[{"displayName":"Predefined Filter Name or ID","name":"filter_id","type":"options","typeOptions":{"loadOptionsMethod":"getFilters"},"default":"","description":"Predefined filter to apply to the deals to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Stage Name or ID","name":"stage_id","type":"options","typeOptions":{"loadOptionsMethod":"getStageIds"},"default":"","description":"ID of the stage to filter deals by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"All Not Deleted","value":"all_not_deleted"},{"name":"Deleted","value":"deleted"},{"name":"Lost","value":"lost"},{"name":"Open","value":"open"},{"name":"Won","value":"won"}],"default":"all_not_deleted","description":"Status to filter deals by. Defaults to <code>all_not_deleted</code>"},{"displayName":"User Name or ID","name":"user_id","type":"options","typeOptions":{"loadOptionsMethod":"getUserIds"},"default":"","description":"ID of the user to filter deals by. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.pipedrive/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/pipedrive/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Pipedrive/pipedrive.svg"},
{"displayName":"Pipedrive Trigger","name":"pipedriveTrigger","group":["trigger"],"version":[1,1.1],"defaultVersion":1.1,"description":"Starts the workflow when Pipedrive events occur","defaults":{"name":"Pipedrive Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"pipedriveApi","required":true,"displayOptions":{"show":{"authentication":["apiToken"]}}},{"name":"pipedriveOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}},{"name":"httpBasicAuth","required":true,"displayOptions":{"show":{"incomingAuthentication":["basicAuth"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Token","value":"apiToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiToken"},{"displayName":"Incoming Authentication","name":"incomingAuthentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"None","value":"none"}],"default":"none","description":"If authentication should be activated for the webhook (makes it more secure)"},{"displayName":"Action","name":"action","type":"options","displayOptions":{"hide":{"@version":[{"_cnd":{"gte":1.1}}]}},"options":[{"name":"Added","value":"added","description":"Data got added","action":"Data was added"},{"name":"All","value":"*","description":"Any change","action":"Any change"},{"name":"Deleted","value":"deleted","description":"Data got deleted","action":"Data was deleted"},{"name":"Merged","value":"merged","description":"Data got merged","action":"Data was merged"},{"name":"Updated","value":"updated","description":"Data got updated","action":"Data was updated"}],"default":"*","description":"Type of action to receive notifications about"},{"displayName":"Action","name":"action","type":"options","displayOptions":{"hide":{"@version":[{"_cnd":{"lte":1}}]}},"options":[{"name":"All","value":"*","description":"Any change","action":"Any change"},{"name":"Create","value":"create","description":"Data got added","action":"Data was added"},{"name":"Delete","value":"delete","description":"Data got deleted","action":"Data was deleted"},{"name":"Change","value":"change","description":"Data got changed","action":"Data was changed"}],"default":"*","description":"Type of action to receive notifications about"},{"displayName":"Entity","name":"entity","type":"options","options":[{"name":"Activity","value":"activity"},{"name":"Activity Type","value":"activityType"},{"name":"All","value":"*"},{"name":"Deal","value":"deal"},{"name":"Note","value":"note"},{"name":"Organization","value":"organization"},{"name":"Person","value":"person"},{"name":"Pipeline","value":"pipeline"},{"name":"Product","value":"product"},{"name":"Stage","value":"stage"},{"name":"User","value":"user"}],"default":"*","description":"Type of object to receive notifications about","displayOptions":{"hide":{"@version":[{"_cnd":{"lte":1}}]}}},{"displayName":"Object","name":"object","type":"options","options":[{"name":"Activity","value":"activity"},{"name":"Activity Type","value":"activityType"},{"name":"All","value":"*"},{"name":"Deal","value":"deal"},{"name":"Note","value":"note"},{"name":"Organization","value":"organization"},{"name":"Person","value":"person"},{"name":"Pipeline","value":"pipeline"},{"name":"Product","value":"product"},{"name":"Stage","value":"stage"},{"name":"User","value":"user"}],"default":"*","description":"Type of object to receive notifications about","displayOptions":{"hide":{"@version":[{"_cnd":{"gte":1.1}}]}}}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.pipedrivetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/pipedrive/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Pipedrive/pipedrive.svg"},
{"displayName":"Plivo","name":"plivo","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Send SMS/MMS messages or make phone calls","defaults":{"name":"Plivo"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"plivoApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Call","value":"call"},{"name":"MMS","value":"mms"},{"name":"SMS","value":"sms"}],"default":"sms","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sms"]}},"options":[{"name":"Send","value":"send","description":"Send an SMS message","action":"Send an SMS"}],"default":"send"},{"displayName":"From","name":"from","type":"string","default":"","description":"Plivo Number to send the SMS from","placeholder":"+14156667777","required":true,"displayOptions":{"show":{"resource":["sms"],"operation":["send"]}}},{"displayName":"To","name":"to","type":"string","default":"","description":"Phone number to send the message to","placeholder":"+14156667778","required":true,"displayOptions":{"show":{"resource":["sms"],"operation":["send"]}}},{"displayName":"Message","name":"message","type":"string","default":"","description":"Message to send","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["mms"]}},"options":[{"name":"Send","value":"send","description":"Send an MMS message (US/Canada only)","action":"Send an MMS"}],"default":"send"},{"displayName":"From","name":"from","type":"string","default":"","description":"Plivo Number to send the MMS from","placeholder":"+14156667777","required":true,"displayOptions":{"show":{"resource":["mms"],"operation":["send"]}}},{"displayName":"To","name":"to","type":"string","default":"","description":"Phone number to send the MMS to","placeholder":"+14156667778","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["mms"]}}},{"displayName":"Message","name":"message","type":"string","default":"","description":"Message to send","displayOptions":{"show":{"resource":["mms"],"operation":["send"]}}},{"displayName":"Media URLs","name":"media_urls","type":"string","default":"","displayOptions":{"show":{"resource":["mms"],"operation":["send"]}},"description":"Comma-separated list of media URLs of the files from your file server"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["call"]}},"options":[{"name":"Make","value":"make","description":"Make a voice call","action":"Make a call"}],"default":"make"},{"displayName":"From","name":"from","type":"string","default":"","placeholder":"+14156667777","description":"Caller ID for the call to make","required":true,"displayOptions":{"show":{"resource":["call"],"operation":["make"]}}},{"displayName":"To","name":"to","type":"string","default":"","placeholder":"+14156667778","required":true,"description":"Phone number to make the call to","displayOptions":{"show":{"resource":["call"],"operation":["make"]}}},{"displayName":"Answer Method","name":"answer_method","type":"options","required":true,"description":"HTTP verb to be used when invoking the Answer URL","default":"POST","options":[{"name":"GET","value":"GET"},{"name":"POST","value":"POST"}],"displayOptions":{"show":{"resource":["call"],"operation":["make"]}}},{"displayName":"Answer URL","name":"answer_url","type":"string","default":"","description":"URL to be invoked by Plivo once the call is answered. It should return the XML to handle the call once answered.","required":true,"displayOptions":{"show":{"resource":["call"],"operation":["make"]}}}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.plivo/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/plivo/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Plivo/plivo.svg"},
{"displayName":"PostBin","name":"postBin","group":["transform"],"version":1,"subtitle":"={{ $parameter[\"operation\"] + \": \" + $parameter[\"resource\"] }}","description":"Consume PostBin API","defaults":{"name":"PostBin"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[],"requestDefaults":{"baseURL":"https://www.postb.in"},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Bin","value":"bin"},{"name":"Request","value":"request"}],"default":"bin","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["bin"]}},"options":[{"name":"Create","value":"create","description":"Create bin","routing":{"request":{"method":"POST","url":"/api/bin"},"output":{"postReceive":[null]}},"action":"Create a bin"},{"name":"Get","value":"get","description":"Get a bin","routing":{"request":{"method":"GET"},"output":{"postReceive":[null]},"send":{"preSend":[null]}},"action":"Get a bin"},{"name":"Delete","value":"delete","description":"Delete a bin","routing":{"request":{"method":"DELETE"},"send":{"preSend":[null]}},"action":"Delete a bin"}],"default":"create"},{"displayName":"Bin ID","name":"binId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["bin"],"operation":["get","delete"]}},"description":"Unique identifier for each bin"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["request"]}},"options":[{"name":"Get","value":"get","description":"Get a request","routing":{"request":{"method":"GET","url":"=/api/bin/{{$parameter[\"binId\"]}}/req/{{$parameter[\"requestId\"]}}"},"send":{"preSend":[null]}},"action":"Get a request"},{"name":"Remove First","value":"removeFirst","description":"Remove the first request from bin","routing":{"request":{"method":"GET","url":"=/api/bin/{{$parameter[\"binId\"]}}/req/shift"},"send":{"preSend":[null]}},"action":"Remove First a request"},{"name":"Send","value":"send","description":"Send a test request to the bin","routing":{"request":{"method":"POST"},"send":{"preSend":[null]},"output":{"postReceive":[{"type":"set","properties":{"value":"={{ { \"requestId\": $response.body } }}"}}]}},"action":"Send a request"}],"default":"get"},{"displayName":"Bin ID","name":"binId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["request"],"operation":["get","removeFirst","send"]}},"description":"Unique identifier for each bin"},{"displayName":"Bin Content","name":"binContent","type":"string","default":"","typeOptions":{"rows":5},"displayOptions":{"show":{"resource":["request"],"operation":["send"]}},"routing":{"send":{"property":"content","type":"body"}}},{"displayName":"Request ID","name":"requestId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["request"],"operation":["get"]}},"description":"Unique identifier for each request"},{"displayName":"Request Options","name":"requestOptions","type":"collection","isNodeSetting":true,"placeholder":"Add Option","default":{},"options":[{"displayName":"Batching","name":"batching","placeholder":"Add Batching","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{"batch":{}},"options":[{"displayName":"Batching","name":"batch","values":[{"displayName":"Items per Batch","name":"batchSize","type":"number","typeOptions":{"minValue":-1},"default":50,"description":"Input will be split in batches to throttle requests. -1 for disabled. 0 will be treated as 1."},{"displayName":"Batch Interval (ms)","name":"batchInterval","type":"number","typeOptions":{"minValue":0},"default":1000,"description":"Time (in milliseconds) between each batch of requests. 0 for disabled."}]}]},{"displayName":"Ignore SSL Issues (Insecure)","name":"allowUnauthorizedCerts","type":"boolean","noDataExpression":true,"default":false,"description":"Whether to accept the response even if SSL certificate validation is not possible"},{"displayName":"Proxy","name":"proxy","type":"string","default":"","placeholder":"e.g. http://myproxy:3128","description":"HTTP proxy to use. If authentication is required it can be defined as follow: http://username:password@myproxy:3128"},{"displayName":"Timeout","name":"timeout","type":"number","typeOptions":{"minValue":1},"default":10000,"description":"Time in ms to wait for the server to send response headers (and start the response body) before aborting the request"}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.postbin/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/PostBin/postbin.svg"},
{"displayName":"Postgres","name":"postgres","group":["input"],"defaultVersion":2.6,"description":"Get, add and update data in Postgres","parameterPane":"wide","version":[2,2.1,2.2,2.3,2.4,2.5,2.6],"subtitle":"={{ $parameter[\"operation\"] }}","defaults":{"name":"Postgres"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"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/expressions/\" target=\"_blank\">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"},{"name":"Is Not Null","value":"IS NOT NULL"}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","displayOptions":{"hide":{"condition":["IS NULL","IS NOT NULL"]}},"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":"Delay Closing Idle Connection","name":"delayClosingIdleConnection","type":"number","default":0,"description":"Number of seconds to wait before idle connection would be eligible for closing","typeOptions":{"minValue":0}},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"options":[{"name":"Single Query","value":"single","description":"A single query for all incoming items"},{"name":"Independent","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\" target=\"_blank\">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":"Treat query parameters in single quotes as text","name":"treatQueryParametersInSingleQuotesAsText","type":"boolean","default":false,"description":"Whether to treat query parameters enclosed in single quotes as text e.g. '$1'","displayOptions":{"show":{"queryReplacement":[{"_cnd":{"exists":true}}]}}},{"displayName":"Output Columns","name":"outputColumns","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">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","noDataExpression":true,"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":"PostgreSQL"},"hint":"Consider using query parameters to prevent SQL injection attacks. Add them in the options below","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":"Delay Closing Idle Connection","name":"delayClosingIdleConnection","type":"number","default":0,"description":"Number of seconds to wait before idle connection would be eligible for closing","typeOptions":{"minValue":0}},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"options":[{"name":"Single Query","value":"single","description":"A single query for all incoming items"},{"name":"Independent","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\" target=\"_blank\">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":"Treat query parameters in single quotes as text","name":"treatQueryParametersInSingleQuotesAsText","type":"boolean","default":false,"description":"Whether to treat query parameters enclosed in single quotes as text e.g. '$1'","displayOptions":{"show":{"queryReplacement":[{"_cnd":{"exists":true}}]}}},{"displayName":"Output Columns","name":"outputColumns","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">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 an 'Edit Fields' 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/expressions/\" target=\"_blank\">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":[{"_cnd":{"gte":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":"Delay Closing Idle Connection","name":"delayClosingIdleConnection","type":"number","default":0,"description":"Number of seconds to wait before idle connection would be eligible for closing","typeOptions":{"minValue":0}},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"options":[{"name":"Single Query","value":"single","description":"A single query for all incoming items"},{"name":"Independent","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\" target=\"_blank\">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":"Treat query parameters in single quotes as text","name":"treatQueryParametersInSingleQuotesAsText","type":"boolean","default":false,"description":"Whether to treat query parameters enclosed in single quotes as text e.g. '$1'","displayOptions":{"show":{"queryReplacement":[{"_cnd":{"exists":true}}]}}},{"displayName":"Output Columns","name":"outputColumns","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">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/expressions/\" target=\"_blank\">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"},{"name":"Is Not Null","value":"IS NOT NULL"}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","displayOptions":{"hide":{"condition":["IS NULL","IS NOT NULL"]}},"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/expressions/\" target=\"_blank\">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":"Delay Closing Idle Connection","name":"delayClosingIdleConnection","type":"number","default":0,"description":"Number of seconds to wait before idle connection would be eligible for closing","typeOptions":{"minValue":0}},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"options":[{"name":"Single Query","value":"single","description":"A single query for all incoming items"},{"name":"Independent","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\" target=\"_blank\">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":"Treat query parameters in single quotes as text","name":"treatQueryParametersInSingleQuotesAsText","type":"boolean","default":false,"description":"Whether to treat query parameters enclosed in single quotes as text e.g. '$1'","displayOptions":{"show":{"queryReplacement":[{"_cnd":{"exists":true}}]}}},{"displayName":"Output Columns","name":"outputColumns","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">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 an 'Edit Fields' 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/expressions/\" target=\"_blank\">expression</a>.","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["schema.value","table.value"]},"default":"","hint":"The column to use when matching rows in Postgres to the input items of this node. Usually an ID.","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/expressions/\" target=\"_blank\">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":[{"_cnd":{"gte":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":"Delay Closing Idle Connection","name":"delayClosingIdleConnection","type":"number","default":0,"description":"Number of seconds to wait before idle connection would be eligible for closing","typeOptions":{"minValue":0}},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"options":[{"name":"Single Query","value":"single","description":"A single query for all incoming items"},{"name":"Independent","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\" target=\"_blank\">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":"Treat query parameters in single quotes as text","name":"treatQueryParametersInSingleQuotesAsText","type":"boolean","default":false,"description":"Whether to treat query parameters enclosed in single quotes as text e.g. '$1'","displayOptions":{"show":{"queryReplacement":[{"_cnd":{"exists":true}}]}}},{"displayName":"Output Columns","name":"outputColumns","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">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 an 'Edit Fields' 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/expressions/\" target=\"_blank\">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/expressions/\" target=\"_blank\">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":[{"_cnd":{"gte":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":"Delay Closing Idle Connection","name":"delayClosingIdleConnection","type":"number","default":0,"description":"Number of seconds to wait before idle connection would be eligible for closing","typeOptions":{"minValue":0}},{"displayName":"Query Batching","name":"queryBatching","type":"options","noDataExpression":true,"options":[{"name":"Single Query","value":"single","description":"A single query for all incoming items"},{"name":"Independent","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\" target=\"_blank\">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":"Treat query parameters in single quotes as text","name":"treatQueryParametersInSingleQuotesAsText","type":"boolean","default":false,"description":"Whether to treat query parameters enclosed in single quotes as text e.g. '$1'","displayOptions":{"show":{"queryReplacement":[{"_cnd":{"exists":true}}]}}},{"displayName":"Output Columns","name":"outputColumns","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\" target=\"_blank\">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/integrations/builtin/credentials/postgres/"}]}}},
{"displayName":"Postgres","name":"postgres","group":["input"],"defaultVersion":2.6,"description":"Get, add and update data in Postgres","parameterPane":"wide","version":1,"defaults":{"name":"Postgres"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"postgres","required":true,"testedBy":"postgresConnectionTest"}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute an SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in database","action":"Insert rows in database"},{"name":"Update","value":"update","description":"Update rows in database","action":"Update rows in database"}],"default":"insert"},{"displayName":"Query","name":"query","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor","sqlDialect":"PostgreSQL"},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT id, name FROM product WHERE quantity > $1 AND price <= $2","required":true,"description":"The SQL query to execute. You can use n8n expressions or $1 and $2 in conjunction with query parameters."},{"displayName":"Schema","name":"schema","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"public","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:int,name:text,description","description":"Comma-separated list of the properties which should used as columns for the new rows. You can use type casting with colons (:) like id:int."},{"displayName":"Schema","name":"schema","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"public","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:text,description","description":"Comma-separated list of the properties which should used as columns for rows to update. You can use type casting with colons (:) like id:int."},{"displayName":"Return Fields","name":"returnFields","type":"string","requiresDataPath":"multiple","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."},{"name":"Transaction","value":"transaction","description":"Executes all queries in a single transaction"}],"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.postgres/\">the docs</a> for more examples"},{"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":"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"}]}],"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/integrations/builtin/credentials/postgres/"}]}}},
{"displayName":"Postgres Trigger","name":"postgresTrigger","group":["trigger"],"version":1,"description":"Listens to Postgres messages","eventTriggerDescription":"","defaults":{"name":"Postgres Trigger"},"triggerPanel":{"header":"","executionsHelp":{"inactive":"<b>While building your workflow</b>, click the 'execute step' button, then trigger a Postgres event. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Once you're happy with your workflow</b>, publish it. Then every time a change is detected, the workflow will execute. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor.","active":"<b>While building your workflow</b>, click the 'execute step' button, then trigger a Postgres event. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Your workflow will also execute automatically</b>, since it's activated. Every time a change is detected, this node will trigger an execution. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor."},"activationHint":"Once you've finished building your workflow, publish it to have it also listen continuously (you just won't see those executions here)."},"inputs":[],"outputs":["main"],"credentials":[{"name":"postgres","required":true}],"properties":[{"displayName":"Listen For","name":"triggerMode","type":"options","options":[{"name":"Table Row Change Events","value":"createTrigger","description":"Insert, update or delete"},{"name":"Advanced","value":"listenTrigger","description":"Listen to existing Postgres 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":"Event to listen for","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":""}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Connection Timeout","name":"connectionTimeout","type":"number","default":30,"description":"Number of seconds reserved for connecting to the database"},{"displayName":"Delay Closing Idle Connection","name":"delayClosingIdleConnection","type":"number","default":0,"description":"Number of seconds to wait before idle connection would be eligible for closing","typeOptions":{"minValue":0}}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.postgrestrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/postgres/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Postgres/postgres.svg"},
{"displayName":"PostHog","name":"postHog","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume PostHog API","defaults":{"name":"PostHog"},"usableAsTool":true,"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/integrations/builtin/credentials/posthog/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/PostHog/postHog.svg"},
{"displayName":"Postmark Trigger","name":"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/integrations/builtin/credentials/postmark/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Postmark/postmark.png"},
{"displayName":"ProfitWell","name":"profitWell","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume ProfitWell API","defaults":{"name":"ProfitWell"},"usableAsTool":true,"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/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/integrations/builtin/credentials/profitwell/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/ProfitWell/profitwell.svg","dark":"icons/n8n-nodes-base/dist/nodes/ProfitWell/profitwell.dark.svg"}},
{"displayName":"Pushbullet","name":"pushbullet","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Pushbullet API","defaults":{"name":"Pushbullet"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"pushbulletOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Push","value":"push"}],"default":"push"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["push"]}},"options":[{"name":"Create","value":"create","description":"Create a push","action":"Create a push"},{"name":"Delete","value":"delete","description":"Delete a push","action":"Delete a push"},{"name":"Get Many","value":"getAll","description":"Get many pushes","action":"Get many pushes"},{"name":"Update","value":"update","description":"Update a push","action":"Update a push"}],"default":"create"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"File","value":"file"},{"name":"Link","value":"link"},{"name":"Note","value":"note"}],"required":true,"displayOptions":{"show":{"resource":["push"],"operation":["create"]}},"default":"note"},{"displayName":"Title","name":"title","type":"string","required":true,"displayOptions":{"show":{"resource":["push"],"operation":["create"],"type":["note","link"]}},"default":"","description":"Title of the push"},{"displayName":"Body","name":"body","type":"string","required":true,"displayOptions":{"show":{"resource":["push"],"operation":["create"],"type":["note","link","file"]}},"default":"","description":"Body of the push"},{"displayName":"URL","name":"url","type":"string","required":true,"displayOptions":{"show":{"resource":["push"],"operation":["create"],"type":["link"]}},"default":"","description":"URL of the push"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"resource":["push"],"operation":["create"],"type":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be written"},{"displayName":"Target","name":"target","type":"options","options":[{"name":"Channel Tag","value":"channel_tag","description":"Send the push to all subscribers to your channel that has this tag"},{"name":"Default","value":"default","description":"Broadcast it to all of the user's devices"},{"name":"Device ID","value":"device_iden","description":"Send the push to a specific device"},{"name":"Email","value":"email","description":"Send the push to this email address"}],"required":true,"displayOptions":{"show":{"resource":["push"],"operation":["create"]}},"default":"default","description":"Define the medium that will be used to send the push"},{"displayName":"Value","name":"value","type":"string","required":true,"displayOptions":{"show":{"resource":["push"],"operation":["create"]},"hide":{"target":["default","device_iden"]}},"default":"","description":"The value to be set depending on the target selected. For example, if the target selected is email then this field would take the email address of the person you are trying to send the push to."},{"displayName":"Value Name or ID","name":"value","type":"options","typeOptions":{"loadOptionsMethod":"getDevices"},"required":true,"displayOptions":{"show":{"resource":["push"],"operation":["create"],"target":["device_iden"]}},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Push ID","name":"pushId","type":"string","required":true,"displayOptions":{"show":{"resource":["push"],"operation":["delete"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["push"]}},"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":["push"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["push"],"operation":["getAll"]}},"options":[{"displayName":"Active","name":"active","type":"boolean","default":false,"description":"Don't return deleted pushes"},{"displayName":"Modified After","name":"modified_after","type":"dateTime","default":"","description":"Request pushes modified after this timestamp"}]},{"displayName":"Push ID","name":"pushId","type":"string","required":true,"displayOptions":{"show":{"resource":["push"],"operation":["update"]}},"default":""},{"displayName":"Dismissed","name":"dismissed","type":"boolean","required":true,"displayOptions":{"show":{"resource":["push"],"operation":["update"]}},"default":false,"description":"Whether to mark a push as having been dismissed by the user, will cause any notifications for the push to be hidden if possible"}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.pushbullet/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/pushbullet/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Pushbullet/pushbullet.svg"},
{"displayName":"Pushcut","name":"pushcut","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Pushcut API","defaults":{"name":"Pushcut"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"pushcutApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Notification","value":"notification"}],"default":"notification"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["notification"]}},"options":[{"name":"Send","value":"send","description":"Send a notification","action":"Send a notification"}],"default":"send"},{"displayName":"Notification Name or ID","name":"notificationName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getNotifications"},"displayOptions":{"show":{"resource":["notification"],"operation":["send"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["send"],"resource":["notification"]}},"default":{},"options":[{"displayName":"Device Names or IDs","name":"devices","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDevices"},"default":[],"description":"List of devices this notification is sent to. (default is all devices). Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Input","name":"input","type":"string","default":"","description":"Value that is passed as input to the notification action"},{"displayName":"Text","name":"text","type":"string","default":"","description":"Text that is used instead of the one defined in the app"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title that is used instead of the one defined in the app"}]}],"codex":{"categories":["Communication","Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.pushcut/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/pushcut/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Pushcut/pushcut.png"},
{"displayName":"Pushcut Trigger","name":"pushcutTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when Pushcut events occur","defaults":{"name":"Pushcut Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"pushcutApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Action Name","name":"actionName","type":"string","description":"Choose any name you would like. It will show up as a server action in the app.","default":""}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.pushcuttrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/pushcut/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Pushcut/pushcut.png"},
{"displayName":"Pushover","name":"pushover","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Pushover API","defaults":{"name":"Pushover"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"pushoverApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Message","value":"message"}],"default":"message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Push","value":"push","action":"Push a message"}],"default":"push"},{"displayName":"User Key","name":"userKey","type":"string","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["push"]}},"default":"","description":"The user/group key (not e-mail address) of your user (or you), viewable when logged into the <a href=\"https://pushover.net/\">dashboard</a> (often referred to as <code>USER_KEY</code> in the <a href=\"https://support.pushover.net/i44-example-code-and-pushover-libraries\">libraries</a> and code examples)"},{"displayName":"Message","name":"message","type":"string","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["push"]}},"default":"","description":"Your message"},{"displayName":"Priority","name":"priority","type":"options","displayOptions":{"show":{"resource":["message"],"operation":["push"]}},"options":[{"name":"Lowest Priority","value":-2},{"name":"Low Priority","value":-1},{"name":"Normal Priority","value":0},{"name":"High Priority","value":1},{"name":"Emergency Priority","value":2}],"default":-2,"description":"Send as -2 to generate no notification/alert, -1 to always send as a quiet notification, 1 to display as high-priority and bypass the user's quiet hours, or 2 to also require confirmation from the user"},{"displayName":"Retry (Seconds)","name":"retry","type":"number","typeOptions":{"minValue":0},"required":true,"displayOptions":{"show":{"resource":["message"],"operation":["push"],"priority":[2]}},"default":30,"description":"Specifies how often (in seconds) the Pushover servers will send the same notification to the user. This parameter must have a value of at least 30 seconds between retries."},{"displayName":"Expire (Seconds)","name":"expire","type":"number","typeOptions":{"minValue":0,"maxValue":10800},"required":true,"displayOptions":{"show":{"resource":["message"],"operation":["push"],"priority":[2]}},"default":30,"description":"Specifies how many seconds your notification will continue to be retried for (every retry seconds)"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["message"],"operation":["push"]}},"default":{},"options":[{"displayName":"Attachment","name":"attachmentsUi","placeholder":"Add Attachments","type":"fixedCollection","typeOptions":{"multipleValues":false},"options":[{"name":"attachmentsValues","displayName":"Attachment Property","values":[{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"","placeholder":"data","hint":"The name of the input binary field containing the file which should be added to email as attachment"}]}],"default":{}},{"displayName":"Device","name":"device","type":"string","default":"","description":"Your user's device name to send the message directly to that device, rather than all of the user's devices (multiple devices may be separated by a comma)"},{"displayName":"HTML Formatting","name":"html","type":"boolean","default":false,"description":"Whether to enable messages formatting with HTML tags"},{"displayName":"Sound Name or ID","name":"sound","type":"options","typeOptions":{"loadOptionsMethod":"getSounds"},"default":"","description":"The name of one of the sounds supported by device clients to override the user's default sound choice. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Timestamp","name":"timestamp","type":"dateTime","default":"","description":"A Unix timestamp of your message's date and time to display to the user, rather than the time your message is received by our API"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Your message's title, otherwise your app's name is used"},{"displayName":"Timestamp","name":"timestamp","type":"dateTime","default":"","description":"A Unix timestamp of your message's date and time to display to the user, rather than the time your message is received by our API"},{"displayName":"URL","name":"url","type":"string","default":"","description":"A supplementary URL to show with your message"},{"displayName":"URL Title","name":"url_title","type":"string","default":"","description":"A title for your supplementary URL, otherwise just the URL is shown"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.pushover/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/pushover/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Pushover/pushover.svg"},
{"displayName":"QuestDB","name":"questDb","group":["input"],"version":1,"description":"Get, add and update data in QuestDB","defaults":{"name":"QuestDB"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"parameterPane":"wide","credentials":[{"name":"questDb","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Execute Query","value":"executeQuery","description":"Executes a SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in database","action":"Insert rows in database"}],"default":"insert"},{"displayName":"Query","name":"query","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor","sqlDialect":"PostgreSQL"},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT id, name FROM product WHERE quantity > $1 AND price <= $2","required":true,"description":"The SQL query to execute. You can use n8n expressions or $1 and $2 in conjunction with query parameters."},{"displayName":"Schema","name":"schema","type":"hidden","displayOptions":{"show":{"operation":["insert"]}},"default":"","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":"Return Fields","name":"returnFields","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"*","description":"Comma-separated list of the fields that the operation will return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["executeQuery"]}},"options":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Independently","value":"independently","description":"Execute each query independently"},{"name":"Transaction","value":"transaction","description":"Executes all queries in a single transaction"}],"default":"independently","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.questdb/\">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"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"hidden","default":{},"displayOptions":{"show":{"operation":["insert"]}}}],"codex":{"categories":["Data & Storage","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.questdb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/questdb/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/QuestDb/questdb.png"},
{"displayName":"Quick Base","name":"quickbase","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Integrate with the Quick Base RESTful API","defaults":{"name":"Quick Base"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"quickbaseApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Field","value":"field"},{"name":"File","value":"file"},{"name":"Record","value":"record"},{"name":"Report","value":"report"}],"default":"record"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["field"]}},"options":[{"name":"Get Many","value":"getAll","description":"Get many fields","action":"Get many fields"}],"default":"getAll"},{"displayName":"Table ID","name":"tableId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["field"],"operation":["getAll"]}},"description":"The table identifier"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["field"],"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":["field"],"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":["field"],"operation":["getAll"]}},"options":[{"displayName":"Include Field Perms","name":"includeFieldPerms","type":"boolean","default":false,"description":"Whether to get back the custom permissions for the field(s)"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a file","action":"Delete a file"},{"name":"Download","value":"download","description":"Download a file","action":"Download a file"}],"default":"download"},{"displayName":"Table ID","name":"tableId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["file"],"operation":["download","delete"]}},"description":"The table identifier"},{"displayName":"Record ID","name":"recordId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["file"],"operation":["download","delete"]}},"description":"The unique identifier of the record"},{"displayName":"Field ID","name":"fieldId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["file"],"operation":["download","delete"]}},"description":"The unique identifier of the field"},{"displayName":"Version Number","name":"versionNumber","type":"number","default":1,"required":true,"displayOptions":{"show":{"resource":["file"],"operation":["download","delete"]}},"description":"The file attachment version number"},{"displayName":"Input Binary Field","displayOptions":{"show":{"resource":["file"],"operation":["download"]}},"name":"binaryPropertyName","type":"string","default":"data","hint":"The name of the input binary field containing the file to be written","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["record"]}},"options":[{"name":"Create","value":"create","description":"Create a record","action":"Create a record"},{"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 record"},{"name":"Delete","value":"delete","description":"Delete a record","action":"Delete a record"},{"name":"Get Many","value":"getAll","description":"Get many records","action":"Get many records"},{"name":"Update","value":"update","description":"Update a record","action":"Update a record"}],"default":"create"},{"displayName":"Table ID","name":"tableId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["record"],"operation":["create"]}},"description":"The table identifier"},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"resource":["record"],"operation":["create"]}},"default":"","required":true,"placeholder":"Select Fields...","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["record"],"operation":["create"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["record"],"operation":["create"]}},"options":[{"displayName":"Return Field Names or IDs","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTableFields","loadOptionsDependsOn":["tableId"]},"default":[],"description":"Specify an array of field IDs that will return data for any updates or added record. Record ID (FID 3) is always returned if any field ID is requested. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Use Field IDs","name":"useFieldIDs","type":"boolean","default":false,"description":"Whether to use Field IDs instead of Field Names in Columns"}]},{"displayName":"Table ID","name":"tableId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["record"],"operation":["delete"]}},"description":"The table identifier"},{"displayName":"Where","name":"where","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["record"],"operation":["delete"]}},"description":"The filter to delete records. To delete all records specify a filter that will include all records, for example {3.GT.0} where 3 is the ID of the Record ID field."},{"displayName":"Table ID","name":"tableId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["record"],"operation":["getAll"]}},"description":"The table identifier"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["record"],"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":["record"],"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":["record"],"operation":["getAll"]}},"options":[{"displayName":"Select","name":"select","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTableFields"},"default":[],"description":"An array of field IDs for the fields that should be returned in the response. If empty, the default columns on the table will be returned. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Sort By","name":"sortByUi","placeholder":"Add Sort By","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"sortByValues","displayName":"Sort By","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getTableFields"},"default":"","description":"The unique identifier of a field in a table. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"ASC"},{"name":"DESC","value":"DESC"}],"default":"ASC"}]}],"description":"By default, queries will be sorted by the given sort fields or the default sort if the query does not provide any. Set to false to avoid sorting when the order of the data returned is not important. Returning data without sorting can improve performance."},{"displayName":"Where","name":"where","type":"string","default":"","description":"The filter, using the <a href=\"https://help.quickbase.com/api-guide/componentsquery.html\">Quick Base query language</a>, which determines the records to return"}]},{"displayName":"Table ID","name":"tableId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["record"],"operation":["update"]}},"description":"The table identifier"},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"resource":["record"],"operation":["update"]}},"default":"","required":true,"placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Update Key","name":"updateKey","type":"string","displayOptions":{"show":{"resource":["record"],"operation":["update"]}},"default":"","description":"Update can use the key field on the table, or any other supported unique field"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["record"],"operation":["update"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["record"],"operation":["update"]}},"options":[{"displayName":"Field Names or IDs","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTableFields","loadOptionsDependsOn":["tableId"]},"default":[],"description":"Specify an array of field IDs that will return data for any updates or added record. Record ID (FID 3) is always returned if any field ID is requested. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Use Field IDs","name":"useFieldIDs","type":"boolean","default":false,"description":"Whether to use Field IDs instead of Field Names in Columns"}]},{"displayName":"Table ID","name":"tableId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["record"],"operation":["upsert"]}},"description":"The table identifier"},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"resource":["record"],"operation":["upsert"]}},"default":"","required":true,"placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Update Key","name":"updateKey","type":"string","displayOptions":{"show":{"resource":["record"],"operation":["upsert"]}},"default":"","description":"Update can use the key field on the table, or any other supported unique field"},{"displayName":"Merge Field Name or ID","name":"mergeFieldId","type":"options","typeOptions":{"loadOptionsMethod":"getUniqueTableFields"},"displayOptions":{"show":{"resource":["record"],"operation":["upsert"]}},"default":"","description":"<p>You're updating records in a Quick Base table with data from an external file. In order for a merge like this to work, Quick Base needs a way to match records in the source data with corresponding records in the destination table.</p><p>You make this possible by choosing the field in the app table that holds unique matching values. This is called a merge field.</p>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["record"],"operation":["upsert"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["record"],"operation":["upsert"]}},"options":[{"displayName":"Field Names or IDs","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTableFields","loadOptionsDependsOn":["tableId"]},"default":[],"description":"Specify an array of field IDs that will return data for any updates or added record. Record ID (FID 3) is always returned if any field ID is requested. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Use Field IDs","name":"useFieldIDs","type":"boolean","default":false,"description":"Whether to use Field IDs instead of Field Names in Columns"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Get","value":"get","description":"Get a report","action":"Get a report"},{"name":"Run","value":"run","description":"Run a report","action":"Run a report"}],"default":"get"},{"displayName":"Table ID","name":"tableId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"description":"The table identifier"},{"displayName":"Report ID","name":"reportId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["report"],"operation":["get"]}},"description":"The identifier of the report, unique to the table"},{"displayName":"Table ID","name":"tableId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["report"],"operation":["run"]}},"description":"The table identifier"},{"displayName":"Report ID","name":"reportId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["report"],"operation":["run"]}},"description":"The identifier of the report, unique to the table"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["report"],"operation":["run"]}},"default":true,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["report"],"operation":["run"]},"hide":{"returnAll":[true]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"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.quickbase/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/quickbase/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/QuickBase/quickbase.png"},
{"displayName":"QuickBooks Online","name":"quickbooks","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the QuickBooks Online API","defaults":{"name":"QuickBooks Online"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"quickBooksOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Bill","value":"bill"},{"name":"Customer","value":"customer"},{"name":"Employee","value":"employee"},{"name":"Estimate","value":"estimate"},{"name":"Invoice","value":"invoice"},{"name":"Item","value":"item"},{"name":"Payment","value":"payment"},{"name":"Purchase","value":"purchase"},{"name":"Transaction","value":"transaction"},{"name":"Vendor","value":"vendor"}],"default":"customer"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a bill"},{"name":"Delete","value":"delete","action":"Delete a bill"},{"name":"Get","value":"get","action":"Get a bill"},{"name":"Get Many","value":"getAll","action":"Get many bills"},{"name":"Update","value":"update","action":"Update a bill"}],"displayOptions":{"show":{"resource":["bill"]}}},{"displayName":"For Vendor Name or ID","name":"VendorRef","type":"options","required":true,"description":"The ID of the vendor who the bill is for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getVendors"},"displayOptions":{"show":{"resource":["bill"],"operation":["create"]}}},{"displayName":"Line","name":"Line","type":"collection","placeholder":"Add Line Item Property","description":"Individual line item of a transaction","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["bill"],"operation":["create"]}},"options":[{"displayName":"Account ID","name":"accountId","type":"string","default":""},{"displayName":"Amount","name":"Amount","description":"Monetary amount of the line item","type":"number","default":0},{"displayName":"Description","name":"Description","description":"Textual description of the line item","type":"string","default":""},{"displayName":"Detail Type","name":"DetailType","type":"options","default":"ItemBasedExpenseLineDetail","options":[{"name":"Account-Based Expense Line Detail","value":"AccountBasedExpenseLineDetail"},{"name":"Item-Based Expense Line Detail","value":"ItemBasedExpenseLineDetail"}]},{"displayName":"Item Name or ID","name":"itemId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getItems"}},{"displayName":"Position","name":"LineNum","description":"Position of the line item relative to others","type":"number","default":1}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["bill"],"operation":["create"]}},"options":[{"displayName":"Accounts Payable Account","name":"APAccountRef","placeholder":"Add APA Fields","description":"Accounts Payable account to which the bill will be credited","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"ID","name":"value","type":"string","default":""}]}]},{"displayName":"Balance","name":"Balance","description":"The balance reflecting any payments made against the transaction","type":"string","default":""},{"displayName":"Due Date","name":"DueDate","description":"Date when the payment of the transaction is due","type":"dateTime","default":""},{"displayName":"Sales Term","name":"SalesTermRef","description":"Sales term associated with the transaction","placeholder":"Add Sales Term Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"ID","name":"value","type":"string","default":""}]}]},{"displayName":"Total Amount","name":"TotalAmt","description":"Total amount of the transaction","type":"number","default":0},{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Bill ID","name":"billId","type":"string","required":true,"default":"","description":"The ID of the bill to delete","displayOptions":{"show":{"resource":["bill"],"operation":["delete"]}}},{"displayName":"Bill ID","name":"billId","type":"string","required":true,"default":"","description":"The ID of the bill to retrieve","displayOptions":{"show":{"resource":["bill"],"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":["bill"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["bill"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting bills. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["bill"],"operation":["getAll"]}}},{"displayName":"Bill ID","name":"billId","type":"string","required":true,"default":"","description":"The ID of the bill to update","displayOptions":{"show":{"resource":["bill"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["bill"],"operation":["update"]}},"options":[{"displayName":"Accounts Payable Account","name":"APAccountRef","placeholder":"Add APA Fields","description":"Accounts Payable account to which the bill will be credited","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"ID","name":"value","type":"string","default":""}]}]},{"displayName":"Due Date","name":"DueDate","description":"Date when the payment of the transaction is due","type":"dateTime","default":""},{"displayName":"Sales Term","name":"SalesTermRef","description":"Sales term associated with the transaction","placeholder":"Add Sales Term Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"ID","name":"value","type":"string","default":""}]}]},{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a customer"},{"name":"Get","value":"get","action":"Get a customer"},{"name":"Get Many","value":"getAll","action":"Get many customers"},{"name":"Update","value":"update","action":"Update a customer"}],"displayOptions":{"show":{"resource":["customer"]}}},{"displayName":"Display Name","name":"displayName","type":"string","required":true,"default":"","description":"The display name of the customer to create","displayOptions":{"show":{"resource":["customer"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["customer"],"operation":["create"]}},"options":[{"displayName":"Active","name":"Active","description":"Whether the customer is currently enabled for use by QuickBooks","type":"boolean","default":true},{"displayName":"Balance","name":"Balance","description":"Open balance amount or amount unpaid by the customer","type":"string","default":""},{"displayName":"Balance With Jobs","name":"BalanceWithJobs","description":"Cumulative open balance amount for the customer (or job) and all its sub-jobs","type":"number","default":0},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Bill With Parent","name":"BillWithParent","description":"Whether to bill this customer together with its parent","type":"boolean","default":false},{"displayName":"Company Name","name":"CompanyName","type":"string","default":""},{"displayName":"Family Name","name":"FamilyName","type":"string","default":""},{"displayName":"Fully Qualified Name","name":"FullyQualifiedName","type":"string","default":""},{"displayName":"Given Name","name":"GivenName","type":"string","default":""},{"displayName":"Preferred Delivery Method","name":"PreferredDeliveryMethod","type":"options","default":"Print","options":[{"name":"Print","value":"Print"},{"name":"Email","value":"Email"},{"name":"None","value":"None"}]},{"displayName":"Primary Email Address","name":"PrimaryEmailAddr","type":"string","default":""},{"displayName":"Primary Phone","name":"PrimaryPhone","type":"string","default":""},{"displayName":"Print-On-Check Name","name":"PrintOnCheckName","description":"Name of the customer as printed on a check","type":"string","default":""},{"displayName":"Taxable","name":"Taxable","description":"Whether transactions for this customer are taxable","type":"boolean","default":false}]},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":"","description":"The ID of the customer to retrieve","displayOptions":{"show":{"resource":["customer"],"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":["customer"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["customer"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting customers. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["customer"],"operation":["getAll"]}}},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":"","description":"The ID of the customer to update","displayOptions":{"show":{"resource":["customer"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["customer"],"operation":["update"]}},"options":[{"displayName":"Active","name":"Active","description":"Whether the customer is currently enabled for use by QuickBooks","type":"boolean","default":true},{"displayName":"Balance","name":"Balance","description":"Open balance amount or amount unpaid by the customer","type":"string","default":""},{"displayName":"Balance With Jobs","name":"BalanceWithJobs","description":"Cumulative open balance amount for the customer (or job) and all its sub-jobs","type":"number","default":0},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Bill With Parent","name":"BillWithParent","description":"Whether to bill this customer together with its parent","type":"boolean","default":false},{"displayName":"Company Name","name":"CompanyName","type":"string","default":""},{"displayName":"Family Name","name":"FamilyName","type":"string","default":""},{"displayName":"Fully Qualified Name","name":"FullyQualifiedName","type":"string","default":""},{"displayName":"Given Name","name":"GivenName","type":"string","default":""},{"displayName":"Preferred Delivery Method","name":"PreferredDeliveryMethod","type":"options","default":"Print","options":[{"name":"Print","value":"Print"},{"name":"Email","value":"Email"},{"name":"None","value":"None"}]},{"displayName":"Primary Email Address","name":"PrimaryEmailAddr","type":"string","default":""},{"displayName":"Primary Phone","name":"PrimaryPhone","type":"string","default":""},{"displayName":"Print-On-Check Name","name":"PrintOnCheckName","description":"Name of the customer as printed on a check","type":"string","default":""},{"displayName":"Taxable","name":"Taxable","description":"Whether transactions for this customer are taxable","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create an employee"},{"name":"Get","value":"get","action":"Get an employee"},{"name":"Get Many","value":"getAll","action":"Get many employees"},{"name":"Update","value":"update","action":"Update an employee"}],"displayOptions":{"show":{"resource":["employee"]}}},{"displayName":"Family Name","name":"FamilyName","type":"string","default":"","displayOptions":{"show":{"resource":["employee"],"operation":["create"]}}},{"displayName":"Given Name","name":"GivenName","type":"string","default":"","displayOptions":{"show":{"resource":["employee"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["employee"],"operation":["create"]}},"options":[{"displayName":"Active","name":"Active","description":"Whether the employee is currently enabled for use by QuickBooks","type":"boolean","default":false},{"displayName":"Billable Time","name":"BillableTime","type":"boolean","default":false},{"displayName":"Display Name","name":"DisplayName","type":"string","default":""},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Primary Phone","name":"PrimaryPhone","type":"string","default":""},{"displayName":"Print-On-Check Name","name":"PrintOnCheckName","description":"Name of the employee as printed on a check","type":"string","default":""},{"displayName":"Social Security Number","name":"SSN","type":"string","default":""}]},{"displayName":"Employee ID","name":"employeeId","type":"string","required":true,"default":"","description":"The ID of the employee to retrieve","displayOptions":{"show":{"resource":["employee"],"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":["employee"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["employee"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting employees. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["employee"],"operation":["getAll"]}}},{"displayName":"Employee ID","name":"employeeId","type":"string","required":true,"default":"","description":"The ID of the employee to update","displayOptions":{"show":{"resource":["employee"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["employee"],"operation":["update"]}},"options":[{"displayName":"Active","name":"Active","description":"Whether the employee is currently enabled for use by QuickBooks","type":"boolean","default":false},{"displayName":"Billable Time","name":"BillableTime","type":"boolean","default":false},{"displayName":"Display Name","name":"DisplayName","type":"string","default":""},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Primary Phone","name":"PrimaryPhone","type":"string","default":""},{"displayName":"Print-On-Check Name","name":"PrintOnCheckName","description":"Name of the employee as printed on a check","type":"string","default":""},{"displayName":"Social Security Number","name":"SSN","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create an estimate"},{"name":"Delete","value":"delete","action":"Delete an estimate"},{"name":"Get","value":"get","action":"Get an estimate"},{"name":"Get Many","value":"getAll","action":"Get many estimates"},{"name":"Send","value":"send","action":"Send an estimate"},{"name":"Update","value":"update","action":"Update an estimate"}],"displayOptions":{"show":{"resource":["estimate"]}}},{"displayName":"For Customer Name or ID","name":"CustomerRef","type":"options","required":true,"description":"The ID of the customer who the estimate is for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getCustomers"},"displayOptions":{"show":{"resource":["estimate"],"operation":["create"]}}},{"displayName":"Line","name":"Line","type":"collection","placeholder":"Add Line Item Property","description":"Individual line item of a transaction","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["estimate"],"operation":["create"]}},"options":[{"displayName":"Amount","name":"Amount","description":"Monetary amount of the line item","type":"number","default":0},{"displayName":"Description","name":"Description","description":"Textual description of the line item","type":"string","default":""},{"displayName":"Detail Type","name":"DetailType","type":"options","default":"SalesItemLineDetail","options":[{"name":"Sales Item Line Detail","value":"SalesItemLineDetail"}]},{"displayName":"Item Name or ID","name":"itemId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getItems"}},{"displayName":"Position","name":"LineNum","description":"Position of the line item relative to others","type":"number","default":1},{"displayName":"Tax Code Ref Name or ID","name":"TaxCodeRef","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getTaxCodeRefs"}}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["estimate"],"operation":["create"]}},"options":[{"displayName":"Apply Tax After Discount","name":"ApplyTaxAfterDiscount","type":"boolean","default":false},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Billing Email","name":"BillEmail","description":"E-mail address to which the estimate will be sent","type":"string","default":""},{"displayName":"Custom Fields","name":"CustomFields","placeholder":"Add Custom Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"Field","values":[{"displayName":"Field Definition Name or ID","name":"DefinitionId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"StringValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Customer Memo","name":"CustomerMemo","description":"User-entered message to the customer. This message is visible to end user on their transactions.","type":"string","default":""},{"displayName":"Document Number","name":"DocNumber","description":"Reference number for the transaction","type":"string","default":""},{"displayName":"Email Status","name":"EmailStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Send","value":"NeedToSend"},{"name":"Email Sent","value":"EmailSent"}]},{"displayName":"Print Status","name":"PrintStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Print","value":"NeedToPrint"},{"name":"PrintComplete","value":"PrintComplete"}]},{"displayName":"Shipping Address","name":"ShipAddr","placeholder":"Add Shippping Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Total Amount","name":"TotalAmt","description":"Total amount of the transaction","type":"number","default":0},{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""},{"displayName":"Total Tax","name":"TotalTax","description":"Total amount of tax incurred","type":"number","default":0}]},{"displayName":"Estimate ID","name":"estimateId","type":"string","required":true,"default":"","description":"The ID of the estimate to delete","displayOptions":{"show":{"resource":["estimate"],"operation":["delete"]}}},{"displayName":"Estimate ID","name":"estimateId","type":"string","required":true,"default":"","description":"The ID of the estimate to retrieve","displayOptions":{"show":{"resource":["estimate"],"operation":["get"]}}},{"displayName":"Download","name":"download","type":"boolean","required":true,"default":false,"description":"Whether to download the estimate as a PDF file","displayOptions":{"show":{"resource":["estimate"],"operation":["get"]}}},{"displayName":"Put Output File in Field","name":"binaryProperty","type":"string","required":true,"default":"data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"resource":["estimate"],"operation":["get"],"download":[true]}}},{"displayName":"File Name","name":"fileName","type":"string","required":true,"default":"","placeholder":"data.pdf","description":"Name of the file that will be downloaded","displayOptions":{"show":{"resource":["estimate"],"operation":["get"],"download":[true]}}},{"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":["estimate"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["estimate"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting estimates. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["estimate"],"operation":["getAll"]}}},{"displayName":"Estimate ID","name":"estimateId","type":"string","required":true,"default":"","description":"The ID of the estimate to send","displayOptions":{"show":{"resource":["estimate"],"operation":["send"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","description":"The email of the recipient of the estimate","displayOptions":{"show":{"resource":["estimate"],"operation":["send"]}}},{"displayName":"Estimate ID","name":"estimateId","type":"string","required":true,"default":"","description":"The ID of the estimate to update","displayOptions":{"show":{"resource":["estimate"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["estimate"],"operation":["update"]}},"options":[{"displayName":"Apply Tax After Discount","name":"ApplyTaxAfterDiscount","type":"boolean","default":false},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Billing Email","name":"BillEmail","description":"E-mail address to which the estimate will be sent","type":"string","default":""},{"displayName":"Custom Fields","name":"CustomFields","placeholder":"Add Custom Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"Field","values":[{"displayName":"Field Definition Name or ID","name":"DefinitionId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"StringValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Customer Memo","name":"CustomerMemo","description":"User-entered message to the customer. This message is visible to end user on their transactions.","type":"string","default":""},{"displayName":"Document Number","name":"DocNumber","description":"Reference number for the transaction","type":"string","default":""},{"displayName":"Email Status","name":"EmailStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Send","value":"NeedToSend"},{"name":"Email Sent","value":"EmailSent"}]},{"displayName":"Print Status","name":"PrintStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Print","value":"NeedToPrint"},{"name":"PrintComplete","value":"PrintComplete"}]},{"displayName":"Shipping Address","name":"ShipAddr","placeholder":"Add Shippping Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create an invoice"},{"name":"Delete","value":"delete","action":"Delete an invoice"},{"name":"Get","value":"get","action":"Get an invoice"},{"name":"Get Many","value":"getAll","action":"Get many invoices"},{"name":"Send","value":"send","action":"Send an invoice"},{"name":"Update","value":"update","action":"Update an invoice"},{"name":"Void","value":"void","action":"Void an invoice"}],"displayOptions":{"show":{"resource":["invoice"]}}},{"displayName":"For Customer Name or ID","name":"CustomerRef","type":"options","required":true,"description":"The ID of the customer who the invoice is for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getCustomers"},"displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}}},{"displayName":"Line","name":"Line","type":"collection","placeholder":"Add Line Item Property","description":"Individual line item of a transaction","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"options":[{"displayName":"Amount","name":"Amount","description":"Monetary amount of the line item","type":"number","default":0},{"displayName":"Description","name":"Description","description":"Textual description of the line item","type":"string","default":""},{"displayName":"Detail Type","name":"DetailType","type":"options","default":"SalesItemLineDetail","options":[{"name":"Sales Item Line Detail","value":"SalesItemLineDetail"}]},{"displayName":"Item Name or ID","name":"itemId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getItems"}},{"displayName":"Position","name":"LineNum","description":"Position of the line item relative to others","type":"number","default":1},{"displayName":"Tax Code Ref Name or ID","name":"TaxCodeRef","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getTaxCodeRefs"}},{"displayName":"Quantity","name":"Qty","description":"Number of units of the line item","type":"number","default":0}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"options":[{"displayName":"Balance","name":"Balance","description":"The balance reflecting any payments made against the transaction","type":"number","default":0},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Billing Email","name":"BillEmail","description":"E-mail address to which the invoice will be sent","type":"string","default":""},{"displayName":"Customer Memo","name":"CustomerMemo","description":"User-entered message to the customer. This message is visible to end user on their transactions.","type":"string","default":""},{"displayName":"Custom Fields","name":"CustomFields","placeholder":"Add Custom Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"Field","values":[{"displayName":"Field Definition Name or ID","name":"DefinitionId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"StringValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Document Number","name":"DocNumber","description":"Reference number for the transaction","type":"string","default":""},{"displayName":"Due Date","name":"DueDate","description":"Date when the payment of the transaction is due","type":"dateTime","default":""},{"displayName":"Email Status","name":"EmailStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Send","value":"NeedToSend"},{"name":"Email Sent","value":"EmailSent"}]},{"displayName":"Print Status","name":"PrintStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Print","value":"NeedToPrint"},{"name":"PrintComplete","value":"PrintComplete"}]},{"displayName":"Shipping Address","name":"ShipAddr","type":"string","default":""},{"displayName":"Total Amount","name":"TotalAmt","description":"Total amount of the transaction","type":"number","default":0},{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Invoice ID","name":"invoiceId","type":"string","required":true,"default":"","description":"The ID of the invoice to delete","displayOptions":{"show":{"resource":["invoice"],"operation":["delete"]}}},{"displayName":"Invoice ID","name":"invoiceId","type":"string","required":true,"default":"","description":"The ID of the invoice to retrieve","displayOptions":{"show":{"resource":["invoice"],"operation":["get"]}}},{"displayName":"Download","name":"download","type":"boolean","required":true,"default":false,"description":"Whether to download the invoice as a PDF file","displayOptions":{"show":{"resource":["invoice"],"operation":["get"]}}},{"displayName":"Put Output File in Field","name":"binaryProperty","type":"string","required":true,"default":"data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"resource":["invoice"],"operation":["get"],"download":[true]}}},{"displayName":"File Name","name":"fileName","type":"string","required":true,"default":"","placeholder":"data.pdf","description":"Name of the file that will be downloaded","displayOptions":{"show":{"resource":["invoice"],"operation":["get"],"download":[true]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting invoices. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}}},{"displayName":"Invoice ID","name":"invoiceId","type":"string","required":true,"default":"","description":"The ID of the invoice to send","displayOptions":{"show":{"resource":["invoice"],"operation":["send"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","description":"The email of the recipient of the invoice","displayOptions":{"show":{"resource":["invoice"],"operation":["send"]}}},{"displayName":"Invoice ID","name":"invoiceId","type":"string","required":true,"default":"","description":"The ID of the invoice to void","displayOptions":{"show":{"resource":["invoice"],"operation":["void"]}}},{"displayName":"Invoice ID","name":"invoiceId","type":"string","required":true,"default":"","description":"The ID of the invoice to update","displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}},"options":[{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Billing Email","name":"BillEmail","description":"E-mail address to which the invoice will be sent","type":"string","default":""},{"displayName":"Customer Memo","name":"CustomerMemo","description":"User-entered message to the customer. This message is visible to end user on their transactions.","type":"string","default":""},{"displayName":"Custom Fields","name":"CustomFields","placeholder":"Add Custom Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"Field","values":[{"displayName":"Field Definition Name or ID","name":"DefinitionId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"StringValue","type":"string","default":"","description":"Value of the field to set"}]}]},{"displayName":"Document Number","name":"DocNumber","description":"Reference number for the transaction","type":"string","default":""},{"displayName":"Due Date","name":"DueDate","description":"Date when the payment of the transaction is due","type":"dateTime","default":""},{"displayName":"Email Status","name":"EmailStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Send","value":"NeedToSend"},{"name":"Email Sent","value":"EmailSent"}]},{"displayName":"Print Status","name":"PrintStatus","type":"options","default":"NotSet","options":[{"name":"Not Set","value":"NotSet"},{"name":"Need To Print","value":"NeedToPrint"},{"name":"PrintComplete","value":"PrintComplete"}]},{"displayName":"Shipping Address","name":"ShipAddr","type":"string","default":""},{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","action":"Get an item"},{"name":"Get Many","value":"getAll","action":"Get many items"}],"displayOptions":{"show":{"resource":["item"]}}},{"displayName":"Item ID","name":"itemId","type":"string","required":true,"default":"","description":"The ID of the item to retrieve","displayOptions":{"show":{"resource":["item"],"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":["item"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["item"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting items. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a payment"},{"name":"Delete","value":"delete","action":"Delete a payment"},{"name":"Get","value":"get","action":"Get a payment"},{"name":"Get Many","value":"getAll","action":"Get many payments"},{"name":"Send","value":"send","action":"Send a payment"},{"name":"Update","value":"update","action":"Update a payment"},{"name":"Void","value":"void","action":"Void a payment"}],"displayOptions":{"show":{"resource":["payment"]}}},{"displayName":"For Customer Name or ID","name":"CustomerRef","type":"options","required":true,"description":"The ID of the customer who the payment is for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getCustomers"},"displayOptions":{"show":{"resource":["payment"],"operation":["create"]}}},{"displayName":"Total Amount","name":"TotalAmt","description":"Total amount of the transaction","type":"number","default":0,"displayOptions":{"show":{"resource":["payment"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["payment"],"operation":["create"]}},"options":[{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Payment ID","name":"paymentId","type":"string","required":true,"default":"","description":"The ID of the payment to delete","displayOptions":{"show":{"resource":["payment"],"operation":["delete"]}}},{"displayName":"Payment ID","name":"paymentId","type":"string","required":true,"default":"","description":"The ID of the payment to retrieve","displayOptions":{"show":{"resource":["payment"],"operation":["get"]}}},{"displayName":"Download","name":"download","type":"boolean","required":true,"default":false,"description":"Whether to download estimate as PDF file","displayOptions":{"show":{"resource":["payment"],"operation":["get"]}}},{"displayName":"Put Output File in Field","name":"binaryProperty","type":"string","required":true,"default":"data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"resource":["payment"],"operation":["get"],"download":[true]}}},{"displayName":"File Name","name":"fileName","type":"string","required":true,"default":"","placeholder":"data.pdf","description":"Name of the file that will be downloaded","displayOptions":{"show":{"resource":["payment"],"operation":["get"],"download":[true]}}},{"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":["payment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["payment"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting payments. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["payment"],"operation":["getAll"]}}},{"displayName":"Payment ID","name":"paymentId","type":"string","required":true,"default":"","description":"The ID of the payment to send","displayOptions":{"show":{"resource":["payment"],"operation":["send"]}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","description":"The email of the recipient of the payment","displayOptions":{"show":{"resource":["payment"],"operation":["send"]}}},{"displayName":"Payment ID","name":"paymentId","type":"string","required":true,"default":"","description":"The ID of the payment to void","displayOptions":{"show":{"resource":["payment"],"operation":["void"]}}},{"displayName":"Payment ID","name":"paymentId","type":"string","required":true,"default":"","description":"The ID of the payment to update","displayOptions":{"show":{"resource":["payment"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["payment"],"operation":["update"]}},"options":[{"displayName":"Transaction Date","name":"TxnDate","description":"Date when the transaction occurred","type":"dateTime","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","action":"Get a purchase"},{"name":"Get Many","value":"getAll","action":"Get many purchases"}],"displayOptions":{"show":{"resource":["purchase"]}}},{"displayName":"Purchase ID","name":"purchaseId","type":"string","required":true,"default":"","description":"The ID of the purchase to retrieve","displayOptions":{"show":{"resource":["purchase"],"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":["purchase"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["purchase"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting purchases. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["purchase"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getReport","options":[{"name":"Get Report","value":"getReport","action":"Get a report"}],"displayOptions":{"show":{"resource":["transaction"]}}},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["transaction"],"operation":["getReport"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["transaction"],"operation":["getReport"]}},"options":[{"displayName":"Accounts Payable Paid","name":"appaid","type":"options","default":"All","options":[{"name":"All","value":"All"},{"name":"Paid","value":"Paid"},{"name":"Unpaid","value":"Unpaid"}]},{"displayName":"Accounts Receivable Paid","name":"arpaid","type":"options","default":"All","options":[{"name":"All","value":"All"},{"name":"Paid","value":"Paid"},{"name":"Unpaid","value":"Unpaid"}]},{"displayName":"Cleared Status","name":"cleared","type":"options","default":"Reconciled","options":[{"name":"Cleared","value":"Cleared"},{"name":"Uncleared","value":"Uncleared"},{"name":"Reconciled","value":"Reconciled"},{"name":"Deposited","value":"Deposited"}]},{"displayName":"Columns","name":"columns","type":"multiOptions","default":[],"description":"Columns to return","options":[{"name":"Account Name","value":"account_name"},{"name":"Created By","value":"create_by"},{"name":"Create Date","value":"create_date"},{"name":"Customer Message","value":"cust_msg"},{"name":"Department Name","value":"dept_name"},{"name":"Due Date","value":"due_date"},{"name":"Document Number","value":"doc_num"},{"name":"Invoice Date","value":"inv_date"},{"name":"Is Account Payable Paid","value":"is_ap_paid"},{"name":"Is Cleared","value":"is_cleared"},{"name":"Last Modified By","value":"last_mod_by"},{"name":"Memo","value":"memo"},{"name":"Name","value":"name"},{"name":"Other Account","value":"other_account"},{"name":"Payment Method","value":"pmt_mthod"},{"name":"Posting","value":"is_no_post"},{"name":"Printed Status","value":"printed"},{"name":"Sales Customer 1","value":"sales_cust1"},{"name":"Sales Customer 2","value":"sales_cust2"},{"name":"Sales Customer 3","value":"sales_cust3"},{"name":"Term Name","value":"term_name"},{"name":"Tracking Number","value":"tracking_num"},{"name":"Transaction Date","value":"tx_date"},{"name":"Transaction Type","value":"txn_type"}]},{"displayName":"Customer Names or IDs","name":"customer","type":"multiOptions","default":[],"description":"Customer to filter results by. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getCustomers"}},{"displayName":"Date Range (Custom)","name":"dateRangeCustom","placeholder":"Add Date Range","type":"fixedCollection","default":{},"options":[{"displayName":"Date Range Properties","name":"dateRangeCustomProperties","values":[{"displayName":"Start Date","name":"start_date","type":"dateTime","default":"","description":"Start date of the date range to filter results by"},{"displayName":"End Date","name":"end_date","type":"dateTime","default":"","description":"End date of the date range to filter results by"}]}]},{"displayName":"Date Range (Predefined)","name":"date_macro","type":"options","default":"This Month","description":"Predefined date range to filter results by","options":[{"name":"Today","value":"Today"},{"name":"Yesterday","value":"Yesterday"},{"name":"This Week","value":"This Week"},{"name":"Last Week","value":"Last Week"},{"name":"This Week-to-Date","value":"This Week-to-Date"},{"name":"Last Week-to-Date","value":"Last Week-to-Date"},{"name":"Next Week","value":"Next Week"},{"name":"Next 4 Weeks","value":"Next 4 Weeks"},{"name":"This Month","value":"This Month"},{"name":"Last Month","value":"Last Month"},{"name":"This Month-to-Date","value":"This Month-to-Date"},{"name":"Last Month-to-Date","value":"Last Month-to-Date"},{"name":"Next Month","value":"Next Month"},{"name":"This Fiscal Quarter","value":"This Fiscal Quarter"},{"name":"Last Fiscal Quarter","value":"Last Fiscal Quarter"},{"name":"This Fiscal Quarter-to-Date","value":"This Fiscal Quarter-to-Date"},{"name":"Last Fiscal Quarter-to-Date","value":"Last Fiscal Quarter-to-Date"},{"name":"Next Fiscal Quarter","value":"Next Fiscal Quarter"},{"name":"This Fiscal Year","value":"This Fiscal Year"},{"name":"Last Fiscal Year","value":"Last Fiscal Year"},{"name":"This Fiscal Year-to-Date","value":"This Fiscal Year-to-Date"},{"name":"Last Fiscal Year-to-Date","value":"Last Fiscal Year-to-Date"},{"name":"Next Fiscal Year","value":"Next Fiscal Year"}]},{"displayName":"Date Range for Creation Date (Custom)","name":"dateRangeCreationCustom","placeholder":"Add Creation Date Range","type":"fixedCollection","default":{},"options":[{"displayName":"Creation Date Range Properties","name":"dateRangeCreationCustomProperties","values":[{"displayName":"Start Creation Date","name":"start_createdate","type":"dateTime","default":"","description":"Start date of the account creation date range to filter results by"},{"displayName":"End Creation Date","name":"end_createdate","type":"dateTime","default":"","description":"End date of the account creation date range to filter results by"}]}]},{"displayName":"Date Range for Creation Date (Predefined)","name":"createdate_macro","type":"options","default":"This Month","options":[{"name":"Today","value":"Today"},{"name":"Yesterday","value":"Yesterday"},{"name":"This Week","value":"This Week"},{"name":"Last Week","value":"Last Week"},{"name":"This Week-to-Date","value":"This Week-to-Date"},{"name":"Last Week-to-Date","value":"Last Week-to-Date"},{"name":"Next Week","value":"Next Week"},{"name":"Next 4 Weeks","value":"Next 4 Weeks"},{"name":"This Month","value":"This Month"},{"name":"Last Month","value":"Last Month"},{"name":"This Month-to-Date","value":"This Month-to-Date"},{"name":"Last Month-to-Date","value":"Last Month-to-Date"},{"name":"Next Month","value":"Next Month"},{"name":"This Fiscal Quarter","value":"This Fiscal Quarter"},{"name":"Last Fiscal Quarter","value":"Last Fiscal Quarter"},{"name":"This Fiscal Quarter-to-Date","value":"This Fiscal Quarter-to-Date"},{"name":"Last Fiscal Quarter-to-Date","value":"Last Fiscal Quarter-to-Date"},{"name":"Next Fiscal Quarter","value":"Next Fiscal Quarter"},{"name":"This Fiscal Year","value":"This Fiscal Year"},{"name":"Last Fiscal Year","value":"Last Fiscal Year"},{"name":"This Fiscal Year-to-Date","value":"This Fiscal Year-to-Date"},{"name":"Last Fiscal Year-to-Date","value":"Last Fiscal Year-to-Date"},{"name":"Next Fiscal Year","value":"Next Fiscal Year"}],"description":"Predefined report account creation date range"},{"displayName":"Date Range for Due Date (Custom)","name":"dateRangeDueCustom","placeholder":"Add Due Date Range","type":"fixedCollection","default":{},"options":[{"displayName":"Due Date Range Properties","name":"dateRangeDueCustomProperties","values":[{"displayName":"Start Due Date","name":"start_duedate","type":"dateTime","default":"","description":"Start date of the due date range to filter results by"},{"displayName":"End Due Date","name":"end_duedate","type":"dateTime","default":"","description":"End date of the due date range to filter results by"}]}]},{"displayName":"Date Range for Due Date (Predefined)","name":"duedate_macro","type":"options","default":"This Month","description":"Predefined due date range to filter results by","options":[{"name":"Today","value":"Today"},{"name":"Yesterday","value":"Yesterday"},{"name":"This Week","value":"This Week"},{"name":"Last Week","value":"Last Week"},{"name":"This Week-to-Date","value":"This Week-to-Date"},{"name":"Last Week-to-Date","value":"Last Week-to-Date"},{"name":"Next Week","value":"Next Week"},{"name":"Next 4 Weeks","value":"Next 4 Weeks"},{"name":"This Month","value":"This Month"},{"name":"Last Month","value":"Last Month"},{"name":"This Month-to-Date","value":"This Month-to-Date"},{"name":"Last Month-to-Date","value":"Last Month-to-Date"},{"name":"Next Month","value":"Next Month"},{"name":"This Fiscal Quarter","value":"This Fiscal Quarter"},{"name":"Last Fiscal Quarter","value":"Last Fiscal Quarter"},{"name":"This Fiscal Quarter-to-Date","value":"This Fiscal Quarter-to-Date"},{"name":"Last Fiscal Quarter-to-Date","value":"Last Fiscal Quarter-to-Date"},{"name":"Next Fiscal Quarter","value":"Next Fiscal Quarter"},{"name":"This Fiscal Year","value":"This Fiscal Year"},{"name":"Last Fiscal Year","value":"Last Fiscal Year"},{"name":"This Fiscal Year-to-Date","value":"This Fiscal Year-to-Date"},{"name":"Last Fiscal Year-to-Date","value":"Last Fiscal Year-to-Date"},{"name":"Next Fiscal Year","value":"Next Fiscal Year"}]},{"displayName":"Date Range for Modification Date (Custom)","name":"dateRangeModificationCustom","placeholder":"Add Modification Date Range","type":"fixedCollection","default":{},"options":[{"displayName":"Modification Date Range Properties","name":"dateRangeModificationCustomProperties","values":[{"displayName":"Start Modification Date","name":"start_moddate","type":"dateTime","default":"","description":"Start date of the account modification date range to filter results by"},{"displayName":"End Modification Date","name":"end_moddate","type":"dateTime","default":"","description":"End date of the account modification date range to filter results by"}]}]},{"displayName":"Date Range for Modification Date (Predefined)","name":"moddate_macro","type":"options","default":"This Month","description":"Predefined account modifiction date range to filter results by","options":[{"name":"Today","value":"Today"},{"name":"Yesterday","value":"Yesterday"},{"name":"This Week","value":"This Week"},{"name":"Last Week","value":"Last Week"},{"name":"This Week-to-Date","value":"This Week-to-Date"},{"name":"Last Week-to-Date","value":"Last Week-to-Date"},{"name":"Next Week","value":"Next Week"},{"name":"Next 4 Weeks","value":"Next 4 Weeks"},{"name":"This Month","value":"This Month"},{"name":"Last Month","value":"Last Month"},{"name":"This Month-to-Date","value":"This Month-to-Date"},{"name":"Last Month-to-Date","value":"Last Month-to-Date"},{"name":"Next Month","value":"Next Month"},{"name":"This Fiscal Quarter","value":"This Fiscal Quarter"},{"name":"Last Fiscal Quarter","value":"Last Fiscal Quarter"},{"name":"This Fiscal Quarter-to-Date","value":"This Fiscal Quarter-to-Date"},{"name":"Last Fiscal Quarter-to-Date","value":"Last Fiscal Quarter-to-Date"},{"name":"Next Fiscal Quarter","value":"Next Fiscal Quarter"},{"name":"This Fiscal Year","value":"This Fiscal Year"},{"name":"Last Fiscal Year","value":"Last Fiscal Year"},{"name":"This Fiscal Year-to-Date","value":"This Fiscal Year-to-Date"},{"name":"Last Fiscal Year-to-Date","value":"Last Fiscal Year-to-Date"},{"name":"Next Fiscal Year","value":"Next Fiscal Year"}]},{"displayName":"Department Names or IDs","name":"department","type":"multiOptions","default":[],"description":"Department to filter results by. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getDepartments"}},{"displayName":"Document Number","name":"docnum","type":"string","default":"","description":"Transaction document number to filter results by"},{"displayName":"Group By","name":"group_by","default":"Account","type":"options","description":"Transaction field to group results by","options":[{"name":"Account","value":"Account"},{"name":"Customer","value":"Customer"},{"name":"Day","value":"Day"},{"name":"Employee","value":"Employee"},{"name":"Location","value":"Location"},{"name":"Month","value":"Month"},{"name":"Name","value":"Name"},{"name":"None","value":"None"},{"name":"Payment Method","value":"Payment Method"},{"name":"Quarter","value":"Quarter"},{"name":"Transaction Type","value":"Transaction Type"},{"name":"Vendor","value":"Vendor"},{"name":"Week","value":"Week"},{"name":"Year","value":"Year"}]},{"displayName":"Memo Names or IDs","name":"memo","type":"multiOptions","default":[],"description":"Memo to filter results by. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getMemos"}},{"displayName":"Payment Method","name":"payment_Method","type":"options","default":"Cash","description":"Payment method to filter results by","options":[{"name":"American Express","value":"American Express"},{"name":"Cash","value":"Cash"},{"name":"Check","value":"Check"},{"name":"Dinners Club","value":"Dinners Club"},{"name":"Discover","value":"Discover"},{"name":"Master Card","value":"Master Card"},{"name":"Visa","value":"Visa"}]},{"displayName":"Printed Status","name":"printed","type":"options","default":"Printed","description":"Printed state to filter results by","options":[{"name":"Printed","value":"Printed"},{"name":"To Be Printed","value":"To_be_printed"}]},{"displayName":"Quick Zoom URL","name":"qzurl","type":"boolean","default":true,"description":"Whether Quick Zoom URL information should be generated"},{"displayName":"Sort By","name":"sort_by","type":"options","default":"account_name","description":"Column to sort results by","options":[{"name":"Account Name","value":"account_name"},{"name":"Created By","value":"create_by"},{"name":"Create Date","value":"create_date"},{"name":"Customer Message","value":"cust_msg"},{"name":"Department Name","value":"dept_name"},{"name":"Due Date","value":"due_date"},{"name":"Document Number","value":"doc_num"},{"name":"Invoice Date","value":"inv_date"},{"name":"Is Account Payable Paid","value":"is_ap_paid"},{"name":"Is Cleared","value":"is_cleared"},{"name":"Last Modified By","value":"last_mod_by"},{"name":"Memo","value":"memo"},{"name":"Name","value":"name"},{"name":"Other Account","value":"other_account"},{"name":"Payment Method","value":"pmt_mthod"},{"name":"Posting","value":"is_no_post"},{"name":"Printed Status","value":"printed"},{"name":"Sales Customer 1","value":"sales_cust1"},{"name":"Sales Customer 2","value":"sales_cust2"},{"name":"Sales Customer 3","value":"sales_cust3"},{"name":"Term Name","value":"term_name"},{"name":"Tracking Number","value":"tracking_num"},{"name":"Transaction Date","value":"tx_date"},{"name":"Transaction Type","value":"txn_type"}]},{"displayName":"Sort Order","name":"sort_order","type":"options","default":"Ascend","options":[{"name":"Ascend","value":"Ascend"},{"name":"Descend","value":"Descend"}]},{"displayName":"Source Account Type","name":"source_account_type","default":"Bank","type":"options","description":"Account type to filter results by","options":[{"name":"Accounts Payable","value":"AccountsPayable"},{"name":"Accounts Receivable","value":"AccountsReceivable"},{"name":"Bank","value":"Bank"},{"name":"Cost Of Goods Sold","value":"CostOfGoodsSold"},{"name":"Credit Card","value":"CreditCard"},{"name":"Equity","value":"Equity"},{"name":"Expense","value":"Expense"},{"name":"Fixed Asset","value":"FixedAsset"},{"name":"Income","value":"Income"},{"name":"Long Term Liability","value":"LongTermLiability"},{"name":"Non Posting","value":"NonPosting"},{"name":"Other Asset","value":"OtherAsset"},{"name":"Other Current Asset","value":"OtherCurrentAsset"},{"name":"Other Current Liability","value":"OtherCurrentLiability"},{"name":"Other Expense","value":"OtherExpense"},{"name":"Other Income","value":"OtherIncome"}]},{"displayName":"Term Names or IDs","name":"term","type":"multiOptions","default":[],"description":"Term to filter results by. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getTerms"}},{"displayName":"Transaction Amount","name":"bothamount","type":"number","default":0,"typeOptions":{"numberPrecision":2},"description":"Monetary amount to filter results by"},{"displayName":"Transaction Type","name":"transaction_type","type":"options","default":"CreditCardCharge","description":"Transaction type to filter results by","options":[{"name":"Bill","value":"Bill"},{"name":"Bill Payment Check","value":"BillPaymentCheck"},{"name":"Bill Payment Credit Card","value":"BillPaymentCreditCard"},{"name":"Billable Charge","value":"BillableCharge"},{"name":"Cash Purchase","value":"CashPurchase"},{"name":"Charge","value":"Charge"},{"name":"Check","value":"Check"},{"name":"Credit","value":"Credit"},{"name":"Credit Card Charge","value":"CreditCardCharge"},{"name":"Credit Card Credit","value":"CreditCardCredit"},{"name":"Credit Memo","value":"CreditMemo"},{"name":"Credit Refund","value":"CreditRefund"},{"name":"Deposit","value":"Deposit"},{"name":"Estimate","value":"Estimate"},{"name":"Global Tax Adjustment","value":"GlobalTaxAdjustment"},{"name":"Global Tax Payment","value":"GlobalTaxPayment"},{"name":"Inventory Quantity Adjustment","value":"InventoryQuantityAdjustment"},{"name":"Invoice","value":"Invoice"},{"name":"Journal Entry","value":"JournalEntry"},{"name":"Purchase Order","value":"PurchaseOrder"},{"name":"Receive Payment","value":"ReceivePayment"},{"name":"Sales Receipt","value":"SalesReceipt"},{"name":"Service  Tax  Defer","value":"Service Tax Defer"},{"name":"Service  Tax  Gross  Adjustment","value":"Service Tax Gross Adjustment"},{"name":"Service  Tax  Partial  Utilisation","value":"Service Tax Partial Utilisation"},{"name":"Service  Tax  Refund","value":"Service Tax Refund"},{"name":"Service  Tax  Reversal","value":"Service Tax Reversal"},{"name":"Statement","value":"Statement"},{"name":"Time Activity","value":"TimeActivity"},{"name":"Transfer","value":"Transfer"},{"name":"Vendor Credit","value":"VendorCredit"}]},{"displayName":"Vendor Names or IDs","name":"vendor","type":"multiOptions","default":[],"description":"Vendor to filter results by. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"getVendors"}}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a vendor"},{"name":"Get","value":"get","action":"Get a vendor"},{"name":"Get Many","value":"getAll","action":"Get many vendors"},{"name":"Update","value":"update","action":"Update a vendor"}],"displayOptions":{"show":{"resource":["vendor"]}}},{"displayName":"Display Name","name":"displayName","type":"string","required":true,"default":"","description":"The display name of the vendor to create","displayOptions":{"show":{"resource":["vendor"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["vendor"],"operation":["create"]}},"options":[{"displayName":"Account Number","name":"AcctNum","type":"string","default":""},{"displayName":"Active","name":"Active","description":"Whether the employee is currently enabled for use by QuickBooks","type":"boolean","default":false},{"displayName":"Balance","name":"Balance","description":"The balance reflecting any payments made against the transaction","type":"number","default":0},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Company Name","name":"CompanyName","type":"string","default":""},{"displayName":"Family Name","name":"FamilyName","type":"string","default":""},{"displayName":"Given Name","name":"GivenName","type":"string","default":""},{"displayName":"Primary Email Address","name":"PrimaryEmailAddr","type":"string","default":""},{"displayName":"Primary Phone","name":"PrimaryPhone","type":"string","default":""},{"displayName":"Print-On-Check Name","name":"PrintOnCheckName","description":"Name of the vendor as printed on a check","type":"string","default":""},{"displayName":"Vendor 1099","name":"Vendor1099","description":"Whether the vendor is an independent contractor, given a 1099-MISC form at the end of the year","type":"boolean","default":false}]},{"displayName":"Vendor ID","name":"vendorId","type":"string","required":true,"default":"","description":"The ID of the vendor to retrieve","displayOptions":{"show":{"resource":["vendor"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["vendor"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["vendor"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Query","name":"query","type":"string","default":"","placeholder":"WHERE Metadata.LastUpdatedTime > '2021-01-01'","description":"The condition for selecting vendors. See the <a href=\"https://developer.intuit.com/app/developer/qbo/docs/develop/explore-the-quickbooks-online-api/data-queries\">guide</a> for supported syntax."}],"displayOptions":{"show":{"resource":["vendor"],"operation":["getAll"]}}},{"displayName":"Vendor ID","name":"vendorId","type":"string","required":true,"default":"","description":"The ID of the vendor to update","displayOptions":{"show":{"resource":["vendor"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"required":true,"displayOptions":{"show":{"resource":["vendor"],"operation":["update"]}},"options":[{"displayName":"Account Number","name":"AcctNum","type":"string","default":""},{"displayName":"Active","name":"Active","description":"Whether the employee is currently enabled for use by QuickBooks","type":"boolean","default":false},{"displayName":"Balance","name":"Balance","description":"The balance reflecting any payments made against the transaction","type":"number","default":0},{"displayName":"Billing Address","name":"BillAddr","placeholder":"Add Billing Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"Line 1","name":"Line1","type":"string","default":""},{"displayName":"Postal Code","name":"PostalCode","type":"string","default":""},{"displayName":"Latitude","name":"Lat","type":"string","default":""},{"displayName":"Longitude","name":"Long","type":"string","default":""},{"displayName":"Country Subdivision Code","name":"CountrySubDivisionCode","type":"string","default":""}]}]},{"displayName":"Company Name","name":"CompanyName","type":"string","default":""},{"displayName":"Family Name","name":"FamilyName","type":"string","default":""},{"displayName":"Given Name","name":"GivenName","type":"string","default":""},{"displayName":"Primary Email Address","name":"PrimaryEmailAddr","type":"string","default":""},{"displayName":"Primary Phone","name":"PrimaryPhone","type":"string","default":""},{"displayName":"Print-On-Check Name","name":"PrintOnCheckName","description":"Name of the vendor as printed on a check","type":"string","default":""},{"displayName":"Vendor 1099","name":"Vendor1099","description":"Whether the vendor is an independent contractor, given a 1099-MISC form at the end of the year","type":"boolean","default":false}]}],"codex":{"categories":["Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.quickbooks/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/quickbooks/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/QuickBooks/quickbooks.svg"},
{"displayName":"QuickChart","name":"quickChart","group":["output"],"description":"Create a chart via QuickChart","version":1,"defaults":{"name":"QuickChart"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Chart Type","name":"chartType","type":"options","default":"bar","options":[{"name":"Bar Chart","value":"bar"},{"name":"Doughnut Chart","value":"doughnut"},{"name":"Line Chart","value":"line"},{"name":"Pie Chart","value":"pie"},{"name":"Polar Chart","value":"polarArea"}],"description":"The type of chart to create"},{"displayName":"Add Labels","name":"labelsMode","type":"options","options":[{"name":"Manually","value":"manually"},{"name":"From Array","value":"array"}],"default":"manually"},{"displayName":"Labels","name":"labelsUi","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"default":{},"required":true,"description":"Labels to use in the chart","placeholder":"Add Label","options":[{"name":"labelsValues","displayName":"Labels","values":[{"displayName":"Label","name":"label","type":"string","default":""}]}],"displayOptions":{"show":{"labelsMode":["manually"]}}},{"displayName":"Labels Array","name":"labelsArray","type":"string","required":true,"default":"","placeholder":"e.g. [\"Berlin\", \"Paris\", \"Rome\", \"New York\"]","displayOptions":{"show":{"labelsMode":["array"]}},"description":"The array of labels to be used in the chart"},{"displayName":"Data","name":"data","type":"json","default":"","description":"Data to use for the dataset, documentation and examples <a href=\"https://quickchart.io/documentation/chart-types/\" target=\"_blank\">here</a>","placeholder":"e.g. [60, 10, 12, 20]","required":true},{"displayName":"Put Output In Field","name":"output","type":"string","default":"data","required":true,"description":"The binary data will be displayed in the Output panel on the right, under the Binary tab","hint":"The name of the output field to put the binary file data in"},{"displayName":"Chart Options","name":"chartOptions","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Background Color","name":"backgroundColor","type":"color","typeOptions":{"showAlpha":true},"default":"","description":"Background color of the chart"},{"displayName":"Device Pixel Ratio","name":"devicePixelRatio","type":"number","default":2,"typeOptions":{"minValue":1,"maxValue":2},"description":"Pixel ratio of the chart"},{"displayName":"Format","name":"format","type":"options","default":"png","description":"File format of the resulting chart","options":[{"name":"PNG","value":"png"},{"name":"PDF","value":"pdf"},{"name":"SVG","value":"svg"},{"name":"WebP","value":"webp"}]},{"displayName":"Height","name":"height","type":"number","default":300,"description":"Height of the chart"},{"displayName":"Horizontal","name":"horizontal","type":"boolean","default":false,"description":"Whether the chart should use its Y axis horizontal","displayOptions":{"show":{"/chartType":["bar","boxplot","violin"]}}},{"displayName":"Width","name":"width","type":"number","default":500,"description":"Width of the chart"}]},{"displayName":"Dataset Options","name":"datasetOptions","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Background Color","name":"backgroundColor","type":"color","default":"","typeOptions":{"showAlpha":true},"description":"Color used for the background the dataset (area of a line graph, fill of a bar chart, etc.)"},{"displayName":"Border Color","name":"borderColor","type":"color","typeOptions":{"showAlpha":true},"default":"","description":"Color used for lines of the dataset"},{"displayName":"Fill","name":"fill","type":"boolean","default":true,"description":"Whether to fill area of the dataset","displayOptions":{"show":{"/chartType":["line"]}}},{"displayName":"Label","name":"label","type":"string","default":"","description":"The label of the dataset"},{"displayName":"Point Style","name":"pointStyle","type":"options","default":"circle","description":"Style to use for points of the dataset","options":[{"name":"Circle","value":"circle"},{"name":"Cross","value":"cross"},{"name":"CrossRot","value":"crossRot"},{"name":"Dash","value":"dash"},{"name":"Line","value":"line"},{"name":"Rect","value":"rect"},{"name":"Rect Rot","value":"rectRot"},{"name":"Rect Rounded","value":"rectRounded"},{"name":"Star","value":"star"},{"name":"Triangle","value":"triangle"}],"displayOptions":{"show":{"/chartType":["line"]}}}]}],"codex":{"categories":["Marketing"],"alias":["image","graph","report","chart","diagram","data","visualize"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.quickchart/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/quickchart/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/QuickChart/quickChart.svg"},
{"displayName":"RabbitMQ","name":"rabbitmq","group":["transform"],"version":[1,1.1],"description":"Sends messages to a RabbitMQ topic","defaults":{"name":"RabbitMQ"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"rabbitmq","required":true,"testedBy":"rabbitmqConnectionTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"hidden","noDataExpression":true,"default":"sendMessage","displayOptions":{"show":{"@version":[1]}},"options":[{"name":"Send a Message to RabbitMQ","value":"sendMessage","action":"Send a Message to RabbitMQ"},{"name":"Delete From Queue","value":"deleteMessage","action":"Delete From Queue"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"sendMessage","displayOptions":{"show":{"@version":[1.1]}},"options":[{"name":"Send a Message to RabbitMQ","value":"sendMessage","action":"Send a Message to RabbitMQ"},{"name":"Delete From Queue","value":"deleteMessage","action":"Delete From Queue"}]},{"displayName":"Will delete an item from the queue triggered earlier in the workflow by a RabbitMQ Trigger node","name":"deleteMessage","type":"notice","default":"","displayOptions":{"show":{"operation":["deleteMessage"]}}},{"displayName":"Mode","name":"mode","type":"options","displayOptions":{"hide":{"operation":["deleteMessage"]}},"options":[{"name":"Queue","value":"queue","description":"Publish data to queue"},{"name":"Exchange","value":"exchange","description":"Publish data to exchange"}],"default":"queue","description":"To where data should be moved"},{"displayName":"Queue / Topic","name":"queue","type":"string","displayOptions":{"show":{"mode":["queue"]},"hide":{"operation":["deleteMessage"]}},"default":"","placeholder":"queue-name","description":"Name of the queue to publish to"},{"displayName":"Exchange","name":"exchange","type":"string","displayOptions":{"show":{"mode":["exchange"]}},"default":"","placeholder":"exchange-name","description":"Name of the exchange to publish to"},{"displayName":"Type","name":"exchangeType","type":"options","displayOptions":{"show":{"mode":["exchange"]}},"options":[{"name":"Direct","value":"direct","description":"Direct exchange type"},{"name":"Topic","value":"topic","description":"Topic exchange type"},{"name":"Headers","value":"headers","description":"Headers exchange type"},{"name":"Fanout","value":"fanout","description":"Fanout exchange type"}],"default":"fanout","description":"Type of exchange"},{"displayName":"Routing Key","name":"routingKey","type":"string","displayOptions":{"show":{"mode":["exchange"]}},"default":"","placeholder":"routing-key","description":"The routing key for the message"},{"displayName":"Send Input Data","name":"sendInputData","type":"boolean","displayOptions":{"show":{"operation":["sendMessage"]}},"default":true,"description":"Whether to send the data the node receives as JSON"},{"displayName":"Message","name":"message","type":"string","displayOptions":{"show":{"sendInputData":[false]}},"default":"","description":"The message to be sent"},{"displayName":"Options","name":"options","type":"collection","default":{},"displayOptions":{"show":{"operation":["sendMessage"]}},"placeholder":"Add option","options":[{"displayName":"Alternate Exchange","name":"alternateExchange","type":"string","displayOptions":{"show":{"/mode":["exchange"]}},"default":"","description":"An exchange to send messages to if this exchange can’t route them to any queues"},{"displayName":"Arguments","name":"arguments","placeholder":"Add Argument","description":"Arguments to add, See <a href=\"https://amqp-node.github.io/amqplib/channel_api.html#channel_publish\" target=\"_blank\">here</a> for valid options","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"argument","displayName":"Argument","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Auto Delete Queue","name":"autoDelete","type":"boolean","default":false,"description":"Whether the queue will be deleted when the number of consumers drops to zero"},{"displayName":"Durable","name":"durable","type":"boolean","default":true,"description":"Whether the queue will survive broker restarts"},{"displayName":"Exclusive","name":"exclusive","type":"boolean","displayOptions":{"show":{"/mode":["queue"]}},"default":false,"description":"Whether to scope the queue to the connection"},{"displayName":"Headers","name":"headers","placeholder":"Add Header","description":"Headers to add","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"header","displayName":"Header","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.rabbitmq/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/rabbitmq/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/RabbitMQ/rabbitmq.svg"},
{"displayName":"RabbitMQ Trigger","name":"rabbitmqTrigger","group":["trigger"],"version":1,"description":"Listens to RabbitMQ messages","eventTriggerDescription":"","defaults":{"name":"RabbitMQ Trigger"},"triggerPanel":{"header":"","executionsHelp":{"inactive":"<b>While building your workflow</b>, click the 'execute step' button, then trigger a Rabbit MQ event. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Once you're happy with your workflow</b>, publish it. Then every time a change is detected, the workflow will execute. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor.","active":"<b>While building your workflow</b>, click the 'execute step' button, then trigger a Rabbit MQ event. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Your workflow will also execute automatically</b>, since it's activated. Every time a change is detected, this node will trigger an execution. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor."},"activationHint":"Once you’ve finished building your workflow, publish it to have it also listen continuously (you just won’t see those executions here)."},"inputs":[],"outputs":["main"],"credentials":[{"name":"rabbitmq","required":true}],"properties":[{"displayName":"Queue / Topic","name":"queue","type":"string","default":"","placeholder":"queue-name","description":"The name of the queue to read from"},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Arguments","name":"arguments","placeholder":"Add Argument","description":"Arguments to add","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"argument","displayName":"Argument","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Assert Exchange","name":"assertExchange","type":"boolean","default":true,"description":"Whether to assert the exchange exists before sending"},{"displayName":"Assert Queue","name":"assertQueue","type":"boolean","default":true,"description":"Whether to assert the queue exists before sending"},{"displayName":"Auto Delete Queue","name":"autoDelete","type":"boolean","default":false,"description":"Whether the queue will be deleted when the number of consumers drops to zero"},{"displayName":"Binding","name":"binding","placeholder":"Add Binding","description":"Add binding to queu","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"bindings","displayName":"Binding","values":[{"displayName":"Exchange","name":"exchange","type":"string","default":"","placeholder":"exchange"},{"displayName":"RoutingKey","name":"routingKey","type":"string","default":"","placeholder":"routing-key"}]}]},{"displayName":"Content Is Binary","name":"contentIsBinary","type":"boolean","default":false,"description":"Whether to save the content as binary"},{"displayName":"Delete From Queue When","name":"acknowledge","type":"options","options":[{"name":"Execution Finishes","value":"executionFinishes","description":"After the workflow execution finished. No matter if the execution was successful or not."},{"name":"Execution Finishes Successfully","value":"executionFinishesSuccessfully","description":"After the workflow execution finished successfully"},{"name":"Immediately","value":"immediately","description":"As soon as the message got received"},{"name":"Specified Later in Workflow","value":"laterMessageNode","description":"Using a RabbitMQ node to remove the item from the queue"}],"default":"immediately","description":"When to acknowledge the message"},{"displayName":"Durable","name":"durable","type":"boolean","default":true,"description":"Whether the queue will survive broker restarts"},{"displayName":"Exclusive","name":"exclusive","type":"boolean","default":false,"description":"Whether to scope the queue to the connection"},{"displayName":"Headers","name":"headers","placeholder":"Add Header","description":"Headers to add","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"header","displayName":"Header","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"JSON Parse Body","name":"jsonParseBody","type":"boolean","displayOptions":{"hide":{"contentIsBinary":[true]}},"default":false,"description":"Whether to parse the body to an object"},{"displayName":"Only Content","name":"onlyContent","type":"boolean","displayOptions":{"hide":{"contentIsBinary":[true]}},"default":false,"description":"Whether to return only the content property"},{"displayName":"Parallel Message Processing Limit","name":"parallelMessages","type":"number","default":-1,"displayOptions":{"hide":{"acknowledge":["immediately"]}},"description":"Max number of executions at a time. Use -1 for no limit."}]},{"displayName":"To delete an item from the queue, insert a RabbitMQ node later in the workflow and use the 'Delete from queue' operation","name":"laterMessageNode","type":"notice","displayOptions":{"show":{"/options.acknowledge":["laterMessageNode"]}},"default":""}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.rabbitmqtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/rabbitmq/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/RabbitMQ/rabbitmq.svg"},
{"displayName":"Raindrop","name":"raindrop","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Raindrop API","defaults":{"name":"Raindrop"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"raindropOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Bookmark","value":"bookmark"},{"name":"Collection","value":"collection"},{"name":"Tag","value":"tag"},{"name":"User","value":"user"}],"default":"collection"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a bookmark"},{"name":"Delete","value":"delete","action":"Delete a bookmark"},{"name":"Get","value":"get","action":"Get a bookmark"},{"name":"Get Many","value":"getAll","action":"Get many bookmarks"},{"name":"Update","value":"update","action":"Update a bookmark"}],"displayOptions":{"show":{"resource":["bookmark"]}}},{"displayName":"Collection Name or ID","name":"collectionId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"resource":["bookmark"],"operation":["create"]}},"typeOptions":{"loadOptionsMethod":"getCollections"},"default":""},{"displayName":"Link","name":"link","type":"string","required":true,"default":"","description":"Link of the bookmark to be created","displayOptions":{"show":{"resource":["bookmark"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["bookmark"],"operation":["create"]}},"options":[{"displayName":"Important","name":"important","type":"boolean","default":false,"description":"Whether this bookmark is marked as favorite"},{"displayName":"Order","name":"order","type":"number","default":0,"description":"Sort order for the bookmark. For example, to move it to first place, enter 0."},{"displayName":"Parse Metadata","name":"pleaseParse","type":"boolean","default":false,"description":"Whether Raindrop should load cover, description and HTML for the URL"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"Bookmark tags. Multiple tags can be set separated by comma."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the bookmark to create"}]},{"displayName":"Bookmark ID","name":"bookmarkId","type":"string","default":"","required":true,"description":"The ID of the bookmark to delete","displayOptions":{"show":{"resource":["bookmark"],"operation":["delete"]}}},{"displayName":"Bookmark ID","name":"bookmarkId","type":"string","default":"","required":true,"description":"The ID of the bookmark to retrieve","displayOptions":{"show":{"resource":["bookmark"],"operation":["get"]}}},{"displayName":"Collection Name or ID","name":"collectionId","type":"options","typeOptions":{"loadOptionsMethod":"getCollections"},"default":[],"required":true,"description":"The ID of the collection from which to retrieve all bookmarks. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["bookmark"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["bookmark"],"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":["bookmark"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Bookmark ID","name":"bookmarkId","type":"string","default":"","required":true,"description":"The ID of the bookmark to update","displayOptions":{"show":{"resource":["bookmark"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["bookmark"],"operation":["update"]}},"options":[{"displayName":"Collection Name or ID","name":"collectionId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCollections"},"default":""},{"displayName":"Important","name":"important","type":"boolean","default":false,"description":"Whether this bookmark is marked as favorite"},{"displayName":"Order","name":"order","type":"number","default":0,"description":"For example if you want to move bookmark to the first place set this field to 0"},{"displayName":"Parse Metadata","name":"pleaseParse","type":"boolean","default":false,"description":"Whether Raindrop should reload cover, description and HTML for the URL"},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"Bookmark tags. Multiple tags can be set separated by comma."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the bookmark to be created"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a collection"},{"name":"Delete","value":"delete","action":"Delete a collection"},{"name":"Get","value":"get","action":"Get a collection"},{"name":"Get Many","value":"getAll","action":"Get many collections"},{"name":"Update","value":"update","action":"Update a collection"}],"displayOptions":{"show":{"resource":["collection"]}}},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","description":"Title of the collection to create","displayOptions":{"show":{"resource":["collection"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["collection"],"operation":["create"]}},"options":[{"displayName":"Cover","name":"cover","type":"string","default":"","description":"URL of an image to use as cover for the collection"},{"displayName":"Public","name":"public","type":"boolean","default":false,"description":"Whether the collection will be accessible without authentication"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"ID of this collection's parent collection, if it is a child collection"},{"displayName":"Sort Order","name":"sort","type":"number","default":1,"description":"Descending sort order of this collection. The number is the position of the collection among all the collections with the same parent ID."},{"displayName":"View","name":"view","type":"options","default":"list","description":"View style of this collection","options":[{"name":"List","value":"list"},{"name":"Simple","value":"simple"},{"name":"Grid","value":"grid"},{"name":"Masonry","value":"Masonry"}]}]},{"displayName":"Collection ID","name":"collectionId","type":"string","default":"","required":true,"description":"The ID of the collection to delete","displayOptions":{"show":{"resource":["collection"],"operation":["delete"]}}},{"displayName":"Collection ID","name":"collectionId","type":"string","default":"","required":true,"description":"The ID of the collection to retrieve","displayOptions":{"show":{"resource":["collection"],"operation":["get"]}}},{"displayName":"Type","name":"type","type":"options","required":true,"default":"parent","displayOptions":{"show":{"resource":["collection"],"operation":["getAll"]}},"options":[{"name":"Parent","value":"parent","description":"Root-level collections"},{"name":"Children","value":"children","description":"Nested collections"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["collection"],"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":["collection"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Collection ID","name":"collectionId","type":"string","default":"","required":true,"description":"The ID of the collection to update","displayOptions":{"show":{"resource":["collection"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["collection"],"operation":["update"]}},"options":[{"displayName":"Cover","name":"cover","type":"string","default":"data","placeholder":"","description":"Name of the binary property containing the data for the image to upload as a cover"},{"displayName":"Public","name":"public","type":"boolean","default":false,"description":"Whether the collection will be accessible without authentication"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"ID of this collection's parent collection, if it is a child collection"},{"displayName":"Sort Order","name":"sort","type":"number","default":1,"description":"Descending sort order of this collection. The number is the position of the collection among all the collections with the same parent ID."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the collection to update"},{"displayName":"View","name":"view","type":"options","default":"list","description":"View style of this collection","options":[{"name":"List","value":"list"},{"name":"Simple","value":"simple"},{"name":"Grid","value":"grid"},{"name":"Masonry","value":"Masonry"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Delete","value":"delete","action":"Delete a tag"},{"name":"Get Many","value":"getAll","action":"Get many tags"}],"displayOptions":{"show":{"resource":["tag"]}}},{"displayName":"Tags","name":"tags","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["tag"],"operation":["delete"]}},"description":"One or more tags to delete. Enter comma-separated values to delete multiple tags."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["tag"],"operation":["delete"]}},"options":[{"displayName":"Collection Name or ID","name":"collectionId","type":"options","typeOptions":{"loadOptionsMethod":"getCollections"},"default":"","description":"It's possible to restrict remove action to just one collection. It's optional. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["tag"],"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":["tag"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["tag"],"operation":["getAll"]}},"options":[{"displayName":"Collection Name or ID","name":"collectionId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCollections"},"default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","action":"Get a user"}],"displayOptions":{"show":{"resource":["user"]}}},{"displayName":"Self","name":"self","type":"boolean","default":true,"required":true,"description":"Whether to return details on the logged-in user","displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"User ID","name":"userId","type":"string","default":"","required":true,"description":"The ID of the user to retrieve","displayOptions":{"show":{"resource":["user"],"operation":["get"],"self":[false]}}}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.raindrop/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/raindrop/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Raindrop/raindrop.svg"},
{"displayName":"Read Binary File","name":"readBinaryFile","icon":"fa:file-import","group":["input"],"version":1,"hidden":true,"description":"Reads a binary file from disk","defaults":{"name":"Read Binary File","color":"#449922"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"File Path","name":"filePath","type":"string","default":"","required":true,"placeholder":"/data/example.jpg","description":"Path of the file to read"},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"description":"Name of the binary property to which to write the data of the read file"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"alias":["Text","Open","Import"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/"}]}}},
{"hidden":true,"displayName":"Read Binary Files","name":"readBinaryFiles","icon":"fa:file-import","group":["input"],"version":1,"description":"Reads binary files from disk","defaults":{"name":"Read Binary Files","color":"#44AA44"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"File Selector","name":"fileSelector","type":"string","default":"","required":true,"placeholder":"*.jpg","description":"Pattern for files to read"},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"description":"Name of the binary property to which to write the data of the read files"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"alias":["Text","Open","Import"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/"}]}}},
{"hidden":true,"displayName":"Read PDF","name":"readPDF","icon":"fa:file-pdf","group":["input"],"version":1,"description":"Reads a PDF and extracts its content","defaults":{"name":"Read PDF","color":"#003355"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"description":"Name of the binary property from which to read the PDF file"},{"displayName":"Encrypted","name":"encrypted","type":"boolean","default":false,"required":true},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"Password to decrypt the PDF file with","displayOptions":{"show":{"encrypted":[true]}}}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.extractfromfile/"}]}}},
{"displayName":"Reddit","name":"reddit","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Reddit API","defaults":{"name":"Reddit"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"redditOAuth2Api","required":true,"displayOptions":{"show":{"resource":["postComment","post","profile"]}}}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Post","value":"post"},{"name":"Post Comment","value":"postComment"},{"name":"Profile","value":"profile"},{"name":"Subreddit","value":"subreddit"},{"name":"User","value":"user"}],"default":"post"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"create","options":[{"name":"Create","value":"create","description":"Create a top-level comment in a post","action":"Create a comment in a post"},{"name":"Get Many","value":"getAll","description":"Retrieve many comments in a post","action":"Get many comments in a post"},{"name":"Delete","value":"delete","description":"Remove a comment from a post","action":"Delete a comment from a post"},{"name":"Reply","value":"reply","description":"Write a reply to a comment in a post","action":"Reply to a comment in a post"}],"displayOptions":{"show":{"resource":["postComment"]}}},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","description":"ID of the post to write the comment to. Found in the post URL: <code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>","placeholder":"l0me7x","displayOptions":{"show":{"resource":["postComment"],"operation":["create"]}}},{"displayName":"Comment Text","name":"commentText","type":"string","required":true,"default":"","description":"Text of the comment. Markdown supported.","displayOptions":{"show":{"resource":["postComment"],"operation":["create"]}}},{"displayName":"Subreddit","name":"subreddit","type":"string","required":true,"default":"","description":"The name of subreddit where the post is","displayOptions":{"show":{"resource":["postComment"],"operation":["getAll"]}}},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","description":"ID of the post to get all comments from. Found in the post URL: <code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>","placeholder":"l0me7x","displayOptions":{"show":{"resource":["postComment"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["postComment"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["postComment"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Comment ID","name":"commentId","type":"string","required":true,"default":"","description":"ID of the comment to remove. Found in the comment URL:<code>/r/[subreddit_name]/comments/[post_id]/[post_title]/[comment_id]</code>","placeholder":"gla7fmt","displayOptions":{"show":{"resource":["postComment"],"operation":["delete"]}}},{"displayName":"Comment ID","name":"commentId","type":"string","required":true,"default":"","description":"ID of the comment to reply to. To be found in the comment URL: <code>www.reddit.com/r/[subreddit_name]/comments/[post_id]/[post_title]/[comment_id]</code>","placeholder":"gl9iroa","displayOptions":{"show":{"resource":["postComment"],"operation":["reply"]}}},{"displayName":"Reply Text","name":"replyText","type":"string","required":true,"default":"","description":"Text of the reply. Markdown supported.","displayOptions":{"show":{"resource":["postComment"],"operation":["reply"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["profile"]}},"options":[{"name":"Get","value":"get","action":"Get a profile"}],"default":"get"},{"displayName":"Details","name":"details","type":"options","required":true,"default":"identity","description":"Details of my account to retrieve","options":[{"name":"Blocked Users","value":"blockedUsers","description":"Return the blocked users of the logged-in user"},{"name":"Friends","value":"friends","description":"Return the friends of the logged-in user"},{"name":"Identity","value":"identity","description":"Return the identity of the logged-in user"},{"name":"Karma","value":"karma","description":"Return the subreddit karma for the logged-in user"},{"name":"Preferences","value":"prefs","description":"Return the settings preferences of the logged-in user"},{"name":"Saved","value":"saved","description":"Return the saved posts for the user"},{"name":"Trophies","value":"trophies","description":"Return the trophies of the logged-in user"}],"displayOptions":{"show":{"resource":["profile"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["profile"],"operation":["get"],"details":["saved"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["profile"],"operation":["get"],"details":["saved"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","description":"Retrieve background information about a subreddit","action":"Get a subreddit"},{"name":"Get Many","value":"getAll","description":"Retrieve information about many subreddits","action":"Get many subreddits"}],"displayOptions":{"show":{"resource":["subreddit"]}}},{"displayName":"Content","name":"content","type":"options","required":true,"default":"about","description":"Subreddit content to retrieve","options":[{"name":"About","value":"about"},{"name":"Rules","value":"rules"}],"displayOptions":{"show":{"resource":["subreddit"],"operation":["get"]}}},{"displayName":"Subreddit","name":"subreddit","type":"string","required":true,"default":"","description":"The name of subreddit to retrieve the content from","displayOptions":{"show":{"resource":["subreddit"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["subreddit"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["subreddit"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Keyword","name":"keyword","type":"string","default":"","description":"The keyword for the subreddit search"},{"displayName":"Trending","name":"trending","type":"boolean","default":false,"description":"Whether to fetch currently trending subreddits in all of Reddit"}],"displayOptions":{"show":{"resource":["subreddit"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"create","options":[{"name":"Create","value":"create","description":"Submit a post to a subreddit","action":"Create a post"},{"name":"Delete","value":"delete","description":"Delete a post from a subreddit","action":"Delete a post"},{"name":"Get","value":"get","description":"Get a post from a subreddit","action":"Get a post"},{"name":"Get Many","value":"getAll","description":"Get many posts from a subreddit","action":"Get many posts"},{"name":"Search","value":"search","description":"Search posts in a subreddit or in all of Reddit","action":"Search for a post"}],"displayOptions":{"show":{"resource":["post"]}}},{"displayName":"Subreddit","name":"subreddit","type":"string","required":true,"default":"","description":"Subreddit to create the post in","displayOptions":{"show":{"resource":["post"],"operation":["create"]}}},{"displayName":"Kind","name":"kind","type":"options","options":[{"name":"Text Post","value":"self"},{"name":"Link Post","value":"link"},{"name":"Image Post","value":"image"}],"default":"self","description":"The kind of the post to create","displayOptions":{"show":{"resource":["post"],"operation":["create"]}}},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","description":"Title of the post, up to 300 characters long","displayOptions":{"show":{"resource":["post"],"operation":["create"]}}},{"displayName":"URL","name":"url","type":"string","required":true,"default":"","description":"URL of the post","displayOptions":{"show":{"resource":["post"],"operation":["create"],"kind":["link","image"]}}},{"displayName":"Text","name":"text","type":"string","required":true,"default":"","description":"Text of the post. Markdown supported.","displayOptions":{"show":{"resource":["post"],"operation":["create"],"kind":["self"]}}},{"displayName":"Resubmit","name":"resubmit","type":"boolean","default":false,"description":"Whether the URL will be posted even if it was already posted to the subreddit before. Otherwise, the re-posting will trigger an error.","displayOptions":{"show":{"resource":["post"],"operation":["create"],"kind":["link","image"]}}},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","description":"ID of the post to delete. Found in the post URL: <code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>","placeholder":"gla7fmt","displayOptions":{"show":{"resource":["post"],"operation":["delete"]}}},{"displayName":"Subreddit","name":"subreddit","type":"string","required":true,"default":"","description":"The name of subreddit to retrieve the post from","displayOptions":{"show":{"resource":["post"],"operation":["get"]}}},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","description":"ID of the post to retrieve. Found in the post URL: <code>/r/[subreddit_name]/comments/[post_id]/[post_title]</code>","placeholder":"l0me7x","displayOptions":{"show":{"resource":["post"],"operation":["get"]}}},{"displayName":"Subreddit","name":"subreddit","type":"string","required":true,"default":"","description":"The name of subreddit to retrieve the posts from","displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["post"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Category","name":"category","type":"options","default":"top","description":"Category of the posts to retrieve","options":[{"name":"Top Posts","value":"top"},{"name":"Hot Posts","value":"hot"},{"name":"New Posts","value":"new"},{"name":"Rising Posts","value":"rising"}]}]},{"displayName":"Location","name":"location","type":"options","default":"subreddit","description":"Location where to search for posts","options":[{"name":"All Reddit","value":"allReddit","description":"Search for posts in all of Reddit"},{"name":"Subreddit","value":"subreddit","description":"Search for posts in a specific subreddit"}],"displayOptions":{"show":{"resource":["post"],"operation":["search"]}}},{"displayName":"Subreddit","name":"subreddit","type":"string","required":true,"default":"","description":"The name of subreddit to search in","displayOptions":{"show":{"resource":["post"],"operation":["search"],"location":["subreddit"]}}},{"displayName":"Keyword","name":"keyword","type":"string","default":"","required":true,"description":"The keyword for the search","displayOptions":{"show":{"resource":["post"],"operation":["search"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["post"],"operation":["search"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["post"],"operation":["search"],"returnAll":[false]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["search"]}},"options":[{"displayName":"Sort","name":"sort","placeholder":"","type":"options","default":"relevance","description":"The category to sort results by","options":[{"name":"Comments","value":"comments"},{"name":"Hot","value":"hot"},{"name":"New","value":"new"},{"name":"Relevance","value":"relevance"},{"name":"Top","value":"top"}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get","value":"get","action":"Get a user"}],"default":"get"},{"displayName":"Username","name":"username","type":"string","required":true,"default":"","description":"Reddit ID of the user to retrieve","displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Details","name":"details","type":"options","required":true,"default":"about","description":"Details of the user to retrieve","options":[{"name":"About","value":"about"},{"name":"Comments","value":"comments"},{"name":"Gilded","value":"gilded"},{"name":"Overview","value":"overview"},{"name":"Submitted","value":"submitted"}],"displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["user"],"operation":["get"],"details":["overview","submitted","comments","gilded"]}}},{"displayName":"Limit","name":"limit","type":"number","default":100,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["user"],"operation":["get"],"details":["comments","gilded","overview","submitted"],"returnAll":[false]}}}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.reddit/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/reddit/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Reddit/reddit.svg"},
{"displayName":"Redis","name":"redis","group":["input"],"version":1,"description":"Get, send and update data in Redis","defaults":{"name":"Redis"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"redis","required":true,"testedBy":"redisConnectionTest"}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Delete","value":"delete","description":"Delete a key from Redis","action":"Delete a key from Redis"},{"name":"Get","value":"get","description":"Get the value of a key from Redis","action":"Get the value of a key from Redis"},{"name":"Increment","value":"incr","description":"Atomically increments a key by 1. Creates the key if it does not exist.","action":"Atomically increment a key by 1. Creates the key if it does not exist."},{"name":"Info","value":"info","description":"Returns generic information about the Redis instance","action":"Return generic information about the Redis instance"},{"name":"Keys","value":"keys","description":"Returns all the keys matching a pattern","action":"Return all keys matching a pattern"},{"name":"List Length","value":"llen","description":"Returns the length of a list","action":"Return the length of a list"},{"name":"Pop","value":"pop","description":"Pop data from a redis list","action":"Pop data from a redis list"},{"name":"Publish","value":"publish","description":"Publish message to redis channel","action":"Publish message to redis channel"},{"name":"Push","value":"push","description":"Push data to a redis list","action":"Push data to a redis list"},{"name":"Set","value":"set","description":"Set the value of a key in redis","action":"Set the value of a key in redis"}],"default":"info"},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["delete"]}},"default":"","required":true,"description":"Name of the key to delete from Redis"},{"displayName":"Name","name":"propertyName","type":"string","displayOptions":{"show":{"operation":["get"]}},"default":"propertyName","required":true,"description":"Name of the property to write received data to. Supports dot-notation. Example: \"data.person[0].name\"."},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["get"]}},"default":"","required":true,"description":"Name of the key to get from Redis"},{"displayName":"Key Type","name":"keyType","type":"options","displayOptions":{"show":{"operation":["get"]}},"options":[{"name":"Automatic","value":"automatic","description":"Requests the type before requesting the data (slower)"},{"name":"Hash","value":"hash","description":"Data in key is of type 'hash'"},{"name":"List","value":"list","description":"Data in key is of type 'lists'"},{"name":"Sets","value":"sets","description":"Data in key is of type 'sets'"},{"name":"String","value":"string","description":"Data in key is of type 'string'"}],"default":"automatic","description":"The type of the key to get"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["get"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Dot Notation","name":"dotNotation","type":"boolean","default":true,"description":"<p>By default, dot-notation is used in property names. This means that \"a.b\" will set the property \"b\" underneath \"a\" so { \"a\": { \"b\": value} }.<p></p>If that is not intended this can be deactivated, it will then set { \"a.b\": value } instead.</p>."}]},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["incr"]}},"default":"","required":true,"description":"Name of the key to increment"},{"displayName":"Expire","name":"expire","type":"boolean","displayOptions":{"show":{"operation":["incr"]}},"default":false,"description":"Whether to set a timeout on key"},{"displayName":"TTL","name":"ttl","type":"number","typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["incr"],"expire":[true]}},"default":60,"description":"Number of seconds before key expiration"},{"displayName":"Key Pattern","name":"keyPattern","type":"string","displayOptions":{"show":{"operation":["keys"]}},"default":"","required":true,"description":"The key pattern for the keys to return"},{"displayName":"Get Values","name":"getValues","type":"boolean","displayOptions":{"show":{"operation":["keys"]}},"default":true,"description":"Whether to get the value of matching keys"},{"displayName":"List","name":"list","type":"string","displayOptions":{"show":{"operation":["llen"]}},"default":"","required":true,"description":"Name of the list in Redis"},{"displayName":"List","name":"list","type":"string","displayOptions":{"show":{"operation":["llen"]}},"default":"","required":true,"description":"Name of the list in Redis"},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"operation":["set"]}},"default":"","required":true,"description":"Name of the key to set in Redis"},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"operation":["set"]}},"default":"","description":"The value to write in Redis"},{"displayName":"Key Type","name":"keyType","type":"options","displayOptions":{"show":{"operation":["set"]}},"options":[{"name":"Automatic","value":"automatic","description":"Tries to figure out the type automatically depending on the data"},{"name":"Hash","value":"hash","description":"Data in key is of type 'hash'"},{"name":"List","value":"list","description":"Data in key is of type 'lists'"},{"name":"Sets","value":"sets","description":"Data in key is of type 'sets'"},{"name":"String","value":"string","description":"Data in key is of type 'string'"}],"default":"automatic","description":"The type of the key to set"},{"displayName":"Value Is JSON","name":"valueIsJSON","type":"boolean","displayOptions":{"show":{"keyType":["hash"]}},"default":true,"description":"Whether the value is JSON or key value pairs"},{"displayName":"Expire","name":"expire","type":"boolean","displayOptions":{"show":{"operation":["set"]}},"default":false,"description":"Whether to set a timeout on key"},{"displayName":"TTL","name":"ttl","type":"number","typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["set"],"expire":[true]}},"default":60,"description":"Number of seconds before key expiration"},{"displayName":"Channel","name":"channel","type":"string","displayOptions":{"show":{"operation":["publish"]}},"default":"","required":true,"description":"Channel name"},{"displayName":"Data","name":"messageData","type":"string","displayOptions":{"show":{"operation":["publish"]}},"default":"","required":true,"description":"Data to publish"},{"displayName":"List","name":"list","type":"string","displayOptions":{"show":{"operation":["push","pop"]}},"default":"","required":true,"description":"Name of the list in Redis"},{"displayName":"Data","name":"messageData","type":"string","displayOptions":{"show":{"operation":["push"]}},"default":"","required":true,"description":"Data to push"},{"displayName":"Tail","name":"tail","type":"boolean","displayOptions":{"show":{"operation":["push","pop"]}},"default":false,"description":"Whether to push or pop data from the end of the list"},{"displayName":"Name","name":"propertyName","type":"string","displayOptions":{"show":{"operation":["pop"]}},"default":"propertyName","description":"Optional name of the property to write received data to. Supports dot-notation. Example: \"data.person[0].name\"."},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["pop"]}},"placeholder":"Add option","default":{},"options":[{"displayName":"Dot Notation","name":"dotNotation","type":"boolean","default":true,"description":"<p>By default, dot-notation is used in property names. This means that \"a.b\" will set the property \"b\" underneath \"a\" so { \"a\": { \"b\": value} }.<p></p>If that is not intended this can be deactivated, it will then set { \"a.b\": value } instead.</p>."}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.redis/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/redis/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Redis/redis.svg"},
{"displayName":"Redis Trigger","name":"redisTrigger","group":["trigger"],"version":1,"description":"Subscribe to redis channel","defaults":{"name":"Redis Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"redis","required":true,"testedBy":"redisConnectionTest"}],"properties":[{"displayName":"Channels","name":"channels","type":"string","default":"","required":true,"description":"Channels to subscribe to, multiple channels be defined with comma. Wildcard character(*) is supported."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"JSON Parse Body","name":"jsonParseBody","type":"boolean","default":false,"description":"Whether to try to parse the message to an object"},{"displayName":"Only Message","name":"onlyMessage","type":"boolean","default":false,"description":"Whether to return only the message property"}]}],"codex":{"categories":["Communication","Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.redistrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/redis/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Redis/redis.svg"},
{"displayName":"Rename Keys","name":"renameKeys","icon":"fa:edit","iconColor":"crimson","group":["transform"],"version":1,"description":"Update item field names","defaults":{"name":"Rename Keys","color":"#772244"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Keys","name":"keys","placeholder":"Add new key","description":"Adds a key which should be renamed","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"default":{},"options":[{"displayName":"Key","name":"key","values":[{"displayName":"Current Key Name","name":"currentKey","type":"string","default":"","placeholder":"currentKey","requiresDataPath":"single","description":"The current name of the key. It is also possible to define deep keys by using dot-notation like for example: \"level1.level2.currentKey\"."},{"displayName":"New Key Name","name":"newKey","type":"string","default":"","placeholder":"newKey","description":"The name the key should be renamed to. It is also possible to define deep keys by using dot-notation like for example: \"level1.level2.newKey\"."}]}]},{"displayName":"Additional Options","name":"additionalOptions","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Regex","name":"regexReplacement","placeholder":"Add new regular expression","description":"Adds a regular expression","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"default":{},"options":[{"displayName":"Replacement","name":"replacements","values":[{"displayName":"Be aware that by using regular expression previously renamed keys can be affected","name":"regExNotice","type":"notice","default":""},{"displayName":"Regular Expression","name":"searchRegex","type":"string","default":"","placeholder":"e.g. [N-n]ame","description":"Regex to match the key name","hint":"Learn more and test RegEx <a href=\"https://regex101.com/\">here</a>"},{"displayName":"Replace With","name":"replaceRegex","type":"string","default":"","placeholder":"replacedName","description":"The name the key/s should be renamed to. It's possible to use regex captures e.g. $1, $2, ..."},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Regex Option","options":[{"displayName":"Case Insensitive","name":"caseInsensitive","type":"boolean","description":"Whether to use case insensitive match","default":false},{"displayName":"Max Depth","name":"depth","type":"number","default":-1,"description":"Maximum depth to replace keys","hint":"Specify number for depth level (-1 for unlimited, 0 for top level only)"}]}]}]}]}],"hints":[{"type":"warning","message":"Complex regex patterns like nested quantifiers .*+, ()*+, or multiple wildcards may cause performance issues. Consider using simpler patterns like [a-z]+ or \\w+ for better performance.","displayCondition":"={{ $parameter.additionalOptions.regexReplacement.replacements && $parameter.additionalOptions.regexReplacement.replacements.some(r => r.searchRegex && /(\\.\\*\\+|\\)\\*\\+|\\+\\*|\\*.*\\*|\\+.*\\+|\\?.*\\?|\\{[0-9]+,\\}|\\*{2,}|\\+{2,}|\\?{2,}|[a-zA-Z0-9]{4,}[\\*\\+]|\\([^)]*\\|[^)]*\\)[\\*\\+])/.test(r.searchRegex)) }}","whenToDisplay":"always","location":"outputPane"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.renamekeys/"}]}}},
{"displayName":"Respond to Webhook","name":"respondToWebhook","group":["transform"],"version":[1,1.1,1.2,1.3,1.4,1.5],"defaultVersion":1.5,"description":"Returns data for Webhook","defaults":{"name":"Respond to Webhook"},"builderHint":{"message":"Only works with webhook node (n8n-nodes-base.webhook) with responseMode set to \"responseNode\"","relatedNodes":[{"nodeType":"n8n-nodes-base.webhook","relationHint":"Required trigger - set responseMode to \"responseNode\""}]},"inputs":["main"],"outputs":"={{((version, parameters) => {\n    const multipleOutputs = version === 1.3 || (version >= 1.4 && parameters.enableResponseOutput);\n    if (multipleOutputs) {\n        return [\n            {\n                type: 'main',\n                displayName: 'Input Data',\n            },\n            {\n                type: 'main',\n                displayName: 'Response',\n            },\n        ];\n    }\n    return ['main'];\n})($nodeVersion, $parameter)}}","credentials":[{"name":"jwtAuth","required":true,"displayOptions":{"show":{"respondWith":["jwt"]}}}],"properties":[{"displayName":"Enable Response Output Branch","name":"enableResponseOutput","type":"boolean","default":false,"description":"Whether to provide an additional output branch with the response sent to the webhook","isNodeSetting":true,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.4}}]}}},{"displayName":"Verify that the \"Webhook\" node's \"Respond\" parameter is set to \"Using Respond to Webhook Node\". <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook/\" target=\"_blank\">More details","name":"generalNotice","type":"notice","default":""},{"displayName":"Respond With","name":"respondWith","type":"options","options":[{"name":"All Incoming Items","value":"allIncomingItems","description":"Respond with all input JSON items"},{"name":"Binary File","value":"binary","description":"Respond with incoming file binary data"},{"name":"First Incoming Item","value":"firstIncomingItem","description":"Respond with the first input JSON item"},{"name":"JSON","value":"json","description":"Respond with a custom JSON body"},{"name":"JWT Token","value":"jwt","description":"Respond with a JWT token"},{"name":"No Data","value":"noData","description":"Respond with an empty body"},{"name":"Redirect","value":"redirect","description":"Respond with a redirect to a given URL"},{"name":"Text","value":"text","description":"Respond with a simple text message body"}],"default":"firstIncomingItem","description":"The data that should be returned","displayOptions":{"show":{"@version":[1,1.1]}}},{"displayName":"Respond With","name":"respondWith","type":"options","options":[{"name":"All Incoming Items","value":"allIncomingItems","description":"Respond with all input JSON items"},{"name":"Binary File","value":"binary","description":"Respond with incoming file binary data"},{"name":"First Incoming Item","value":"firstIncomingItem","description":"Respond with the first input JSON item"},{"name":"JSON","value":"json","description":"Respond with a custom JSON body"},{"name":"JWT Token","value":"jwt","description":"Respond with a JWT token"},{"name":"No Data","value":"noData","description":"Respond with an empty body"},{"name":"Redirect","value":"redirect","description":"Respond with a redirect to a given URL"},{"name":"Text","value":"text","description":"Respond with a simple text message body"}],"default":"firstIncomingItem","description":"The data that should be returned","noDataExpression":true,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.2}}]}}},{"displayName":"Credentials","name":"credentials","type":"credentials","default":"","displayOptions":{"show":{"respondWith":["jwt"]}}},{"displayName":"When using expressions, note that this node will only run for the first item in the input data","name":"webhookNotice","type":"notice","displayOptions":{"show":{"respondWith":["json","text","jwt"]}},"default":""},{"displayName":"Redirect URL","name":"redirectURL","type":"string","required":true,"displayOptions":{"show":{"respondWith":["redirect"]}},"default":"","placeholder":"e.g. http://www.n8n.io","description":"The URL to redirect to","validateType":"url"},{"displayName":"Response Body","name":"responseBody","type":"json","displayOptions":{"show":{"respondWith":["json"]}},"default":"{\n  \"myField\": \"value\"\n}","typeOptions":{"rows":4},"description":"The HTTP response JSON data"},{"displayName":"Payload","name":"payload","type":"json","displayOptions":{"show":{"respondWith":["jwt"]}},"default":"{\n  \"myField\": \"value\"\n}","typeOptions":{"rows":4},"validateType":"object","description":"The payload to include in the JWT token"},{"displayName":"Response Body","name":"responseBody","type":"string","displayOptions":{"show":{"respondWith":["text"]}},"typeOptions":{"rows":2},"default":"","placeholder":"e.g. Workflow completed","description":"The HTTP response text data"},{"displayName":"Response Data Source","name":"responseDataSource","type":"options","displayOptions":{"show":{"respondWith":["binary"]}},"options":[{"name":"Choose Automatically From Input","value":"automatically","description":"Use if input data will contain a single piece of binary data"},{"name":"Specify Myself","value":"set","description":"Enter the name of the input field the binary data will be in"}],"default":"automatically"},{"displayName":"Input Field Name","name":"inputFieldName","type":"string","required":true,"default":"data","displayOptions":{"show":{"respondWith":["binary"],"responseDataSource":["set"]}},"description":"The name of the node input field with the binary data"},{"displayName":"To avoid unexpected behavior, add a \"Content-Type\" response header with the appropriate value","name":"contentTypeNotice","type":"notice","default":"","displayOptions":{"show":{"respondWith":["text"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Response Code","name":"responseCode","type":"number","typeOptions":{"minValue":100,"maxValue":599},"default":200,"description":"The HTTP response code to return. Defaults to 200."},{"displayName":"Response Headers","name":"responseHeaders","placeholder":"Add Response Header","description":"Add headers to the webhook response","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"entries","displayName":"Entries","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the header"}]}]},{"displayName":"Put Response in Field","name":"responseKey","type":"string","displayOptions":{"show":{"/respondWith":["allIncomingItems","firstIncomingItem"]}},"default":"","description":"The name of the response field to put all items in","placeholder":"e.g. data"},{"displayName":"Enable Streaming","name":"enableStreaming","type":"boolean","default":true,"description":"Whether to enable streaming to the response","displayOptions":{"show":{"/respondWith":["allIncomingItems","firstIncomingItem","text","json","jwt"],"@version":[{"_cnd":{"gte":1.5}}]}}}]}],"codex":{"categories":["Core Nodes","Utility"],"subcategories":{"Core Nodes":["Helpers"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/RespondToWebhook/webhook.svg","dark":"icons/n8n-nodes-base/dist/nodes/RespondToWebhook/webhook.dark.svg"}},
{"displayName":"RocketChat","name":"rocketchat","group":["output"],"version":1,"subtitle":"={{$parameter[\"resource\"] + \": \" + $parameter[\"operation\"]}}","description":"Consume RocketChat API","defaults":{"name":"RocketChat"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"rocketchatApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Chat","value":"chat"}],"default":"chat"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chat"]}},"options":[{"name":"Post Message","value":"postMessage","description":"Post a message to a channel or a direct message","action":"Post a message"}],"default":"postMessage"},{"displayName":"Channel","name":"channel","type":"string","required":true,"displayOptions":{"show":{"resource":["chat"],"operation":["postMessage"]}},"default":"","description":"The channel name with the prefix in front of it"},{"displayName":"Text","name":"text","type":"string","displayOptions":{"show":{"resource":["chat"],"operation":["postMessage"]}},"default":"","description":"The text of the message to send, is optional because of attachments"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["chat"],"operation":["postMessage"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["chat"],"operation":["postMessage"]}},"options":[{"displayName":"Alias","name":"alias","type":"string","default":"","description":"This will cause the message’s name to appear as the given alias, but your username will still display"},{"displayName":"Avatar","name":"avatar","type":"string","default":"","description":"If provided, this will make the avatar use the provided image URL"},{"displayName":"Emoji","name":"emoji","type":"string","default":"","description":"This will cause the message’s name to appear as the given alias, but your username will still display"}]},{"displayName":"Attachments","name":"attachments","type":"collection","default":{},"placeholder":"Add Attachment Item","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Attachment"},"displayOptions":{"show":{"resource":["chat"],"operation":["postMessage"],"jsonParameters":[false]}},"options":[{"displayName":"Color","name":"color","type":"color","default":"#ff0000","description":"The color you want the order on the left side to be, any value background-css supports"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The text to display for this attachment, it is different than the message’s text"},{"displayName":"Timestamp","name":"ts","type":"dateTime","default":"","description":"Displays the time next to the text portion"},{"displayName":"Thumb URL","name":"thumbUrl","type":"string","default":"","description":"An image that displays to the left of the text, looks better when this is relatively small"},{"displayName":"Message Link","name":"messageLink","type":"string","default":"","description":"Only applicable if the timestamp is provided, as it makes the time clickable to this link"},{"displayName":"Collapsed","name":"collapsed","type":"boolean","default":false,"description":"Causes the image, audio, and video sections to be hiding when collapsed is true"},{"displayName":"Author Name","name":"authorName","type":"string","default":"","description":"Name of the author"},{"displayName":"Author Link","name":"authorLink","type":"string","default":"","description":"Providing this makes the author name clickable and points to this link"},{"displayName":"Author Icon","name":"authorIcon","type":"string","default":"","placeholder":"https://site.com/img.png","description":"Displays a tiny icon to the left of the Author’s name"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title to display for this attachment, displays under the author"},{"displayName":"Title Link","name":"titleLink","type":"string","default":"","description":"Providing this makes the title clickable, pointing to this link"},{"displayName":"Title Link Download","name":"titleLinkDownload","type":"boolean","default":false,"description":"When this is true, a download icon appears and clicking this saves the link to file"},{"displayName":"Image URL","name":"imageUrl","type":"string","default":"","description":"The image to display, will be “big” and easy to see"},{"displayName":"Audio URL","name":"audioUrl","type":"string","default":"","placeholder":"https://site.com/aud.mp3","description":"Audio file to play, only supports what html audio does"},{"displayName":"Video URL","name":"videoUrl","type":"string","default":"","placeholder":"https://site.com/vid.mp4","description":"Video file to play, only supports what html video does"},{"displayName":"Fields","name":"fields","type":"fixedCollection","placeholder":"Add Field Item","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"fieldsValues","displayName":"Fields","values":[{"displayName":"Short","name":"short","type":"boolean","default":false,"description":"Whether this field should be a short field"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of this field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value of this field, displayed underneath the title value"}]}]}]},{"displayName":"Attachments","name":"attachmentsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["chat"],"operation":["postMessage"],"jsonParameters":[true]}},"default":""}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.rocketchat/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/rocketchat/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Rocketchat/rocketchat.svg"},
{"displayName":"RSS Read","name":"rssFeedRead","icon":"fa:rss","iconColor":"orange-red","group":["input"],"version":[1,1.1,1.2],"description":"Reads data from an RSS Feed","defaults":{"name":"RSS Read","color":"#b02020"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"URL","name":"url","type":"string","default":"","required":true,"description":"URL of the RSS feed"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Custom Fields","name":"customFields","type":"string","default":"","description":"A comma-separated list of custom fields to include in the output. For example, \"author, contentSnippet\"."},{"displayName":"Ignore SSL Issues (Insecure)","name":"ignoreSSL","type":"boolean","default":false,"description":"Whether to ignore SSL/TLS certificate issues or not"}]}],"codex":{"categories":["Core Nodes"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.rssfeedread/"}]}}},
{"displayName":"RSS Feed Trigger","name":"rssFeedReadTrigger","icon":"fa:rss","iconColor":"orange-red","group":["trigger"],"version":1,"description":"Starts a workflow when an RSS feed is updated","subtitle":"={{$parameter[\"event\"]}}","defaults":{"name":"RSS Feed Trigger","color":"#b02020"},"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Feed URL","name":"feedUrl","type":"string","default":"https://blog.n8n.io/rss/","required":true,"description":"URL of the RSS feed to poll"}],"codex":{"categories":["Core Nodes"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.rssfeedreadtrigger/"}]}}},
{"displayName":"Rundeck","name":"rundeck","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Manage Rundeck API","defaults":{"name":"Rundeck"},"usableAsTool":true,"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":"Filter","name":"filter","type":"string","displayOptions":{"show":{"operation":["execute"],"resource":["job"]}},"default":"","placeholder":"Add Filters","description":"Filter Rundeck nodes by name"},{"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/integrations/builtin/credentials/rundeck/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Rundeck/rundeck.png"},
{"displayName":"S3","name":"s3","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to any S3-compatible service","defaults":{"name":"S3"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"s3","required":true}],"properties":[{"displayName":"This node is for services that use the S3 standard, e.g. Minio or Digital Ocean Spaces. For AWS S3 use the 'AWS S3' node.","name":"s3StandardNotice","type":"notice","default":""},{"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 should start with (/) and key name of the source object, separated by a slash (/)"},{"displayName":"Destination Path","name":"destinationPath","type":"string","required":true,"default":"","placeholder":"/bucket/my-second-image.jpg","displayOptions":{"show":{"resource":["file"],"operation":["copy"]}},"description":"The name of the destination bucket and key name of the destination object, separated by a slash (/)"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["file"],"operation":["copy"]}},"default":{},"options":[{"displayName":"ACL","name":"acl","type":"options","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"AWS Exec Read","value":"awsExecRead"},{"name":"Bucket Owner Full Control","value":"bucketOwnerFullControl"},{"name":"Bucket Owner Read","value":"bucketOwnerRead"},{"name":"Private","value":"private"},{"name":"Public Read","value":"publicRead"},{"name":"Public Read Write","value":"publicReadWrite"}],"default":"private","description":"The canned ACL to apply to the object"},{"displayName":"Grant Full Control","name":"grantFullControl","type":"boolean","default":false,"description":"Whether to give the grantee READ, READ_ACP, and WRITE_ACP permissions on the object"},{"displayName":"Grant Read","name":"grantRead","type":"boolean","default":false,"description":"Whether to allow grantee to read the object data and its metadata"},{"displayName":"Grant Read ACP","name":"grantReadAcp","type":"boolean","default":false,"description":"Whether to allow grantee to read the object ACL"},{"displayName":"Grant Write ACP","name":"grantWriteAcp","type":"boolean","default":false,"description":"Whether to allow grantee to write the ACL for the applicable object"},{"displayName":"Lock Legal Hold","name":"lockLegalHold","type":"boolean","default":false,"description":"Whether a legal hold will be applied to this object"},{"displayName":"Lock Mode","name":"lockMode","type":"options","options":[{"name":"Governance","value":"governance"},{"name":"Compliance","value":"compliance"}],"default":"","description":"The Object Lock mode that you want to apply to this object"},{"displayName":"Lock Retain Until Date","name":"lockRetainUntilDate","type":"dateTime","default":"","description":"The date and time when you want this object's Object Lock to expire"},{"displayName":"Metadata Directive","name":"metadataDirective","type":"options","options":[{"name":"Copy","value":"copy"},{"name":"Replace","value":"replace"}],"default":"","description":"Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request"},{"displayName":"Requester Pays","name":"requesterPays","type":"boolean","default":false,"description":"Whether the requester will pay for requests and data transfer. While Requester Pays is enabled, anonymous access to this bucket is disabled."},{"displayName":"Server Side Encryption","name":"serverSideEncryption","type":"options","options":[{"name":"AES256","value":"AES256"},{"name":"AWS:KMS","value":"aws:kms"}],"default":"","description":"The server-side encryption algorithm used when storing this object in Amazon S3"},{"displayName":"Server Side Encryption Context","name":"serverSideEncryptionContext","type":"string","default":"","description":"Specifies the AWS KMS Encryption Context to use for object encryption"},{"displayName":"Server Side Encryption AWS KMS Key ID","name":"encryptionAwsKmsKeyId","type":"string","default":"","description":"If x-amz-server-side-encryption is present and has the value of aws:kms"},{"displayName":"Server Side Encryption Customer Algorithm","name":"serversideEncryptionCustomerAlgorithm","type":"string","default":"","description":"Specifies the algorithm to use to when encrypting the object (for example, AES256)"},{"displayName":"Server Side Encryption Customer Key","name":"serversideEncryptionCustomerKey","type":"string","default":"","description":"Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data"},{"displayName":"Server Side Encryption Customer Key MD5","name":"serversideEncryptionCustomerKeyMD5","type":"string","default":"","description":"Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321"},{"displayName":"Storage Class","name":"storageClass","type":"options","options":[{"name":"Deep Archive","value":"deepArchive"},{"name":"Glacier","value":"glacier"},{"name":"Intelligent Tiering","value":"intelligentTiering"},{"name":"One Zone IA","value":"onezoneIA"},{"name":"Standard","value":"standard"},{"name":"Standard IA","value":"standardIA"}],"default":"standard","description":"Amazon S3 storage classes"},{"displayName":"Tagging Directive","name":"taggingDirective","type":"options","options":[{"name":"Copy","value":"copy"},{"name":"Replace","value":"replace"}],"default":"","description":"Specifies whether the metadata is copied from the source object or replaced with metadata provided in the request"}]},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}}},{"displayName":"File Name","name":"fileName","type":"string","default":"","placeholder":"hello.txt","required":true,"displayOptions":{"show":{"resource":["file"],"operation":["upload"],"binaryData":[false]}}},{"displayName":"File Name","name":"fileName","type":"string","default":"","displayOptions":{"show":{"resource":["file"],"operation":["upload"],"binaryData":[true]}},"description":"If not set the binary data filename will be used"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[false]}},"placeholder":"","description":"The text content of the file to upload"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[true]}},"placeholder":"","hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}},"default":{},"options":[{"displayName":"ACL","name":"acl","type":"options","options":[{"name":"Authenticated Read","value":"authenticatedRead"},{"name":"AWS Exec Read","value":"awsExecRead"},{"name":"Bucket Owner Full Control","value":"bucketOwnerFullControl"},{"name":"Bucket Owner Read","value":"bucketOwnerRead"},{"name":"Private","value":"private"},{"name":"Public Read","value":"publicRead"},{"name":"Public Read Write","value":"publicReadWrite"}],"default":"private","description":"The canned ACL to apply to the object"},{"displayName":"Grant Full Control","name":"grantFullControl","type":"boolean","default":false,"description":"Whether to give the grantee READ, READ_ACP, and WRITE_ACP permissions on the object"},{"displayName":"Grant Read","name":"grantRead","type":"boolean","default":false,"description":"Whether to allow grantee to read the object data and its metadata"},{"displayName":"Grant Read ACP","name":"grantReadAcp","type":"boolean","default":false,"description":"Whether to allow grantee to read the object ACL"},{"displayName":"Grant Write ACP","name":"grantWriteAcp","type":"boolean","default":false,"description":"Whether to allow grantee to write the ACL for the applicable object"},{"displayName":"Lock Legal Hold","name":"lockLegalHold","type":"boolean","default":false,"description":"Whether a legal hold will be applied to this object"},{"displayName":"Lock Mode","name":"lockMode","type":"options","options":[{"name":"Governance","value":"governance"},{"name":"Compliance","value":"compliance"}],"default":"","description":"The Object Lock mode that you want to apply to this object"},{"displayName":"Lock Retain Until Date","name":"lockRetainUntilDate","type":"dateTime","default":"","description":"The date and time when you want this object's Object Lock to expire"},{"displayName":"Parent Folder Key","name":"parentFolderKey","type":"string","default":"","description":"Parent folder you want to create the file in"},{"displayName":"Requester Pays","name":"requesterPays","type":"boolean","default":false,"description":"Whether the requester will pay for requests and data transfer. While Requester Pays is enabled, anonymous access to this bucket is disabled."},{"displayName":"Server Side Encryption","name":"serverSideEncryption","type":"options","options":[{"name":"AES256","value":"AES256"},{"name":"AWS:KMS","value":"aws:kms"}],"default":"","description":"The server-side encryption algorithm used when storing this object in Amazon S3"},{"displayName":"Server Side Encryption Context","name":"serverSideEncryptionContext","type":"string","default":"","description":"Specifies the AWS KMS Encryption Context to use for object encryption"},{"displayName":"Server Side Encryption AWS KMS Key ID","name":"encryptionAwsKmsKeyId","type":"string","default":"","description":"If x-amz-server-side-encryption is present and has the value of aws:kms"},{"displayName":"Server Side Encryption Customer Algorithm","name":"serversideEncryptionCustomerAlgorithm","type":"string","default":"","description":"Specifies the algorithm to use to when encrypting the object (for example, AES256)"},{"displayName":"Server Side Encryption Customer Key","name":"serversideEncryptionCustomerKey","type":"string","default":"","description":"Specifies the customer-provided encryption key for Amazon S3 to use in encrypting data"},{"displayName":"Server Side Encryption Customer Key MD5","name":"serversideEncryptionCustomerKeyMD5","type":"string","default":"","description":"Specifies the 128-bit MD5 digest of the encryption key according to RFC 1321"},{"displayName":"Storage Class","name":"storageClass","type":"options","options":[{"name":"Deep Archive","value":"deepArchive"},{"name":"Glacier","value":"glacier"},{"name":"Intelligent Tiering","value":"intelligentTiering"},{"name":"One Zone IA","value":"onezoneIA"},{"name":"Standard","value":"standard"},{"name":"Standard IA","value":"standardIA"}],"default":"standard","description":"Amazon S3 storage classes"}]},{"displayName":"Tags","name":"tagsUi","placeholder":"Add Tag","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["file"],"operation":["upload"]}},"options":[{"name":"tagsValues","displayName":"Tag","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}],"description":"Optional extra headers to add to the message (most headers are allowed)"},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"File Key","name":"fileKey","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["download"]}}},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["download"],"resource":["file"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["delete"]}}},{"displayName":"File Key","name":"fileKey","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["delete"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["file"],"operation":["delete"]}},"options":[{"displayName":"Version ID","name":"versionId","type":"string","default":""}]},{"displayName":"Bucket Name","name":"bucketName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["file"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["file"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["file"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["file"],"operation":["getAll"]}},"options":[{"displayName":"Fetch Owner","name":"fetchOwner","type":"boolean","default":false,"description":"The owner field is not present in listV2 by default, if you want to return owner field with each key in the result then set the fetch owner field to true"},{"displayName":"Folder Key","name":"folderKey","type":"string","default":""}]}],"codex":{"categories":["Development","Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.s3/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/s3/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/S3/s3.png"},
{"displayName":"Salesforce","name":"salesforce","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Salesforce API","defaults":{"name":"Salesforce"},"usableAsTool":true,"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/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/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the lead"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address for the lead"},{"displayName":"Fax","name":"fax","type":"number","default":"","description":"Fax number of the lead"},{"displayName":"First Name","name":"firstname","type":"string","default":"","description":"First name of the lead. Limited to 40 characters."},{"displayName":"Has Opted Out of Email","name":"hasOptedOutOfEmail","type":"boolean","default":false,"description":"Whether the lead doesn’t want to receive email from Salesforce (true) or does (false). Label is Email Opt Out."},{"displayName":"Has Opted Out of Fax","name":"hasOptedOutOfFax","type":"boolean","default":false,"description":"Whether the lead doesn’t want to receive fax from Salesforce (true) or does (false). Label is Email Opt Out."},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"Website for the lead"},{"displayName":"Is Unread By Owner","name":"IsUnreadByOwner","type":"boolean","default":false,"description":"Whether true, lead has been assigned, but not yet viewed. See Unread Leads for more information. Label is Unread By Owner."},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a contact in Data.com. If a lead has a value in this field, it means that a contact was imported as a lead from Data.com."},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/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/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/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/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/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"The value to set on custom field"}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the lead"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address for the lead"},{"displayName":"Fax","name":"fax","type":"number","default":"","description":"Fax Number of the lead"},{"displayName":"First Name","name":"firstname","type":"string","default":"","description":"First name of the lead. Limited to 40 characters."},{"displayName":"Has Opted Out of Email","name":"hasOptedOutOfEmail","type":"boolean","default":false,"description":"Whether the lead doesn’t want to receive email from Salesforce (true) or does (false). Label is Email Opt Out."},{"displayName":"Has Opted Out of Fax","name":"HasOptedOutOfFax","type":"boolean","default":false,"description":"Whether the lead doesn’t want to receive fax from Salesforce (true) or does (false). Label is Fax Opt Out."},{"displayName":"Industry","name":"industry","type":"string","default":"","description":"Website for the lead"},{"displayName":"Is Unread By Owner","name":"IsUnreadByOwner","type":"boolean","default":false,"description":"Whether true, lead has been assigned, but not yet viewed. See Unread Leads for more information. Label is Unread By Owner."},{"displayName":"Jigsaw","name":"jigsaw","type":"string","default":"","description":"References the ID of a contact in Data.com. If a lead has a value in this field, it means that a contact was imported as a lead from Data.com."},{"displayName":"Last Name","name":"lastname","type":"string","default":"","description":"Required. Last name of the lead. Limited to 80 characters."},{"displayName":"Lead Source Name or ID","name":"leadSource","type":"options","typeOptions":{"loadOptionsMethod":"getLeadSources"},"default":"","description":"Source from which the lead was obtained. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/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/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/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/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/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/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/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Add Contact To Campaign","value":"addToCampaign","description":"Add contact to a campaign","action":"Add a contact to a campaign"},{"name":"Add Note","value":"addNote","description":"Add note to a contact","action":"Add a note to a contact"},{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"Create or Update","value":"upsert","description":"Create a new contact, or update the current one if it already exists (upsert)","action":"Create or update a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many contacts"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of contact's metadata","action":"Get a contact summary"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"Match Against","name":"externalId","type":"options","typeOptions":{"loadOptionsMethod":"getExternalIdFields","loadOptionsDependsOn":["resource"]},"required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"description":"The field to check to see if the contact already exists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getRecordTypes","loadOptionsDependsOn":["customObject"]},"default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["document"]}},"options":[{"name":"Upload","value":"upload","description":"Upload a document","action":"Upload a document"}],"default":"upload"},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["document"],"operation":["upload"]}},"description":"Name of the file"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"resource":["document"],"operation":["upload"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["document"],"operation":["upload"]}},"options":[{"displayName":"File Extension","name":"fileExtension","type":"string","default":"","placeholder":"pdf","description":"File extension to use. If none is set, the value from the binary data will be used."},{"displayName":"Link To Object ID","name":"linkToObjectId","type":"string","default":"","description":"ID of the object you want to link this document to"},{"displayName":"Owner Name or ID","name":"ownerId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the owner of this document. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/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/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"<","value":"<"},{"name":"<=","value":"<="},{"name":"=","value":"equal"},{"name":">","value":">"},{"name":">=","value":">="}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields to include separated by ,"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["attachment"]}},"options":[{"name":"Create","value":"create","description":"Create a attachment","action":"Create an attachment"},{"name":"Delete","value":"delete","description":"Delete a attachment","action":"Delete an attachment"},{"name":"Get","value":"get","description":"Get a attachment","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Get many attachments","action":"Get many attachments"},{"name":"Get Summary","value":"getSummary","description":"Returns an overview of attachment's metadata","action":"Get an attachment summary"},{"name":"Update","value":"update","description":"Update a attachment","action":"Update an attachment"}],"default":"create"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["attachment"],"operation":["create"]}}},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["attachment"],"operation":["create"]}},"description":"Required. Name of the attached file. Maximum size is 255 characters. Label is File Name."},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"resource":["attachment"],"operation":["create"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["attachment"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Text description of the Document. Limit: 255 characters."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether this record is viewable only by the owner and administrators (true) or viewable by all otherwise-allowed users (false)"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the User who owns the attachment. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Attachment ID","name":"attachmentId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["attachment"],"operation":["update"]}},"description":"ID of attachment that needs to be fetched"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["attachment"],"operation":["update"]}},"options":[{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","placeholder":"","hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Text description of the Document. Limit: 255 characters."},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether this record is viewable only by the owner and administrators (true) or viewable by all otherwise-allowed users (false)"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Required. Name of the attached file. Maximum size is 255 characters. Label is File Name."},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the User who owns the attachment. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/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/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/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/integrations/builtin/credentials/salesforce/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Salesforce/salesforce.svg"},
{"displayName":"Salesforce Trigger","name":"salesforceTrigger","group":["trigger"],"version":1,"description":"Fetches data from Salesforce and starts the workflow on specified polling intervals.","subtitle":"={{($parameter[\"triggerOn\"])}}","defaults":{"name":"Salesforce Trigger"},"credentials":[{"name":"salesforceOAuth2Api","required":true}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Trigger On","name":"triggerOn","description":"Which Salesforce event should trigger the node","type":"options","default":"","options":[{"name":"Account Created","value":"accountCreated","description":"When a new account is created"},{"name":"Account Updated","value":"accountUpdated","description":"When an existing account is modified"},{"name":"Attachment Created","value":"attachmentCreated","description":"When a file is uploaded and attached to an object"},{"name":"Attachment Updated","value":"attachmentUpdated","description":"When an existing file is modified"},{"name":"Case Created","value":"caseCreated","description":"When a new case is created"},{"name":"Case Updated","value":"caseUpdated","description":"When an existing case is modified"},{"name":"Contact Created","value":"contactCreated","description":"When a new contact is created"},{"name":"Contact Updated","value":"contactUpdated","description":"When an existing contact is modified"},{"name":"Custom Object Created","value":"customObjectCreated","description":"When a new object of a given type is created"},{"name":"Custom Object Updated","value":"customObjectUpdated","description":"When an object of a given type is modified"},{"name":"Lead Created","value":"leadCreated","description":"When a new lead is created"},{"name":"Lead Updated","value":"leadUpdated","description":"When an existing lead is modified"},{"name":"Opportunity Created","value":"opportunityCreated","description":"When a new opportunity is created"},{"name":"Opportunity Updated","value":"opportunityUpdated","description":"When an existing opportunity is modified"},{"name":"Task Created","value":"taskCreated","description":"When a new task is created"},{"name":"Task Updated","value":"taskUpdated","description":"When an existing task is modified"},{"name":"User Created","value":"userCreated","description":"When a new user is created"},{"name":"User Updated","value":"userUpdated","description":"When an existing user is modified"}]},{"displayName":"Custom Object Name or ID","name":"customObject","type":"options","typeOptions":{"loadOptionsMethod":"getCustomObjects"},"required":true,"default":"","displayOptions":{"show":{"triggerOn":["customObjectUpdated","customObjectCreated"]}},"description":"Name of the custom object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}],"codex":{"categories":["Sales","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.salesforcetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/salesforce/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Salesforce/salesforce.svg"},
{"displayName":"Salesmate","name":"salesmate","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \":\" + $parameter[\"resource\"]}}","description":"Consume Salesmate API","defaults":{"name":"Salesmate"},"usableAsTool":true,"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/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/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/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/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/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/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/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/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/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/integrations/builtin/credentials/salesmate/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Salesmate/salesmate.png"},
{"displayName":"Schedule Trigger","name":"scheduleTrigger","icon":"fa:clock","group":["trigger","schedule"],"version":[1,1.1,1.2,1.3],"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 publish 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","builderHint":{"message":"You can add multiple intervals to trigger at different times. Use \"Custom (Cron)\" for more specific scheduling patterns."},"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","hint":"Must be in range 1-59"},{"displayName":"Minutes Between Triggers","name":"minutesInterval","type":"number","default":5,"displayOptions":{"show":{"field":["minutes"]}},"description":"Number of minutes between each workflow trigger","hint":"Must be in range 1-59"},{"displayName":"Hours Between Triggers","name":"hoursInterval","type":"number","displayOptions":{"show":{"field":["hours"]}},"default":1,"description":"Number of hours between each workflow trigger","hint":"Must be in range 1-23"},{"displayName":"Days Between Triggers","name":"daysInterval","type":"number","displayOptions":{"show":{"field":["days"]}},"default":1,"description":"Number of days between each workflow trigger","hint":"Must be in range 1-31"},{"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: [Second] [Minute] [Hour] [Day of Month] [Month] [Day of Week]"}]}]}],"codex":{"categories":["Core Nodes"],"alias":["Time","Scheduler","Polling","Cron","Interval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.scheduletrigger/"}]}}},
{"displayName":"SeaTable","name":"seaTable","group":["output"],"subtitle":"={{$parameter[\"resource\"] + \": \" + $parameter[\"operation\"]}}","description":"Consume the SeaTable API","defaultVersion":2,"usableAsTool":true,"version":2,"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"},{"name":"Base","value":"base"},{"name":"Link","value":"link"},{"name":"Asset","value":"asset"}],"default":"row"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["row"]}},"options":[{"name":"Create","value":"create","description":"Create a new row","action":"Create a row"},{"name":"Delete","value":"remove","description":"Delete a row","action":"Delete a row"},{"name":"Get","value":"get","description":"Get the content of a row","action":"Get a row"},{"name":"Get Many","value":"list","description":"Get many rows from a table or a table view","action":"Get many rows"},{"name":"Lock","value":"lock","description":"Lock a row to prevent further changes","action":"Add a row lock"},{"name":"Search","value":"search","description":"Search one or multiple rows","action":"Search a row by keyword"},{"name":"Unlock","value":"unlock","description":"Remove the lock from a row","action":"Remove a row lock"},{"name":"Update","value":"update","description":"Update the content of a row","action":"Update a row"}],"default":"create"},{"displayName":"Table Name","name":"tableName","type":"options","placeholder":"Select a table","required":true,"typeOptions":{"loadOptionsMethod":"getTableNames"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"resource":["row"]}}},{"displayName":"Row ID","name":"rowId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsDependsOn":["tableName"],"loadOptionsMethod":"getRowIds"},"default":"","displayOptions":{"show":{"resource":["row"]},"hide":{"operation":["create","list","search"]}}},{"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"}],"default":"defineBelow","description":"Whether to insert the input data this node receives in the new row","displayOptions":{"show":{"resource":["row"],"operation":["create"]}}},{"displayName":"Apply Column Default Values","name":"apply_default","type":"boolean","default":false,"description":"Whether to use the column default values to populate new rows during creation (only available for normal backend)","displayOptions":{"show":{"bigdata":[false],"resource":["row"],"operation":["create"]}}},{"displayName":"In this mode, make sure the incoming data fields are named the same as the columns in SeaTable. (Use an \"Edit Fields\" node before this node to change them if required.)","name":"notice","type":"notice","default":"","displayOptions":{"show":{"/fieldsToSend":["autoMapInputData"],"resource":["row"],"operation":["create"]}}},{"displayName":"Inputs to Ignore","name":"inputsToIgnore","type":"string","default":"","description":"List of input properties to avoid sending, separated by commas. Leave empty to send all properties.","placeholder":"Enter properties...","displayOptions":{"show":{"/fieldsToSend":["autoMapInputData"],"resource":["row"],"operation":["create"]}}},{"displayName":"Columns to Send","name":"columnsUi","placeholder":"Add Column","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Column to Send","multipleValues":true},"displayOptions":{"show":{"/fieldsToSend":["defineBelow"],"resource":["row"],"operation":["create"]}},"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/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["tableName"],"loadOptionsMethod":"getTableUpdateAbleColumns"},"default":""},{"displayName":"Column Value","name":"columnValue","type":"string","default":""}]}],"default":{},"description":"Add destination column with its value. Provide the value in this way. Date: YYYY-MM-DD or YYYY-MM-DD hh:mm. Duration: time in seconds. Checkbox: true, on or 1. Multi-Select: comma-separated list."},{"displayName":"Save to \"Big Data\" Backend","name":"bigdata","type":"boolean","default":false,"description":"Whether write to Big Data backend (true) or not (false). True requires the activation of the Big Data backend in the base.","displayOptions":{"show":{"resource":["row"],"operation":["create"]}}},{"displayName":"Hint: Link, files, images or digital signatures have to be added separately. These column types cannot be set with this node.","name":"notice","type":"notice","default":"","displayOptions":{"show":{"resource":["row"],"operation":["create"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Return Column Names","name":"convert","type":"boolean","default":true,"description":"Whether to return the column keys (false) or the column names (true)"}],"displayOptions":{"show":{"resource":["row"],"operation":["get"]}}},{"displayName":"View Name","name":"viewName","type":"options","typeOptions":{"loadOptionsDependsOn":["tableName"],"loadOptionsMethod":"getTableViews"},"default":"","description":"The name of SeaTable view to access, or specify by using an expression. Provide it in the way \"col.name:::col.type\".","displayOptions":{"show":{"resource":["row"],"operation":["list"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Return Column Names","name":"convert","type":"boolean","default":true,"description":"Whether to return the column keys (false) or the column names (true)"}],"displayOptions":{"show":{"resource":["row"],"operation":["list"]}}},{"displayName":"Column Name or ID","name":"searchColumn","type":"options","typeOptions":{"loadOptionsDependsOn":["tableName"],"loadOptionsMethod":"getSearchableColumns"},"required":true,"default":"","description":"Select the column to be searched. Not all column types are supported for search. Choose from the list, or specify a name using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["row"],"operation":["search"]}}},{"displayName":"Search Term","name":"searchTerm","type":"string","required":true,"default":"","description":"What to look for?","displayOptions":{"show":{"resource":["row"],"operation":["search"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Case Insensitive Search","name":"insensitive","type":"boolean","default":false,"description":"Whether the search ignores case sensitivity (true). Otherwise, it distinguishes between uppercase and lowercase characters."},{"displayName":"Activate Wildcard Search","name":"wildcard","type":"boolean","default":true,"description":"Whether the search only results perfect matches (true). Otherwise, it finds a row even if the search value is part of a string (false)."},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Return Column Names","name":"convert","type":"boolean","default":true,"description":"Whether to return the column keys (false) or the column names (true)"}],"displayOptions":{"show":{"resource":["row"],"operation":["search"]}}},{"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"}],"default":"defineBelow","description":"Whether to insert the input data this node receives in the new row","displayOptions":{"show":{"resource":["row"],"operation":["update"]}}},{"displayName":"Inputs to Ignore","name":"inputsToIgnore","type":"string","displayOptions":{"show":{"resource":["row"],"operation":["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/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["tableName"],"loadOptionsMethod":"getTableUpdateAbleColumns"},"default":""},{"displayName":"Column Value","name":"columnValue","type":"string","default":""}]}],"displayOptions":{"show":{"resource":["row"],"operation":["update"],"fieldsToSend":["defineBelow"]}},"default":{},"description":"Add destination column with its value. Provide the value in this way:Date: YYYY-MM-DD or YYYY-MM-DD hh:mmDuration: time in secondsCheckbox: true, on or 1Multi-Select: comma-separated list."},{"displayName":"Hint: Link, files, images or digital signatures have to be added separately.","name":"notice","type":"notice","default":"","displayOptions":{"show":{"resource":["row"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["base"]}},"options":[{"name":"Snapshot","value":"snapshot","description":"Create a snapshot of the base","action":"Create a snapshot"},{"name":"Metadata","value":"metadata","description":"Get the complete metadata of the base","action":"Get metadata of a base"},{"name":"Collaborator","value":"collaborator","description":"Get the username from the email or name of a collaborator","action":"Get username from email or name"}],"default":"snapshot"},{"displayName":"Name or email of the collaborator","name":"searchString","type":"string","placeholder":"Enter the name or the email or the collaborator","required":true,"default":"","description":"SeaTable identifies users with a unique username like 244b43hr6fy54bb4afa2c2cb7369d244@auth.local. Get this username from an email or the name of a collaborator.","displayOptions":{"show":{"resource":["base"],"operation":["collaborator"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["link"]}},"options":[{"name":"Add","value":"add","description":"Create a link between two rows in a link column","action":"Add a row link"},{"name":"List","value":"list","description":"List all links of a specific row","action":"List row links"},{"name":"Remove","value":"remove","description":"Remove a link between two rows from a link column","action":"Remove a row link"}],"default":"add"},{"displayName":"Table Name (Source)","name":"tableName","type":"options","placeholder":"Name of table","required":true,"typeOptions":{"loadOptionsMethod":"getTableNameAndId"},"default":"","description":"Choose from the list, of specify by using an expression. Provide it in the way \"table_name:::table_id\".","displayOptions":{"show":{"resource":["link"],"operation":["add"]}}},{"displayName":"Link Column","name":"linkColumn","type":"options","typeOptions":{"loadOptionsDependsOn":["tableName"],"loadOptionsMethod":"getLinkColumns"},"required":true,"default":"","description":"Choose from the list of specify the Link Column by using an expression. You have to provide it in the way \"column_name:::link_id:::other_table_id\".","displayOptions":{"show":{"resource":["link"],"operation":["add"]}}},{"displayName":"Row ID From the Source Table","name":"linkColumnSourceId","type":"string","required":true,"default":"","description":"Provide the row ID of table you selected","displayOptions":{"show":{"resource":["link"],"operation":["add"]}}},{"displayName":"Row ID From the Target","name":"linkColumnTargetId","type":"string","required":true,"default":"","description":"Provide the row ID of table you want to link","displayOptions":{"show":{"resource":["link"],"operation":["add"]}}},{"displayName":"Table Name","name":"tableName","type":"options","placeholder":"Select a table","required":true,"typeOptions":{"loadOptionsMethod":"getTableNameAndId"},"default":"","description":"Choose from the list, of specify by using an expression. Provide it in the way \"table_name:::table_id\".","displayOptions":{"show":{"resource":["link"],"operation":["list"]}}},{"displayName":"Link Column","name":"linkColumn","type":"options","typeOptions":{"loadOptionsDependsOn":["tableName"],"loadOptionsMethod":"getLinkColumnsWithColumnKey"},"required":true,"default":"","description":"Choose from the list of specify the Link Column by using an expression. You have to provide it in the way \"column_name:::link_id:::other_table_id:::column_key\".","displayOptions":{"show":{"resource":["link"],"operation":["list"]}}},{"displayName":"Row ID","name":"rowId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsDependsOn":["tableName"],"loadOptionsMethod":"getRowIds"},"default":"","displayOptions":{"show":{"resource":["link"],"operation":["list"]}}},{"displayName":"Table Name (Source)","name":"tableName","type":"options","placeholder":"Name of table","required":true,"typeOptions":{"loadOptionsMethod":"getTableNameAndId"},"default":"","description":"Choose from the list, of specify by using an expression. Provide it in the way \"table_name:::table_id\".","displayOptions":{"show":{"resource":["link"],"operation":["remove"]}}},{"displayName":"Link Column","name":"linkColumn","type":"options","typeOptions":{"loadOptionsDependsOn":["tableName"],"loadOptionsMethod":"getLinkColumns"},"required":true,"default":"","description":"Choose from the list of specify the Link Column by using an expression. You have to provide it in the way \"column_name:::link_id:::other_table_id\".","displayOptions":{"show":{"resource":["link"],"operation":["remove"]}}},{"displayName":"Row ID From the Source Table","name":"linkColumnSourceId","type":"string","required":true,"default":"","description":"Provide the row ID of table you selected","displayOptions":{"show":{"resource":["link"],"operation":["remove"]}}},{"displayName":"Row ID From the Target Table","name":"linkColumnTargetId","type":"string","required":true,"default":"","description":"Provide the row ID of table you want to link","displayOptions":{"show":{"resource":["link"],"operation":["remove"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["asset"]}},"options":[{"name":"Public URL","value":"getPublicURL","description":"Get the public URL from asset path","action":"Get the public URL from asset path"},{"name":"Upload","value":"upload","description":"Add a file/image to an existing row","action":"Upload a file or image"}],"default":"upload"},{"displayName":"Table Name","name":"tableName","type":"options","placeholder":"Select a table","required":true,"typeOptions":{"loadOptionsMethod":"getTableNames"},"default":"","description":"Choose from the list, or specify a name using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>","displayOptions":{"show":{"resource":["asset"],"operation":["upload"]}}},{"displayName":"Column Name","name":"uploadColumn","type":"options","typeOptions":{"loadOptionsDependsOn":["tableName"],"loadOptionsMethod":"getAssetColumns"},"required":true,"default":"","description":"Choose from the list, or specify the name using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"resource":["asset"],"operation":["upload"]}}},{"displayName":"Row ID","name":"rowId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsDependsOn":["tableName"],"loadOptionsMethod":"getRowIds"},"default":"","displayOptions":{"show":{"resource":["asset"],"operation":["upload"]}}},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"description":"Name of the binary property which contains the data for the file to be written","displayOptions":{"show":{"resource":["asset"],"operation":["upload"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Replace Existing File","name":"replace","type":"boolean","default":true,"description":"Whether to replace the existing asset with the same name (true). Otherwise, a new version with a different name (numeral in parentheses) will be uploaded (false)."},{"displayName":"Append to Column","name":"append","type":"boolean","default":true,"description":"Whether to keep existing files/images in the column and append the new asset (true). Otherwise, the existing files/images are removed from the column (false)."}],"displayOptions":{"show":{"resource":["asset"],"operation":["upload"]}}},{"displayName":"Asset Path","name":"assetPath","type":"string","placeholder":"/images/2023-09/logo.png","required":true,"default":"","displayOptions":{"show":{"resource":["asset"],"operation":["getPublicURL"]}}}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/SeaTable/seaTable.svg","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/integrations/builtin/credentials/seatable/"}]}}},
{"displayName":"SeaTable","name":"seaTable","group":["input"],"subtitle":"={{$parameter[\"resource\"] + \": \" + $parameter[\"operation\"]}}","description":"Consume the SeaTable API","defaultVersion":2,"usableAsTool":true,"version":1,"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","name":"tableName","type":"options","placeholder":"Name of the 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 the name using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Table ID","name":"tableId","type":"options","placeholder":"ID of the 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/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","name":"columnName","type":"options","description":"Choose from the list, or specify the name 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},"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","name":"view_name","type":"options","description":"Choose from the list, or specify an View Name 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 ID of the linked row is returned in the link column (true). Otherwise, it return the name of the linked row (false)."},{"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 Column","name":"order_by","type":"options","typeOptions":{"loadOptionsMethod":"getAllSortableColumns"},"default":"","description":"Choose from the list, or specify a Column using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/SeaTable/seaTable.svg","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/integrations/builtin/credentials/seatable/"}]}}},
{"displayName":"SeaTable Trigger","name":"seaTableTrigger","group":["trigger"],"defaultVersion":2,"description":"Starts the workflow when SeaTable events occur","version":2,"subtitle":"={{$parameter[\"event\"]}}","defaults":{"name":"SeaTable Trigger"},"credentials":[{"name":"seaTableApi","required":true}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Event","name":"event","type":"options","options":[{"name":"New Row","value":"newRow","description":"Trigger on newly created rows"},{"name":"New or Updated Row","value":"updatedRow","description":"Trigger has recently created or modified rows"},{"name":"New Signature","value":"newAsset","description":"Trigger on new signatures"}],"default":"newRow"},{"displayName":"Table Name","name":"tableName","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getTableNames"},"default":"","description":"The name of SeaTable table to access. Choose from the list, or specify the name using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"View Name","name":"viewName","type":"options","displayOptions":{"show":{"event":["newRow","updatedRow"]}},"typeOptions":{"loadOptionsDependsOn":["tableName"],"loadOptionsMethod":"getTableViews"},"default":"","description":"The name of SeaTable view to access. Choose from the list, or specify the name using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Signature Column","name":"assetColumn","type":"options","required":true,"displayOptions":{"show":{"event":["newAsset"]}},"typeOptions":{"loadOptionsDependsOn":["tableName"],"loadOptionsMethod":"getSignatureColumns"},"default":"","description":"Select the digital-signature column that should be tracked. Choose from the list, or specify the name using an <a href=\"https://docs.n8n.io/code-examples/expressions/\">expression</a>."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"options":[{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Return Column Names","name":"convert","type":"boolean","default":true,"description":"Whether to return the column keys (false) or the column names (true)","displayOptions":{"show":{"/event":["newRow","updatedRow"]}}}]},{"displayName":"\"Fetch Test Event\" returns max. three items of the last hour.","name":"notice","type":"notice","default":""}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/SeaTable/seaTable.svg","codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.seatabletrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/seatable/"}]}}},
{"displayName":"SeaTable Trigger","name":"seaTableTrigger","group":["trigger"],"defaultVersion":2,"description":"Starts the workflow when SeaTable events occur","version":1,"subtitle":"={{$parameter[\"event\"]}}","defaults":{"name":"SeaTable Trigger"},"credentials":[{"name":"seaTableApi","required":true}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Table Name or ID","name":"tableName","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getTableNames"},"default":"","description":"The name of SeaTable table to access. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Event","name":"event","type":"options","options":[{"name":"Row Created","value":"rowCreated","description":"Trigger on newly created rows"}],"default":"rowCreated"},{"displayName":"Simplify","name":"simple","type":"boolean","default":true,"description":"Whether to return a simplified version of the response instead of the raw data"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/SeaTable/seaTable.svg","codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.seatabletrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/seatable/"}]}}},
{"displayName":"SecurityScorecard","name":"securityScorecard","group":["transform"],"subtitle":"={{$parameter[\"operation\"]}} : {{$parameter[\"resource\"]}}","version":1,"description":"Consume SecurityScorecard API","defaults":{"name":"SecurityScorecard"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"securityScorecardApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"required":true,"options":[{"name":"Company","value":"company"},{"name":"Industry","value":"industry"},{"name":"Invite","value":"invite"},{"name":"Portfolio","value":"portfolio"},{"name":"Portfolio Company","value":"portfolioCompany"},{"name":"Report","value":"report"}],"default":"company"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["company"]}},"options":[{"name":"Get Factor Scores","value":"getFactor","description":"Get company factor scores and issue counts","action":"Get a company factor scores and issue counts"},{"name":"Get Historical Factor Scores","value":"getFactorHistorical","description":"Get company's historical factor scores","action":"Get a company's historical factor scores"},{"name":"Get Historical Scores","value":"getHistoricalScore","description":"Get company's historical scores","action":"Get a company's historical scores"},{"name":"Get Information and Scorecard","value":"getScorecard","description":"Get company information and summary of their scorecard","action":"Get company information and a summary of their scorecard"},{"name":"Get Score Plan","value":"getScorePlan","description":"Get company's score improvement plan","action":"Get a company's score improvement plan"}],"default":"getFactor"},{"displayName":"Scorecard Identifier","name":"scorecardIdentifier","description":"Primary identifier of a company or scorecard, i.e. domain.","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["company"],"operation":["getScorecard","getFactor","getFactorHistorical","getHistoricalScore","getScorePlan"]}}},{"displayName":"Score","name":"score","description":"Score target","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["getScorePlan"]}},"required":true,"default":0},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getFactor","getFactorHistorical","getHistoricalScore","getScorePlan"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["company"],"operation":["getFactor","getFactorHistorical","getHistoricalScore","getScorePlan"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["company"],"operation":["getFactorHistorical","getHistoricalScore"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Filters","name":"filters","displayOptions":{"show":{"resource":["company"],"operation":["getFactor"]}},"type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Severity","name":"severity","type":"string","default":"","placeholder":""},{"displayName":"Severity In","description":"Filter issues by comma-separated severity list","name":"severity_in","type":"string","default":"","placeholder":""}]},{"displayName":"Options","name":"options","displayOptions":{"show":{"resource":["company"],"operation":["getFactorHistorical","getHistoricalScore"]}},"type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Date From","description":"History start date","name":"date_from","type":"dateTime","default":""},{"displayName":"Date To","description":"History end date","name":"date_to","type":"dateTime","default":""},{"displayName":"Timing","description":"Date granularity","name":"timing","type":"options","options":[{"name":"Daily","value":"daily"},{"name":"Weekly","value":"weekly"},{"name":"Monthly","value":"monthly"}],"default":"daily"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["industry"]}},"options":[{"name":"Get Factor Scores","value":"getFactor","action":"Get factor scores for an industry"},{"name":"Get Historical Factor Scores","value":"getFactorHistorical","action":"Get historical factor scores for an industry"},{"name":"Get Score","value":"getScore","action":"Get the score for an industry"}],"default":"getFactor"},{"displayName":"Industry","name":"industry","type":"options","default":"food","options":[{"name":"Food","value":"food"},{"name":"Healthcare","value":"healthcare"},{"name":"Manofacturing","value":"manofacturing"},{"name":"Retail","value":"retail"},{"name":"Technology","value":"technology"}],"required":true,"displayOptions":{"show":{"resource":["industry"],"operation":["getScore","getFactor","getFactorHistorical"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["industry"],"operation":["getFactor","getFactorHistorical"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["industry"],"operation":["getFactor","getFactorHistorical"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Simplify","name":"simple","type":"boolean","displayOptions":{"show":{"resource":["industry"],"operation":["getFactor","getFactorHistorical"]}},"default":true,"description":"Whether to return a simplified version of the response instead of the raw data"},{"displayName":"Options","name":"options","displayOptions":{"show":{"resource":["industry"],"operation":["getFactorHistorical"]}},"type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Date From","description":"History start date","name":"from","type":"dateTime","default":""},{"displayName":"Date To","description":"History end date","name":"to","type":"dateTime","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["invite"]}},"options":[{"name":"Create","value":"create","description":"Create an invite for a company/user","action":"Create an invite"}],"default":"create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"resource":["invite"],"operation":["create"]}}},{"displayName":"First Name","name":"firstName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invite"],"operation":["create"]}}},{"displayName":"Last Name","name":"lastName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invite"],"operation":["create"]}}},{"displayName":"Message","name":"message","description":"Message for the invitee","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invite"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["invite"],"operation":["create"]}},"default":{},"options":[{"displayName":"Days to Resolve Issue","description":"Minimum days to resolve a scorecard issue","name":"days_to_resolve_issue","type":"number","default":0},{"displayName":"Domain","description":"Invitee company domain","name":"domain","type":"string","default":""},{"displayName":"Grade to Maintain","description":"Request the invitee's organisation to maintain a minimum grade","name":"grade_to_maintain","type":"string","default":""},{"displayName":"Is Organisation Point of Contact","description":"Is the invitee organisation's point of contact","name":"is_organization_point_of_contact","type":"boolean","default":false},{"displayName":"Issue Description","name":"issue_desc","type":"string","default":""},{"displayName":"Issue Title","name":"issue_title","type":"string","default":""},{"displayName":"Issue Type","name":"issue_type","type":"string","default":""},{"displayName":"Send Me a Copy","name":"sendme_copy","description":"Whether to send a copy of the invite to the requesting user","type":"boolean","default":false},{"displayName":"Target URL","name":"target_url","type":"string","description":"Optional URL to take the invitee to when arriving to the platform","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["portfolio"]}},"options":[{"name":"Create","value":"create","description":"Create a portfolio","action":"Create a portfolio"},{"name":"Delete","value":"delete","description":"Delete a portfolio","action":"Delete a portfolio"},{"name":"Get Many","value":"getAll","description":"Get many portfolios","action":"Get many portfolios"},{"name":"Update","value":"update","description":"Update a portfolio","action":"Update a portfolio"}],"default":"create"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["portfolio"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["portfolio"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Portfolio ID","name":"portfolioId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["portfolio"],"operation":["update","delete"]}}},{"displayName":"Portfolio Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["portfolio"],"operation":["create","update"]}},"description":"Name of the portfolio"},{"displayName":"Description","name":"description","type":"string","default":"","displayOptions":{"show":{"resource":["portfolio"],"operation":["create","update"]}}},{"displayName":"Privacy","name":"privacy","type":"options","displayOptions":{"show":{"resource":["portfolio"],"operation":["create","update"]}},"options":[{"name":"Private","value":"private","description":"Only visible to you"},{"name":"Shared","value":"shared","description":"Visible to everyone in your company"},{"name":"Team","value":"team","description":"Visible to the people on your team"}],"default":"shared"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["portfolioCompany"]}},"options":[{"name":"Add","value":"add","description":"Add a company to portfolio","action":"Add a portfolio company"},{"name":"Get Many","value":"getAll","description":"Get many companies in a portfolio","action":"Get many portfolio companies"},{"name":"Remove","value":"remove","description":"Remove a company from portfolio","action":"Remove a portfolio company"}],"default":"add"},{"displayName":"Portfolio ID","name":"portfolioId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["portfolioCompany"],"operation":["getAll","add","remove"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["portfolioCompany"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["portfolioCompany"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","displayOptions":{"show":{"resource":["portfolioCompany"],"operation":["getAll"]}},"type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Grade","name":"grade","type":"string","placeholder":"","default":"","description":"Company score grade filter"},{"displayName":"Industry","name":"industry","type":"string","placeholder":"","default":"","description":"Industry filter"},{"displayName":"Issue Type","name":"issueType","type":"string","placeholder":"","description":"Issue type filter","default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Active","value":"active"},{"name":"Inactive","value":"inactive"}],"default":""},{"displayName":"Vulnerability","name":"vulnerability","type":"string","placeholder":"","description":"CVE vulnerability filter","default":""}]},{"displayName":"Domain","name":"domain","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["portfolioCompany"],"operation":["add","remove"]}},"description":"Company's domain name"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Download","value":"download","description":"Download a generated report","action":"Download a report"},{"name":"Generate","value":"generate","description":"Generate a report","action":"Generate a report"},{"name":"Get Many","value":"getAll","description":"Get list of recently generated report","action":"Get many reports"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["report"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["report"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Report","name":"report","type":"options","required":true,"displayOptions":{"show":{"resource":["report"],"operation":["generate"]}},"options":[{"name":"Company Detailed","value":"detailed"},{"name":"Company Events","value":"events-json"},{"name":"Company Issues","value":"issues"},{"name":"Company Partnership","value":"partnership"},{"name":"Company Summary","value":"summary"},{"name":"Full Scorecard","value":"full-scorecard-json"},{"name":"Portfolio","value":"portfolio"},{"name":"Scorecard Footprint","value":"scorecard-footprint"}],"default":"detailed"},{"displayName":"Scorecard Identifier","name":"scorecardIdentifier","description":"Primary identifier of a company or scorecard, i.e. domain.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["report"],"operation":["generate"],"report":["detailed","events-json","full-scorecard-json","issues","partnership","scorecard-footprint","summary"]}}},{"displayName":"Portfolio ID","name":"portfolioId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["report"],"operation":["generate"],"report":["portfolio"]}}},{"displayName":"Branding","name":"branding","type":"options","displayOptions":{"show":{"resource":["report"],"operation":["generate"],"report":["detailed","summary"]}},"options":[{"name":"SecurityScorecard","value":"securityscorecard"},{"name":"Company and SecurityScorecard","value":"company_and_securityscorecard"},{"name":"Company","value":"company"}],"default":"securityscorecard"},{"displayName":"Date","name":"date","type":"dateTime","default":"","required":true,"displayOptions":{"show":{"resource":["report"],"operation":["generate"],"report":["events-json"]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"resource":["report"],"operation":["generate"],"report":["issues","portfolio"]}},"options":[{"displayName":"Format","name":"format","type":"options","default":"pdf","options":[{"name":"CSV","value":"csv"},{"name":"PDF","value":"pdf"}]}]},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add Field","displayOptions":{"show":{"resource":["report"],"operation":["generate"],"report":["scorecard-footprint"]}},"options":[{"displayName":"Countries","name":"countries","type":"string","typeOptions":{"multipleValues":true},"default":[]},{"displayName":"Format","name":"format","type":"options","default":"pdf","options":[{"name":"CSV","value":"csv"},{"name":"PDF","value":"pdf"}]},{"displayName":"IPs","name":"ips","type":"string","typeOptions":{"multipleValues":true},"default":[]},{"displayName":"Subdomains","name":"subdomains","type":"string","typeOptions":{"multipleValues":true},"default":[]}]},{"displayName":"Report URL","name":"url","type":"string","default":"","required":true,"description":"URL to a generated report","displayOptions":{"show":{"resource":["report"],"operation":["download"]}}},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["report"],"operation":["download"]}},"hint":"The name of the output binary field to put the file in"}],"codex":{"categories":["Analytics"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.securityscorecard/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/securityscorecard/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/SecurityScorecard/securityScorecard.svg"},
{"displayName":"Segment","name":"segment","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \":\" + $parameter[\"resource\"]}}","description":"Consume Segment API","defaults":{"name":"Segment"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"segmentApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Group","value":"group","description":"Group lets you associate an identified user with a group"},{"name":"Identify","value":"identify","description":"Identify lets you tie a user to their actions"},{"name":"Track","value":"track","description":"Track lets you record events"}],"default":"identify"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["group"]}},"options":[{"name":"Add","value":"add","description":"Add a user to a group","action":"Add a user to a group"}],"default":"add"},{"displayName":"User ID","name":"userId","type":"string","default":"","displayOptions":{"show":{"resource":["group"],"operation":["add"]}}},{"displayName":"Group ID","name":"groupId","type":"string","default":"","displayOptions":{"show":{"resource":["group"],"operation":["add"]}},"description":"A Group ID is the unique identifier which you recognize a group by in your own database","required":true},{"displayName":"Traits","name":"traits","placeholder":"Add Trait","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["group"],"operation":["add"]}},"default":{},"options":[{"name":"traitsUi","displayName":"Trait","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Context","name":"context","placeholder":"Add Context","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["group"],"operation":["add"]}},"default":{},"options":[{"name":"contextUi","displayName":"Context","values":[{"displayName":"Active","name":"active","type":"boolean","default":false,"description":"Whether a user is active"},{"displayName":"IP","name":"ip","type":"string","default":"","description":"Current user’s IP address"},{"displayName":"Locale","name":"locate","type":"string","default":"","description":"Locale string for the current user, for example en-US"},{"displayName":"Page","name":"page","type":"string","default":"","description":"Dictionary of information about the current page in the browser, containing hash, path, referrer, search, title and URL"},{"displayName":"Timezone","name":"timezone","type":"string","default":"","description":"Timezones are sent as tzdata strings to add user timezone information which might be stripped from the timestamp, for example America/New_York"},{"displayName":"App","name":"app","placeholder":"Add App","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"appUi","displayName":"App","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Version","name":"version","type":"string","default":""},{"displayName":"Build","name":"build","type":"string","default":""}]}]},{"displayName":"Campaign","name":"campaign","placeholder":"Campaign App","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"campaignUi","displayName":"Campaign","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Source","name":"source","type":"string","default":""},{"displayName":"Medium","name":"medium","type":"string","default":""},{"displayName":"Term","name":"term","type":"string","default":""},{"displayName":"Content","name":"content","type":"string","default":""}]}]},{"displayName":"Device","name":"device","placeholder":"Add Device","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"deviceUi","displayName":"Device","values":[{"displayName":"ID","name":"id","type":"string","default":""},{"displayName":"Manufacturer","name":"manufacturer","type":"string","default":""},{"displayName":"Model","name":"model","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Type","name":"type","type":"string","default":""},{"displayName":"Version","name":"version","type":"string","default":""}]}]}]}]},{"displayName":"Integration","name":"integrations","placeholder":"Add Integration","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["group"],"operation":["add"]}},"default":{},"options":[{"name":"integrationsUi","displayName":"Integration","values":[{"displayName":"All","name":"all","type":"boolean","default":true},{"displayName":"Salesforce","name":"salesforce","type":"boolean","default":false}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["identify"]}},"options":[{"name":"Create","value":"create","description":"Create an identity","action":"Create an identity"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["track"]}},"options":[{"name":"Event","value":"event","description":"Record the actions your users perform. Every action triggers an event, which can also have associated properties.","action":"Track an event"},{"name":"Page","value":"page","description":"Record page views on your website, along with optional extra information about the page being viewed","action":"Track a page"}],"default":"event"},{"displayName":"User ID","name":"userId","type":"string","default":"","displayOptions":{"show":{"resource":["identify"],"operation":["create"]}}},{"displayName":"Traits","name":"traits","placeholder":"Add Trait","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["identify"],"operation":["create"]}},"default":{},"options":[{"name":"traitsUi","displayName":"Trait","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Context","name":"context","placeholder":"Add Context","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["identify"],"operation":["create"]}},"default":{},"options":[{"name":"contextUi","displayName":"Context","values":[{"displayName":"Active","name":"active","type":"boolean","default":false,"description":"Whether a user is active"},{"displayName":"IP","name":"ip","type":"string","default":"","description":"Current user’s IP address"},{"displayName":"Locale","name":"locate","type":"string","default":"","description":"Locale string for the current user, for example en-US"},{"displayName":"Page","name":"page","type":"string","default":"","description":"Dictionary of information about the current page in the browser, containing hash, path, referrer, search, title and URL"},{"displayName":"Timezone","name":"timezone","type":"string","default":"","description":"Timezones are sent as tzdata strings to add user timezone information which might be stripped from the timestamp, for example America/New_York"},{"displayName":"App","name":"app","placeholder":"Add App","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"appUi","displayName":"App","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Version","name":"version","type":"string","default":""},{"displayName":"Build","name":"build","type":"string","default":""}]}]},{"displayName":"Campaign","name":"campaign","placeholder":"Campaign App","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"campaignUi","displayName":"Campaign","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Source","name":"source","type":"string","default":""},{"displayName":"Medium","name":"medium","type":"string","default":""},{"displayName":"Term","name":"term","type":"string","default":""},{"displayName":"Content","name":"content","type":"string","default":""}]}]},{"displayName":"Device","name":"device","placeholder":"Add Device","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"deviceUi","displayName":"Device","values":[{"displayName":"ID","name":"id","type":"string","default":""},{"displayName":"Manufacturer","name":"manufacturer","type":"string","default":""},{"displayName":"Model","name":"model","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Type","name":"type","type":"string","default":""},{"displayName":"Version","name":"version","type":"string","default":""}]}]}]}]},{"displayName":"Integration","name":"integrations","placeholder":"Add Integration","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["identify"],"operation":["create"]}},"default":{},"options":[{"name":"integrationsUi","displayName":"Integration","values":[{"displayName":"All","name":"all","type":"boolean","default":true},{"displayName":"Salesforce","name":"salesforce","type":"boolean","default":false}]}]},{"displayName":"User ID","name":"userId","type":"string","default":"","displayOptions":{"show":{"resource":["track"],"operation":["event"]}}},{"displayName":"Event","name":"event","type":"string","default":"","displayOptions":{"show":{"resource":["track"],"operation":["event"]}},"description":"Name of the action that a user has performed","required":true},{"displayName":"Context","name":"context","placeholder":"Add Context","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["track"],"operation":["event"]}},"default":{},"options":[{"name":"contextUi","displayName":"Context","values":[{"displayName":"Active","name":"active","type":"boolean","default":false,"description":"Whether a user is active"},{"displayName":"IP","name":"ip","type":"string","default":"","description":"Current user’s IP address"},{"displayName":"Locale","name":"locate","type":"string","default":"","description":"Locale string for the current user, for example en-US"},{"displayName":"Page","name":"page","type":"string","default":"","description":"Dictionary of information about the current page in the browser, containing hash, path, referrer, search, title and URL"},{"displayName":"Timezone","name":"timezone","type":"string","default":"","description":"Timezones are sent as tzdata strings to add user timezone information which might be stripped from the timestamp, for example America/New_York"},{"displayName":"App","name":"app","placeholder":"Add App","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"appUi","displayName":"App","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Version","name":"version","type":"string","default":""},{"displayName":"Build","name":"build","type":"string","default":""}]}]},{"displayName":"Campaign","name":"campaign","placeholder":"Campaign App","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"campaignUi","displayName":"Campaign","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Source","name":"source","type":"string","default":""},{"displayName":"Medium","name":"medium","type":"string","default":""},{"displayName":"Term","name":"term","type":"string","default":""},{"displayName":"Content","name":"content","type":"string","default":""}]}]},{"displayName":"Device","name":"device","placeholder":"Add Device","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"deviceUi","displayName":"Device","values":[{"displayName":"ID","name":"id","type":"string","default":""},{"displayName":"Manufacturer","name":"manufacturer","type":"string","default":""},{"displayName":"Model","name":"model","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Type","name":"type","type":"string","default":""},{"displayName":"Version","name":"version","type":"string","default":""}]}]}]}]},{"displayName":"Integration","name":"integrations","placeholder":"Add Integration","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["track"],"operation":["event"]}},"default":{},"options":[{"name":"integrationsUi","displayName":"Integration","values":[{"displayName":"All","name":"all","type":"boolean","default":true},{"displayName":"Salesforce","name":"salesforce","type":"boolean","default":false}]}]},{"displayName":"Properties","name":"properties","placeholder":"Add Properties","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["track"],"operation":["event"]}},"default":{},"options":[{"name":"propertiesUi","displayName":"Property","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"User ID","name":"userId","type":"string","default":"","displayOptions":{"show":{"resource":["track"],"operation":["page"]}}},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["track"],"operation":["page"]}},"description":"Name of the page For example, most sites have a “Signup” page that can be useful to tag, so you can see users as they move through your funnel"},{"displayName":"Context","name":"context","placeholder":"Add Context","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["track"],"operation":["page"]}},"default":{},"options":[{"name":"contextUi","displayName":"Context","values":[{"displayName":"Active","name":"active","type":"boolean","default":false,"description":"Whether a user is active"},{"displayName":"IP","name":"ip","type":"string","default":"","description":"Current user’s IP address"},{"displayName":"Locale","name":"locate","type":"string","default":"","description":"Locale string for the current user, for example en-US"},{"displayName":"Page","name":"page","type":"string","default":"","description":"Dictionary of information about the current page in the browser, containing hash, path, referrer, search, title and URL"},{"displayName":"Timezone","name":"timezone","type":"string","default":"","description":"Timezones are sent as tzdata strings to add user timezone information which might be stripped from the timestamp, for example America/New_York"},{"displayName":"App","name":"app","placeholder":"Add App","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"appUi","displayName":"App","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Version","name":"version","type":"string","default":""},{"displayName":"Build","name":"build","type":"string","default":""}]}]},{"displayName":"Campaign","name":"campaign","placeholder":"Campaign App","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"campaignUi","displayName":"Campaign","values":[{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Source","name":"source","type":"string","default":""},{"displayName":"Medium","name":"medium","type":"string","default":""},{"displayName":"Term","name":"term","type":"string","default":""},{"displayName":"Content","name":"content","type":"string","default":""}]}]},{"displayName":"Device","name":"device","placeholder":"Add Device","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"deviceUi","displayName":"Device","values":[{"displayName":"ID","name":"id","type":"string","default":""},{"displayName":"Manufacturer","name":"manufacturer","type":"string","default":""},{"displayName":"Model","name":"model","type":"string","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Type","name":"type","type":"string","default":""},{"displayName":"Version","name":"version","type":"string","default":""}]}]}]}]},{"displayName":"Integration","name":"integrations","placeholder":"Add Integration","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["track"],"operation":["page"]}},"default":{},"options":[{"name":"integrationsUi","displayName":"Integration","values":[{"displayName":"All","name":"all","type":"boolean","default":true},{"displayName":"Salesforce","name":"salesforce","type":"boolean","default":false}]}]},{"displayName":"Properties","name":"properties","placeholder":"Add Properties","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["track"],"operation":["page"]}},"default":{},"options":[{"name":"propertiesUi","displayName":"Property","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]}],"codex":{"categories":["Analytics","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.segment/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/segment/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Segment/segment.svg"},
{"displayName":"SendGrid","name":"sendGrid","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \":\" + $parameter[\"resource\"]}}","description":"Consume SendGrid API","defaults":{"name":"SendGrid"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"sendGridApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Contact","value":"contact"},{"name":"List","value":"list"},{"name":"Mail","value":"mail"}],"default":"list","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["list"]}},"options":[{"name":"Create","value":"create","description":"Create a list","action":"Create a list"},{"name":"Delete","value":"delete","description":"Delete a list","action":"Delete a list"},{"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"},{"name":"Update","value":"update","description":"Update a list","action":"Update a list"}],"default":"create"},{"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":1000},"default":100,"description":"Max number of results to return"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["list"]}},"default":"","description":"Name of the list"},{"displayName":"List ID","name":"listId","type":"string","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["list"]}},"default":"","description":"ID of the list"},{"displayName":"Delete Contacts","name":"deleteContacts","type":"boolean","default":false,"displayOptions":{"show":{"operation":["delete"],"resource":["list"]}},"description":"Whether to delete all contacts on the list"},{"displayName":"List ID","name":"listId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["list"]}},"default":"","description":"ID of the list"},{"displayName":"Contact Sample","name":"contactSample","type":"boolean","default":false,"displayOptions":{"show":{"operation":["get"],"resource":["list"]}},"description":"Whether to return the contact sample"},{"displayName":"List ID","name":"listId","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["list"]}},"default":"","description":"ID of the list"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["list"]}},"default":"","description":"Name of the list"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create or Update","value":"upsert","description":"Create a new contact, or update the current one if it already exists (upsert)","action":"Create or update a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Get a contact by ID","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many contacts"}],"default":"upsert"},{"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":1000},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"The query field accepts valid <a href=\"https://sendgrid.com/docs/for-developers/sending-email/segmentation-query-language/\">SGQL</a> for searching for a contact"}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"operation":["upsert"],"resource":["contact"]}},"default":"","description":"Primary email for the contact"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"options":[{"displayName":"Address","name":"addressUi","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"addressValues","displayName":"Address","values":[{"displayName":"Address Line 1","name":"address1","type":"string","default":""},{"displayName":"Address Line 2","name":"address2","type":"string","default":""}]}]},{"displayName":"Alternate Emails","name":"alternateEmails","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"State/Province/Region","name":"stateProvinceRegion","type":"string","default":""},{"displayName":"List IDs","name":"listIdsUi","placeholder":"List IDs","description":"Adds a custom field to set also values which have not been predefined","type":"fixedCollection","default":{},"options":[{"name":"listIdValues","displayName":"List IDs","values":[{"displayName":"List Names or IDs","name":"listIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getListIds"},"default":[],"description":"ID of the field to set. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}]},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Fields","description":"Adds custom fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"ID of the field. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value for the field"}]}]}]},{"displayName":"Contact IDs","name":"ids","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["delete"],"deleteAll":[false]}},"description":"ID of the contact. Multiple can be added separated by comma."},{"displayName":"Delete All","name":"deleteAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"default":false,"description":"Whether all contacts will be deleted"},{"displayName":"By","name":"by","type":"options","options":[{"name":"ID","value":"id"},{"name":"Email","value":"email"}],"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["contact"]}},"default":"id","description":"Search the user by ID or email"},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["contact"],"by":["id"]}},"default":"","description":"ID of the contact"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["contact"],"by":["email"]}},"default":"","description":"Email of the contact"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["mail"]}},"options":[{"name":"Send","value":"send","description":"Send an email","action":"Send an email"}],"default":"send"},{"displayName":"Sender Email","name":"fromEmail","type":"string","default":"","placeholder":"sender@domain.com","description":"Email address of the sender of the email","displayOptions":{"show":{"resource":["mail"],"operation":["send"]}}},{"displayName":"Sender Name","name":"fromName","type":"string","default":"","placeholder":"John Smith","description":"Name of the sender of the email","displayOptions":{"show":{"resource":["mail"],"operation":["send"]}}},{"displayName":"Recipient Email","name":"toEmail","type":"string","default":"","placeholder":"recipient@domain.com","description":"Comma-separated list of recipient email addresses","displayOptions":{"show":{"resource":["mail"],"operation":["send"]}}},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"Subject of the email to send","displayOptions":{"show":{"resource":["mail"],"operation":["send"],"dynamicTemplate":[false]}}},{"displayName":"Dynamic Template","name":"dynamicTemplate","type":"boolean","required":true,"default":false,"description":"Whether this email will contain a dynamic template","displayOptions":{"show":{"resource":["mail"],"operation":["send"]}}},{"displayName":"MIME Type","name":"contentType","type":"options","default":"text/plain","description":"MIME type of the email to send","options":[{"name":"Plain Text","value":"text/plain"},{"name":"HTML","value":"text/html"}],"displayOptions":{"show":{"resource":["mail"],"operation":["send"],"dynamicTemplate":[false]}}},{"displayName":"Message Body","name":"contentValue","type":"string","default":"","required":true,"description":"Message body of the email to send","displayOptions":{"show":{"resource":["mail"],"operation":["send"],"dynamicTemplate":[false]}}},{"displayName":"Template Name or ID","name":"templateId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getTemplateIds"},"displayOptions":{"show":{"resource":["mail"],"operation":["send"],"dynamicTemplate":[true]}}},{"displayName":"Dynamic Template Fields","name":"dynamicTemplateFields","placeholder":"Add Dynamic Template Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["mail"],"operation":["send"],"dynamicTemplate":[true]}},"options":[{"displayName":"Fields","name":"fields","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Key of the dynamic template field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value for the field"}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["mail"],"operation":["send"]}},"options":[{"displayName":"Attachments","name":"attachments","type":"string","default":"","description":"Comma-separated list of binary properties"},{"displayName":"BCC Email","name":"bccEmail","type":"string","default":"","description":"Comma-separated list of emails of the recipients of a blind carbon copy of the email"},{"displayName":"Categories","name":"categories","type":"string","default":"","description":"Comma-separated list of categories. Each category name may not exceed 255 characters."},{"displayName":"CC Email","name":"ccEmail","type":"string","default":"","description":"Comma-separated list of emails of the recipients of a carbon copy of the email"},{"displayName":"Enable Sandbox","name":"enableSandbox","type":"boolean","default":false,"description":"Whether to use to the sandbox for testing out email-sending functionality"},{"displayName":"IP Pool Name","name":"ipPoolName","type":"string","default":"","description":"The IP Pool that you would like to send this email from"},{"displayName":"Reply-To Email","name":"replyToEmail","type":"string","default":"","placeholder":"reply@domain.com","description":"Comma-separated list of email addresses that will appear in the reply-to field of the email"},{"displayName":"Headers","name":"headers","placeholder":"Add Header","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Key to set in the header object"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set in the header object"}]}]},{"displayName":"Send At","name":"sendAt","type":"dateTime","default":"","description":"When to deliver the email. Scheduling more than 72 hours in advance is forbidden."}]}],"codex":{"categories":["Marketing","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.sendgrid/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/sendgrid/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/SendGrid/sendGrid.svg"},
{"displayName":"Sendy","name":"sendy","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Sendy API","defaults":{"name":"Sendy"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"sendyApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Campaign","value":"campaign"},{"name":"Subscriber","value":"subscriber"}],"default":"subscriber"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["campaign"]}},"options":[{"name":"Create","value":"create","description":"Create a campaign","action":"Create a campaign"}],"default":"create"},{"displayName":"From Name","name":"fromName","type":"string","displayOptions":{"show":{"resource":["campaign"],"operation":["create"]}},"default":"","description":"The 'From name' of your campaign"},{"displayName":"From Email","name":"fromEmail","type":"string","displayOptions":{"show":{"resource":["campaign"],"operation":["create"]}},"default":"","description":"The 'From email' of your campaign"},{"displayName":"Reply To","name":"replyTo","type":"string","displayOptions":{"show":{"resource":["campaign"],"operation":["create"]}},"default":"","description":"The 'Reply to' of your campaign"},{"displayName":"Title","name":"title","type":"string","displayOptions":{"show":{"resource":["campaign"],"operation":["create"]}},"default":"","description":"The 'Title' of your campaign"},{"displayName":"Subject","name":"subject","type":"string","displayOptions":{"show":{"resource":["campaign"],"operation":["create"]}},"default":"","description":"The 'Subject' of your campaign"},{"displayName":"HTML Text","name":"htmlText","type":"string","displayOptions":{"show":{"resource":["campaign"],"operation":["create"]}},"default":"","description":"The 'HTML version' of your campaign"},{"displayName":"Send Campaign","name":"sendCampaign","type":"boolean","displayOptions":{"show":{"resource":["campaign"],"operation":["create"]}},"default":false,"description":"Whether to send the campaign as well and not just create a draft. Default is false."},{"displayName":"Brand ID","name":"brandId","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["campaign"],"sendCampaign":[false]}},"required":true,"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["campaign"],"operation":["create"]}},"options":[{"displayName":"Exclude List IDs","name":"excludeListIds","type":"string","default":"","description":"Lists to exclude from your campaign. List IDs should be single or comma-separated."},{"displayName":"Exclude Segment IDs","name":"excludeSegmentIds","type":"string","default":"","description":"Segments to exclude from your campaign. Segment IDs should be single or comma-separated."},{"displayName":"List IDs","name":"listIds","type":"string","default":"","description":"List IDs should be single or comma-separated"},{"displayName":"Plain Text","name":"plainText","type":"string","default":"","description":"The 'Plain text version' of your campaign"},{"displayName":"Querystring","name":"queryString","type":"string","default":"","description":"Google Analytics tags"},{"displayName":"Segment IDs","name":"segmentIds","type":"string","default":"","description":"Segment IDs should be single or comma-separated"},{"displayName":"Track Clicks","name":"trackClicks","type":"boolean","default":true,"description":"Whether to disable clicks tracking. Default is true."},{"displayName":"Track Opens","name":"trackOpens","type":"boolean","default":true,"description":"Whether to disable opens tracking. Default is true."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["subscriber"]}},"options":[{"name":"Add","value":"add","description":"Add a subscriber to a list","action":"Add a subscriber"},{"name":"Count","value":"count","description":"Count subscribers","action":"Count a subscriber"},{"name":"Delete","value":"delete","description":"Delete a subscriber from a list","action":"Delete a subscriber"},{"name":"Remove","value":"remove","description":"Unsubscribe user from a list","action":"Remove a subscriber"},{"name":"Status","value":"status","description":"Get the status of subscriber","action":"Get subscriber's status"}],"default":"add"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["subscriber"],"operation":["add"]}},"default":"","description":"Email address of the subscriber"},{"displayName":"List ID","name":"listId","type":"string","displayOptions":{"show":{"resource":["subscriber"],"operation":["add"]}},"default":"","description":"The list ID you want to subscribe a user to. This encrypted & hashed ID can be found under View all lists section named ID."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["subscriber"],"operation":["add"]}},"options":[{"displayName":"Country","name":"country","type":"string","default":"","description":"User's 2 letter country code"},{"displayName":"GDPR","name":"gdpr","type":"boolean","default":false,"description":"Whether you're signing up EU users in a GDPR compliant manner"},{"displayName":"Honeypot","name":"hp","type":"boolean","default":false,"description":"Include this 'honeypot' field to prevent spambots from signing up via this API call. When spambots fills in this field, this API call will exit, preventing them from signing up fake addresses to your form. This parameter is only supported in Sendy 3.0 onwards."},{"displayName":"IP Address","name":"ipaddress","type":"string","default":"","description":"User's IP address"},{"displayName":"Name","name":"name","type":"string","default":"","description":"User's name"},{"displayName":"Referrer","name":"referrer","type":"string","default":"","description":"The URL where the user signed up from"},{"displayName":"Silent","name":"silent","type":"boolean","default":false,"description":"Set to \"true\" if your list is 'Double opt-in' but you want to bypass that and signup the user to the list as 'Single Opt-in instead' (optional)"}]},{"displayName":"List ID","name":"listId","type":"string","displayOptions":{"show":{"resource":["subscriber"],"operation":["count"]}},"default":"","description":"The list ID you want to subscribe a user to. This encrypted & hashed ID can be found under View all lists section named ID."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["subscriber"],"operation":["delete"]}},"default":"","description":"Email address of the subscriber"},{"displayName":"List ID","name":"listId","type":"string","displayOptions":{"show":{"resource":["subscriber"],"operation":["delete"]}},"default":"","description":"The list ID you want to subscribe a user to. This encrypted & hashed ID can be found under View all lists section named ID."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["subscriber"],"operation":["remove"]}},"default":"","description":"Email address of the subscriber"},{"displayName":"List ID","name":"listId","type":"string","displayOptions":{"show":{"resource":["subscriber"],"operation":["remove"]}},"default":"","description":"The list ID you want to subscribe a user to. This encrypted & hashed ID can be found under View all lists section named ID."},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["subscriber"],"operation":["status"]}},"default":"","description":"Email address of the subscriber"},{"displayName":"List ID","name":"listId","type":"string","displayOptions":{"show":{"resource":["subscriber"],"operation":["status"]}},"default":"","description":"The list ID you want to subscribe a user to. This encrypted & hashed ID can be found under View all lists section named ID."}],"codex":{"categories":["Communication","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.sendy/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/sendy/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Sendy/sendy.png"},
{"displayName":"Sentry.io","name":"sentryIo","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Sentry.io API","defaults":{"name":"Sentry.io"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"sentryIoOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}},{"name":"sentryIoApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"sentryIoServerApi","required":true,"displayOptions":{"show":{"authentication":["accessTokenServer"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token (Cloud)","value":"accessToken"},{"name":"OAuth2 (Cloud)","value":"oAuth2"},{"name":"Access Token (Self Hosted)","value":"accessTokenServer"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Event","value":"event"},{"name":"Issue","value":"issue"},{"name":"Organization","value":"organization"},{"name":"Project","value":"project"},{"name":"Release","value":"release"},{"name":"Team","value":"team"}],"default":"event"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Get","value":"get","description":"Get event by ID","action":"Get an event"},{"name":"Get Many","value":"getAll","description":"Get many events","action":"Get many events"}],"default":"get"},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}},"required":true,"description":"The slug of the organization the events belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Project Slug Name or ID","name":"projectSlug","type":"options","typeOptions":{"loadOptionsMethod":"getProjects","loadOptionsDependsOn":["organizationSlug"]},"default":"","displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}},"required":true,"description":"The slug of the project the events belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Full","name":"full","type":"boolean","default":true,"displayOptions":{"show":{"resource":["event"],"operation":["getAll"]}},"description":"Whether the event payload will include the full event body, including the stack trace"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["event"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["event"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["event"],"operation":["get"]}},"required":true,"description":"The slug of the organization the events belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Project Slug Name or ID","name":"projectSlug","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"default":"","displayOptions":{"show":{"resource":["event"],"operation":["get"]}},"required":true,"description":"The slug of the project the events belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Event ID","name":"eventId","type":"string","default":"","displayOptions":{"show":{"resource":["event"],"operation":["get"]}},"required":true,"description":"The ID of the event to retrieve (either the numeric primary-key or the hexadecimal ID as reported by the raven client)"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issue"]}},"options":[{"name":"Delete","value":"delete","description":"Delete an issue","action":"Delete an issue"},{"name":"Get","value":"get","description":"Get issue by ID","action":"Get an issue"},{"name":"Get Many","value":"getAll","description":"Get many issues","action":"Get many issues"},{"name":"Update","value":"update","description":"Update an issue","action":"Update an issue"}],"default":"get"},{"displayName":"Issue ID","name":"issueId","type":"string","default":"","placeholder":"1234","displayOptions":{"show":{"resource":["issue"],"operation":["get","delete"]}},"required":true,"description":"ID of issue to get"},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["issue"],"operation":["getAll"]}},"required":true,"description":"The slug of the organization the issues belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Project Slug Name or ID","name":"projectSlug","type":"options","typeOptions":{"loadOptionsMethod":"getProjects","loadOptionsDependsOn":["organizationSlug"]},"default":"","displayOptions":{"show":{"resource":["issue"],"operation":["getAll"]}},"required":true,"description":"The slug of the project the issues belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["issue"]}},"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":["issue"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["getAll"]}},"options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"An optional Sentry structured search query. If not provided, an implied \"is:unresolved\" is assumed. Info <a href=\"https://docs.sentry.io/product/sentry-basics/search/\">here</a>."},{"displayName":"Stats Period","name":"statsPeriod","type":"options","default":"","description":"Time period of stats","options":[{"name":"14 Days","value":"14d"},{"name":"24 Hours","value":"24h"}]},{"displayName":"Short ID Lookup","name":"shortIdLookUp","type":"boolean","default":true,"description":"Whether short IDs are looked up by this function as well. This can cause the return value of the function to return an event issue of a different project which is why this is an opt-in."}]},{"displayName":"Issue ID","name":"issueId","type":"string","default":"","placeholder":"1234","displayOptions":{"show":{"resource":["issue"],"operation":["update"]}},"required":true,"description":"ID of issue to get"},{"displayName":"Update Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["update"]}},"options":[{"displayName":"Assigned To","name":"assignedTo","type":"string","default":"","description":"The actor ID (or username) of the user or team that should be assigned to this issue"},{"displayName":"Has Seen","name":"hasSeen","type":"boolean","default":true,"description":"Whether this API call is invoked with a user context this allows changing of the flag that indicates if the user has seen the event"},{"displayName":"Is Bookmarked","name":"isBookmarked","type":"boolean","default":true,"description":"Whether this API call is invoked with a user context this allows changing of the bookmark flag"},{"displayName":"Is Public","name":"isPublic","type":"boolean","default":true,"description":"Whether to set the issue to public or private"},{"displayName":"Is Subscribed","name":"isSubscribed","type":"boolean","default":true},{"displayName":"Status","name":"status","type":"options","default":"","description":"The new status for the issue","options":[{"name":"Ignored","value":"ignored"},{"name":"Resolved","value":"resolved"},{"name":"Resolved Next Release","value":"resolvedInNextRelease"},{"name":"Unresolved","value":"unresolved"}]}]},{"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":"Get","value":"get","description":"Get organization by slug","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":"get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["organization"]}},"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":["organization"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["organization"],"operation":["getAll"]}},"options":[{"displayName":"Member","name":"member","type":"boolean","default":true,"description":"Whether to restrict results to organizations which you have membership"},{"displayName":"Owner","name":"owner","type":"boolean","default":true,"description":"Whether to restrict results to organizations which you are the owner"}]},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["organization"],"operation":["get"]}},"required":true,"description":"The slug of the organization the team should be created for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["organization"],"operation":["create"]}},"required":true,"description":"The slug of the organization the team should be created for"},{"displayName":"Agree to Terms","name":"agreeTerms","type":"boolean","default":false,"displayOptions":{"show":{"resource":["organization"],"operation":["create"]}},"description":"Whether you agree to the applicable terms of service and privacy policy of Sentry.io"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["organization"],"operation":["create"]}},"options":[{"displayName":"Slug","name":"slug","type":"string","default":"","description":"The unique URL slug for this organization. If this is not provided a slug is automatically generated based on the name."}]},{"displayName":"Slug Name or ID","name":"organization_slug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["organization"],"operation":["update"]}},"required":true,"description":"The slug of the organization to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["organization"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The new name of the organization"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"The new URL slug for this organization"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["project"]}},"options":[{"name":"Create","value":"create","description":"Create a new project","action":"Create a project"},{"name":"Delete","value":"delete","description":"Delete a project","action":"Delete a project"},{"name":"Get","value":"get","description":"Get project by ID","action":"Get a project"},{"name":"Get Many","value":"getAll","description":"Get many projects","action":"Get many projects"},{"name":"Update","value":"update","description":"Update a project","action":"Update a project"}],"default":"get"},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["project"],"operation":["create","get"]}},"required":true,"description":"The slug of the organization the events belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Project Slug Name or ID","name":"projectSlug","type":"options","typeOptions":{"loadOptionsMethod":"getProjects","loadOptionsDependsOn":["organizationSlug"]},"default":"","displayOptions":{"show":{"resource":["project"],"operation":["get"]}},"required":true,"description":"The slug of the project to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Team Slug Name or ID","name":"teamSlug","type":"options","typeOptions":{"loadOptionsMethod":"getTeams","loadOptionsDependsOn":["organizationSlug"]},"default":"","displayOptions":{"show":{"resource":["project"],"operation":["create"]}},"required":true,"description":"The slug of the team to create a new project for. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["project"],"operation":["create"]}},"required":true,"description":"The name for the new project"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["project"],"operation":["create"]}},"options":[{"displayName":"Slug","name":"slug","type":"string","default":"","description":"Optionally a slug for the new project. If it’s not provided a slug is generated from the name."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["project"]}},"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":["project"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["project"],"operation":["update"]}},"required":true,"description":"The slug of the organization the project belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Project Slug Name or ID","name":"projectSlug","type":"options","typeOptions":{"loadOptionsMethod":"getProjects","loadOptionsDependsOn":["organizationSlug"]},"default":"","displayOptions":{"show":{"resource":["project"],"operation":["update"]}},"required":true,"description":"The slug of the project to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["project"],"operation":["update"]}},"options":[{"displayName":"Bookmarked","name":"isBookmarked","type":"boolean","default":false,"description":"The new platform for the updated project"},{"displayName":"Digests Maximum Delay","name":"digestsMaxDelay","type":"number","default":1800,"description":"Maximum interval to digest alerts"},{"displayName":"Digests Minimun Delay","name":"digestsMinDelay","type":"number","default":60,"description":"Minium interval to digest alerts"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The new name for the updated project"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"The new slug for the updated project"},{"displayName":"Team","name":"team","type":"string","default":"","description":"The new team name"},{"displayName":"Platform","name":"platform","type":"string","default":"","description":"The new platform for the updated project"}]},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["project"],"operation":["delete"]}},"required":true,"description":"The slug of the organization the project belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Project Slug Name or ID","name":"projectSlug","type":"options","typeOptions":{"loadOptionsMethod":"getProjects","loadOptionsDependsOn":["organizationSlug"]},"default":"","displayOptions":{"show":{"resource":["project"],"operation":["delete"]}},"required":true,"description":"The slug of the project to delete. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["release"]}},"options":[{"name":"Create","value":"create","description":"Create a release","action":"Create a release"},{"name":"Delete","value":"delete","description":"Delete a release","action":"Delete a release"},{"name":"Get","value":"get","description":"Get release by version identifier","action":"Get a release by version ID"},{"name":"Get Many","value":"getAll","description":"Get many releases","action":"Get many releases"},{"name":"Update","value":"update","description":"Update a release","action":"Update a release"}],"default":"get"},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["release"],"operation":["getAll"]}},"required":true,"description":"The slug of the organization the releases belong to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["release"]}},"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":["release"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["release"],"operation":["getAll"]}},"options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"This parameter can be used to create a “starts with” filter for the version"}]},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["release"],"operation":["get","delete"]}},"required":true,"description":"The slug of the organization the release belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Version","name":"version","type":"string","default":"","displayOptions":{"show":{"resource":["release"],"operation":["get","delete"]}},"required":true,"description":"The version identifier of the release"},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["release"],"operation":["create"]}},"required":true,"description":"The slug of the organization the release belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Version","name":"version","type":"string","default":"","displayOptions":{"show":{"resource":["release"],"operation":["create"]}},"required":true,"description":"A version identifier for this release. Can be a version number, a commit hash etc."},{"displayName":"URL","name":"url","type":"string","default":"","displayOptions":{"show":{"resource":["release"],"operation":["create"]}},"required":true,"description":"A URL that points to the release. This can be the path to an online interface to the sourcecode for instance."},{"displayName":"Project Names or IDs","name":"projects","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getProjects"},"default":[],"displayOptions":{"show":{"resource":["release"],"operation":["create"]}},"required":true,"description":"A list of project slugs that are involved in this release. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["release"],"operation":["create"]}},"options":[{"displayName":"Date Released","name":"dateReleased","type":"dateTime","default":"","description":"An optional date that indicates when the release went live. If not provided the current time is assumed."},{"displayName":"Commits","name":"commits","description":"An optional list of commit data to be associated with the release","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"commitProperties","displayName":"Commit Properties","values":[{"displayName":"ID","name":"id","type":"string","default":"","description":"The sha of the commit","required":true},{"displayName":"Author Email","name":"authorEmail","type":"string","default":"","description":"Authors email"},{"displayName":"Author Name","name":"authorName","type":"string","default":"","description":"Name of author"},{"displayName":"Message","name":"message","type":"string","default":"","description":"Message of commit"},{"displayName":"Patch Set","name":"patchSet","description":"A list of the files that have been changed in the commit. Specifying the patch_set is necessary to power suspect commits and suggested assignees.","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"patchSetProperties","displayName":"Patch Set Properties","values":[{"displayName":"Path","name":"path","type":"string","default":"","description":"The path to the file. Both forward and backward slashes are supported.","required":true},{"displayName":"Type","name":"type","type":"options","default":"","description":"The types of changes that happened in that commit","options":[{"name":"Add","value":"add"},{"name":"Modify","value":"modify"},{"name":"Delete","value":"delete"}]}]}]},{"displayName":"Repository","name":"repository","type":"string","default":"","description":"Repository name"},{"displayName":"Timestamp","name":"timestamp","type":"dateTime","default":"","description":"Timestamp of commit"}]}]},{"displayName":"Refs","name":"refs","description":"An optional way to indicate the start and end commits for each repository included in a release","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"refProperties","displayName":"Ref Properties","values":[{"displayName":"Commit","name":"commit","type":"string","default":"","description":"The head sha of the commit","required":true},{"displayName":"Repository","name":"repository","type":"string","default":"","description":"Repository name","required":true},{"displayName":"Previous Commit","name":"previousCommit","type":"string","default":"","description":"The sha of the HEAD of the previous release"}]}]}]},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["release"],"operation":["update"]}},"required":true,"description":"The slug of the organization the release belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Version","name":"version","type":"string","default":"","displayOptions":{"show":{"resource":["release"],"operation":["update"]}},"required":true,"description":"A version identifier for this release. Can be a version number, a commit hash etc."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["release"],"operation":["update"]}},"options":[{"displayName":"Commits","name":"commits","description":"An optional list of commit data to be associated with the release","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"commitProperties","displayName":"Commit Properties","values":[{"displayName":"ID","name":"id","type":"string","default":"","description":"The sha of the commit","required":true},{"displayName":"Author Email","name":"authorEmail","type":"string","default":"","description":"Authors email"},{"displayName":"Author Name","name":"authorName","type":"string","default":"","description":"Name of author"},{"displayName":"Message","name":"message","type":"string","default":"","description":"Message of commit"},{"displayName":"Patch Set","name":"patchSet","description":"A list of the files that have been changed in the commit. Specifying the patch_set is necessary to power suspect commits and suggested assignees.","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"patchSetProperties","displayName":"Patch Set Properties","values":[{"displayName":"Path","name":"path","type":"string","default":"","description":"The path to the file. Both forward and backward slashes are supported.","required":true},{"displayName":"Type","name":"type","type":"options","default":"","description":"The types of changes that happened in that commit","options":[{"name":"Add","value":"add"},{"name":"Modify","value":"modify"},{"name":"Delete","value":"delete"}]}]}]},{"displayName":"Repository","name":"repository","type":"string","default":"","description":"Repository name"},{"displayName":"Timestamp","name":"timestamp","type":"dateTime","default":"","description":"Timestamp of commit"}]}]},{"displayName":"Date Released","name":"dateReleased","type":"dateTime","default":"","description":"An optional date that indicates when the release went live. If not provided the current time is assumed."},{"displayName":"Ref","name":"ref","type":"string","default":"","description":"A URL that points to the release. This can be the path to an online interface to the sourcecode for instance."},{"displayName":"Refs","name":"refs","description":"An optional way to indicate the start and end commits for each repository included in a release","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"refProperties","displayName":"Ref Properties","values":[{"displayName":"Commit","name":"commit","type":"string","default":"","description":"The head sha of the commit","required":true},{"displayName":"Repository","name":"repository","type":"string","default":"","description":"Repository name","required":true},{"displayName":"Previous Commit","name":"previousCommit","type":"string","default":"","description":"The sha of the HEAD of the previous release"}]}]},{"displayName":"URL","name":"url","type":"string","default":"","description":"A URL that points to the release. This can be the path to an online interface to the sourcecode for instance."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["team"]}},"options":[{"name":"Create","value":"create","description":"Create a new team","action":"Create a team"},{"name":"Delete","value":"delete","description":"Delete a team","action":"Delete a team"},{"name":"Get","value":"get","description":"Get team by slug","action":"Get a team"},{"name":"Get Many","value":"getAll","description":"Get many teams","action":"Get many teams"},{"name":"Update","value":"update","description":"Update a team","action":"Update a team"}],"default":"get"},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["team"],"operation":["getAll"]}},"required":true,"description":"The slug of the organization for which the teams should be listed. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["team"]}},"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":["team"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["team"],"operation":["get"]}},"required":true,"description":"The slug of the organization the team belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Team Slug Name or ID","name":"teamSlug","type":"options","typeOptions":{"loadOptionsMethod":"getTeams","loadOptionsDependsOn":["organizationSlug"]},"default":"","displayOptions":{"show":{"resource":["team"],"operation":["get"]}},"required":true,"description":"The slug of the team to get. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["team"],"operation":["create"]}},"required":true,"description":"The slug of the organization the team belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["team"],"operation":["create"]}},"required":true,"description":"The name of the team"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["team"],"operation":["create"]}},"options":[{"displayName":"Slug","name":"slug","type":"string","default":"","description":"The optional slug for this team. If not provided it will be auto generated from the name."}]},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["team"],"operation":["update"]}},"required":true,"description":"The slug of the organization the team belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Team Slug Name or ID","name":"teamSlug","type":"options","typeOptions":{"loadOptionsMethod":"getTeams","loadOptionsDependsOn":["organizationSlug"]},"default":"","displayOptions":{"show":{"resource":["team"],"operation":["update"]}},"required":true,"description":"The slug of the team to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["team"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The new name of the team"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"The new slug of the team. Must be unique and available."}]},{"displayName":"Organization Slug Name or ID","name":"organizationSlug","type":"options","typeOptions":{"loadOptionsMethod":"getOrganizations"},"default":"","displayOptions":{"show":{"resource":["team"],"operation":["delete"]}},"required":true,"description":"The slug of the organization the team belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Team Slug Name or ID","name":"teamSlug","type":"options","typeOptions":{"loadOptionsMethod":"getTeams","loadOptionsDependsOn":["organizationSlug"]},"default":"","displayOptions":{"show":{"resource":["team"],"operation":["delete"]}},"required":true,"description":"The slug of the team to delete. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.sentryio/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/sentryio/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/SentryIo/sentryio.svg","dark":"icons/n8n-nodes-base/dist/nodes/SentryIo/sentryio.dark.svg"}},
{"displayName":"ServiceNow","name":"serviceNow","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume ServiceNow API","defaults":{"name":"ServiceNow"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"serviceNowOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}},{"name":"serviceNowBasicApi","required":true,"displayOptions":{"show":{"authentication":["basicAuth"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"OAuth2","value":"oAuth2"}],"default":"oAuth2","description":"Authentication method to use"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Attachment","value":"attachment"},{"name":"Business Service","value":"businessService"},{"name":"Configuration Item","value":"configurationItems"},{"name":"Department","value":"department"},{"name":"Dictionary","value":"dictionary"},{"name":"Incident","value":"incident"},{"name":"Table Record","value":"tableRecord"},{"name":"User","value":"user"},{"name":"User Group","value":"userGroup"},{"name":"User Role","value":"userRole"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["attachment"]}},"options":[{"name":"Upload","value":"upload","description":"Upload an attachment to a specific table record","action":"Upload an attachment"},{"name":"Delete","value":"delete","description":"Delete an attachment","action":"Delete an attachment"},{"name":"Get","value":"get","description":"Get an attachment","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Get many attachments on a table","action":"Get many attachments"}],"default":"upload"},{"displayName":"Table Name or ID","name":"tableName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTables"},"default":"","displayOptions":{"show":{"resource":["attachment"],"operation":["upload","getAll"]}},"required":true},{"displayName":"Table Record ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["attachment"],"operation":["upload"]}},"required":true,"description":"Sys_id of the record in the table specified in Table Name that you want to attach the file to"},{"displayName":"Input Data Field Name","name":"inputDataFieldName","type":"string","default":"data","required":true,"displayOptions":{"show":{"resource":["attachment"],"operation":["upload"]}},"description":"Name of the binary property that contains the data to upload"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["attachment"],"operation":["upload"]}},"default":{},"options":[{"displayName":"File Name for the Attachment","name":"file_name","type":"string","default":"","description":"Name to give the attachment"}]},{"displayName":"Attachment ID","name":"attachmentId","type":"string","default":"","displayOptions":{"show":{"resource":["attachment"],"operation":["delete"]}},"required":true,"description":"Sys_id value of the attachment to delete"},{"displayName":"Attachment ID","name":"attachmentId","type":"string","default":"","displayOptions":{"show":{"resource":["attachment"],"operation":["get"]}},"required":true,"description":"Sys_id value of the attachment to delete"},{"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":500},"default":50,"description":"Max number of results to return"},{"displayName":"Download Attachments","name":"download","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"resource":["attachment"],"operation":["get","getAll"]}}},{"displayName":"Output Field","name":"outputField","type":"string","default":"data","description":"Field name where downloaded data will be placed","displayOptions":{"show":{"resource":["attachment"],"operation":["get","getAll"],"download":[true]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["attachment"],"operation":["get","getAll"]}},"default":{},"options":[{"displayName":"Filter","name":"queryFilter","type":"string","placeholder":"<col_name><operator><value>","default":"","description":"An encoded query string used to filter the results","hint":"All parameters are case-sensitive. Queries can contain more than one entry. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">More information</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["businessService"]}},"options":[{"name":"Get Many","value":"getAll","action":"Get many business services"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["businessService"]}},"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":["businessService"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["businessService"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns"},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Filter","name":"sysparm_query","type":"string","default":"","description":"An encoded query string used to filter the results. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">More info</a>."},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["configurationItems"]}},"options":[{"name":"Get Many","value":"getAll","action":"Get many configuration items"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["configurationItems"]}},"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":["configurationItems"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["configurationItems"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns"},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Filter","name":"sysparm_query","type":"string","default":"","description":"An encoded query string used to filter the results. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">More info</a>."},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["department"]}},"options":[{"name":"Get Many","value":"getAll","action":"Get many departments"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["department"]}},"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":["department"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["department"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns"},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Filter","name":"sysparm_query","type":"string","default":"","description":"An encoded query string used to filter the results. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">More info</a>."},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["dictionary"]}},"options":[{"name":"Get Many","value":"getAll","action":"Get many dictionaries"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["dictionary"]}},"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":["dictionary"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["dictionary"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns"},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Filter","name":"sysparm_query","type":"string","default":"","description":"An encoded query string used to filter the results. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">More info</a>."},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["incident"]}},"options":[{"name":"Create","value":"create","action":"Create an incident"},{"name":"Delete","value":"delete","action":"Delete an incident"},{"name":"Get","value":"get","action":"Get an incident"},{"name":"Get Many","value":"getAll","action":"Get many incidents"},{"name":"Update","value":"update","action":"Update an incident"}],"default":"get"},{"displayName":"Short Description","name":"short_description","type":"string","default":"","displayOptions":{"show":{"resource":["incident"],"operation":["create"]}},"required":true,"description":"Short description of the incident"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["incident"],"operation":["create"]}},"default":{},"options":[{"displayName":"Assignee Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsMethod":"getUsers","loadOptionsDependsOn":["additionalFields.assignment_group"]},"default":"","description":"Which user is the incident assigned to. Requires the selection of an assignment group. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Assignment Group Name or ID","name":"assignment_group","type":"options","typeOptions":{"loadOptionsMethod":"getAssignmentGroups"},"default":"","description":"The assignment group of the incident. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Business Service Name or ID","name":"business_service","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBusinessServices"},"default":""},{"displayName":"Caller ID","name":"caller_id","type":"string","default":"","description":"The unique identifier of the caller of the incident"},{"displayName":"Category Name or ID","name":"category","type":"options","typeOptions":{"loadOptionsMethod":"getIncidentCategories"},"default":"","description":"The category of the incident. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Close Notes","name":"close_notes","type":"string","default":"","description":"The close notes for the incident"},{"displayName":"Configuration Item Names or IDs","name":"cmdb_ci","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getConfigurationItems"},"default":[],"description":"Configuration Items, 'cmdb_ci' in metadata. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Contact Type","name":"contact_type","type":"options","options":[{"name":"Email","value":"email"},{"name":"Phone","value":"phone"},{"name":"Self Service","value":"self-service"},{"name":"Walk In","value":"walk-in"}],"default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the incident"},{"displayName":"Impact","name":"impact","type":"options","options":[{"name":"Low","value":3},{"name":"Medium","value":2},{"name":"High","value":1}],"default":1,"description":"The impact of the incident"},{"displayName":"Resolution Code Name or ID","name":"close_code","type":"options","typeOptions":{"loadOptionsMethod":"getIncidentResolutionCodes"},"default":"","description":"The resolution code of the incident, 'close_code' in metadata. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"State Name or ID","name":"state","type":"options","typeOptions":{"loadOptionsMethod":"getIncidentStates"},"default":"","description":"The state of the incident. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Subcategory Name or ID","name":"subcategory","type":"options","typeOptions":{"loadOptionsMethod":"getIncidentSubcategories","loadOptionsDependsOn":["additionalFields.category"]},"default":"","description":"The subcategory of the incident. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Urgency","name":"urgency","type":"options","options":[{"name":"Low","value":3},{"name":"Medium","value":2},{"name":"High","value":1}],"default":1,"description":"The urgency of the incident"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["incident"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["incident"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"resource":["incident"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns"},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Filter","name":"sysparm_query","type":"string","default":"","description":"An encoded query string used to filter the results. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">More info</a>."},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Incident ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["incident"],"operation":["delete","get"]}},"required":true,"description":"Unique identifier of the incident"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"resource":["incident"],"operation":["get"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns"},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Incident ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["incident"],"operation":["update"]}},"required":true,"description":"Unique identifier of the incident"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["incident"],"operation":["update"]}},"default":{},"options":[{"displayName":"Assigned To Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsMethod":"getUsers","loadOptionsDependsOn":["additionalFields.assignment_group"]},"default":"","description":"Which user is the incident assigned to. Requires the selection of an assignment group. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Assignment Group Name or ID","name":"assignment_group","type":"options","typeOptions":{"loadOptionsMethod":"getAssignmentGroups"},"default":"","description":"The assignment group of the incident. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Business Service Name or ID","name":"business_service","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBusinessServices"},"default":""},{"displayName":"Caller ID","name":"caller_id","type":"string","default":"","description":"The unique identifier of the caller of the incident"},{"displayName":"Category Name or ID","name":"category","type":"options","typeOptions":{"loadOptionsMethod":"getIncidentCategories"},"default":"","description":"The category of the incident. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Close Notes","name":"close_notes","type":"string","default":"","description":"The close notes for the incident"},{"displayName":"Configuration Item Names or IDs","name":"cmdb_ci","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getConfigurationItems"},"default":[],"description":"Configuration Items, 'cmdb_ci' in metadata. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Contact Type","name":"contact_type","type":"options","options":[{"name":"Email","value":"email"},{"name":"Phone","value":"phone"},{"name":"Self Service","value":"self-service"},{"name":"Walk In","value":"walk-in"}],"default":""},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the incident"},{"displayName":"Impact","name":"impact","type":"options","options":[{"name":"Low","value":3},{"name":"Medium","value":2},{"name":"High","value":1}],"default":1,"description":"The impact of the incident"},{"displayName":"Resolution Code Name or ID","name":"close_code","type":"options","typeOptions":{"loadOptionsMethod":"getIncidentResolutionCodes"},"default":"","description":"The resolution code of the incident. 'close_code' in metadata. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"On Hold Reason Name or ID","name":"hold_reason","type":"options","typeOptions":{"loadOptionsMethod":"getIncidentHoldReasons"},"default":"","description":"The on hold reason for the incident. It applies if the state is <code>On Hold</code>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"State Name or ID","name":"state","type":"options","typeOptions":{"loadOptionsMethod":"getIncidentStates"},"default":"","description":"The state of the incident. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Subcategory Name or ID","name":"subcategory","type":"options","typeOptions":{"loadOptionsMethod":"getIncidentSubcategories","loadOptionsDependsOn":["additionalFields.category"]},"default":"","description":"The subcategory of the incident. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Urgency","name":"urgency","type":"options","options":[{"name":"Low","value":3},{"name":"Medium","value":2},{"name":"High","value":1}],"default":1,"description":"The urgency of the incident"},{"displayName":"Work Notes","name":"work_notes","type":"string","default":"","description":"Work notes for the incident"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["tableRecord"]}},"options":[{"name":"Create","value":"create","action":"Create a table record"},{"name":"Delete","value":"delete","action":"Delete a table record"},{"name":"Get","value":"get","action":"Get a table record"},{"name":"Get Many","value":"getAll","action":"Get many table records"},{"name":"Update","value":"update","action":"Update a table record"}],"default":"get"},{"displayName":"Table Name or ID","name":"tableName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTables"},"default":"","displayOptions":{"show":{"resource":["tableRecord"],"operation":["create"]}},"required":true},{"displayName":"Data to Send","name":"dataToSend","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"mapInput","description":"Use when node input names match destination field names"},{"name":"Define Below for Each Column","value":"columns","description":"Set the value for each destination column"},{"name":"Nothing","value":"nothing","description":"Don't send any column data"}],"displayOptions":{"show":{"resource":["tableRecord"],"operation":["create"]}},"default":"columns"},{"displayName":"Inputs to Ignore","name":"inputsToIgnore","type":"string","displayOptions":{"show":{"resource":["tableRecord"],"operation":["create"],"dataToSend":["mapInput"]}},"default":"","description":"List of input properties to avoid sending, separated by commas. Leave empty to send all inputs."},{"displayName":"Fields to Send","name":"fieldsToSend","type":"fixedCollection","placeholder":"Add field to send","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["tableRecord"],"operation":["create"],"dataToSend":["columns"]}},"default":{},"options":[{"displayName":"Field","name":"field","values":[{"displayName":"Field Name or ID","name":"column","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["tableName"]},"default":""},{"displayName":"Field Value","name":"value","type":"string","default":""}]}]},{"displayName":"Table Name or ID","name":"tableName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTables"},"default":"","displayOptions":{"show":{"resource":["tableRecord"],"operation":["getAll"]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["tableRecord"]}},"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":["tableRecord"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["tableRecord"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["tableName"]},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Filter","name":"sysparm_query","type":"string","default":"","description":"An encoded query string used to filter the results. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">More info</a>."},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Table Name or ID","name":"tableName","type":"options","typeOptions":{"loadOptionsMethod":"getTables"},"default":"","displayOptions":{"show":{"resource":["tableRecord"],"operation":["delete","get"]}},"required":true,"description":"Name of the table in which the record exists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Table Record ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["tableRecord"],"operation":["delete","get"]}},"required":true,"description":"Unique identifier of the record"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["tableRecord"],"operation":["get"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["tableName"]},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Table Name or ID","name":"tableName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTables"},"default":"","displayOptions":{"show":{"resource":["tableRecord"],"operation":["update"]}},"required":true},{"displayName":"Table Record ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["tableRecord"],"operation":["update"]}},"required":true,"description":"Unique identifier of the record"},{"displayName":"Data to Send","name":"dataToSend","type":"options","options":[{"name":"Auto-Map Input Data to Columns","value":"mapInput","description":"Use when node input names match destination field names"},{"name":"Define Below for Each Column","value":"columns","description":"Set the value for each destination column"},{"name":"Nothing","value":"nothing","description":"Don't send any column data"}],"displayOptions":{"show":{"resource":["tableRecord"],"operation":["update"]}},"default":"columns"},{"displayName":"Inputs to Ignore","name":"inputsToIgnore","type":"string","displayOptions":{"show":{"resource":["tableRecord"],"operation":["update"],"dataToSend":["mapInput"]}},"default":"","description":"List of input properties to avoid sending, separated by commas. Leave empty to send all inputs."},{"displayName":"Fields to Send","name":"fieldsToSend","type":"fixedCollection","placeholder":"Add field to send","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["tableRecord"],"operation":["update"],"dataToSend":["columns"]}},"default":{},"options":[{"displayName":"Field","name":"field","values":[{"displayName":"Field Name or ID","name":"column","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["tableName"]},"default":""},{"displayName":"Field Value","name":"value","type":"string","default":""}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","action":"Create a user"},{"name":"Delete","value":"delete","action":"Delete a user"},{"name":"Get","value":"get","action":"Get a user"},{"name":"Get Many","value":"getAll","action":"Get many users"},{"name":"Update","value":"update","action":"Update a user"}],"default":"get"},{"displayName":"Short Description","name":"short_description","type":"string","default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"required":true,"description":"Short description of the user"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":{},"options":[{"displayName":"Active","name":"active","type":"boolean","default":false,"description":"Whether to activate the user"},{"displayName":"Building","name":"building","type":"string","default":"","description":"The Building address"},{"displayName":"City","name":"city","type":"string","default":"","description":"City of the user"},{"displayName":"Company","name":"company","type":"string","default":"","description":"The name of the company for the user"},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country of the user"},{"displayName":"Department","name":"department","type":"string","default":"","description":"Department of the user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email address associated with the user"},{"displayName":"First Name","name":"first_name","type":"string","default":"","description":"The first name of the user"},{"displayName":"Gender","name":"gender","type":"string","default":"","description":"The gender of the user"},{"displayName":"Home Phone","name":"home_phone","type":"string","default":"","description":"Home phone of the user"},{"displayName":"Last Name","name":"last_name","type":"string","default":"","description":"The last name of the user"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Location of the user"},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"Manager of the user"},{"displayName":"Middle Name","name":"middle_name","type":"string","default":"","description":"The middle name of the user"},{"displayName":"Mobile Phone","name":"mobile_phone","type":"string","default":"","description":"Mobile phone number of the user"},{"displayName":"Password","name":"user_password","type":"string","typeOptions":{"password":true},"default":"","description":"The user's password"},{"displayName":"Password Needs Reset","name":"password_needs_reset","type":"boolean","default":false,"description":"Whether to require a password reset when the user logs in"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The main phone number of the user"},{"displayName":"Role Names or IDs","name":"roles","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUserRoles"},"default":[],"description":"Roles of the user. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Source","name":"source","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":"","description":"State for the user"},{"displayName":"Street","name":"street","type":"string","default":"","description":"Street information for the user separated by comma"},{"displayName":"Username","name":"user_name","type":"string","default":"","description":"A username associated with the user (e.g. user_name.123)"},{"displayName":"Zip Code","name":"zip","type":"string","default":"","description":"Zip code for the user"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["user"]}},"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":["user"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["operation"]},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Filter","name":"sysparm_query","type":"string","default":"","description":"An encoded query string used to filter the results. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">More info</a>."},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Retrieve Identifier","name":"getOption","type":"options","default":"id","options":[{"name":"ID","value":"id"},{"name":"Username","value":"user_name"}],"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"required":true,"description":"Unique identifier of the user"},{"displayName":"Username","name":"user_name","type":"string","default":"","displayOptions":{"show":{"resource":["user"],"operation":["get"],"getOption":["user_name"]}},"required":true,"description":"Unique identifier of the user"},{"displayName":"User ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["user"],"operation":["get"],"getOption":["id"]}},"required":true,"description":"Unique identifier of the user"},{"displayName":"User ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}},"required":true,"description":"Unique identifier of the user"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns","loadOptionsDependsOn":["operation"]},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"User ID","name":"id","type":"string","default":"","displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"required":true,"description":"Unique identifier of the user"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"default":{},"options":[{"displayName":"Active","name":"active","type":"boolean","default":false,"description":"Whether to activate the user"},{"displayName":"Building","name":"building","type":"string","default":"","description":"The Building address"},{"displayName":"City","name":"city","type":"string","default":"","description":"City of the user"},{"displayName":"Company","name":"company","type":"string","default":"","description":"The name of the company for the user"},{"displayName":"Country","name":"country","type":"string","default":"","description":"Country of the user"},{"displayName":"Department","name":"department","type":"string","default":"","description":"Department of the user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email address associated with the user"},{"displayName":"First Name","name":"first_name","type":"string","default":"","description":"The first name of the user"},{"displayName":"Gender","name":"gender","type":"string","default":"","description":"The gender of the user"},{"displayName":"Home Phone","name":"home_phone","type":"string","default":"","description":"Home phone of the user"},{"displayName":"Last Name","name":"last_name","type":"string","default":"","description":"The last name of the user"},{"displayName":"Location","name":"location","type":"string","default":"","description":"Location of the user"},{"displayName":"Manager","name":"manager","type":"string","default":"","description":"Manager of the user"},{"displayName":"Middle Name","name":"middle_name","type":"string","default":"","description":"The middle name of the user"},{"displayName":"Mobile Phone","name":"mobile_phone","type":"string","default":"","description":"Mobile phone number of the user"},{"displayName":"Password","name":"user_password","type":"string","typeOptions":{"password":true},"default":"","description":"The user's password"},{"displayName":"Password Needs Reset","name":"password_needs_reset","type":"boolean","default":false,"description":"Whether to require a password reset when the user logs in"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The main phone number of the user"},{"displayName":"Role Names or IDs","name":"roles","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUserRoles"},"default":[],"description":"Roles of the user. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Source","name":"source","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":"","description":"State for the user"},{"displayName":"Street","name":"street","type":"string","default":"","description":"Street information for the user separated by comma"},{"displayName":"Username","name":"user_name","type":"string","default":"","description":"A username associated with the user (e.g. user_name.123)"},{"displayName":"Zip Code","name":"zip","type":"string","default":"","description":"Zip code for the user"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userGroup"]}},"options":[{"name":"Get Many","value":"getAll","action":"Get many user groups"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["userGroup"]}},"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":["userGroup"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["userGroup"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns"},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Filter","name":"sysparm_query","type":"string","default":"","description":"An encoded query string used to filter the results. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">More info</a>."},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userRole"]}},"options":[{"name":"Get Many","value":"getAll","action":"Get many user roles"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["userRole"]}},"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":["userRole"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["userRole"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Exclude Reference Link","name":"sysparm_exclude_reference_link","type":"boolean","default":false,"description":"Whether to exclude Table API links for reference fields"},{"displayName":"Field Names or IDs","name":"sysparm_fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getColumns"},"default":[],"description":"A list of fields to return. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","hint":"String of comma separated values or an array of strings can be set in an expression"},{"displayName":"Filter","name":"sysparm_query","type":"string","default":"","description":"An encoded query string used to filter the results. <a href=\"https://developer.servicenow.com/dev.do#!/learn/learning-plans/quebec/servicenow_application_developer/app_store_learnv2_rest_quebec_more_about_query_parameters\">More info</a>."},{"displayName":"Return Values","name":"sysparm_display_value","type":"options","options":[{"name":"Actual Values","value":"false"},{"name":"Both","value":"all"},{"name":"Display Values","value":"true"}],"default":"false","description":"Choose which values to return"}]}],"codex":{"categories":["Productivity","Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.servicenow/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/servicenow/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/ServiceNow/servicenow.svg"},
{"displayName":"Edit Fields (Set)","name":"set","icon":"fa:pen","group":["input"],"description":"Modify, add, or remove item fields","defaultVersion":3.4,"iconColor":"blue","version":[3,3.1,3.2,3.3,3.4],"subtitle":"={{$parameter[\"mode\"]}}","defaults":{"name":"Edit Fields"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Mode","name":"mode","type":"options","noDataExpression":true,"options":[{"name":"Manual Mapping","value":"manual","description":"Edit item fields one by one","action":"Edit item fields one by one"},{"name":"JSON","value":"raw","description":"Customize item output with JSON","action":"Customize item output with JSON"}],"default":"manual"},{"displayName":"Duplicate Item","name":"duplicateItem","type":"boolean","default":false,"isNodeSetting":true,"description":"Whether this item should be duplicated a set number of times"},{"displayName":"Duplicate Item Count","name":"duplicateCount","type":"number","default":0,"typeOptions":{"minValue":0},"description":"How many times the item should be duplicated, mainly used for testing and debugging","isNodeSetting":true,"displayOptions":{"show":{"duplicateItem":[true]}}},{"displayName":"Item duplication is set in the node settings. This option will be ignored when the workflow runs automatically.","name":"duplicateWarning","type":"notice","default":"","displayOptions":{"show":{"duplicateItem":[true]}}},{"displayName":"JSON","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"{\n  \"my_field_1\": \"value\",\n  \"my_field_2\": 1\n}\n","validateType":"object","ignoreValidationDuringExecution":true,"displayOptions":{"show":{"mode":["raw"]}}},{"displayName":"Fields to Set","name":"fields","placeholder":"Add Field","type":"fixedCollection","description":"Edit existing fields or add new ones to modify the output data","displayOptions":{"show":{"@version":[3,3.1,3.2],"mode":["manual"]}},"typeOptions":{"multipleValues":true,"sortable":true},"default":{},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"e.g. fieldName","description":"Name of the field to set the value of. Supports dot-notation. Example: data.person[0].name.","requiresDataPath":"single"},{"displayName":"Type","name":"type","type":"options","description":"The field value type","options":[{"name":"String","value":"stringValue"},{"name":"Number","value":"numberValue"},{"name":"Boolean","value":"booleanValue"},{"name":"Array","value":"arrayValue"},{"name":"Object","value":"objectValue"}],"default":"stringValue"},{"displayName":"Value","name":"stringValue","type":"string","default":"","displayOptions":{"show":{"type":["stringValue"]}},"validateType":"string","ignoreValidationDuringExecution":true},{"displayName":"Value","name":"numberValue","type":"string","default":"","displayOptions":{"show":{"type":["numberValue"]}},"validateType":"number","ignoreValidationDuringExecution":true},{"displayName":"Value","name":"booleanValue","type":"options","default":"true","options":[{"name":"True","value":"true"},{"name":"False","value":"false"}],"displayOptions":{"show":{"type":["booleanValue"]}},"validateType":"boolean","ignoreValidationDuringExecution":true},{"displayName":"Value","name":"arrayValue","type":"string","default":"","placeholder":"e.g. [ arrayItem1, arrayItem2, arrayItem3 ]","displayOptions":{"show":{"type":["arrayValue"]}},"validateType":"array","ignoreValidationDuringExecution":true},{"displayName":"Value","name":"objectValue","type":"json","default":"={}","typeOptions":{"rows":2},"displayOptions":{"show":{"type":["objectValue"]}},"validateType":"object","ignoreValidationDuringExecution":true}]}]},{"displayName":"Fields to Set","name":"assignments","type":"assignmentCollection","displayOptions":{"hide":{"@version":[3,3.1,3.2]},"show":{"mode":["manual"]}},"default":{}},{"displayName":"Include in Output","name":"include","type":"options","description":"How to select the fields you want to include in your output items","default":"all","displayOptions":{"show":{"@version":[3,3.1,3.2]}},"options":[{"name":"All Input Fields","value":"all","description":"Also include all unchanged fields from the input"},{"name":"No Input Fields","value":"none","description":"Include only the fields specified above"},{"name":"Selected Input Fields","value":"selected","description":"Also include the fields listed in the parameter “Fields to Include”"},{"name":"All Input Fields Except","value":"except","description":"Exclude the fields listed in the parameter “Fields to Exclude”"}]},{"displayName":"Include Other Input Fields","name":"includeOtherFields","type":"boolean","default":false,"description":"Whether to pass to the output all the input fields (along with the fields set in 'Fields to Set')","displayOptions":{"hide":{"@version":[3,3.1,3.2]}}},{"displayName":"Input Fields to Include","name":"include","type":"options","description":"How to select the fields you want to include in your output items","default":"all","displayOptions":{"hide":{"@version":[3,3.1,3.2],"/includeOtherFields":[false]}},"options":[{"name":"All","value":"all","description":"Also include all unchanged fields from the input"},{"name":"Selected","value":"selected","description":"Also include the fields listed in the parameter “Fields to Include”"},{"name":"All Except","value":"except","description":"Exclude the fields listed in the parameter “Fields to Exclude”"}]},{"displayName":"Fields to Include","name":"includeFields","type":"string","default":"","placeholder":"e.g. fieldToInclude1,fieldToInclude2","description":"Comma-separated list of the field names you want to include in the output. You can drag the selected fields from the input panel.","requiresDataPath":"multiple","displayOptions":{"show":{"include":["selected"],"@version":[3,3.1,3.2]}}},{"displayName":"Fields to Exclude","name":"excludeFields","type":"string","default":"","placeholder":"e.g. fieldToExclude1,fieldToExclude2","description":"Comma-separated list of the field names you want to exclude from the output. You can drag the selected fields from the input panel.","requiresDataPath":"multiple","displayOptions":{"show":{"include":["except"],"@version":[3,3.1,3.2]}}},{"displayName":"Fields to Include","name":"includeFields","type":"string","default":"","placeholder":"e.g. fieldToInclude1,fieldToInclude2","description":"Comma-separated list of the field names you want to include in the output. You can drag the selected fields from the input panel.","requiresDataPath":"multiple","displayOptions":{"show":{"include":["selected"],"/includeOtherFields":[true]},"hide":{"@version":[3,3.1,3.2]}}},{"displayName":"Fields to Exclude","name":"excludeFields","type":"string","default":"","placeholder":"e.g. fieldToExclude1,fieldToExclude2","description":"Comma-separated list of the field names you want to exclude from the output. You can drag the selected fields from the input panel.","requiresDataPath":"multiple","displayOptions":{"show":{"include":["except"],"/includeOtherFields":[true]},"hide":{"@version":[3,3.1,3.2]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Include Binary File","name":"includeBinary","type":"boolean","default":true,"displayOptions":{"hide":{"@version":[{"_cnd":{"gte":3.4}}]}},"description":"Whether binary data should be included if present in the input item"},{"displayName":"Strip Binary Data","name":"stripBinary","type":"boolean","default":true,"description":"Whether binary data should be stripped from the input item. Only applies when \"Include Other Input Fields\" is enabled.","displayOptions":{"show":{"@version":[{"_cnd":{"gte":3.4}}],"/includeOtherFields":[true]}}},{"displayName":"Ignore Type Conversion Errors","name":"ignoreConversionErrors","type":"boolean","default":false,"description":"Whether to ignore field type errors and apply a less strict type conversion","displayOptions":{"show":{"/mode":["manual"]}}},{"displayName":"Support Dot Notation","name":"dotNotation","type":"boolean","default":true,"description":"By default, dot-notation is used in property names. This means that \"a.b\" will set the property \"b\" underneath \"a\" so { \"a\": { \"b\": value} }. If that is not intended this can be deactivated, it will then set { \"a.b\": value } instead."}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"alias":["Set","JS","JSON","Filter","Transform","Map"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.set/"}]}}},
{"displayName":"Set","name":"set","icon":"fa:pen","group":["input"],"description":"Sets values on items and optionally remove other values","defaultVersion":3.4,"version":[1,2],"defaults":{"name":"Set","color":"#0000FF"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Keep Only Set","name":"keepOnlySet","type":"boolean","default":false,"description":"Whether only the values set on this node should be kept and all others removed"},{"displayName":"Values to Set","name":"values","placeholder":"Add Value","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"description":"The value to set","default":{},"options":[{"name":"boolean","displayName":"Boolean","values":[{"displayName":"Name","name":"name","type":"string","requiresDataPath":"single","default":"propertyName","description":"Name of the property to write data to. Supports dot-notation. Example: \"data.person[0].name\""},{"displayName":"Value","name":"value","type":"boolean","default":false,"description":"The boolean value to write in the property"}]},{"name":"number","displayName":"Number","values":[{"displayName":"Name","name":"name","type":"string","default":"propertyName","requiresDataPath":"single","description":"Name of the property to write data to. Supports dot-notation. Example: \"data.person[0].name\""},{"displayName":"Value","name":"value","type":"number","default":0,"description":"The number value to write in the property"}]},{"name":"string","displayName":"String","values":[{"displayName":"Name","name":"name","type":"string","default":"propertyName","requiresDataPath":"single","description":"Name of the property to write data to. Supports dot-notation. Example: \"data.person[0].name\""},{"displayName":"Value","name":"value","type":"string","default":"","description":"The string value to write in the property"}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Dot Notation","name":"dotNotation","type":"boolean","default":true,"description":"<p>By default, dot-notation is used in property names. This means that \"a.b\" will set the property \"b\" underneath \"a\" so { \"a\": { \"b\": value} }.<p></p>If that is not intended this can be deactivated, it will then set { \"a.b\": value } instead.</p>."}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"alias":["Set","JS","JSON","Filter","Transform","Map"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.set/"}]}}},
{"displayName":"Shopify","name":"shopify","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Shopify API","defaults":{"name":"Shopify"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"shopifyApi","required":true,"displayOptions":{"show":{"authentication":["apiKey"]}}},{"name":"shopifyAccessTokenApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"shopifyOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Shopify API Version: 2024-07","type":"notice","name":"apiVersion","default":"","isNodeSetting":true},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"},{"name":"API Key","value":"apiKey"}],"default":"apiKey"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Order","value":"order"},{"name":"Product","value":"product"}],"default":"order"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["order"]}},"options":[{"name":"Create","value":"create","description":"Create an order","action":"Create an order"},{"name":"Delete","value":"delete","description":"Delete an order","action":"Delete 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":"Update","value":"update","description":"Update an order","action":"Update an order"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["order"]}},"default":{},"options":[{"displayName":"Billing Address","name":"billingAddressUi","placeholder":"Add Billing Address","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"name":"billingAddressValues","displayName":"Billing Address","values":[{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Address Line 1","name":"address1","type":"string","default":""},{"displayName":"Address Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Province","name":"province","type":"string","default":""},{"displayName":"Zip Code","name":"zip","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]}]},{"displayName":"Discount Codes","name":"discountCodesUi","placeholder":"Add Discount Code","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"discountCodesValues","displayName":"Discount Code","values":[{"displayName":"Amount","name":"amount","type":"string","default":"","description":"The amount that's deducted from the order total"},{"displayName":"Code","name":"code","type":"string","default":"","description":"When the associated discount application is of type code"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Fixed Amount","value":"fixedAmount","description":"Applies amount as a unit of the store's currency"},{"name":"Percentage","value":"percentage","description":"Applies a discount of amount as a percentage of the order total"},{"name":"Shipping","value":"shipping","description":"Applies a free shipping discount on orders that have a shipping rate less than or equal to amount"}],"default":"fixedAmount","description":"When the associated discount application is of type code"}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The customer's email address"},{"displayName":"Fulfillment Status","name":"fulfillmentStatus","type":"options","options":[{"name":"Fulfilled","value":"fulfilled","description":"Every line item in the order has been fulfilled"},{"name":"Null","value":"null","description":"None of the line items in the order have been fulfilled"},{"name":"Partial","value":"partial","description":"At least one line item in the order has been fulfilled"},{"name":"Restocked","value":"restocked","description":"Every line item in the order has been restocked and the order canceled"}],"default":"","description":"The order's status in terms of fulfilled line items"},{"displayName":"Inventory Behaviour","name":"inventoryBehaviour","type":"options","options":[{"name":"Bypass","value":"bypass","description":"Do not claim inventory"},{"name":"Decrement Ignoring Policy","value":"decrementIgnoringPolicy","description":"Ignore the product's inventory policy and claim inventory"},{"name":"Decrement Obeying Policy","value":"decrementObeyingPolicy","description":"Follow the product's inventory policy and claim inventory, if possible"}],"default":"bypass","description":"The behaviour to use when updating inventory"},{"displayName":"Location Name or ID","name":"locationId","type":"options","typeOptions":{"loadOptionsMethod":"getLocations"},"default":"","description":"The ID of the physical location where the order was processed. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Note","name":"note","type":"string","default":"","description":"An optional note that a shop owner can attach to the order"},{"displayName":"Send Fulfillment Receipt","name":"sendFulfillmentReceipt","type":"boolean","default":false,"description":"Whether to send a shipping confirmation to the customer"},{"displayName":"Send Receipt","name":"sendReceipt","type":"boolean","default":false,"description":"Whether to send an order confirmation to the customer"},{"displayName":"Shipping Address","name":"shippingAddressUi","placeholder":"Add Shipping","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"name":"shippingAddressValues","displayName":"Shipping Address","values":[{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Address Line 1","name":"address1","type":"string","default":""},{"displayName":"Address Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Province","name":"province","type":"string","default":""},{"displayName":"Zip Code","name":"zip","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]}]},{"displayName":"Source Name","name":"sourceName","type":"string","default":"","description":"Where the order originated. Can be set only during order creation, and is not writeable afterwards."},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"Tags attached to the order, formatted as a string of comma-separated values"},{"displayName":"Test","name":"test","type":"boolean","default":false,"description":"Whether this is a test order"}]},{"displayName":"Line Items","name":"limeItemsUi","placeholder":"Add Line Item","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["create"]}},"default":{},"options":[{"displayName":"Line Item","name":"lineItemValues","values":[{"displayName":"Product Name or ID","name":"productId","type":"options","typeOptions":{"loadOptionsMethod":"getProducts"},"default":"","description":"The ID of the product that the line item belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Variant ID","name":"variantId","type":"string","default":"","description":"The ID of the product variant"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of the product"},{"displayName":"Grams","name":"grams","type":"string","default":"","description":"The weight of the item in grams"},{"displayName":"Quantity","name":"quantity","type":"number","typeOptions":{"minValue":1},"default":1,"description":"The number of items that were purchased"},{"displayName":"Price","name":"price","type":"string","default":""}]}]},{"displayName":"Order ID","name":"orderId","type":"string","default":"","displayOptions":{"show":{"resource":["order"],"operation":["delete"]}},"required":true},{"displayName":"Order ID","name":"orderId","type":"string","default":"","displayOptions":{"show":{"resource":["order"],"operation":["get"]}},"required":true},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["get"],"resource":["order"]}},"default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the order will return, formatted as a string of comma-separated values. By default all the fields are returned."}]},{"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":250},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["order"]}},"options":[{"displayName":"Attribution App ID","name":"attributionAppId","type":"string","default":"","description":"Show orders attributed to a certain app, specified by the app ID. Set as current to show orders for the app currently consuming the API."},{"displayName":"Created At Min","name":"createdAtMin","type":"dateTime","default":"","description":"Show orders created at or after date"},{"displayName":"Created At Max","name":"createdAtMax","type":"dateTime","default":"","description":"Show orders created at or before date"},{"displayName":"Financial Status","name":"financialStatus","type":"options","options":[{"name":"Any","value":"any","description":"Show orders of any financial status"},{"name":"Authorized","value":"authorized","description":"Show only authorized orders"},{"name":"Paid","value":"paid","description":"Show only paid orders"},{"name":"Partially Paid","value":"partiallyPaid","description":"Show only partially paid orders"},{"name":"Partially Refunded","value":"partiallyRefunded","description":"Show only partially refunded orders"},{"name":"Pending","value":"pending","description":"Show only pending orders"},{"name":"Refunded","value":"refunded","description":"Show only refunded orders"},{"name":"Unpaid","value":"unpaid","description":"Show authorized and partially paid orders"},{"name":"Voided","value":"voided","description":"Show only voided orders"}],"default":"any","description":"Filter orders by their financial status"},{"displayName":"Fulfillment Status","name":"fulfillmentStatus","type":"options","options":[{"name":"Any","value":"any","description":"Show orders of any fulfillment status"},{"name":"Partial","value":"partial","description":"Show partially shipped orders"},{"name":"Shipped","value":"shipped","description":"Show orders that have been shipped. Returns orders with fulfillment_status of fulfilled."},{"name":"Unfulfilled","value":"unfulfilled","description":"Returns orders with fulfillment_status of null or partial"},{"name":"Unshipped","value":"unshipped","description":"Show orders that have not yet been shipped. Returns orders with fulfillment_status of null."}],"default":"any","description":"Filter orders by their fulfillment status"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the orders will return, formatted as a string of comma-separated values. By default all the fields are returned."},{"displayName":"IDs","name":"ids","type":"string","default":"","description":"Retrieve only orders specified by a comma-separated list of order IDs"},{"displayName":"Processed At Max","name":"processedAtMax","type":"dateTime","default":"","description":"Show orders imported at or before date"},{"displayName":"Processed At Min","name":"processedAtMin","type":"dateTime","default":"","description":"Show orders imported at or after date"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Any","value":"any","description":"Show orders of any status, including archived orders"},{"name":"Cancelled","value":"Cancelled","description":"Show only canceled orders"},{"name":"Closed","value":"closed","description":"Show only closed orders"},{"name":"Open","value":"open","description":"Show only open orders"}],"default":"open","description":"Filter orders by their status"},{"displayName":"Since ID","name":"sinceId","type":"string","default":"","description":"Show orders after the specified ID"},{"displayName":"Updated At Max","name":"updatedAtMax","type":"dateTime","default":"","description":"Show orders last updated at or after date"},{"displayName":"Updated At Min","name":"updatedAtMin","type":"dateTime","default":"","description":"Show orders last updated at or before date"}]},{"displayName":"Order ID","name":"orderId","type":"string","default":"","displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"required":true},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["order"]}},"default":{},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The customer's email address"},{"displayName":"Location Name or ID","name":"locationId","type":"options","typeOptions":{"loadOptionsMethod":"getLocations"},"default":"","description":"The ID of the physical location where the order was processed. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Note","name":"note","type":"string","default":"","description":"An optional note that a shop owner can attach to the order"},{"displayName":"Shipping Address","name":"shippingAddressUi","placeholder":"Add Shipping","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"name":"shippingAddressValues","displayName":"Shipping Address","values":[{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Address Line 1","name":"address1","type":"string","default":""},{"displayName":"Address Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Province","name":"province","type":"string","default":""},{"displayName":"Zip Code","name":"zip","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]}]},{"displayName":"Source Name","name":"sourceName","type":"string","default":"","description":"Where the order originated. Can be set only during order creation, and is not writeable afterwards."},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"Tags attached to the order, formatted as a string of comma-separated values"}]},{"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":"Title","name":"title","type":"string","placeholder":"","displayOptions":{"show":{"operation":["create"],"resource":["product"]}},"default":"","description":"The name of the product","required":true},{"displayName":"Product ID","name":"productId","type":"string","default":"","displayOptions":{"show":{"resource":["product"],"operation":["update"]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["product"]}},"default":{},"options":[{"displayName":"Body HTML","name":"body_html","type":"string","default":"","description":"A description of the product. Supports HTML formatting."},{"displayName":"Handle","name":"handle","type":"string","default":"","description":"A unique human-friendly string for the product. Automatically generated from the product's title. Used by the Liquid templating language to refer to objects."},{"displayName":"Images","name":"images","type":"collection","placeholder":"Add Image Field","typeOptions":{"multipleValues":true},"default":{},"description":"A list of product image objects, each one representing an image associated with the product","options":[{"displayName":"Created At","name":"created_at","type":"dateTime","default":"","description":"The date and time when the product image was created"},{"displayName":"ID","name":"id","type":"number","default":"","description":"A unique numeric identifier for the product image"},{"displayName":"Position","name":"position","type":"number","default":"","description":"The order of the product image in the list. The first product image is at position 1 and is the \"main\" image for the product."},{"displayName":"Product ID","name":"product_id","type":"number","default":"","description":"The ID of the product associated with the image"},{"displayName":"Variant IDs","name":"variant_ids","type":"number","typeOptions":{"multipleValues":true},"default":"","description":"An array of variant IDs associated with the image"},{"displayName":"Source","name":"src","type":"string","default":"","description":"<p>Specifies the location of the product image. This parameter supports URL filters that you can use to retrieve modified copies of the image.</p><p>For example, add _small, to the filename to retrieve a scaled copy of the image at 100 x 100 px (for example, ipod-nano_small.png), or add _2048x2048 to retrieve a copy of the image constrained at 2048 x 2048 px resolution (for example, ipod-nano_2048x2048.png).</p>."},{"displayName":"Width","name":"width","type":"number","default":"","description":"Width dimension of the image which is determined on upload"},{"displayName":"Height","name":"height","type":"number","default":"","description":"Height dimension of the image which is determined on upload"},{"displayName":"Updated At","name":"updated_at","type":"dateTime","default":"","description":"The date and time when the product image was last modified"}]},{"displayName":"Options","name":"productOptions","type":"fixedCollection","placeholder":"Add option","typeOptions":{"multipleValues":true},"default":{},"description":"The custom product property names like Size, Color, and Material. You can add up to 3 options of up to 255 characters each.","options":[{"displayName":"Option","name":"option","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Option's name"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Option's values"}]}]},{"displayName":"Product Type","name":"product_type","type":"string","default":"","description":"A categorization for the product used for filtering and searching products"},{"displayName":"Published At","name":"published_at","type":"dateTime","default":"","description":"The date and time (ISO 8601 format) when the product was published. Can be set to null to unpublish the product from the Online Store channel."},{"displayName":"Published Scope","name":"published_scope","type":"options","default":"","options":[{"name":"Global","value":"global","description":"The product is published to both the Online Store channel and the Point of Sale channel"},{"name":"Web","value":"web","description":"The product is published to the Online Store channel but not published to the Point of Sale channel"}]},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"A string of comma-separated tags that are used for filtering and search. A product can have up to 250 tags. Each tag can have up to 255 characters."},{"displayName":"Template Suffix","name":"template_suffix","type":"string","default":"","description":"The suffix of the Liquid template used for the product page. If this property is specified, then the product page uses a template called \"product.suffix.liquid\", where \"suffix\" is the value of this property. If this property is \"\" or null, then the product page uses the default template \"product.liquid\". (default: null)"},{"displayName":"Vendor","name":"vendor","type":"string","default":"","description":"The name of the product's vendor"}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["product"]}},"default":{},"options":[{"displayName":"Body HTML","name":"body_html","type":"string","default":"","description":"A description of the product. Supports HTML formatting."},{"displayName":"Handle","name":"handle","type":"string","default":"","description":"A unique human-friendly string for the product. Automatically generated from the product's title. Used by the Liquid templating language to refer to objects."},{"displayName":"Images","name":"images","type":"collection","placeholder":"Add Image Field","typeOptions":{"multipleValues":true},"default":{},"description":"A list of product image objects, each one representing an image associated with the product","options":[{"displayName":"Created At","name":"created_at","type":"dateTime","default":"","description":"The date and time when the product image was created"},{"displayName":"ID","name":"id","type":"number","default":"","description":"A unique numeric identifier for the product image"},{"displayName":"Position","name":"position","type":"number","default":"","description":"The order of the product image in the list. The first product image is at position 1 and is the \"main\" image for the product."},{"displayName":"Product ID","name":"product_id","type":"number","default":"","description":"The ID of the product associated with the image"},{"displayName":"Variant IDs","name":"variant_ids","type":"number","typeOptions":{"multipleValues":true},"default":"","description":"An array of variant IDs associated with the image"},{"displayName":"Source","name":"src","type":"string","default":"","description":"<p>Specifies the location of the product image. This parameter supports URL filters that you can use to retrieve modified copies of the image.</p><p>For example, add _small, to the filename to retrieve a scaled copy of the image at 100 x 100 px (for example, ipod-nano_small.png), or add _2048x2048 to retrieve a copy of the image constrained at 2048 x 2048 px resolution (for example, ipod-nano_2048x2048.png).</p>."},{"displayName":"Width","name":"width","type":"number","default":"","description":"Width dimension of the image which is determined on upload"},{"displayName":"Height","name":"height","type":"number","default":"","description":"Height dimension of the image which is determined on upload"},{"displayName":"Updated At","name":"updated_at","type":"dateTime","default":"","description":"The date and time when the product image was last modified"}]},{"displayName":"Options","name":"productOptions","type":"fixedCollection","placeholder":"Add option","typeOptions":{"multipleValues":true},"default":{},"description":"The custom product property names like Size, Color, and Material. You can add up to 3 options of up to 255 characters each.","options":[{"displayName":"Option","name":"option","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Option's name"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Option's values"}]}]},{"displayName":"Product Type","name":"product_type","type":"string","default":"","description":"A categorization for the product used for filtering and searching products"},{"displayName":"Published At","name":"published_at","type":"dateTime","default":"","description":"The date and time (ISO 8601 format) when the product was published. Can be set to null to unpublish the product from the Online Store channel."},{"displayName":"Published Scope","name":"published_scope","type":"options","default":"","options":[{"name":"Global","value":"global","description":"The product is published to both the Online Store channel and the Point of Sale channel"},{"name":"Web","value":"web","description":"The product is published to the Online Store channel but not published to the Point of Sale channel"}]},{"displayName":"Tags","name":"tags","type":"string","default":"","description":"A string of comma-separated tags that are used for filtering and search. A product can have up to 250 tags. Each tag can have up to 255 characters."},{"displayName":"Template Suffix","name":"template_suffix","type":"string","default":"","description":"The suffix of the Liquid template used for the product page. If this property is specified, then the product page uses a template called \"product.suffix.liquid\", where \"suffix\" is the value of this property. If this property is \"\" or null, then the product page uses the default template \"product.liquid\". (default: null)"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The name of the product"},{"displayName":"Vendor","name":"vendor","type":"string","default":"","description":"The name of the product's vendor"}]},{"displayName":"Product ID","name":"productId","type":"string","default":"","displayOptions":{"show":{"resource":["product"],"operation":["delete"]}},"required":true},{"displayName":"Product ID","name":"productId","type":"string","default":"","displayOptions":{"show":{"resource":["product"],"operation":["get"]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["get"],"resource":["product"]}},"default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Fields the product will return, formatted as a string of comma-separated values. By default all the fields are returned."}]},{"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":250},"default":50,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["product"]}},"options":[{"displayName":"Collection ID","name":"collection_id","type":"string","default":"","description":"Filter results by product collection ID"},{"displayName":"Created At Max","name":"created_at_max","type":"dateTime","default":"","description":"Show products created before date"},{"displayName":"Created At Min","name":"created_at_min","type":"dateTime","default":"","description":"Show products created after date"},{"displayName":"Fields","name":"fields","type":"string","default":"","description":"Show only certain fields, specified by a comma-separated list of field names"},{"displayName":"Handle","name":"handle","type":"string","default":"","description":"Filter results by product handle"},{"displayName":"IDs","name":"ids","type":"string","default":"","description":"Return only products specified by a comma-separated list of product IDs"},{"displayName":"Presentment Currencies","name":"presentment_currencies","type":"string","default":"","description":"Return presentment prices in only certain currencies, specified by a comma-separated list of ISO 4217 currency codes"},{"displayName":"Product Type","name":"product_type","type":"string","default":"","description":"Filter results by product type"},{"displayName":"Published At Max","name":"published_at_max","type":"dateTime","default":"","description":"Show products published before date"},{"displayName":"Published At Min","name":"published_at_min","type":"dateTime","default":"","description":"Show products published after date"},{"displayName":"Published Status","name":"published_status","type":"options","options":[{"name":"Any","value":"any","description":"Show all products"},{"name":"Published","value":"published","description":"Show only published products"},{"name":"Unpublished","value":"unpublished","description":"Show only unpublished products"}],"default":"any","description":"Return products by their published status"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Filter results by product title"},{"displayName":"Updated At Max","name":"updated_at_max","type":"dateTime","default":"","description":"Show products last updated before date"},{"displayName":"Updated At Min","name":"updated_at_min","type":"dateTime","default":"","description":"Show products last updated after date"},{"displayName":"Vendor","name":"vendor","type":"string","default":"","description":"Filter results by product vendor"}]}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.shopify/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/shopify/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Shopify/shopify.svg"},
{"displayName":"Shopify Trigger","name":"shopifyTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"event\"]}}","description":"Handle Shopify events via webhooks","defaults":{"name":"Shopify Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"shopifyApi","required":true,"displayOptions":{"show":{"authentication":["apiKey"]}}},{"name":"shopifyAccessTokenApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"shopifyOAuth2Api","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"},{"name":"API Key","value":"apiKey"}],"default":"apiKey"},{"displayName":"Trigger On","name":"topic","type":"options","default":"","options":[{"name":"App Uninstalled","value":"app/uninstalled"},{"name":"Cart Created","value":"carts/create"},{"name":"Cart Updated","value":"carts/update"},{"name":"Checkout Created","value":"checkouts/create"},{"name":"Checkout Delete","value":"checkouts/delete"},{"name":"Checkout Update","value":"checkouts/update"},{"name":"Collection Created","value":"collections/create"},{"name":"Collection Deleted","value":"collections/delete"},{"name":"Collection Listings Added","value":"collection_listings/add"},{"name":"Collection Listings Removed","value":"collection_listings/remove"},{"name":"Collection Listings Updated","value":"collection_listings/update"},{"name":"Collection Updated","value":"collections/update"},{"name":"Customer Created","value":"customers/create"},{"name":"Customer Deleted","value":"customers/delete"},{"name":"Customer Disabled","value":"customers/disable"},{"name":"Customer Enabled","value":"customers/enable"},{"name":"Customer Groups Created","value":"customer_groups/create"},{"name":"Customer Groups Deleted","value":"customer_groups/delete"},{"name":"Customer Groups Updated","value":"customer_groups/update"},{"name":"Customer Updated","value":"customers/update"},{"name":"Draft Orders Created","value":"draft_orders/create"},{"name":"Draft Orders Deleted","value":"draft_orders/delete"},{"name":"Draft Orders Updated","value":"draft_orders/update"},{"name":"Fulfillment Created","value":"fulfillments/create"},{"name":"Fulfillment Events Created","value":"fulfillment_events/create"},{"name":"Fulfillment Events Deleted","value":"fulfillment_events/delete"},{"name":"Fulfillment Updated","value":"fulfillments/update"},{"name":"Inventory Items Created","value":"inventory_items/create"},{"name":"Inventory Items Deleted","value":"inventory_items/delete"},{"name":"Inventory Items Updated","value":"inventory_items/update"},{"name":"Inventory Levels Connected","value":"inventory_levels/connect"},{"name":"Inventory Levels Disconnected","value":"inventory_levels/disconnect"},{"name":"Inventory Levels Updated","value":"inventory_levels/update"},{"name":"Locale Created","value":"locales/create"},{"name":"Locale Updated","value":"locales/update"},{"name":"Location Created","value":"locations/create"},{"name":"Location Deleted","value":"locations/delete"},{"name":"Location Updated","value":"locations/update"},{"name":"Order Cancelled","value":"orders/cancelled"},{"name":"Order Created","value":"orders/create"},{"name":"Order Fulfilled","value":"orders/fulfilled"},{"name":"Order Paid","value":"orders/paid"},{"name":"Order Partially Fulfilled","value":"orders/partially_fulfilled"},{"name":"Order Transactions Created","value":"order_transactions/create"},{"name":"Order Updated","value":"orders/updated"},{"name":"Orders Deleted","value":"orders/delete"},{"name":"Product Created","value":"products/create"},{"name":"Product Deleted","value":"products/delete"},{"name":"Product Listings Added","value":"product_listings/add"},{"name":"Product Listings Removed","value":"product_listings/remove"},{"name":"Product Listings Updated","value":"product_listings/update"},{"name":"Product Updated","value":"products/update"},{"name":"Refund Created","value":"refunds/create"},{"name":"Shop Updated","value":"shop/update"},{"name":"Tender Transactions Created","value":"tender_transactions/create"},{"name":"Theme Created","value":"themes/create"},{"name":"Theme Deleted","value":"themes/delete"},{"name":"Theme Published","value":"themes/publish"},{"name":"Theme Updated","value":"themes/update"}]}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.shopifytrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/shopify/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Shopify/shopify.svg"},
{"displayName":"SIGNL4","name":"signl4","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume SIGNL4 API","defaults":{"name":"SIGNL4"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"signl4Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Alert","value":"alert"}],"default":"alert"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["alert"]}},"options":[{"name":"Send","value":"send","description":"Send an alert","action":"Send an alert"},{"name":"Resolve","value":"resolve","description":"Resolve an alert","action":"Resolve an alert"}],"default":"send"},{"displayName":"Message","name":"message","type":"string","default":"","displayOptions":{"show":{"operation":["send"],"resource":["alert"]}},"description":"A more detailed description for the alert"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["send"],"resource":["alert"]}},"default":{},"options":[{"displayName":"Alerting Scenario","name":"alertingScenario","type":"options","options":[{"name":"Single ACK","value":"single_ack","description":"In case only one person needs to confirm this Signl"},{"name":"Multi ACK","value":"multi_ack","description":"In case this alert must be confirmed by the number of people who are on duty at the time this Singl is raised"}],"default":"single_ack"},{"displayName":"Attachments","name":"attachmentsUi","placeholder":"Add Attachments","type":"fixedCollection","typeOptions":{"multipleValues":false},"options":[{"name":"attachmentsBinary","displayName":"Attachments Binary","values":[{"displayName":"Property Name","name":"property","type":"string","placeholder":"data","default":"","description":"Name of the binary properties which contain data which should be added as attachment"}]}],"default":{}},{"displayName":"External ID","name":"externalId","type":"string","default":"","description":"If the event originates from a record in a 3rd party system, use this parameter to pass the unique ID of that record. That ID will be communicated in outbound webhook notifications from SIGNL4, which is great for correlation/synchronization of that record with the alert. If you resolve / close an alert you must use the same External ID as in the original alert."},{"displayName":"Filtering","name":"filtering","type":"boolean","default":false,"description":"Whether to apply event filtering for this event, or not. If set to true, the event will only trigger a notification to the team, if it contains at least one keyword from one of your services and system categories (i.e. it is whitelisted)"},{"displayName":"Location","name":"locationFieldsUi","type":"fixedCollection","placeholder":"Add Location","default":{},"description":"Transmit location information ('latitude, longitude') with your event and display a map in the mobile app","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":"Service","name":"service","type":"string","default":"","description":"Assigns the alert to the service/system category with the specified name"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title or subject of this alert"}]},{"displayName":"External ID","name":"externalId","type":"string","default":"","displayOptions":{"show":{"operation":["resolve"],"resource":["alert"]}},"description":"If the event originates from a record in a 3rd party system, use this parameter to pass the unique ID of that record. That ID will be communicated in outbound webhook notifications from SIGNL4, which is great for correlation/synchronization of that record with the alert. If you resolve / close an alert you must use the same External ID as in the original alert."}],"codex":{"categories":["Communication","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.signl4/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/signl4/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Signl4/signl4.png"},
{"displayName":"Simulate","hidden":true,"name":"simulate","group":["organization"],"version":1,"description":"Simulate a node","subtitle":"={{$parameter.subtitle || undefined}}","icon":"fa:arrow-right","defaults":{"name":"Simulate","color":"#b0b0b0"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Icon to Display on Canvas","name":"icon","type":"options","description":"Select a type of node to show corresponding icon","default":"n8n-nodes-base.noOp","typeOptions":{"loadOptionsMethod":"getNodeTypes"}},{"displayName":"Subtitle","name":"subtitle","type":"string","default":"","placeholder":"e.g. 'record: read'"},{"displayName":"Output","name":"output","type":"options","default":"all","noDataExpression":true,"options":[{"name":"Returns all input items","value":"all"},{"name":"Specify how many of input items to return","value":"specify"},{"name":"Specify output as JSON","value":"custom"}]},{"displayName":"Number of Items","name":"numberOfItems","type":"number","default":1,"description":"Number input of items to return, if greater then input length all items will be returned","displayOptions":{"show":{"output":["specify"]}},"typeOptions":{"minValue":1}},{"displayName":"JSON","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n  {\n  \"my_field_1\": \"value\",\n  \"my_field_2\": 1\n  }\n]","validateType":"array","displayOptions":{"show":{"output":["custom"]}}},{"displayName":"Execution Duration (MS)","name":"executionDuration","type":"number","default":150,"description":"Execution duration in milliseconds","typeOptions":{"minValue":0}}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"alias":["placeholder","stub","dummy"],"resources":{}}},
{"hidden":true,"displayName":"Simulate Trigger","name":"simulateTrigger","subtitle":"={{$parameter.subtitle || undefined}}","icon":"fa:arrow-right","group":["trigger"],"version":1,"description":"Simulate a trigger node","defaults":{"name":"Simulate Trigger","color":"#b0b0b0"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"Icon to Display on Canvas","name":"icon","type":"options","description":"Select a type of node to show corresponding icon","default":"n8n-nodes-base.manualTrigger","typeOptions":{"loadOptionsMethod":"getNodeTypes"}},{"displayName":"Subtitle","name":"subtitle","type":"string","default":"","placeholder":"e.g. 'record: read'"},{"displayName":"Output (JSON)","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n  {\n  \"my_field_1\": \"value\",\n  \"my_field_2\": 1\n  }\n]","validateType":"array"},{"displayName":"Execution Duration (MS)","name":"executionDuration","type":"number","default":150,"description":"Execution duration in milliseconds","typeOptions":{"minValue":0}}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"alias":["placeholder","stub","dummy"],"resources":{}}},
{"displayName":"Slack","name":"slack","group":["output"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Slack API","defaultVersion":2.4,"version":[2,2.1,2.2,2.3,2.4],"defaults":{"name":"Slack"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"slackApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"slackOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"waitingNodeTooltip":"={{ ((parameters) => {\n    if (parameters?.operation === 'sendAndWait') {\n        return \"Execution will continue after the user's response\";\n    }\n    return '';\n})($parameter) }}","webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true},{"name":"default","httpMethod":"POST","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Channel","value":"channel"},{"name":"File","value":"file"},{"name":"Message","value":"message"},{"name":"Reaction","value":"reaction"},{"name":"Star","value":"star"},{"name":"User","value":"user"},{"name":"User Group","value":"userGroup"}],"default":"message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channel"]}},"options":[{"name":"Archive","value":"archive","description":"Archives a conversation","action":"Archive a channel"},{"name":"Close","value":"close","description":"Closes a direct message or multi-person direct message","action":"Close a channel"},{"name":"Create","value":"create","description":"Initiates a public or private channel-based conversation","action":"Create a channel"},{"name":"Get","value":"get","description":"Get information about a channel","action":"Get a channel"},{"name":"Get Many","value":"getAll","description":"Get many channels in a Slack team","action":"Get many channels"},{"name":"History","value":"history","description":"Get a conversation's history of messages and events","action":"Get the history of a channel"},{"name":"Invite","value":"invite","description":"Invite a user to a channel","action":"Invite a user to a channel"},{"name":"Join","value":"join","description":"Joins an existing conversation","action":"Join a channel"},{"name":"Kick","value":"kick","description":"Removes a user from a channel","action":"Kick a user from a channel"},{"name":"Leave","value":"leave","description":"Leaves a conversation","action":"Leave a channel"},{"name":"Member","value":"member","description":"List members of a conversation","action":"Get members of a channel"},{"name":"Open","value":"open","description":"Opens or resumes a direct message or multi-person direct message","action":"Open a channel"},{"name":"Rename","value":"rename","description":"Renames a conversation","action":"Rename a channel"},{"name":"Replies","value":"replies","description":"Get a thread of messages posted to a channel","action":"Get a thread of messages posted to a channel"},{"name":"Set Purpose","value":"setPurpose","description":"Sets the purpose for a conversation","action":"Set the purpose of a channel"},{"name":"Set Topic","value":"setTopic","description":"Sets the topic for a conversation","action":"Set the topic of a channel"},{"name":"Unarchive","value":"unarchive","description":"Unarchives a conversation","action":"Unarchive a channel"}],"default":"create"},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","description":"The Slack channel to archive","displayOptions":{"show":{"operation":["archive"],"resource":["channel"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true,"slowLoadNotice":{"message":"If loading is slow, try selecting a channel using \"By ID\" or \"By URL\"","timeout":15000}}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true,"slowLoadNotice":{"message":"If loading is slow, try selecting a channel using \"By ID\" or \"By URL\"","timeout":15000}}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["close"],"resource":["channel"]}},"required":true,"description":"The Slack channel to close"},{"displayName":"Channel","name":"channelId","type":"string","default":"","placeholder":"Channel name","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"required":true},{"displayName":"Channel Visibility","name":"channelVisibility","type":"options","default":"public","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"options":[{"name":"Public Channel","value":"public"},{"name":"Private Channel","value":"private"}],"description":"Whether to create a Public or a Private Slack channel. <a href=\"https://slack.com/help/articles/360017938993-What-is-a-channel\">More info</a>."},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true,"slowLoadNotice":{"message":"If loading is slow, try selecting a channel using \"By ID\" or \"By URL\"","timeout":15000}}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["invite"],"resource":["channel"]}},"required":true,"description":"The Slack channel to invite to"},{"displayName":"User Names or IDs","name":"userIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"displayOptions":{"show":{"operation":["invite"],"resource":["channel"]}},"required":true,"description":"The ID of the user to invite into channel. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true,"slowLoadNotice":{"message":"If loading is slow, try selecting a channel using \"By ID\" or \"By URL\"","timeout":15000}}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"required":true,"displayOptions":{"show":{"operation":["get"],"resource":["channel"]}},"description":"The Slack channel to get"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["get"]}},"options":[{"displayName":"Include Num of Members","name":"includeNumMembers","type":"boolean","default":false}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true,"slowLoadNotice":{"message":"If loading is slow, try selecting a channel using \"By ID\" or \"By URL\"","timeout":15000}}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["kick"],"resource":["channel"]}},"required":true,"description":"The Slack channel to kick the user from"},{"displayName":"User Name or ID","name":"userId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"operation":["kick"],"resource":["channel"]}},"default":""},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","description":"The Slack channel to join","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true,"slowLoadNotice":{"message":"If loading is slow, try selecting a channel using \"By ID\" or \"By URL\"","timeout":15000}}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["join"],"resource":["channel"]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"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":["channel"],"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":["channel"],"operation":["getAll"]}},"options":[{"displayName":"Exclude Archived","name":"excludeArchived","type":"boolean","default":false,"description":"Whether to exclude archived channels from the list"},{"displayName":"Types","name":"types","type":"multiOptions","options":[{"name":"Public Channel","value":"public_channel"},{"name":"Private Channel","value":"private_channel"},{"name":"mpim","value":"mpim"},{"name":"im","value":"im"}],"default":["public_channel"],"description":"Mix and match channel types"}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true,"slowLoadNotice":{"message":"If loading is slow, try selecting a channel using \"By ID\" or \"By URL\"","timeout":15000}}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["history"],"resource":["channel"]}},"required":true,"description":"The Slack channel to get the history from"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"operation":["history"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["channel"],"operation":["history"],"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":["channel"],"operation":["history"]}},"options":[{"displayName":"Inclusive","name":"inclusive","type":"boolean","default":false,"description":"Whether to include messages with latest or oldest timestamp in results only when either timestamp is specified"},{"displayName":"Latest","name":"latest","type":"dateTime","default":"","description":"End of time range of messages to include in results"},{"displayName":"Oldest","name":"oldest","type":"dateTime","default":"","description":"Start of time range of messages to include in results"}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true,"slowLoadNotice":{"message":"If loading is slow, try selecting a channel using \"By ID\" or \"By URL\"","timeout":15000}}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["leave"],"resource":["channel"]}},"required":true,"description":"The Slack channel to leave from"},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"description":"The Slack channel to get the members from","placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true,"slowLoadNotice":{"message":"If loading is slow, try selecting a channel using \"By ID\" or \"By URL\"","timeout":15000}}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["member"],"resource":["channel"]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"operation":["member"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"description":"Max number of results to return","default":100,"placeholder":"Limit","displayOptions":{"show":{"operation":["member"],"resource":["channel"],"returnAll":[false]}}},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":false,"displayOptions":{"show":{"resource":["channel"],"operation":["member"]}},"description":"Whether to resolve the data automatically. By default the response only contain the ID to resource."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["open"]}},"options":[{"displayName":"Channel ID","name":"channelId","type":"string","default":"","description":"Resume a conversation by supplying an im or mpim's ID. Or provide the users field instead."},{"displayName":"Return IM","name":"returnIm","type":"boolean","default":false,"description":"Whether you want the full IM channel definition in the response"},{"displayName":"User Names or IDs","name":"users","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"If only one user is included, this creates a 1:1 DM. The ordering of the users is preserved whenever a multi-person direct message is returned. Supply a channel when not supplying users. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true,"slowLoadNotice":{"message":"If loading is slow, try selecting a channel using \"By ID\" or \"By URL\"","timeout":15000}}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["rename"],"resource":["channel"]}},"required":true,"description":"The Slack channel to rename"},{"displayName":"Name","name":"name","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["channel"]}},"default":"","required":true,"description":"New name for conversation"},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true,"slowLoadNotice":{"message":"If loading is slow, try selecting a channel using \"By ID\" or \"By URL\"","timeout":15000}}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["replies"],"resource":["channel"]}},"required":true,"description":"The Slack channel to replies to"},{"displayName":"Message Timestamp","name":"ts","type":"number","displayOptions":{"show":{"operation":["replies"],"resource":["channel"]}},"required":true,"description":"Timestamp of the message to reply","placeholder":"1663233118.856619"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"operation":["replies"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["channel"],"operation":["replies"],"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":["channel"],"operation":["replies"]}},"options":[{"displayName":"Inclusive","name":"inclusive","type":"boolean","default":false,"description":"Whether to include messages with latest or oldest timestamp in results only when either timestamp is specified"},{"displayName":"Latest","name":"latest","type":"string","default":"","description":"End of time range of messages to include in results"},{"displayName":"Oldest","name":"oldest","type":"string","default":"","description":"Start of time range of messages to include in results"}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true,"slowLoadNotice":{"message":"If loading is slow, try selecting a channel using \"By ID\" or \"By URL\"","timeout":15000}}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["setPurpose"],"resource":["channel"]}},"required":true,"description":"The Slack channel to set the purpose of"},{"displayName":"Purpose","name":"purpose","type":"string","displayOptions":{"show":{"operation":["setPurpose"],"resource":["channel"]}},"default":"","required":true,"description":"A new, specialer purpose"},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true,"slowLoadNotice":{"message":"If loading is slow, try selecting a channel using \"By ID\" or \"By URL\"","timeout":15000}}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["setTopic"],"resource":["channel"]}},"required":true,"description":"The Slack channel to set the topic of"},{"displayName":"Topic","name":"topic","type":"string","displayOptions":{"show":{"operation":["setTopic"],"resource":["channel"]}},"default":"","required":true},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true,"slowLoadNotice":{"message":"If loading is slow, try selecting a channel using \"By ID\" or \"By URL\"","timeout":15000}}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["unarchive"],"resource":["channel"]}},"required":true,"description":"The Slack channel to unarchive"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","action":"Delete a message"},{"name":"Get Permalink","value":"getPermalink","action":"Get a message permalink"},{"name":"Search","value":"search","action":"Search for messages"},{"name":"Send","value":"post","action":"Send a message"},{"name":"Send and Wait for Response","value":"sendAndWait","action":"Send message and wait for response"},{"name":"Update","value":"update","action":"Update a message"}],"default":"post"},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","description":"The Slack channel to get the message permalink from","displayOptions":{"show":{"resource":["message"],"operation":["getPermalink"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true,"slowLoadNotice":{"message":"If loading is slow, try selecting a channel using \"By ID\" or \"By URL\"","timeout":15000}}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}]},{"displayName":"Message Timestamp","name":"timestamp","required":true,"type":"number","displayOptions":{"show":{"resource":["message"],"operation":["getPermalink"]}},"description":"Timestamp of the message to message","placeholder":"1663233118.856619"},{"displayName":"Send Message To","name":"select","type":"options","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["post"]}},"options":[{"name":"Channel","value":"channel"},{"name":"User","value":"user"}],"default":"","placeholder":"Select..."},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By Name","name":"name","type":"string","placeholder":"#general"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"required":true,"description":"The Slack channel to send to","displayOptions":{"show":{"operation":["post"],"resource":["message"],"select":["channel"]}}},{"displayName":"User","name":"user","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a user...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack User ID"}}],"placeholder":"U123AB45JGM"},{"displayName":"By username","name":"username","type":"string","placeholder":"@username"}],"displayOptions":{"show":{"operation":["post"],"resource":["message"],"select":["user"]}}},{"displayName":"Message Type","name":"messageType","type":"options","displayOptions":{"show":{"operation":["post"],"resource":["message"]}},"description":"Whether to send a simple text message, or use Slack’s Blocks UI builder for more sophisticated messages that include form fields, sections and more","options":[{"name":"Simple Text Message","value":"text","description":"Supports basic Markdown"},{"name":"Blocks","value":"block","description":"Combine text, buttons, form elements, dividers and more in Slack 's visual builder"},{"name":"Attachments","value":"attachment"}],"default":"text"},{"displayName":"Message Text","name":"text","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["post"],"resource":["message"],"messageType":["text"]}},"description":"The message text to post. Supports <a href=\"https://api.slack.com/reference/surfaces/formatting\">markdown</a> by default - this can be disabled in \"Options\"."},{"displayName":"Blocks","name":"blocksUi","type":"string","required":true,"displayOptions":{"show":{"operation":["post"],"resource":["message"],"messageType":["block"]}},"typeOptions":{"rows":3},"description":"Enter the JSON output from Slack's visual Block Kit Builder here. You can then use expressions to add variable content to your blocks. To create blocks, use <a target='_blank' href='https://app.slack.com/block-kit-builder'>Slack's Block Kit Builder</a>","hint":"To create blocks, use <a target='_blank' href='https://app.slack.com/block-kit-builder'>Slack's Block Kit Builder</a>","default":""},{"displayName":"Notification Text","name":"text","type":"string","default":"","displayOptions":{"show":{"operation":["post"],"resource":["message"],"messageType":["block"]}},"description":"Fallback text to display in slack notifications. Supports <a href=\"https://api.slack.com/reference/surfaces/formatting\">markdown</a> by default - this can be disabled in \"Options\"."},{"displayName":"This is a legacy Slack feature. Slack advises to instead use Blocks.","name":"noticeAttachments","type":"notice","displayOptions":{"show":{"operation":["post"],"resource":["message"],"messageType":["attachment"]}},"default":""},{"displayName":"Attachments","name":"attachments","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add attachment"},"displayOptions":{"show":{"operation":["post"],"resource":["message"],"messageType":["attachment"]}},"default":{},"placeholder":"Add attachment item","options":[{"displayName":"Fallback Text","name":"fallback","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Required plain-text summary of the attachment"},{"displayName":"Text","name":"text","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Title","name":"title","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Title Link","name":"title_link","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Color","name":"color","type":"color","default":"#ff0000","description":"Color of the line left of text"},{"displayName":"Pretext","name":"pretext","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Text which appears before the message block"},{"displayName":"Author Name","name":"author_name","type":"string","default":"","description":"Name that should appear"},{"displayName":"Author Link","name":"author_link","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Author Icon","name":"author_icon","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Icon which should appear for the user"},{"displayName":"Image URL","name":"image_url","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Thumbnail URL","name":"thumb_url","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":""},{"displayName":"Footer","name":"footer","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Text of footer to add"},{"displayName":"Footer Icon","name":"footer_icon","type":"string","typeOptions":{"alwaysOpenEditWindow":true},"default":"","description":"Icon which should appear next to footer"},{"displayName":"Message Timestamp","name":"ts","type":"number","default":0,"description":"Timestamp of the message to post","placeholder":"1663233118.856619"},{"displayName":"Fields","name":"fields","placeholder":"Add Fields","description":"Fields to add to message","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"item","displayName":"Item","values":[{"displayName":"Title","name":"title","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""},{"displayName":"Short","name":"short","type":"boolean","default":true,"description":"Whether items can be displayed next to each other"}]}]}]},{"displayName":"Options","name":"otherOptions","type":"collection","displayOptions":{"show":{"operation":["post"],"resource":["message"]}},"default":{},"description":"Other options to set","placeholder":"Add option","options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending Slack messages."},{"displayName":"Custom Bot Profile Photo","name":"botProfile","type":"fixedCollection","default":{"imageValues":[{"profilePhotoType":""}]},"description":"Set an image or an emoji as the Profile Photo (avatar) of the bot sending the message. Will not be used if sending message as a user.","options":[{"name":"imageValues","displayName":"Add Bot Profile Photo","values":[{"displayName":"Profile Photo Type","name":"profilePhotoType","type":"options","options":[{"name":"Image URL","value":"image"},{"name":"Emoji Code","value":"emoji"}],"default":"","placeholder":"Select a type…"},{"displayName":"Emoji Code","name":"icon_emoji","type":"string","default":"","displayOptions":{"show":{"profilePhotoType":["emoji"]}},"description":"Only used if sending message as a bot. Use emoji codes like +1, not an actual emoji like 👍. <a target=\"_blank\" href=\" https://www.webfx.com/tools/emoji-cheat-sheet/\">List of common emoji codes</a>"},{"displayName":"Image URL","name":"icon_url","type":"string","default":"","displayOptions":{"show":{"profilePhotoType":["image"]}},"description":"Only used if sending message as a bot"}]}]},{"displayName":"Link User and Channel Names","name":"link_names","type":"boolean","default":false,"description":"Whether to turn @users and #channels in message text into clickable links"},{"displayName":"Reply to a Message","name":"thread_ts","type":"fixedCollection","default":{},"placeholder":"Reply to a Message","description":"Provide another message's Timestamp value to make this message a reply","options":[{"displayName":"Reply to a Message","name":"replyValues","values":[{"displayName":"Message Timestamp to Reply To","name":"thread_ts","type":"number","placeholder":"1663233118.856619","description":"Message timestamps are included in output data of Slack nodes, abbreviated to ts"},{"displayName":"Also Send to Channel","name":"reply_broadcast","type":"boolean","default":false,"description":"Whether the reply should be made visible to everyone in the channel or conversation"}]}]},{"displayName":"Use Markdown?","name":"mrkdwn","type":"boolean","default":true,"description":"Whether to use Slack Markdown to format the message"},{"displayName":"Unfurl Links","name":"unfurl_links","type":"boolean","default":false,"description":"Whether to enable unfurling of primarily text-based content"},{"displayName":"Unfurl Media","name":"unfurl_media","type":"boolean","default":true,"description":"Whether to disable unfurling of media content"},{"displayName":"Send as Ephemeral Message","name":"ephemeral","type":"fixedCollection","default":{},"displayOptions":{"show":{"/select":["channel"]}},"placeholder":"Send as Ephemeral Message","description":"Whether to send a temporary, ephemeral message","options":[{"displayName":"Send as Ephemeral Message","name":"ephemeralValues","values":[{"displayName":"User to Send","name":"user","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a user...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack User ID"}}],"placeholder":"U123AB45JGM"}]},{"displayName":"Send as Ephemeral Message","name":"ephemeral","type":"boolean","default":true,"description":"Whether to send a temporary, ephemeral message"}]}]},{"displayName":"Send as Ephemeral Message","name":"ephemeral","type":"boolean","displayOptions":{"show":{"/select":["user"]}},"default":true,"description":"Whether to send a temporary, ephemeral message"},{"displayName":"Send as User","name":"sendAsUser","type":"string","displayOptions":{"show":{"/authentication":["accessToken"]}},"default":"","description":"The message will be sent from this username (i.e. as if this individual sent the message). Add chat:write.customize scope on Slack API"}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true,"slowLoadNotice":{"message":"If loading is slow, try selecting a channel using \"By ID\" or \"By URL\"","timeout":15000}}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"required":true,"displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"description":"The Slack channel to update the message from"},{"displayName":"Message Timestamp","name":"ts","required":true,"type":"number","displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"description":"Timestamp of the message to update","placeholder":"1663233118.856619"},{"displayName":"Message Type","name":"messageType","type":"options","displayOptions":{"show":{"operation":["update"],"resource":["message"]}},"description":"Whether to send a simple text message, or use Slack’s Blocks UI builder for more sophisticated messages that include form fields, sections and more","options":[{"name":"Simple Text Message","value":"text","description":"Supports basic Markdown"},{"name":"Blocks","value":"block","description":"Combine text, buttons, form elements, dividers and more in Slack 's visual builder"},{"name":"Attachments","value":"attachment"}],"default":"text"},{"displayName":"Blocks","name":"blocksUi","type":"string","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["message"],"messageType":["block"]}},"typeOptions":{"rows":3},"description":"Enter the JSON output from Slack's visual Block Kit Builder here. You can then use expressions to add variable content to your blocks. To create blocks, use <a target='_blank' href='https://app.slack.com/block-kit-builder'>Slack's Block Kit Builder</a>","hint":"To create blocks, use <a target='_blank' href='https://app.slack.com/block-kit-builder'>Slack's Block Kit Builder</a>","default":""},{"displayName":"Notification Text","name":"text","type":"string","default":"","displayOptions":{"show":{"operation":["update"],"resource":["message"],"messageType":["block"]}},"description":"Fallback text to display in slack notifications. Supports <a href=\"https://api.slack.com/reference/surfaces/formatting\">markdown</a> by default - this can be disabled in \"Options\"."},{"displayName":"Message Text","name":"text","type":"string","default":"","displayOptions":{"show":{"resource":["message"],"operation":["update"],"messageType":["text"]}},"description":"The message text to update. Supports <a href=\"https://api.slack.com/reference/surfaces/formatting/\">markdown</a> by default - this can be disabled in \"Options\"."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"options":[{"displayName":"Link User and Channel Names","name":"link_names","type":"boolean","default":false,"description":"Whether to find and link channel names and usernames"},{"displayName":"Parse","name":"parse","type":"options","options":[{"name":"Client","value":"client"},{"name":"Full","value":"full"},{"name":"None","value":"none"}],"default":"client","description":"Change how messages are treated"}]},{"displayName":"Options","name":"otherOptions","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["message"]}},"default":{},"description":"Other options to set","placeholder":"Add option","options":[{"displayName":"Include Link to Workflow","name":"includeLinkToWorkflow","type":"boolean","default":true,"description":"Whether to append a link to this workflow at the end of the message. This is helpful if you have many workflows sending Slack messages."}]},{"displayName":"Delete Message From","name":"select","type":"options","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["delete"]}},"options":[{"name":"Channel","value":"channel"},{"name":"User","value":"user"}],"default":"","placeholder":"Select..."},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true,"slowLoadNotice":{"message":"If loading is slow, try selecting a channel using \"By ID\" or \"By URL\"","timeout":15000}}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"displayOptions":{"show":{"operation":["delete"],"resource":["message"],"select":["channel"]}},"required":true,"description":"The Slack channel to delete the message from"},{"displayName":"User","name":"user","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a user...","displayOptions":{"show":{"operation":["delete"],"resource":["message"],"select":["user"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack User ID"}}],"placeholder":"U123AB45JGM"}]},{"displayName":"Message Timestamp","name":"timestamp","required":true,"type":"number","displayOptions":{"show":{"resource":["message"],"operation":["delete"]}},"description":"Timestamp of the message to delete","placeholder":"1663233118.856619"},{"displayName":"Search Query","name":"query","type":"string","description":"The text to search for within messages","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["search"]}}},{"displayName":"Sort By","name":"sort","description":"How search results should be sorted. You can sort by.","type":"options","displayOptions":{"show":{"resource":["message"],"operation":["search"]}},"options":[{"name":"Newest","value":"desc"},{"name":"Oldest","value":"asc"},{"name":"Relevance Score","value":"relevance"}],"default":"desc"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["message"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["message"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":50},"default":25,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"resource":["message"],"operation":["search"]}},"options":[{"displayName":"Search in Channel","name":"searchChannel","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getChannelsName"}}],"default":{},"placeholder":"Add option"},{"displayName":"Send Message To","name":"select","type":"options","required":true,"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}},"options":[{"name":"Channel","value":"channel"},{"name":"User","value":"user"}],"default":"user","placeholder":"Select..."},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By Name","name":"name","type":"string","placeholder":"#general"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"required":true,"description":"The Slack channel to send to","displayOptions":{"show":{"select":["channel"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"User","name":"user","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a user...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack User ID"}}],"placeholder":"U123AB45JGM"},{"displayName":"By username","name":"username","type":"string","placeholder":"@username"}],"displayOptions":{"show":{"select":["user"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"typeOptions":{"rows":4},"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Response Type","name":"responseType","type":"options","default":"approval","options":[{"name":"Approval","value":"approval","description":"User can approve/disapprove from within the message"},{"name":"Free Text","value":"freeText","description":"User can submit a response via a form"},{"name":"Custom Form","value":"customForm","description":"User can submit a response via a custom form"}],"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Define Form","name":"defineForm","type":"options","noDataExpression":true,"options":[{"name":"Using Fields Below","value":"fields"},{"name":"Using JSON","value":"json"}],"default":"fields","displayOptions":{"show":{"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Fields","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n  {\n    \"fieldLabel\": \"Name\",\n    \"placeholder\": \"enter your name\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Age\",\n    \"fieldType\": \"number\",\n    \"placeholder\": \"enter your age\"\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Textarea\",\n    \"fieldType\": \"textarea\"\n  },\n  {\n    \"fieldLabel\": \"Dropdown Options\",\n    \"fieldType\": \"dropdown\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    },\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Checkboxes\",\n    \"fieldType\": \"checkbox\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Radio\",\n    \"fieldType\": \"radio\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"placeholder\": \"me@mail.con\"\n  },\n  {\n    \"fieldLabel\": \"File\",\n    \"fieldType\": \"file\",\n    \"multipleFiles\": true,\n    \"acceptFileTypes\": \".jpg, .png\"\n  },\n  {\n    \"fieldLabel\": \"Number\",\n    \"fieldType\": \"number\"\n  },\n  {\n    \"fieldLabel\": \"Password\",\n    \"fieldType\": \"password\"\n  }\n]\n","validateType":"form-fields","ignoreValidationDuringExecution":true,"hint":"<a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/\" target=\"_blank\">See docs</a> for field syntax","displayOptions":{"show":{"defineForm":["json"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"hideOptionalFields":true,"addOptionalFieldButtonText":"Add Attributes","fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Approval Options","name":"approvalOptions","type":"fixedCollection","placeholder":"Add option","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Type of Approval","name":"approvalType","type":"options","placeholder":"Add option","default":"single","options":[{"name":"Approve Only","value":"single"},{"name":"Approve and Disapprove","value":"double"}]},{"displayName":"Approve Button Label","name":"approveLabel","type":"string","default":"Approve","displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Approve Button Style","name":"buttonApprovalStyle","type":"options","default":"primary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Disapprove Button Label","name":"disapproveLabel","type":"string","default":"Decline","displayOptions":{"show":{"approvalType":["double"]}}},{"displayName":"Disapprove Button Style","name":"buttonDisapprovalStyle","type":"options","default":"secondary","options":[{"name":"Primary","value":"primary"},{"name":"Secondary","value":"secondary"}],"displayOptions":{"show":{"approvalType":["double"]}}}]}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"},{"displayName":"Reply to a Message","name":"thread_ts","type":"fixedCollection","default":{},"placeholder":"Reply to a Message","description":"Provide another message's Timestamp value to make this message a reply","options":[{"displayName":"Reply to a Message","name":"replyValues","values":[{"displayName":"Message Timestamp to Reply To","name":"thread_ts","type":"number","placeholder":"1663233118.856619","description":"Message timestamps are included in output data of Slack nodes, abbreviated to ts"},{"displayName":"Also Send to Channel","name":"reply_broadcast","type":"boolean","default":false,"description":"Whether the reply should be made visible to everyone in the channel or conversation"}]}]}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Message Button Label","name":"messageButtonLabel","type":"string","default":"Respond"},{"displayName":"Response Form Title","name":"responseFormTitle","description":"Title of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Description","name":"responseFormDescription","description":"Description of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Button Label","name":"responseFormButtonLabel","type":"string","default":"Submit"},{"displayName":"Response Form Custom Styling","name":"responseFormCustomCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the response form with CSS"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"},{"displayName":"Reply to a Message","name":"thread_ts","type":"fixedCollection","default":{},"placeholder":"Reply to a Message","description":"Provide another message's Timestamp value to make this message a reply","options":[{"displayName":"Reply to a Message","name":"replyValues","values":[{"displayName":"Message Timestamp to Reply To","name":"thread_ts","type":"number","placeholder":"1663233118.856619","description":"Message timestamps are included in output data of Slack nodes, abbreviated to ts"},{"displayName":"Also Send to Channel","name":"reply_broadcast","type":"boolean","default":false,"description":"Whether the reply should be made visible to everyone in the channel or conversation"}]}]}],"displayOptions":{"show":{"responseType":["freeText","customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["star"]}},"options":[{"name":"Add","value":"add","description":"Add a star to an item","action":"Add a star"},{"name":"Delete","value":"delete","description":"Delete a star from an item","action":"Delete a star"},{"name":"Get Many","value":"getAll","description":"Get many stars of autenticated user","action":"Get many stars"}],"default":"add"},{"displayName":"Item to Add Star","name":"target","type":"options","required":true,"description":"Choose whether to add a star to a message or a file","default":"","placeholder":"Select...","displayOptions":{"show":{"operation":["add"],"resource":["star"]}},"options":[{"name":"Message","value":"message"},{"name":"File","value":"file"}]},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","description":"The Slack channel to add a star to","displayOptions":{"show":{"resource":["star"],"operation":["add"],"target":["message","file"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true,"slowLoadNotice":{"message":"If loading is slow, try selecting a channel using \"By ID\" or \"By URL\"","timeout":15000}}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}]},{"displayName":"File ID","name":"fileId","type":"string","default":"","displayOptions":{"show":{"resource":["star"],"operation":["add"],"target":["file"]}},"description":"File to add star to"},{"displayName":"Message Timestamp","name":"timestamp","type":"number","displayOptions":{"show":{"resource":["star"],"operation":["add"],"target":["message"]}},"description":"Timestamp of the message to add","placeholder":"1663233118.856619"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["add"],"resource":["star"]}},"default":{},"description":"Options to set","placeholder":"Add option","options":[{"displayName":"File Comment","name":"fileComment","type":"string","default":"","description":"File comment to add star to"}]},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["delete"],"resource":["star"]}},"default":{},"description":"Options to set","placeholder":"Add option","options":[{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","description":"Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"File ID","name":"fileId","type":"string","default":"","description":"File to add star to"},{"displayName":"File Comment","name":"fileComment","type":"string","default":"","description":"File comment to add star to"},{"displayName":"Message Timestamp","name":"timestamp","type":"number","default":0,"description":"Timestamp of the message to delete","placeholder":"1663233118.856619"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["star"],"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":["star"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Get","value":"get","action":"Get a file"},{"name":"Get Many","value":"getAll","description":"Get & filters team files","action":"Get many files"},{"name":"Upload","value":"upload","description":"Create or upload an existing file","action":"Upload a file"}],"default":"upload"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"displayOptions":{"show":{"operation":["upload"],"resource":["file"],"@version":[2,2.1]}},"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],"@version":[2,2.1]}},"placeholder":""},{"displayName":"File Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[true],"@version":[2,2.1]}},"placeholder":"","description":"Name of the binary property which contains the data for the file to be uploaded"},{"displayName":"File Property","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"],"@version":[{"_cnd":{"gte":2.2}}]}},"placeholder":"","description":"Name of the binary property which contains the data for the file to be uploaded"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":{},"description":"Other options to set","placeholder":"Add option","options":[{"displayName":"Channel Names or IDs","name":"channelIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"@version":[2,2.1]}},"default":[],"description":"The channels to send the file to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.2}}]}},"default":[],"description":"The channel to send the file to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"File Name","name":"fileName","type":"string","default":""},{"displayName":"Initial Comment","name":"initialComment","type":"string","default":"","description":"The message text introducing the file in specified channels"},{"displayName":"Thread Timestamp","name":"threadTs","type":"string","default":"","description":"Provide another message's Timestamp value to upload this file as a reply. Never use a reply's Timestamp value; use its parent instead."},{"displayName":"Title","name":"title","type":"string","default":""}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["file"],"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":["file"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","displayOptions":{"show":{"operation":["getAll"],"resource":["file"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Channel Name or ID","name":"channelId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getChannels"},"description":"Channel containing the file to be listed. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Show Files Hidden By Limit","name":"showFilesHidden","type":"boolean","default":false,"description":"Whether to show truncated file info for files hidden due to being too old, and the team who owns the file being over the file limit"},{"displayName":"Message Timestamp From","name":"tsFrom","type":"string","default":"","description":"Filter files created after this timestamp (inclusive)"},{"displayName":"Message Timestamp To","name":"tsTo","type":"string","default":"","description":"Filter files created before this timestamp (inclusive)"},{"displayName":"Types","name":"types","type":"multiOptions","options":[{"name":"All","value":"all"},{"name":"Google Docs","value":"gdocs"},{"name":"Images","value":"images"},{"name":"PDFs","value":"pdfs"},{"name":"Snippets","value":"snippets"},{"name":"Spaces","value":"spaces"},{"name":"zips","value":"zips"}],"default":["all"],"description":"Filter files by type"},{"displayName":"User Name or ID","name":"userId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"Filter files created by a single user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"resource":["file"],"operation":["get"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["reaction"]}},"options":[{"name":"Add","value":"add","description":"Adds a reaction to a message","action":"Add a reaction"},{"name":"Get","value":"get","description":"Get the reactions of a message","action":"Get a reaction"},{"name":"Remove","value":"remove","description":"Remove a reaction of a message","action":"Remove a reaction"}],"default":"add"},{"displayName":"Channel","name":"channelId","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a channel...","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true,"slowLoadNotice":{"message":"If loading is slow, try selecting a channel using \"By ID\" or \"By URL\"","timeout":15000}}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}],"required":true,"displayOptions":{"show":{"resource":["reaction"],"operation":["add","get","remove"]}},"description":"The Slack channel to get the reactions from"},{"displayName":"Message Timestamp","name":"timestamp","required":true,"type":"number","displayOptions":{"show":{"resource":["reaction"],"operation":["add","get","remove"]}},"description":"Timestamp of the message to add, get or remove","placeholder":"1663233118.856619"},{"displayName":"Emoji Code","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["reaction"],"operation":["add","remove"]}},"description":"Emoji code to use for the message reaction. Use emoji codes like +1, not an actual emoji like 👍. <a target=\"_blank\" href=\" https://www.webfx.com/tools/emoji-cheat-sheet/\">List of common emoji codes</a>","placeholder":"+1"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get","value":"info","description":"Get information about a user","action":"Get information about a user"},{"name":"Get Many","value":"getAll","description":"Get a list of many users","action":"Get many users"},{"name":"Get User's Profile","value":"getProfile","description":"Get a user's profile","action":"Get a user's profile"},{"name":"Get User's Status","value":"getPresence","description":"Get online status of a user","action":"Get a user's presence status"},{"name":"Update User's Profile","value":"updateProfile","description":"Update a user's profile","action":"Update a user's profile"}],"default":"info"},{"displayName":"User","name":"user","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a user...","description":"The ID of the user to get information about","displayOptions":{"show":{"operation":["info","getProfile"],"resource":["user"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack User ID"}}],"placeholder":"U123AB45JGM"}]},{"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":"User","name":"user","type":"resourceLocator","default":{"mode":"list","value":""},"placeholder":"Select a user...","description":"The ID of the user to get the online status of","displayOptions":{"show":{"operation":["getPresence"],"resource":["user"]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"getUsers","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack User ID"}}],"placeholder":"U123AB45JGM"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["updateProfile"]}},"options":[{"displayName":"Custom Fields","name":"customFieldUi","placeholder":"Add Custom Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"id","type":"options","typeOptions":{"loadOptionsMethod":"getTeamFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value of the field to set"},{"displayName":"Alt","name":"alt","type":"string","default":""}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"This field can only be changed by admins for users on paid teams"},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Set Status","name":"status","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Set Status","options":[{"displayName":"Set Status","name":"set_status","values":[{"displayName":"Status Emoji","name":"status_emoji","type":"string","default":"","description":"Is a string referencing an emoji enabled for the Slack team, such as :mountain_railway:"},{"displayName":"Status Expiration","name":"status_expiration","type":"dateTime","default":"","description":"The number of minutes to wait until this status expires and is cleared. Optional."},{"displayName":"Status Text","name":"status_text","type":"string","default":"","description":"Allows up to 100 characters, though we strongly encourage brevity"}]}]},{"displayName":"User ID","name":"user","type":"string","default":"","description":"ID of user to change. This argument may only be specified by team admins on paid teams."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userGroup"]}},"options":[{"name":"Add Users","value":"updateUsers","action":"Add users to a user group"},{"name":"Create","value":"create","action":"Create a user group"},{"name":"Disable","value":"disable","action":"Disable a user group"},{"name":"Enable","value":"enable","action":"Enable a user group"},{"name":"Get Many","value":"getAll","action":"Get many user groups"},{"name":"Get Users","value":"getUsers","action":"Get users from a user group"},{"name":"Update","value":"update","action":"Update a user group"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["userGroup"]}},"required":true,"description":"A name for the User Group. Must be unique among User Groups."},{"displayName":"Options","name":"Options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["create"]}},"options":[{"displayName":"Channel Names or IDs","name":"channelIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getChannels"},"default":[],"description":"A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short description of the User Group"},{"displayName":"Handle","name":"handle","type":"string","default":"","description":"A mention handle. Must be unique among channels, users and User Groups."},{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"}]},{"displayName":"User Group ID","name":"userGroupId","type":"string","default":"","displayOptions":{"show":{"operation":["disable"],"resource":["userGroup"]}},"required":true,"description":"The encoded ID of the User Group to update"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["disable"]}},"options":[{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"}]},{"displayName":"User Group ID","name":"userGroupId","type":"string","default":"","displayOptions":{"show":{"operation":["enable"],"resource":["userGroup"]}},"required":true,"description":"The encoded ID of the User Group to update"},{"displayName":"Options","name":"option","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["enable"]}},"options":[{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["userGroup"]}},"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":["userGroup"],"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":["userGroup"],"operation":["getAll"]}},"options":[{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"},{"displayName":"Include Disabled","name":"include_disabled","type":"boolean","default":true,"description":"Whether to include disabled User Groups"},{"displayName":"Include Users","name":"include_users","type":"boolean","default":true,"description":"Whether to include the list of users for each User Group"}]},{"displayName":"User Group ID","name":"userGroupId","type":"string","default":"","displayOptions":{"show":{"operation":["update"],"resource":["userGroup"]}},"required":true,"description":"The encoded ID of the User Group to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["update"]}},"options":[{"displayName":"Channel Names or IDs","name":"channels","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getChannels"},"default":[],"description":"A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short description of the User Group"},{"displayName":"Handle","name":"handle","type":"string","default":"","description":"A mention handle. Must be unique among channels, users and User Groups."},{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"},{"displayName":"Name","name":"name","type":"string","default":"","description":"A name for the User Group. Must be unique among User Groups."}]},{"displayName":"User Group ID","name":"userGroupId","type":"string","default":"","displayOptions":{"show":{"operation":["updateUsers"],"resource":["userGroup"]}},"required":true,"description":"The encoded ID of the User Group to update"},{"displayName":"User Names or IDs","name":"users","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"displayOptions":{"show":{"operation":["updateUsers"],"resource":["userGroup"]}},"required":true,"description":"Users to add to the User Group. Existing users will be preserved. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["updateUsers"]}},"options":[{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in the User Group"}]},{"displayName":"User Group ID","name":"userGroupId","type":"string","default":"","displayOptions":{"show":{"operation":["getUsers"],"resource":["userGroup"]}},"required":true,"description":"The encoded ID of the User Group"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["getUsers"]}},"options":[{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":true,"description":"Whether to return full user objects instead of just user IDs"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Slack/slack.svg","codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.slack/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/slack/"}]}}},
{"displayName":"Slack","name":"slack","group":["output"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Slack API","defaultVersion":2.4,"version":1,"defaults":{"name":"Slack"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"slackApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"slackOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Channel","value":"channel"},{"name":"File","value":"file"},{"name":"Message","value":"message"},{"name":"Reaction","value":"reaction"},{"name":"Star","value":"star"},{"name":"User","value":"user"},{"name":"User Group","value":"userGroup"},{"name":"User Profile","value":"userProfile"}],"default":"message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channel"]}},"options":[{"name":"Archive","value":"archive","description":"Archives a conversation","action":"Archive a channel"},{"name":"Close","value":"close","description":"Closes a direct message or multi-person direct message","action":"Close a channel"},{"name":"Create","value":"create","description":"Initiates a public or private channel-based conversation","action":"Create a channel"},{"name":"Get","value":"get","description":"Get information about a channel","action":"Get a channel"},{"name":"Get Many","value":"getAll","description":"Get many channels in a Slack team","action":"Get many channels"},{"name":"History","value":"history","description":"Get a conversation's history of messages and events","action":"Get the history of a channel"},{"name":"Invite","value":"invite","description":"Invite a user to a channel","action":"Invite a user to a channel"},{"name":"Join","value":"join","description":"Joins an existing conversation","action":"Join a channel"},{"name":"Kick","value":"kick","description":"Removes a user from a channel","action":"Kick a user from a channel"},{"name":"Leave","value":"leave","description":"Leaves a conversation","action":"Leave a channel"},{"name":"Member","value":"member","description":"List members of a conversation","action":"Get members of a channel"},{"name":"Open","value":"open","description":"Opens or resumes a direct message or multi-person direct message","action":"Open a channel"},{"name":"Rename","value":"rename","description":"Renames a conversation","action":"Rename a channel"},{"name":"Replies","value":"replies","description":"Get a thread of messages posted to a channel","action":"Get a thread of messages posted to a channel"},{"name":"Set Purpose","value":"setPurpose","description":"Sets the purpose for a conversation","action":"Set the purpose of a channel"},{"name":"Set Topic","value":"setTopic","description":"Sets the topic for a conversation","action":"Set the topic of a channel"},{"name":"Unarchive","value":"unarchive","description":"Unarchives a conversation","action":"Unarchive a channel"}],"default":"create"},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"operation":["archive"],"resource":["channel"]}},"default":"","required":true,"description":"The name of the channel to archive. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"operation":["close"],"resource":["channel"]}},"default":"","required":true,"description":"The name of the channel to close. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Channel","name":"channelId","type":"string","default":"","placeholder":"Channel name","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"required":true,"description":"The name of the channel to create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["create"]}},"options":[{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether to create a private channel instead of a public one"}]},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","displayOptions":{"show":{"operation":["invite"],"resource":["channel"]}},"required":true,"description":"The ID of the channel to invite user to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Names or IDs","name":"userIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"displayOptions":{"show":{"operation":["invite"],"resource":["channel"]}},"required":true,"description":"The ID of the user to invite into channel. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Channel","name":"channelId","type":"string","default":"","displayOptions":{"show":{"operation":["get"],"resource":["channel"]}},"required":true,"description":"Channel ID to learn more about"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["get"]}},"options":[{"displayName":"Include Num of Members","name":"includeNumMembers","type":"boolean","default":false}]},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","placeholder":"Channel name","displayOptions":{"show":{"operation":["kick"],"resource":["channel"]}},"required":true,"description":"The name of the channel to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Name or ID","name":"userId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"operation":["kick"],"resource":["channel"]}},"default":""},{"displayName":"Channel Name or ID","name":"channelId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","placeholder":"Channel name","displayOptions":{"show":{"operation":["join"],"resource":["channel"]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"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":["channel"],"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":["channel"],"operation":["getAll"]}},"options":[{"displayName":"Exclude Archived","name":"excludeArchived","type":"boolean","default":false,"description":"Whether to exclude archived channels from the list"},{"displayName":"Types","name":"types","type":"multiOptions","options":[{"name":"Public Channel","value":"public_channel"},{"name":"Private Channel","value":"private_channel"},{"name":"mpim","value":"mpim"},{"name":"im","value":"im"}],"default":["public_channel"],"description":"Mix and match channel types"}]},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","placeholder":"Channel name","displayOptions":{"show":{"operation":["history"],"resource":["channel"]}},"required":true,"description":"The name of the channel to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"operation":["history"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["channel"],"operation":["history"],"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":["channel"],"operation":["history"]}},"options":[{"displayName":"Inclusive","name":"inclusive","type":"boolean","default":false,"description":"Whether to include messages with latest or oldest timestamp in results only when either timestamp is specified"},{"displayName":"Latest","name":"latest","type":"dateTime","default":"","description":"End of time range of messages to include in results"},{"displayName":"Oldest","name":"oldest","type":"dateTime","default":"","description":"Start of time range of messages to include in results"}]},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"operation":["leave"],"resource":["channel"]}},"default":"","required":true,"description":"The name of the channel to leave. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Channel Name or ID","name":"channelId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","displayOptions":{"show":{"operation":["member"],"resource":["channel"]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"operation":["member"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"description":"Max number of results to return","default":100,"placeholder":"Limit","displayOptions":{"show":{"operation":["member"],"resource":["channel"],"returnAll":[false]}}},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":false,"displayOptions":{"show":{"resource":["channel"],"operation":["member"]}},"description":"Whether to resolve the data automatically. By default the response only contain the ID to resource."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["open"]}},"options":[{"displayName":"Channel ID","name":"channelId","type":"string","default":"","description":"Resume a conversation by supplying an im or mpim's ID. Or provide the users field instead."},{"displayName":"Return IM","name":"returnIm","type":"boolean","default":false,"description":"Whether you want the full IM channel definition in the response"},{"displayName":"User Names or IDs","name":"users","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"If only one user is included, this creates a 1:1 DM. The ordering of the users is preserved whenever a multi-person direct message is returned. Supply a channel when not supplying users. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"operation":["rename"],"resource":["channel"]}},"default":"","required":true,"description":"The name of the channel to rename. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","displayOptions":{"show":{"operation":["rename"],"resource":["channel"]}},"default":"","required":true,"description":"New name for conversation"},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","placeholder":"Channel name","displayOptions":{"show":{"operation":["replies"],"resource":["channel"]}},"required":true,"description":"The name of the channel to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"TS","name":"ts","type":"string","default":"","displayOptions":{"show":{"operation":["replies"],"resource":["channel"]}},"required":true,"description":"Unique identifier of a thread's parent message"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"operation":["replies"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["channel"],"operation":["replies"],"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":["channel"],"operation":["replies"]}},"options":[{"displayName":"Inclusive","name":"inclusive","type":"boolean","default":false,"description":"Whether to include messages with latest or oldest timestamp in results only when either timestamp is specified"},{"displayName":"Latest","name":"latest","type":"string","default":"","description":"End of time range of messages to include in results"},{"displayName":"Oldest","name":"oldest","type":"string","default":"","description":"Start of time range of messages to include in results"}]},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"operation":["setPurpose"],"resource":["channel"]}},"default":"","required":true,"description":"Conversation to set the purpose of. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Purpose","name":"purpose","type":"string","displayOptions":{"show":{"operation":["setPurpose"],"resource":["channel"]}},"default":"","required":true,"description":"A new, specialer purpose"},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"operation":["setTopic"],"resource":["channel"]}},"default":"","required":true,"description":"Conversation to set the topic of. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Topic","name":"topic","type":"string","displayOptions":{"show":{"operation":["setTopic"],"resource":["channel"]}},"default":"","required":true,"description":"The new topic string. Does not support formatting or linkification."},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"operation":["unarchive"],"resource":["channel"]}},"default":"","required":true,"description":"The ID of the channel to unarchive. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Deletes a message","action":"Delete a message"},{"name":"Get Permalink","value":"getPermalink","description":"Get Permanent Link of a message","action":"Get a message permalink"},{"name":"Post","value":"post","description":"Post a message into a channel","action":"Post a message"},{"name":"Post (Ephemeral)","value":"postEphemeral","description":"Post an ephemeral message to a user in channel","action":"Post an ephemeral message"},{"name":"Update","value":"update","description":"Updates a message","action":"Update a message"}],"default":"post"},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["getPermalink"]}},"description":"Channel containing the message. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Timestamp","name":"timestamp","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["getPermalink"]}},"description":"Timestamp of the message to get permanent link"},{"displayName":"Channel","name":"channel","type":"string","default":"","placeholder":"Channel name","displayOptions":{"show":{"operation":["post","postEphemeral"],"resource":["message"]}},"required":true,"description":"The channel to send the message to"},{"displayName":"User","name":"user","type":"string","default":"","placeholder":"User ID","displayOptions":{"show":{"operation":["postEphemeral"],"resource":["message"]}},"required":true,"description":"The user ID to send the message to"},{"displayName":"Text","name":"text","type":"string","default":"","displayOptions":{"show":{"operation":["post","postEphemeral"],"resource":["message"]}},"description":"The text to send"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["post","postEphemeral"],"resource":["message"]}}},{"displayName":"Options","name":"otherOptions","type":"collection","displayOptions":{"show":{"operation":["post","postEphemeral"],"resource":["message"]}},"default":{},"description":"Other options to set","placeholder":"Add option","options":[{"displayName":"Icon Emoji","name":"icon_emoji","type":"string","default":"","description":"Emoji to use as the icon for this message. Overrides icon_url."},{"displayName":"Icon URL","name":"icon_url","type":"string","default":"","description":"URL to an image to use as the icon for this message"},{"displayName":"Link Names","name":"link_names","type":"boolean","default":false,"description":"Whether to find and link channel names and usernames"},{"displayName":"Make Reply","name":"thread_ts","type":"string","default":"","description":"Provide another message's ts value to make this message a reply"},{"displayName":"Markdown","name":"mrkdwn","type":"boolean","default":true,"description":"Whether to use Slack Markdown parsing"},{"displayName":"Reply Broadcast","name":"reply_broadcast","type":"boolean","default":false,"description":"Whether the reply should be made visible to everyone in the channel or conversation. Use in conjunction with thread_ts."},{"displayName":"Unfurl Links","name":"unfurl_links","type":"boolean","default":false,"description":"Whether to enable unfurling of primarily text-based content"},{"displayName":"Unfurl Media","name":"unfurl_media","type":"boolean","default":true,"description":"Whether to disable unfurling of media content"},{"displayName":"Send as User","name":"sendAsUser","type":"string","displayOptions":{"show":{"/authentication":["accessToken"]}},"default":"","description":"The message will be sent from this username (i.e. as if this individual sent the message)."}]},{"displayName":"Attachments","name":"attachments","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add attachment"},"displayOptions":{"show":{"operation":["post","postEphemeral"],"resource":["message"]}},"default":{},"description":"The attachment to add","placeholder":"Add attachment item","options":[{"displayName":"Fallback Text","name":"fallback","type":"string","default":"","description":"Required plain-text summary of the attachment"},{"displayName":"Text","name":"text","type":"string","default":"","description":"Text to send"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the message"},{"displayName":"Title Link","name":"title_link","type":"string","default":"","description":"Link of the title"},{"displayName":"Color","name":"color","type":"color","default":"#ff0000","description":"Color of the line left of text"},{"displayName":"Pretext","name":"pretext","type":"string","default":"","description":"Text which appears before the message block"},{"displayName":"Author Name","name":"author_name","type":"string","default":"","description":"Name that should appear"},{"displayName":"Author Link","name":"author_link","type":"string","default":"","description":"Link for the author"},{"displayName":"Author Icon","name":"author_icon","type":"string","default":"","description":"Icon which should appear for the user"},{"displayName":"Image URL","name":"image_url","type":"string","default":"","description":"URL of image"},{"displayName":"Thumbnail URL","name":"thumb_url","type":"string","default":"","description":"URL of thumbnail"},{"displayName":"Footer","name":"footer","type":"string","default":"","description":"Text of footer to add"},{"displayName":"Footer Icon","name":"footer_icon","type":"string","default":"","description":"Icon which should appear next to footer"},{"displayName":"Timestamp","name":"ts","type":"dateTime","default":"","description":"Time message relates to"},{"displayName":"Fields","name":"fields","placeholder":"Add Fields","description":"Fields to add to message","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"item","displayName":"Item","values":[{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the item"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the item"},{"displayName":"Short","name":"short","type":"boolean","default":true,"description":"Whether items can be displayed next to each other"}]}]}]},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"description":"Channel containing the message to be updated. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Text","name":"text","type":"string","default":"","displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"description":"New text for the message, using the default formatting rules. It's not required when presenting attachments."},{"displayName":"TS","name":"ts","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"description":"Timestamp of the message to be updated"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"operation":["update"],"resource":["message"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"options":[{"displayName":"Link Names","name":"link_names","type":"boolean","default":false,"description":"Whether to find and link channel names and usernames"},{"displayName":"Parse","name":"parse","type":"options","options":[{"name":"Client","value":"client"},{"name":"Full","value":"full"},{"name":"None","value":"none"}],"default":"client","description":"Change how messages are treated"}]},{"displayName":"Attachments","name":"attachmentsJson","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["message"],"operation":["update"],"jsonParameters":[true]}},"description":"The attachments to add"},{"displayName":"Blocks","name":"blocksJson","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["message"],"operation":["update"],"jsonParameters":[true]}},"description":"The blocks to add"},{"displayName":"Blocks","name":"blocksUi","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Block"},"displayOptions":{"show":{"operation":["post"],"resource":["message"],"jsonParameters":[false]}},"default":{},"description":"The blocks to add","placeholder":"Add Block","options":[{"name":"blocksValues","displayName":"Block","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Actions","value":"actions"},{"name":"Section","value":"section"}],"default":"actions"},{"displayName":"Block ID","name":"blockId","type":"string","displayOptions":{"show":{"type":["actions"]}},"default":"","description":"A string acting as a unique identifier for a block. You can use this block_id when you receive an interaction payload to identify the source of the action. If not specified, a block_id will be generated. Maximum length for this field is 255 characters."},{"displayName":"Elements","name":"elementsUi","placeholder":"Add Element","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["actions"]}},"default":{},"options":[{"name":"elementsValues","displayName":"Element","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Button","value":"button"}],"default":"button","description":"The type of element"},{"displayName":"Text","name":"text","type":"string","displayOptions":{"show":{"type":["button"]}},"default":"","description":"The text for the block"},{"displayName":"Emoji","name":"emoji","type":"boolean","displayOptions":{"show":{"type":["button"]}},"default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"},{"displayName":"Action ID","name":"actionId","type":"string","displayOptions":{"show":{"type":["button"]}},"default":"","description":"An identifier for this action. You can use this when you receive an interaction payload to identify the source of the action. Should be unique among all other action_ids used elsewhere by your app."},{"displayName":"URL","name":"url","type":"string","displayOptions":{"show":{"type":["button"]}},"default":"","description":"A URL to load in the user's browser when the button is clicked. Maximum length for this field is 3000 characters. If you're using URL, you'll still receive an interaction payload and will need to send an acknowledgement response."},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"type":["button"]}},"default":"","description":"The value to send along with the interaction payload"},{"displayName":"Style","name":"style","type":"options","displayOptions":{"show":{"type":["button"]}},"options":[{"name":"Danger","value":"danger"},{"name":"Default","value":"default"},{"name":"Primary","value":"primary"}],"default":"default","description":"Decorates buttons with alternative visual color schemes"},{"displayName":"Confirm","name":"confirmUi","placeholder":"Add Confirm","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"confirmValue","displayName":"Confirm","values":[{"displayName":"Title","name":"titleUi","placeholder":"Add Title","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"titleValue","displayName":"Title","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"Text of the title"},{"displayName":"Emoji","name":"emoji","type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"}]}],"description":"Defines the dialog's title"},{"displayName":"Text","name":"textUi","placeholder":"Add Text","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"textValue","displayName":"Text","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"The text for the block"},{"displayName":"Emoji","name":"emoji","type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"}]}],"description":"Defines the explanatory text that appears in the confirm dialog"},{"displayName":"Confirm","name":"confirmTextUi","placeholder":"Add Confirm","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"confirmValue","displayName":"Confirm","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"Defines the explanatory text that appears in the confirm dialog"},{"displayName":"Emoji","name":"emoji","type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"}]}],"description":"Defines the text of the button that confirms the action"},{"displayName":"Deny","name":"denyUi","placeholder":"Add Deny","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"denyValue","displayName":"Deny","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"Defines the text of the button that cancels the action"},{"displayName":"Emoji","name":"emoji","type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"}]}],"description":"Defines the text of the button that cancels the action"},{"displayName":"Style","name":"style","type":"options","options":[{"name":"Danger","value":"danger"},{"name":"Default","value":"default"},{"name":"Primary","value":"primary"}],"default":"default","description":"Defines the color scheme applied to the confirm button"}]}],"description":"Defines an optional confirmation dialog after the button is clicked"}]}]},{"displayName":"Block ID","name":"blockId","type":"string","displayOptions":{"show":{"type":["section"]}},"default":"","description":"A string acting as a unique identifier for a block. You can use this block_id when you receive an interaction payload to identify the source of the action. If not specified, a block_id will be generated. Maximum length for this field is 255 characters."},{"displayName":"Text","name":"textUi","placeholder":"Add Text","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"type":["section"]}},"default":{},"options":[{"name":"textValue","displayName":"Text","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Markdown","value":"mrkwdn"},{"name":"Plain Text","value":"plainText"}],"default":"mrkwdn","description":"The formatting to use for this text object"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The text for the block. This field accepts any of the standard text formatting markup when type is mrkdwn."},{"displayName":"Emoji","name":"emoji","displayOptions":{"show":{"type":["plainText"]}},"type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format. This field is only usable when type is plain_text."},{"displayName":"Verbatim","name":"verbatim","displayOptions":{"show":{"type":["mrkwdn"]}},"type":"boolean","default":false,"description":"Whether to set to false (as is default) URLs will be auto-converted into links, conversation names will be link-ified, and certain mentions will be automatically parsed"}]}],"description":"Define the text of the button that cancels the action"},{"displayName":"Fields","name":"fieldsUi","placeholder":"Add Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"type":["section"]}},"default":{},"options":[{"name":"fieldsValues","displayName":"Text","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Markdown","value":"mrkwdn"},{"name":"Plain Text","value":"plainText"}],"default":"mrkwdn","description":"The formatting to use for this text object"},{"displayName":"Text","name":"text","type":"string","default":"","description":"The text for the block. This field accepts any of the standard text formatting markup when type is mrkdwn."},{"displayName":"Emoji","name":"emoji","type":"boolean","displayOptions":{"show":{"type":["plainText"]}},"default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format. This field is only usable when type is plain_text."},{"displayName":"Verbatim","name":"verbatim","displayOptions":{"show":{"type":["mrkwdn"]}},"type":"boolean","default":false,"description":"When set to false (as is default) URLs will be auto-converted into links, conversation names will be link-ified, and certain mentions will be automatically parsed"}]}],"description":"An array of text objects. Any text objects included with fields will be rendered in a compact format that allows for 2 columns of side-by-side text. Maximum number of items is 10."},{"displayName":"Accessory","name":"accessoryUi","placeholder":"Add Accessory","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"type":["section"]}},"default":{},"options":[{"name":"accessoriesValues","displayName":"Accessory","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Button","value":"button"}],"default":"button","description":"The type of element"},{"displayName":"Text","name":"text","displayOptions":{"show":{"type":["button"]}},"type":"string","default":"","description":"The text for the block"},{"displayName":"Emoji","name":"emoji","displayOptions":{"show":{"type":["button"]}},"type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"},{"displayName":"Action ID","name":"actionId","displayOptions":{"show":{"type":["button"]}},"type":"string","default":"","description":"An identifier for this action. You can use this when you receive an interaction payload to identify the source of the action. Should be unique among all other action_ids used elsewhere by your app."},{"displayName":"URL","name":"url","displayOptions":{"show":{"type":["button"]}},"type":"string","default":"","description":"A URL to load in the user's browser when the button is clicked. Maximum length for this field is 3000 characters. If you're using URL, you'll still receive an interaction payload and will need to send an acknowledgement response."},{"displayName":"Value","name":"value","displayOptions":{"show":{"type":["button"]}},"type":"string","default":"","description":"The value to send along with the interaction payload"},{"displayName":"Style","name":"style","displayOptions":{"show":{"type":["button"]}},"type":"options","options":[{"name":"Danger","value":"danger"},{"name":"Default","value":"default"},{"name":"Primary","value":"primary"}],"default":"default","description":"Decorates buttons with alternative visual color schemes"},{"displayName":"Confirm","name":"confirmUi","placeholder":"Add Confirm","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"type":["button"]}},"default":{},"options":[{"name":"confirmValue","displayName":"Confirm","values":[{"displayName":"Title","name":"titleUi","placeholder":"Add Title","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"titleValue","displayName":"Title","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"Text of the title"},{"displayName":"Emoji","name":"emoji","type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"}]}],"description":"Defines an optional confirmation dialog after the button is clicked"},{"displayName":"Text","name":"textUi","placeholder":"Add Text","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"textValue","displayName":"Text","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"The text for the block"},{"displayName":"Emoji","name":"emoji","type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"}]}],"description":"Defines the explanatory text that appears in the confirm dialog"},{"displayName":"Confirm","name":"confirmTextUi","placeholder":"Add Confirm","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"confirmValue","displayName":"Confirm","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"Defines the explanatory text that appears in the confirm dialog"},{"displayName":"Emoji","name":"emoji","type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"}]}],"description":"Defines the explanatory text that appears in the confirm dialog"},{"displayName":"Deny","name":"denyUi","placeholder":"Add Deny","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"denyValue","displayName":"Deny","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"Define the text of the button that cancels the action"},{"displayName":"Emoji","name":"emoji","type":"boolean","default":false,"description":"Whether emojis in a text field should be escaped into the colon emoji format"}]}],"description":"Define the text of the button that cancels the action"},{"displayName":"Style","name":"style","type":"options","options":[{"name":"Danger","value":"danger"},{"name":"Default","value":"default"},{"name":"Primary","value":"primary"}],"default":"default","description":"Defines the color scheme applied to the confirm button"}]}],"description":"Defines an optional confirmation dialog after the button is clicked"}]}]}]}]},{"displayName":"Attachments","name":"attachmentsJson","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["message"],"operation":["post"],"jsonParameters":[true]}},"description":"The attachments to add"},{"displayName":"Blocks","name":"blocksJson","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"displayOptions":{"show":{"resource":["message"],"operation":["post"],"jsonParameters":[true]}},"description":"The blocks to add"},{"displayName":"Attachments","name":"attachments","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add attachment"},"displayOptions":{"show":{"jsonParameters":[false],"operation":["update"],"resource":["message"]}},"default":{},"description":"The attachment to add","placeholder":"Add attachment item","options":[{"displayName":"Fallback Text","name":"fallback","type":"string","default":"","description":"Required plain-text summary of the attachment"},{"displayName":"Text","name":"text","type":"string","default":"","description":"Text to send"},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the message"},{"displayName":"Title Link","name":"title_link","type":"string","default":"","description":"Link of the title"},{"displayName":"Color","name":"color","type":"color","default":"#ff0000","description":"Color of the line left of text"},{"displayName":"Pretext","name":"pretext","type":"string","default":"","description":"Text which appears before the message block"},{"displayName":"Author Name","name":"author_name","type":"string","default":"","description":"Name that should appear"},{"displayName":"Author Link","name":"author_link","type":"string","default":"","description":"Link for the author"},{"displayName":"Author Icon","name":"author_icon","type":"string","default":"","description":"Icon which should appear for the user"},{"displayName":"Image URL","name":"image_url","type":"string","default":"","description":"URL of image"},{"displayName":"Thumbnail URL","name":"thumb_url","type":"string","default":"","description":"URL of thumbnail"},{"displayName":"Footer","name":"footer","type":"string","default":"","description":"Text of footer to add"},{"displayName":"Footer Icon","name":"footer_icon","type":"string","default":"","description":"Icon which should appear next to footer"},{"displayName":"Timestamp","name":"ts","type":"dateTime","default":"","description":"Time message relates to"},{"displayName":"Fields","name":"fields","placeholder":"Add Fields","description":"Fields to add to message","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"item","displayName":"Item","values":[{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the item"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the item"},{"displayName":"Short","name":"short","type":"boolean","default":true,"description":"Whether items can be displayed next to each other"}]}]}]},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["delete"]}},"description":"Channel containing the message to be deleted. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Timestamp","name":"timestamp","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["delete"]}},"description":"Timestamp of the message to be deleted"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["star"]}},"options":[{"name":"Add","value":"add","description":"Add a star to an item","action":"Add a star"},{"name":"Delete","value":"delete","description":"Delete a star from an item","action":"Delete a star"},{"name":"Get Many","value":"getAll","description":"Get many stars of autenticated user","action":"Get many stars"}],"default":"add"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["add"],"resource":["star"]}},"default":{},"description":"Options to set","placeholder":"Add option","options":[{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","description":"Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"File Comment","name":"fileComment","type":"string","default":"","description":"File comment to add star to"},{"displayName":"File ID","name":"fileId","type":"string","default":"","description":"File to add star to"},{"displayName":"Timestamp","name":"timestamp","type":"string","default":"","description":"Timestamp of the message to add star to"}]},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["delete"],"resource":["star"]}},"default":{},"description":"Options to set","placeholder":"Add option","options":[{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"default":"","description":"Channel to add star to, or channel where the message to add star to was posted (used with timestamp). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"File ID","name":"fileId","type":"string","default":"","description":"File to add star to"},{"displayName":"File Comment","name":"fileComment","type":"string","default":"","description":"File comment to add star to"},{"displayName":"Timestamp","name":"timestamp","type":"string","default":"","description":"Timestamp of the message to add star to"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["star"],"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":["star"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Get","value":"get","description":"Get a file info","action":"Get a file"},{"name":"Get Many","value":"getAll","description":"Get & filters team files","action":"Get many files"},{"name":"Upload","value":"upload","description":"Create or upload an existing file","action":"Upload a file"}],"default":"upload"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"File Content","name":"fileContent","type":"string","default":"","displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[false]}},"placeholder":"","description":"The text content of the file to upload"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"],"binaryData":[true]}},"placeholder":"","hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"default":{},"description":"Other options to set","placeholder":"Add option","options":[{"displayName":"Channel Names or IDs","name":"channelIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getChannels"},"default":[],"description":"The channels to send the file to. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"Filename of file"},{"displayName":"Initial Comment","name":"initialComment","type":"string","default":"","description":"The message text introducing the file in specified channels"},{"displayName":"Thread TS","name":"threadTs","type":"string","default":"","description":"Provide another message's ts value to upload this file as a reply. Never use a reply's ts value; use its parent instead."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of file"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["file"],"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":["file"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","displayOptions":{"show":{"operation":["getAll"],"resource":["file"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Channel Name or ID","name":"channelId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getChannels"},"description":"Channel containing the file to be listed. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Show Files Hidden By Limit","name":"showFilesHidden","type":"boolean","default":false,"description":"Whether to show truncated file info for files hidden due to being too old, and the team who owns the file being over the file limit"},{"displayName":"Timestamp From","name":"tsFrom","type":"string","default":"","description":"Filter files created after this timestamp (inclusive)"},{"displayName":"Timestamp To","name":"tsTo","type":"string","default":"","description":"Filter files created before this timestamp (inclusive)"},{"displayName":"Types","name":"types","type":"multiOptions","options":[{"name":"All","value":"all"},{"name":"Google Docs","value":"gdocs"},{"name":"Images","value":"images"},{"name":"PDFs","value":"pdfs"},{"name":"Snippets","value":"snippets"},{"name":"Spaces","value":"spaces"},{"name":"zips","value":"zips"}],"default":["all"],"description":"Filter files by type"},{"displayName":"User Name or ID","name":"userId","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getUsers"},"description":"Filter files created by a single user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"File ID","name":"fileId","type":"string","displayOptions":{"show":{"resource":["file"],"operation":["get"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["reaction"]}},"options":[{"name":"Add","value":"add","description":"Adds a reaction to a message","action":"Add a reaction"},{"name":"Get","value":"get","description":"Get the reactions of a message","action":"Get a reaction"},{"name":"Remove","value":"remove","description":"Remove a reaction of a message","action":"Remove a reaction"}],"default":"add"},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"required":true,"default":"","displayOptions":{"show":{"resource":["reaction"],"operation":["add","get","remove"]}},"description":"Channel containing the message. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Emoji","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["reaction"],"operation":["add","remove"]}},"description":"Name of emoji","placeholder":"+1"},{"displayName":"Timestamp","name":"timestamp","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["reaction"],"operation":["add","get","remove"]}},"description":"Timestamp of the message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Info","value":"info","description":"Get information about a user","action":"Get information about a user"},{"name":"Get Many","value":"getAll","description":"Get a list of many users","action":"Get many users"},{"name":"Get Presence","value":"getPresence","description":"Get online status of a user","action":"Get a user's presence status"}],"default":"info"},{"displayName":"User ID","name":"user","type":"string","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","displayOptions":{"show":{"operation":["info"],"resource":["user"]}},"required":true,"description":"The ID of the user to get information about"},{"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":"User ID","name":"user","type":"string","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","displayOptions":{"show":{"operation":["getPresence"],"resource":["user"]}},"required":true,"description":"The ID of the user to get the online status of"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userGroup"]}},"options":[{"name":"Create","value":"create","description":"Create a user group","action":"Create a user group"},{"name":"Disable","value":"disable","description":"Disable a user group","action":"Disable a user group"},{"name":"Enable","value":"enable","description":"Enable a user group","action":"Enable a user group"},{"name":"Get Many","value":"getAll","description":"Get many user groups","action":"Get many user groups"},{"name":"Update","value":"update","description":"Update a user group","action":"Update a user group"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["userGroup"]}},"required":true,"description":"A name for the User Group. Must be unique among User Groups."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["create"]}},"options":[{"displayName":"Channel Names or IDs","name":"channelIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getChannels"},"default":[],"description":"A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short description of the User Group"},{"displayName":"Handle","name":"handle","type":"string","default":"","description":"A mention handle. Must be unique among channels, users and User Groups."},{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"}]},{"displayName":"User Group ID","name":"userGroupId","type":"string","default":"","displayOptions":{"show":{"operation":["disable"],"resource":["userGroup"]}},"required":true,"description":"The encoded ID of the User Group to update"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["disable"]}},"options":[{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"}]},{"displayName":"User Group ID","name":"userGroupId","type":"string","default":"","displayOptions":{"show":{"operation":["enable"],"resource":["userGroup"]}},"required":true,"description":"The encoded ID of the User Group to update"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["enable"]}},"options":[{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["userGroup"]}},"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":["userGroup"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["getAll"]}},"options":[{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"},{"displayName":"Include Disabled","name":"include_disabled","type":"boolean","default":true,"description":"Whether to include disabled User Groups"},{"displayName":"Include Users","name":"include_users","type":"boolean","default":true,"description":"Whether to include the list of users for each User Group"}]},{"displayName":"User Group ID","name":"userGroupId","type":"string","default":"","displayOptions":{"show":{"operation":["update"],"resource":["userGroup"]}},"required":true,"description":"The encoded ID of the User Group to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userGroup"],"operation":["update"]}},"options":[{"displayName":"Channel Names or IDs","name":"channels","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getChannels"},"default":[],"description":"A comma-separated string of encoded channel IDs for which the User Group uses as a default. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":"","description":"A short description of the User Group"},{"displayName":"Handle","name":"handle","type":"string","default":"","description":"A mention handle. Must be unique among channels, users and User Groups."},{"displayName":"Include Count","name":"include_count","type":"boolean","default":true,"description":"Whether to include the number of users in each User Group"},{"displayName":"Name","name":"name","type":"string","default":"","description":"A name for the User Group. Must be unique among User Groups."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userProfile"]}},"options":[{"name":"Get","value":"get","description":"Get your user's profile","action":"Get a user profile"},{"name":"Update","value":"update","description":"Update user's profile","action":"Update a user profile"}],"default":"get"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userProfile"],"operation":["update"]}},"options":[{"displayName":"Custom Fields","name":"customFieldUi","placeholder":"Add Custom Fields","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"customFieldValues","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"id","type":"options","typeOptions":{"loadOptionsMethod":"getTeamFields"},"default":"","description":"ID of the field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value of the field to set"},{"displayName":"Alt","name":"alt","type":"string","default":""}]}]},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"This field can only be changed by admins for users on paid teams"},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Status Emoji","name":"status_emoji","type":"string","default":"","description":"Is a string referencing an emoji enabled for the Slack team, such as :mountain_railway:"},{"displayName":"Status Expiration","name":"status_expiration","type":"dateTime","default":"","description":"Is an integer specifying seconds since the epoch, more commonly known as \"UNIX time\". Providing 0 or omitting this field results in a custom status that will not expire."},{"displayName":"Status Text","name":"status_text","type":"string","default":"","description":"Allows up to 100 characters, though we strongly encourage brevity"},{"displayName":"User ID","name":"user","type":"string","default":"","description":"ID of user to change. This argument may only be specified by team admins on paid teams."}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userProfile"],"operation":["get"]}},"options":[{"displayName":"Include Labels","name":"include_labels","type":"boolean","default":false,"description":"Whether to include labels for each ID in custom profile fields"},{"displayName":"User ID","name":"user","type":"string","default":"","description":"User to retrieve profile info for"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Slack/slack.svg","codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.slack/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/slack/"}]}}},
{"displayName":"Slack Trigger","name":"slackTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"eventFilter\"].join(\", \")}}","description":"Handle Slack events via webhooks","defaults":{"name":"Slack Trigger"},"inputs":[],"outputs":["main"],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"credentials":[{"name":"slackApi","required":true}],"properties":[{"displayName":"Authentication","name":"authentication","type":"hidden","default":"accessToken"},{"displayName":"Set up a webhook in your Slack app to enable this node. <a href=\"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.slacktrigger/#configure-a-webhook-in-slack\" target=\"_blank\">More info</a>. We also recommend setting up a <a href=\"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.slacktrigger/#verify-the-webhook\" target=\"_blank\">signing secret</a> to ensure the authenticity of requests.","name":"notice","type":"notice","default":""},{"displayName":"Trigger On","name":"trigger","type":"multiOptions","options":[{"name":"Any Event","value":"any_event","description":"Triggers on any event"},{"name":"Bot / App Mention","value":"app_mention","description":"When your bot or app is mentioned in a channel the app is added to"},{"name":"File Made Public","value":"file_public","description":"When a file is made public"},{"name":"File Shared","value":"file_share","description":"When a file is shared in a channel the app is added to"},{"name":"New Message Posted to Channel","value":"message","description":"When a message is posted to a channel the app is added to"},{"name":"New Public Channel Created","value":"channel_created","description":"When a new public channel is created"},{"name":"New User","value":"team_join","description":"When a new user is added to Slack"},{"name":"Reaction Added","value":"reaction_added","description":"When a reaction is added to a message the app is added to"}],"default":[]},{"displayName":"Watch Whole Workspace","name":"watchWorkspace","type":"boolean","default":false,"description":"Whether to watch for the event in the whole workspace, rather than a specific channel","displayOptions":{"show":{"trigger":["any_event","message","reaction_added","file_share","app_mention"]}}},{"displayName":"This will use one execution for every event in any channel your bot is in, use with caution","name":"notice","type":"notice","default":"","displayOptions":{"show":{"trigger":["any_event","message","reaction_added","file_share","app_mention"],"watchWorkspace":[true]}}},{"displayName":"Channel to Watch","name":"channelId","type":"resourceLocator","required":true,"default":{"mode":"list","value":""},"placeholder":"Select a channel...","description":"The Slack channel to listen to events from. Applies to events: Bot/App mention, File Shared, New Message Posted on Channel, Reaction Added.","displayOptions":{"show":{"watchWorkspace":[false]}},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a channel...","typeOptions":{"searchListMethod":"getChannels","searchable":true}},{"displayName":"By ID","name":"id","type":"string","validation":[{"type":"regex","properties":{"regex":"[a-zA-Z0-9]{2,}","errorMessage":"Not a valid Slack Channel ID"}}],"placeholder":"C0122KQ70S7E"},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://app.slack.com/client/TS9594PZK/B0556F47Z3A","validation":[{"type":"regex","properties":{"regex":"http(s)?://app.slack.com/client/.*/([a-zA-Z0-9]{2,})","errorMessage":"Not a valid Slack Channel URL"}}],"extractValue":{"type":"regex","regex":"https://app.slack.com/client/.*/([a-zA-Z0-9]{2,})"}}]},{"displayName":"Download Files","name":"downloadFiles","type":"boolean","default":false,"description":"Whether to download the files and add it to the output","displayOptions":{"show":{"trigger":["any_event","file_share"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Resolve IDs","name":"resolveIds","type":"boolean","default":false,"description":"Whether to resolve the IDs to their respective names and return them"},{"displayName":"Usernames or IDs to Ignore","name":"userIds","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"A comma-separated string of encoded user IDs. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.slacktrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/slack/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Slack/slack.svg"},
{"displayName":"seven","name":"sms77","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Send SMS and make text-to-speech calls","defaults":{"name":"seven"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"sms77Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"SMS","value":"sms"},{"name":"Voice Call","value":"voice"}],"default":"sms"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sms"]}},"options":[{"name":"Send","value":"send","description":"Send SMS","action":"Send an SMS"}],"default":"send"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["voice"]}},"options":[{"name":"Send","value":"send","description":"Converts text to voice and calls a given number","action":"Convert text to voice"}],"default":"send"},{"displayName":"From","name":"from","type":"string","default":"","placeholder":"+4901234567890","displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The caller ID displayed in the receivers display. Max 16 numeric or 11 alphanumeric characters."},{"displayName":"To","name":"to","type":"string","default":"","placeholder":"+49876543210, MyGroup","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms","voice"]}},"description":"The number of your recipient(s) separated by comma. Can be regular numbers or contact/groups from seven."},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms","voice"]}},"description":"The message to send. Max. 1520 characters"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"options":[{"displayName":"Delay","name":"delay","type":"dateTime","default":"","description":"Pick a date for time delayed dispatch"},{"displayName":"Foreign ID","name":"foreign_id","type":"string","default":"","placeholder":"MyCustomForeignID","description":"Custom foreign ID returned in DLR callbacks"},{"displayName":"Flash","name":"flash","type":"boolean","default":false,"description":"Send as flash message being displayed directly the receiver's display"},{"displayName":"Label","name":"label","type":"string","default":"","placeholder":"MyCustomLabel","description":"Custom label used to group analytics"},{"displayName":"Performance Tracking","name":"performance_tracking","type":"boolean","default":false,"description":"Whether to enable performance tracking for URLs found in the message text"},{"displayName":"TTL","name":"ttl","type":"number","default":2880,"typeOptions":{"minValue":1},"description":"Custom time to live specifying the validity period of a message in minutes"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Option","default":{},"displayOptions":{"show":{"operation":["send"],"resource":["voice"]}},"options":[{"displayName":"From","name":"from","type":"string","default":"","placeholder":"+4901234567890","description":"The caller ID. Please use only verified sender IDs, one of your virtual inbound numbers or one of our shared virtual numbers."}]}],"codex":{"categories":["Communication"],"alias":["SMS","Sms77"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.sms77/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/sms77/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Sms77/seven.svg"},
{"displayName":"Snowflake","name":"snowflake","group":["input"],"version":1,"description":"Get, add and update data in Snowflake","defaults":{"name":"Snowflake"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"parameterPane":"wide","credentials":[{"name":"snowflake","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Execute Query","value":"executeQuery","description":"Execute an SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in database","action":"Insert rows in database"},{"name":"Update","value":"update","description":"Update rows in database","action":"Update rows in database"}],"default":"insert"},{"displayName":"Query","name":"query","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor"},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT id, name FROM product WHERE id < 40","required":true,"description":"The SQL query to execute"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"","required":true,"description":"Name of the table in which to insert data to"},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"","placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Table","name":"table","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","required":true,"description":"Name of the table in which to update data in"},{"displayName":"Update Key","name":"updateKey","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"id","required":true,"description":"Name of the property which decides which rows in the database should be updated. Normally that would be \"id\"."},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"operation":["update"]}},"default":"","placeholder":"name,description","description":"Comma-separated list of the properties which should used as columns for rows to update"}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.snowflake/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/snowflake/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Snowflake/snowflake.svg"},
{"displayName":"Loop Over Items (Split in Batches)","name":"splitInBatches","icon":"fa:sync","iconColor":"dark-green","group":["organization"],"version":3,"description":"Split data into batches and iterate over each batch","defaults":{"name":"Loop Over Items","color":"#007755"},"inputs":["main"],"outputs":["main","main"],"outputNames":["done","loop"],"properties":[{"displayName":"You may not need this node — n8n nodes automatically run once for each input item. <a href=\"https://docs.n8n.io/getting-started/key-concepts/looping.html#using-loops-in-n8n\" target=\"_blank\">More info</a>","name":"splitInBatchesNotice","type":"notice","default":""},{"displayName":"Batch Size","name":"batchSize","type":"number","typeOptions":{"minValue":1},"default":1,"description":"The number of items to return with each call"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Reset","name":"reset","type":"boolean","default":false,"description":"Whether the node starts again from the beginning of the input items. This will treat incoming data as a new set rather than continuing with the previous items."}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"alias":["Loop","Concatenate","Batch","Split","Split In Batches"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.splitinbatches/"}]}}},
{"displayName":"Split In Batches","name":"splitInBatches","icon":"fa:th-large","group":["organization"],"version":2,"description":"Split data into batches and iterate over each batch","defaults":{"name":"Split In Batches","color":"#007755"},"inputs":["main"],"outputs":["main","main"],"outputNames":["loop","done"],"properties":[{"displayName":"You may not need this node — n8n nodes automatically run once for each input item. <a href=\"https://docs.n8n.io/getting-started/key-concepts/looping.html#using-loops-in-n8n\" target=\"_blank\">More info</a>","name":"splitInBatchesNotice","type":"notice","default":""},{"displayName":"Batch Size","name":"batchSize","type":"number","typeOptions":{"minValue":1},"default":10,"description":"The number of items to return with each call"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Reset","name":"reset","type":"boolean","default":false,"description":"Whether the node will be reset and so with the current input-data newly initialized"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"alias":["Loop","Concatenate","Batch","Split","Split In Batches"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.splitinbatches/"}]}}},
{"displayName":"Split In Batches","name":"splitInBatches","icon":"fa:th-large","group":["organization"],"version":1,"description":"Split data into batches and iterate over each batch","defaults":{"name":"Split In Batches","color":"#007755"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"You may not need this node — n8n nodes automatically run once for each input item. <a href=\"https://docs.n8n.io/getting-started/key-concepts/looping.html#using-loops-in-n8n\" target=\"_blank\">More info</a>","name":"splitInBatchesNotice","type":"notice","default":""},{"displayName":"Batch Size","name":"batchSize","type":"number","typeOptions":{"minValue":1},"default":10,"description":"The number of items to return with each call"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Reset","name":"reset","type":"boolean","default":false,"description":"Whether the node will be reset and so with the current input-data newly initialized"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"alias":["Loop","Concatenate","Batch","Split","Split In Batches"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.splitinbatches/"}]}}},
{"displayName":"Splunk","name":"splunk","group":["transform"],"description":"Consume the Splunk Enterprise API","defaultVersion":2,"version":2,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Splunk"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"splunkApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Alert","value":"alert"},{"name":"Report","value":"report"},{"name":"Search","value":"search"},{"name":"User","value":"user"}],"default":"search"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["alert"]}},"options":[{"name":"Get Fired Alerts","value":"getReport","description":"Retrieve a fired alerts report","action":"Get a fired alerts report"},{"name":"Get Metrics","value":"getMetrics","description":"Retrieve metrics","action":"Get metrics"}],"default":"getReport"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["report"]}},"options":[{"name":"Create From Search","value":"create","description":"Create a search report from a search job","action":"Create a search report"},{"name":"Delete","value":"deleteReport","description":"Delete a search report","action":"Delete a search report"},{"name":"Get","value":"get","description":"Retrieve a search report","action":"Get a search report"},{"name":"Get Many","value":"getAll","description":"Retrieve many search reports","action":"Get many search reports"}],"default":"getAll"},{"displayName":"Search Job","name":"searchJobId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a search job...","typeOptions":{"searchListMethod":"searchJobs","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1718944376.178"}],"displayOptions":{"show":{"resource":["report"],"operation":["create"]}}},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the report","displayOptions":{"show":{"resource":["report"],"operation":["create"]}}},{"displayName":"Report","name":"reportId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a report...","typeOptions":{"searchListMethod":"searchReports","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. Errors%20in%20the%20last%20hour"}],"displayOptions":{"show":{"resource":["report"],"operation":["deleteReport"]}}},{"displayName":"Report","name":"reportId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a report...","typeOptions":{"searchListMethod":"searchReports","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. Errors%20in%20the%20last%20hour"}],"displayOptions":{"show":{"resource":["report"],"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":["report"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"returnAll":[false],"resource":["report"],"operation":["getAll"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Add Orphan Field","name":"add_orphan_field","description":"Whether to include a boolean value for each saved search to show whether the search is orphaned, meaning that it has no valid owner","type":"boolean","default":false},{"displayName":"List Default Actions","name":"listDefaultActionArgs","type":"boolean","default":false}],"displayOptions":{"show":{"resource":["report"],"operation":["getAll"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["search"]}},"options":[{"name":"Create","value":"create","description":"Create a search job","action":"Create a search job"},{"name":"Delete","value":"deleteJob","description":"Delete a search job","action":"Delete a search job"},{"name":"Get","value":"get","description":"Retrieve a search job","action":"Get a search job"},{"name":"Get Many","value":"getAll","description":"Retrieve many search jobs","action":"Get many search jobs"},{"name":"Get Result","value":"getResult","description":"Get the result of a search job","action":"Get the result of a search job"}],"default":"create"},{"displayName":"Query","name":"search","description":"Search language string to execute, in Splunk's <a href=\"https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/WhatsInThisManual\">Search Processing Language</a>","placeholder":"e.g. search index=_internal | stats count by source","type":"string","required":true,"default":"","typeOptions":{"rows":2},"displayOptions":{"show":{"resource":["search"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Ad Hoc Search Level","name":"adhoc_search_level","type":"options","default":"verbose","options":[{"name":"Fast","value":"fast"},{"name":"Smart","value":"smart"},{"name":"Verbose","value":"verbose"}]},{"displayName":"Auto-Cancel After (Seconds)","name":"auto_cancel","type":"number","default":0,"description":"Seconds after which the search job automatically cancels"},{"displayName":"Auto-Finalize After (Num Events)","name":"auto_finalize_ec","type":"number","default":0,"description":"Auto-finalize the search after at least this many events are processed"},{"displayName":"Auto Pause After (Seconds)","name":"auto_pause","type":"number","default":0,"description":"Seconds of inactivity after which the search job automatically pauses"},{"displayName":"Earliest Index","name":"index_earliest","type":"dateTime","default":"","description":"The earliest index time for the search (inclusive)"},{"displayName":"Earliest Time","name":"earliest_time","type":"dateTime","default":"","description":"The earliest cut-off for the search (inclusive)"},{"displayName":"Exec Mode","name":"exec_mode","type":"options","default":"blocking","options":[{"name":"Blocking","value":"blocking"},{"name":"Normal","value":"normal"},{"name":"One Shot","value":"oneshot"}]},{"displayName":"Indexed Real Time Offset","name":"indexedRealtimeOffset","type":"number","default":0,"description":"Seconds of disk sync delay for indexed real-time search"},{"displayName":"Latest Index","name":"index_latest","type":"dateTime","default":"","description":"The latest index time for the search (inclusive)"},{"displayName":"Latest Time","name":"latest_time","type":"dateTime","default":"","description":"The latest cut-off for the search (inclusive)"},{"displayName":"Max Time","name":"max_time","type":"number","default":0,"description":"Number of seconds to run this search before finalizing. Enter <code>0</code> to never finalize."},{"displayName":"Namespace","name":"namespace","type":"string","default":"","description":"Application namespace in which to restrict searches"},{"displayName":"Reduce Frequency","name":"reduce_freq","type":"number","default":0,"description":"How frequently to run the MapReduce reduce phase on accumulated map values"},{"displayName":"Remote Server List","name":"remote_server_list","type":"string","default":"","description":"Comma-separated list of (possibly wildcarded) servers from which raw events should be pulled. This same server list is to be used in subsearches."},{"displayName":"Reuse Limit (Seconds)","name":"reuse_max_seconds_ago","type":"number","default":0,"description":"Number of seconds ago to check when an identical search is started and return the job’s search ID instead of starting a new job"},{"displayName":"Required Field","name":"rf","type":"string","default":"","description":"Name of a required field to add to the search. Even if not referenced or used directly by the search, a required field is still included in events and summary endpoints."},{"displayName":"Search Mode","name":"search_mode","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Real Time","value":"realtime"}]},{"displayName":"Status Buckets","name":"status_buckets","type":"number","default":0,"description":"The most status buckets to generate. Set <code>0</code> generate no timeline information."},{"displayName":"Timeout","name":"timeout","type":"number","default":86400,"description":"Number of seconds to keep this search after processing has stopped"},{"displayName":"Workload Pool","name":"workload_pool","type":"string","default":"","description":"New workload pool where the existing running search should be placed"}],"displayOptions":{"show":{"resource":["search"],"operation":["create"]}}},{"displayName":"Search Job","name":"searchJobId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a search job...","typeOptions":{"searchListMethod":"searchJobs","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1718944376.178"}],"displayOptions":{"show":{"resource":["search"],"operation":["deleteJob"]}}},{"displayName":"Search Job","name":"searchJobId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a search job...","typeOptions":{"searchListMethod":"searchJobs","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1718944376.178"}],"displayOptions":{"show":{"resource":["search"],"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":["search"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"returnAll":[false],"resource":["search"],"operation":["getAll"]}}},{"displayName":"Sort","name":"sort","type":"fixedCollection","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Sort Direction","name":"sort_dir","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"},{"displayName":"Sort Key","name":"sort_key","description":"Key name to use for sorting","type":"string","placeholder":"e.g. diskUsage","default":""},{"displayName":"Sort Mode","name":"sort_mode","type":"options","options":[{"name":"Automatic","value":"auto","description":"If all field values are numeric, collate numerically. Otherwise, collate alphabetically."},{"name":"Alphabetic","value":"alpha","description":"Collate alphabetically, case-insensitive"},{"name":"Alphabetic and Case-Sensitive","value":"alpha_case","description":"Collate alphabetically, case-sensitive"},{"name":"Numeric","value":"num","description":"Collate numerically"}],"default":"auto"}]}],"displayOptions":{"show":{"resource":["search"],"operation":["getAll"]}}},{"displayName":"Search Job","name":"searchJobId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a search job...","typeOptions":{"searchListMethod":"searchJobs","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. 1718944376.178"}],"displayOptions":{"show":{"resource":["search"],"operation":["getResult"]}}},{"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":["search"],"operation":["getResult"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"returnAll":[false],"resource":["search"],"operation":["getResult"]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Key-Value Match","name":"keyValueMatch","description":"Key-value pair to match against. Example: if \"Key\" is set to <code>user</code> and \"Field\" is set to <code>john</code>, only the results where <code>user</code> is <code>john</code> will be returned.","type":"fixedCollection","default":{},"placeholder":"Add Key-Value Pair","options":[{"displayName":"Key-Value Pair","name":"keyValuePair","values":[{"displayName":"Key","name":"key","description":"Key to match against","type":"string","default":""},{"displayName":"Value","name":"value","description":"Value to match against","type":"string","default":""}]}]}],"displayOptions":{"show":{"resource":["search"],"operation":["getResult"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Add Summary to Metadata","name":"add_summary_to_metadata","description":"Whether to include field summary statistics in the response","type":"boolean","default":false}],"displayOptions":{"show":{"resource":["search"],"operation":["getResult"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create an user","action":"Create a user"},{"name":"Delete","value":"deleteUser","description":"Delete an user","action":"Delete a user"},{"name":"Get","value":"get","description":"Retrieve an user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Retrieve many users","action":"Get many users"},{"name":"Update","value":"update","description":"Update an user","action":"Update a user"}],"default":"create"},{"displayName":"Name","name":"name","description":"Login name of the user","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Roles","name":"roles","type":"multiOptions","description":"Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true,"default":["user"],"typeOptions":{"loadOptionsMethod":"getRoles"},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Full Name","name":"realname","type":"string","default":"","description":"Full name of the user"}],"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"searchUsers","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. admin"}],"displayOptions":{"show":{"resource":["user"],"operation":["deleteUser"]}}},{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"searchUsers","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. admin"}],"displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"returnAll":[false],"resource":["user"],"operation":["getAll"]}}},{"displayName":"User","name":"userId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a user...","typeOptions":{"searchListMethod":"searchUsers","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. admin"}],"displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Full Name","name":"realname","type":"string","default":"","description":"Full name of the user"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Role Names or IDs","name":"roles","type":"multiOptions","description":"Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getRoles"}}],"displayOptions":{"show":{"resource":["user"],"operation":["update"]}}}],"usableAsTool":true,"iconUrl":"icons/n8n-nodes-base/dist/nodes/Splunk/splunk.svg","codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.splunk/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/splunk/"}]}}},
{"displayName":"Splunk","name":"splunk","group":["transform"],"description":"Consume the Splunk Enterprise API","defaultVersion":2,"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Splunk"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"splunkApi","required":true}],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Fired Alert","value":"firedAlert"},{"name":"Search Configuration","value":"searchConfiguration"},{"name":"Search Job","value":"searchJob"},{"name":"Search Result","value":"searchResult"},{"name":"User","value":"user"}],"default":"searchJob"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["firedAlert"]}},"options":[{"name":"Get Report","value":"getReport","description":"Retrieve a fired alerts report","action":"Get a fired alerts report"}],"default":"getReport"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["searchConfiguration"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a search configuration","action":"Delete a search configuration"},{"name":"Get","value":"get","description":"Retrieve a search configuration","action":"Get a search configuration"},{"name":"Get Many","value":"getAll","description":"Retrieve many search configurations","action":"Get many search configurations"}],"default":"delete"},{"displayName":"Search Configuration ID","name":"searchConfigurationId","description":"ID of the search configuration to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["searchConfiguration"],"operation":["delete"]}}},{"displayName":"Search Configuration ID","name":"searchConfigurationId","description":"ID of the search configuration to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["searchConfiguration"],"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":["searchConfiguration"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["searchConfiguration"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["searchConfiguration"],"operation":["getAll"]}},"options":[{"displayName":"Add Orphan Field","name":"add_orphan_field","description":"Whether to include a boolean value for each saved search to show whether the search is orphaned, meaning that it has no valid owner","type":"boolean","default":false},{"displayName":"List Default Actions","name":"listDefaultActionArgs","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["searchJob"]}},"options":[{"name":"Create","value":"create","description":"Create a search job","action":"Create a search job"},{"name":"Delete","value":"delete","description":"Delete a search job","action":"Delete a search job"},{"name":"Get","value":"get","description":"Retrieve a search job","action":"Get a search job"},{"name":"Get Many","value":"getAll","description":"Retrieve many search jobs","action":"Get many search jobs"}],"default":"create"},{"displayName":"Query","name":"search","description":"Search language string to execute, in Splunk's <a href=\"https://docs.splunk.com/Documentation/Splunk/latest/SearchReference/WhatsInThisManual\">Search Processing Language</a>","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["searchJob"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["searchJob"],"operation":["create"]}},"options":[{"displayName":"Ad Hoc Search Level","name":"adhoc_search_level","type":"options","default":"verbose","options":[{"name":"Fast","value":"fast"},{"name":"Smart","value":"smart"},{"name":"Verbose","value":"verbose"}]},{"displayName":"Auto-Cancel After (Seconds)","name":"auto_cancel","type":"number","default":0,"description":"Seconds after which the search job automatically cancels"},{"displayName":"Auto-Finalize After (Num Events)","name":"auto_finalize_ec","type":"number","default":0,"description":"Auto-finalize the search after at least this many events are processed"},{"displayName":"Auto Pause After (Seconds)","name":"auto_pause","type":"number","default":0,"description":"Seconds of inactivity after which the search job automatically pauses"},{"displayName":"Earliest Index","name":"index_earliest","type":"dateTime","default":"","description":"The earliest index time for the search (inclusive)"},{"displayName":"Earliest Time","name":"earliest_time","type":"dateTime","default":"","description":"The earliest cut-off for the search (inclusive)"},{"displayName":"Exec Mode","name":"exec_mode","type":"options","default":"blocking","options":[{"name":"Blocking","value":"blocking"},{"name":"Normal","value":"normal"},{"name":"One Shot","value":"oneshot"}]},{"displayName":"Indexed Real Time Offset","name":"indexedRealtimeOffset","type":"number","default":0,"description":"Seconds of disk sync delay for indexed real-time search"},{"displayName":"Latest Index","name":"index_latest","type":"dateTime","default":"","description":"The latest index time for the search (inclusive)"},{"displayName":"Latest Time","name":"latest_time","type":"dateTime","default":"","description":"The latest cut-off for the search (inclusive)"},{"displayName":"Max Time","name":"max_time","type":"number","default":0,"description":"Number of seconds to run this search before finalizing. Enter <code>0</code> to never finalize."},{"displayName":"Namespace","name":"namespace","type":"string","default":"","description":"Application namespace in which to restrict searches"},{"displayName":"Reduce Frequency","name":"reduce_freq","type":"number","default":0,"description":"How frequently to run the MapReduce reduce phase on accumulated map values"},{"displayName":"Remote Server List","name":"remote_server_list","type":"string","default":"","description":"Comma-separated list of (possibly wildcarded) servers from which raw events should be pulled. This same server list is to be used in subsearches."},{"displayName":"Reuse Limit (Seconds)","name":"reuse_max_seconds_ago","type":"number","default":0,"description":"Number of seconds ago to check when an identical search is started and return the job’s search ID instead of starting a new job"},{"displayName":"Required Field","name":"rf","type":"string","default":"","description":"Name of a required field to add to the search. Even if not referenced or used directly by the search, a required field is still included in events and summary endpoints."},{"displayName":"Search Mode","name":"search_mode","type":"options","default":"normal","options":[{"name":"Normal","value":"normal"},{"name":"Real Time","value":"realtime"}]},{"displayName":"Status Buckets","name":"status_buckets","type":"number","default":0,"description":"The most status buckets to generate. Set <code>0</code> generate no timeline information."},{"displayName":"Timeout","name":"timeout","type":"number","default":86400,"description":"Number of seconds to keep this search after processing has stopped"},{"displayName":"Workload Pool","name":"workload_pool","type":"string","default":"","description":"New workload pool where the existing running search should be placed"}]},{"displayName":"Search ID","name":"searchJobId","description":"ID of the search job to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["searchJob"],"operation":["delete"]}}},{"displayName":"Search ID","name":"searchJobId","description":"ID of the search job to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["searchJob"],"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":["searchJob"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["searchJob"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["searchJob"],"operation":["getAll"]}},"options":[{"displayName":"Sort Direction","name":"sort_dir","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"},{"displayName":"Sort Key","name":"sort_key","description":"Key name to use for sorting","type":"string","default":""},{"displayName":"Sort Mode","name":"sort_mode","type":"options","options":[{"name":"Automatic","value":"auto","description":"If all field values are numeric, collate numerically. Otherwise, collate alphabetically."},{"name":"Alphabetic","value":"alpha","description":"Collate alphabetically, case-insensitive"},{"name":"Alphabetic and Case-Sensitive","value":"alpha_case","description":"Collate alphabetically, case-sensitive"},{"name":"Numeric","value":"num","description":"Collate numerically"}],"default":"auto"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["searchResult"]}},"options":[{"name":"Get Many","value":"getAll","description":"Retrieve many search results for a search job","action":"Get many search results"}],"default":"getAll"},{"displayName":"Search ID","name":"searchJobId","description":"ID of the search whose results to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["searchResult"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["searchResult"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["searchResult"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["searchResult"],"operation":["getAll"]}},"options":[{"displayName":"Key-Value Match","name":"keyValueMatch","description":"Key-value pair to match against. Example: if \"Key\" is set to <code>user</code> and \"Field\" is set to <code>john</code>, only the results where <code>user</code> is <code>john</code> will be returned.","type":"fixedCollection","default":{},"placeholder":"Add Key-Value Pair","options":[{"displayName":"Key-Value Pair","name":"keyValuePair","values":[{"displayName":"Key","name":"key","description":"Key to match against","type":"string","default":""},{"displayName":"Value","name":"value","description":"Value to match against","type":"string","default":""}]}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["searchResult"],"operation":["getAll"]}},"options":[{"displayName":"Add Summary to Metadata","name":"add_summary_to_metadata","description":"Whether to include field summary statistics in the response","type":"boolean","default":false}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create an user","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete an user","action":"Delete a user"},{"name":"Get","value":"get","description":"Retrieve an user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Retrieve many users","action":"Get many users"},{"name":"Update","value":"update","description":"Update an user","action":"Update a user"}],"default":"create"},{"displayName":"Name","name":"name","description":"Login name of the user","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Role Names or IDs","name":"roles","type":"multiOptions","description":"Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getRoles"},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Full Name","name":"realname","type":"string","default":"","description":"Full name of the user"}]},{"displayName":"User ID","name":"userId","description":"ID of the user to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"User ID","name":"userId","description":"ID of the user to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"User ID","name":"userId","description":"ID of the user to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Full Name","name":"realname","type":"string","default":"","description":"Full name of the user"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":""},{"displayName":"Role Names or IDs","name":"roles","type":"multiOptions","description":"Comma-separated list of roles to assign to the user. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":[],"typeOptions":{"loadOptionsMethod":"getRoles"}}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Splunk/splunk.svg","codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.splunk/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/splunk/"}]}}},
{"displayName":"Spotify","name":"spotify","group":["input"],"version":1,"description":"Access public song data via the Spotify API","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Spotify"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"spotifyOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Album","value":"album"},{"name":"Artist","value":"artist"},{"name":"Library","value":"library"},{"name":"My Data","value":"myData"},{"name":"Player","value":"player"},{"name":"Playlist","value":"playlist"},{"name":"Track","value":"track"}],"default":"player"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["player"]}},"options":[{"name":"Add Song to Queue","value":"addSongToQueue","description":"Add a song to your queue","action":"Add a song to a queue"},{"name":"Currently Playing","value":"currentlyPlaying","description":"Get your currently playing track","action":"Get the currently playing track"},{"name":"Next Song","value":"nextSong","description":"Skip to your next track","action":"Skip to the next track"},{"name":"Pause","value":"pause","description":"Pause your music","action":"Pause the player"},{"name":"Previous Song","value":"previousSong","description":"Skip to your previous song","action":"Skip to the previous song"},{"name":"Recently Played","value":"recentlyPlayed","description":"Get your recently played tracks","action":"Get the recently played tracks"},{"name":"Resume","value":"resume","description":"Resume playback on the current active device","action":"Resume the player"},{"name":"Set Volume","value":"volume","description":"Set volume on the current active device","action":"Set volume on the player"},{"name":"Start Music","value":"startMusic","description":"Start playing a playlist, artist, or album","action":"Start music on the player"}],"default":"addSongToQueue"},{"displayName":"Resource ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["player"],"operation":["startMusic"]}},"placeholder":"spotify:album:1YZ3k65Mqw3G8FzYlW1mmp","description":"Enter a playlist, artist, or album URI or ID"},{"displayName":"Track ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["player"],"operation":["addSongToQueue"]}},"placeholder":"spotify:track:0xE4LEFzSNGsz1F6kvXsHU","description":"Enter a track URI or ID"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["album"]}},"options":[{"name":"Get","value":"get","description":"Get an album by URI or ID","action":"Get an album"},{"name":"Get New Releases","value":"getNewReleases","description":"Get a list of new album releases","action":"Get new album releases"},{"name":"Get Tracks","value":"getTracks","description":"Get an album's tracks by URI or ID","action":"Get an album's tracks by URI or ID"},{"name":"Search","value":"search","description":"Search albums by keyword","action":"Search albums by keyword"}],"default":"get"},{"displayName":"Album ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["album"],"operation":["get","getTracks"]},"hide":{"operation":["search"]}},"placeholder":"spotify:album:1YZ3k65Mqw3G8FzYlW1mmp","description":"The album's Spotify URI or ID"},{"displayName":"Search Keyword","name":"query","type":"string","required":true,"default":"","description":"The keyword term to search for","displayOptions":{"show":{"resource":["album"],"operation":["search"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["artist"]}},"options":[{"name":"Get","value":"get","description":"Get an artist by URI or ID","action":"Get an artist"},{"name":"Get Albums","value":"getAlbums","description":"Get an artist's albums by URI or ID","action":"Get an artist's albums by URI or ID"},{"name":"Get Related Artists","value":"getRelatedArtists","description":"Get an artist's related artists by URI or ID","action":"Get an artist's related artists by URI or ID"},{"name":"Get Top Tracks","value":"getTopTracks","description":"Get an artist's top tracks by URI or ID","action":"Get an artist's top tracks by URI or ID"},{"name":"Search","value":"search","description":"Search artists by keyword","action":"Search artists by keyword"}],"default":"get"},{"displayName":"Artist ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["artist"]},"hide":{"operation":["search"]}},"placeholder":"spotify:artist:4LLpKhyESsyAXpc4laK94U","description":"The artist's Spotify URI or ID"},{"displayName":"Country","name":"country","type":"string","default":"US","required":true,"displayOptions":{"show":{"resource":["artist"],"operation":["getTopTracks"]}},"placeholder":"US","description":"Top tracks in which country? Enter the postal abbreviation"},{"displayName":"Search Keyword","name":"query","type":"string","required":true,"default":"","description":"The keyword term to search for","displayOptions":{"show":{"resource":["artist"],"operation":["search"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["playlist"]}},"options":[{"name":"Add an Item","value":"add","description":"Add tracks to a playlist by track and playlist URI or ID","action":"Add an Item to a playlist"},{"name":"Create a Playlist","value":"create","description":"Create a new playlist","action":"Create a playlist"},{"name":"Get","value":"get","description":"Get a playlist by URI or ID","action":"Get a playlist"},{"name":"Get the User's Playlists","value":"getUserPlaylists","description":"Get a user's playlists","action":"Get a user's playlists"},{"name":"Get Tracks","value":"getTracks","description":"Get a playlist's tracks by URI or ID","action":"Get a playlist's tracks by URI or ID"},{"name":"Remove an Item","value":"delete","description":"Remove tracks from a playlist by track and playlist URI or ID","action":"Remove an item from a playlist"},{"name":"Search","value":"search","description":"Search playlists by keyword","action":"Search playlists by keyword"}],"default":"add"},{"displayName":"Playlist ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["playlist"],"operation":["add","delete","get","getTracks"]}},"placeholder":"spotify:playlist:37i9dQZF1DWUhI3iC1khPH","description":"The playlist's Spotify URI or its ID"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["playlist"],"operation":["create"]}},"placeholder":"Favorite Songs","description":"Name of the playlist to create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["playlist"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","placeholder":"These are all my favorite songs.","description":"Description for the playlist to create"},{"displayName":"Public","name":"public","type":"boolean","default":true,"description":"Whether the playlist is publicly accessible"}]},{"displayName":"Track ID","name":"trackID","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["playlist"],"operation":["add","delete"]}},"placeholder":"spotify:track:0xE4LEFzSNGsz1F6kvXsHU","description":"The track's Spotify URI or its ID. The track to add/delete from the playlist."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["playlist"],"operation":["add"]}},"options":[{"displayName":"Position","name":"position","type":"number","typeOptions":{"minValue":0},"default":0,"placeholder":"0","description":"The new track's position in the playlist"}]},{"displayName":"Search Keyword","name":"query","type":"string","required":true,"default":"","description":"The keyword term to search for","displayOptions":{"show":{"resource":["playlist"],"operation":["search"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["track"]}},"options":[{"name":"Get","value":"get","description":"Get a track by its URI or ID","action":"Get a track"},{"name":"Get Audio Features","value":"getAudioFeatures","description":"Get audio features for a track by URI or ID","action":"Get audio features of a track"},{"name":"Search","value":"search","description":"Search tracks by keyword","action":"Search tracks by keyword"}],"default":"track"},{"displayName":"Track ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["track"]},"hide":{"operation":["search"]}},"placeholder":"spotify:track:0xE4LEFzSNGsz1F6kvXsHU","description":"The track's Spotify URI or ID"},{"displayName":"Search Keyword","name":"query","type":"string","required":true,"default":"","description":"The keyword term to search for","displayOptions":{"show":{"resource":["track"],"operation":["search"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["library"]}},"options":[{"name":"Get Liked Tracks","value":"getLikedTracks","description":"Get the user's liked tracks","action":"Get liked tracks"}],"default":"getLikedTracks"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["myData"]}},"options":[{"name":"Get Following Artists","value":"getFollowingArtists","description":"Get your followed artists","action":"Get your followed artists"}],"default":"getFollowingArtists"},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"resource":["album","artist","library","myData","playlist","track","player"],"operation":["getTracks","getAlbums","getUserPlaylists","getNewReleases","getLikedTracks","getFollowingArtists","search","recentlyPlayed"]}},"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","default":50,"required":true,"displayOptions":{"show":{"resource":["album","artist","library","playlist","track"],"operation":["getTracks","getAlbums","getUserPlaylists","getNewReleases","getLikedTracks","search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"description":"Max number of results to return"},{"displayName":"Limit","name":"limit","type":"number","default":50,"required":true,"displayOptions":{"show":{"resource":["myData","player"],"operation":["getFollowingArtists","recentlyPlayed"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":50},"description":"Max number of results to return"},{"displayName":"Volume","name":"volumePercent","type":"number","default":50,"required":true,"displayOptions":{"show":{"resource":["player"],"operation":["volume"]}},"typeOptions":{"minValue":0,"maxValue":100},"description":"The volume percentage to set"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["album"],"operation":["getNewReleases"]}},"options":[{"displayName":"Country","name":"country","type":"options","default":"US","options":[{"name":"Afghanistan","value":"AF"},{"name":"Åland Islands","value":"AX"},{"name":"Albania","value":"AL"},{"name":"Algeria","value":"DZ"},{"name":"American Samoa","value":"AS"},{"name":"Andorra","value":"AD"},{"name":"Angola","value":"AO"},{"name":"Anguilla","value":"AI"},{"name":"Antarctica","value":"AQ"},{"name":"Antigua and Barbuda","value":"AG"},{"name":"Argentina","value":"AR"},{"name":"Armenia","value":"AM"},{"name":"Aruba","value":"AW"},{"name":"Australia","value":"AU"},{"name":"Austria","value":"AT"},{"name":"Azerbaijan","value":"AZ"},{"name":"Bahamas (the)","value":"BS"},{"name":"Bahrain","value":"BH"},{"name":"Bangladesh","value":"BD"},{"name":"Barbados","value":"BB"},{"name":"Belarus","value":"BY"},{"name":"Belgium","value":"BE"},{"name":"Belize","value":"BZ"},{"name":"Benin","value":"BJ"},{"name":"Bermuda","value":"BM"},{"name":"Bhutan","value":"BT"},{"name":"Bolivia (Plurinational State of)","value":"BO"},{"name":"Bonaire, Sint Eustatius and Saba","value":"BQ"},{"name":"Bosnia and Herzegovina","value":"BA"},{"name":"Botswana","value":"BW"},{"name":"Bouvet Island","value":"BV"},{"name":"Brazil","value":"BR"},{"name":"British Indian Ocean Territory (the)","value":"IO"},{"name":"Brunei Darussalam","value":"BN"},{"name":"Bulgaria","value":"BG"},{"name":"Burkina Faso","value":"BF"},{"name":"Burundi","value":"BI"},{"name":"Cabo Verde","value":"CV"},{"name":"Cambodia","value":"KH"},{"name":"Cameroon","value":"CM"},{"name":"Canada","value":"CA"},{"name":"Cayman Islands (the)","value":"KY"},{"name":"Central African Republic (the)","value":"CF"},{"name":"Chad","value":"TD"},{"name":"Chile","value":"CL"},{"name":"China","value":"CN"},{"name":"Christmas Island","value":"CX"},{"name":"Cocos (Keeling) Islands (the)","value":"CC"},{"name":"Colombia","value":"CO"},{"name":"Comoros (the)","value":"KM"},{"name":"Congo (the Democratic Republic of the)","value":"CD"},{"name":"Congo (the)","value":"CG"},{"name":"Cook Islands (the)","value":"CK"},{"name":"Costa Rica","value":"CR"},{"name":"Côte d'Ivoire","value":"CI"},{"name":"Croatia","value":"HR"},{"name":"Cuba","value":"CU"},{"name":"Curaçao","value":"CW"},{"name":"Cyprus","value":"CY"},{"name":"Czechia","value":"CZ"},{"name":"Denmark","value":"DK"},{"name":"Djibouti","value":"DJ"},{"name":"Dominica","value":"DM"},{"name":"Dominican Republic (the)","value":"DO"},{"name":"Ecuador","value":"EC"},{"name":"Egypt","value":"EG"},{"name":"El Salvador","value":"SV"},{"name":"Equatorial Guinea","value":"GQ"},{"name":"Eritrea","value":"ER"},{"name":"Estonia","value":"EE"},{"name":"Ethiopia","value":"ET"},{"name":"Falkland Islands (the) [Malvinas]","value":"FK"},{"name":"Faroe Islands (the)","value":"FO"},{"name":"Fiji","value":"FJ"},{"name":"Finland","value":"FI"},{"name":"France","value":"FR"},{"name":"French Guiana","value":"GF"},{"name":"French Polynesia","value":"PF"},{"name":"French Southern Territories (the)","value":"TF"},{"name":"Gabon","value":"GA"},{"name":"Gambia (the)","value":"GM"},{"name":"Georgia","value":"GE"},{"name":"Germany","value":"DE"},{"name":"Ghana","value":"GH"},{"name":"Gibraltar","value":"GI"},{"name":"Greece","value":"GR"},{"name":"Greenland","value":"GL"},{"name":"Grenada","value":"GD"},{"name":"Guadeloupe","value":"GP"},{"name":"Guam","value":"GU"},{"name":"Guatemala","value":"GT"},{"name":"Guernsey","value":"GG"},{"name":"Guinea","value":"GN"},{"name":"Guinea-Bissau","value":"GW"},{"name":"Guyana","value":"GY"},{"name":"Haiti","value":"HT"},{"name":"Heard Island and McDonald Islands","value":"HM"},{"name":"Holy See (the)","value":"VA"},{"name":"Honduras","value":"HN"},{"name":"Hong Kong","value":"HK"},{"name":"Hungary","value":"HU"},{"name":"Iceland","value":"IS"},{"name":"India","value":"IN"},{"name":"Indonesia","value":"ID"},{"name":"Iran (Islamic Republic of)","value":"IR"},{"name":"Iraq","value":"IQ"},{"name":"Ireland","value":"IE"},{"name":"Isle of Man","value":"IM"},{"name":"Israel","value":"IL"},{"name":"Italy","value":"IT"},{"name":"Jamaica","value":"JM"},{"name":"Japan","value":"JP"},{"name":"Jersey","value":"JE"},{"name":"Jordan","value":"JO"},{"name":"Kazakhstan","value":"KZ"},{"name":"Kenya","value":"KE"},{"name":"Kiribati","value":"KI"},{"name":"Korea (the Democratic People's Republic of)","value":"KP"},{"name":"Korea (the Republic of)","value":"KR"},{"name":"Kuwait","value":"KW"},{"name":"Kyrgyzstan","value":"KG"},{"name":"Lao People's Democratic Republic (the)","value":"LA"},{"name":"Latvia","value":"LV"},{"name":"Lebanon","value":"LB"},{"name":"Lesotho","value":"LS"},{"name":"Liberia","value":"LR"},{"name":"Libya","value":"LY"},{"name":"Liechtenstein","value":"LI"},{"name":"Lithuania","value":"LT"},{"name":"Luxembourg","value":"LU"},{"name":"Macao","value":"MO"},{"name":"Macedonia (the former Yugoslav Republic of)","value":"MK"},{"name":"Madagascar","value":"MG"},{"name":"Malawi","value":"MW"},{"name":"Malaysia","value":"MY"},{"name":"Maldives","value":"MV"},{"name":"Mali","value":"ML"},{"name":"Malta","value":"MT"},{"name":"Marshall Islands (the)","value":"MH"},{"name":"Martinique","value":"MQ"},{"name":"Mauritania","value":"MR"},{"name":"Mauritius","value":"MU"},{"name":"Mayotte","value":"YT"},{"name":"Mexico","value":"MX"},{"name":"Micronesia (Federated States of)","value":"FM"},{"name":"Moldova (the Republic of)","value":"MD"},{"name":"Monaco","value":"MC"},{"name":"Mongolia","value":"MN"},{"name":"Montenegro","value":"ME"},{"name":"Montserrat","value":"MS"},{"name":"Morocco","value":"MA"},{"name":"Mozambique","value":"MZ"},{"name":"Myanmar","value":"MM"},{"name":"Namibia","value":"NA"},{"name":"Nauru","value":"NR"},{"name":"Nepal","value":"NP"},{"name":"Netherlands (the)","value":"NL"},{"name":"New Caledonia","value":"NC"},{"name":"New Zealand","value":"NZ"},{"name":"Nicaragua","value":"NI"},{"name":"Niger (the)","value":"NE"},{"name":"Nigeria","value":"NG"},{"name":"Niue","value":"NU"},{"name":"Norfolk Island","value":"NF"},{"name":"Northern Mariana Islands (the)","value":"MP"},{"name":"Norway","value":"NO"},{"name":"Oman","value":"OM"},{"name":"Pakistan","value":"PK"},{"name":"Palau","value":"PW"},{"name":"Palestine, State of","value":"PS"},{"name":"Panama","value":"PA"},{"name":"Papua New Guinea","value":"PG"},{"name":"Paraguay","value":"PY"},{"name":"Peru","value":"PE"},{"name":"Philippines (the)","value":"PH"},{"name":"Pitcairn","value":"PN"},{"name":"Poland","value":"PL"},{"name":"Portugal","value":"PT"},{"name":"Puerto Rico","value":"PR"},{"name":"Qatar","value":"QA"},{"name":"Réunion","value":"RE"},{"name":"Romania","value":"RO"},{"name":"Russian Federation (the)","value":"RU"},{"name":"Rwanda","value":"RW"},{"name":"Saint Barthélemy","value":"BL"},{"name":"Saint Helena, Ascension and Tristan da Cunha","value":"SH"},{"name":"Saint Kitts and Nevis","value":"KN"},{"name":"Saint Lucia","value":"LC"},{"name":"Saint Martin (French part)","value":"MF"},{"name":"Saint Pierre and Miquelon","value":"PM"},{"name":"Saint Vincent and the Grenadines","value":"VC"},{"name":"Samoa","value":"WS"},{"name":"San Marino","value":"SM"},{"name":"Sao Tome and Principe","value":"ST"},{"name":"Saudi Arabia","value":"SA"},{"name":"Senegal","value":"SN"},{"name":"Serbia","value":"RS"},{"name":"Seychelles","value":"SC"},{"name":"Sierra Leone","value":"SL"},{"name":"Singapore","value":"SG"},{"name":"Sint Maarten (Dutch part)","value":"SX"},{"name":"Slovakia","value":"SK"},{"name":"Slovenia","value":"SI"},{"name":"Solomon Islands","value":"SB"},{"name":"Somalia","value":"SO"},{"name":"South Africa","value":"ZA"},{"name":"South Georgia and the South Sandwich Islands","value":"GS"},{"name":"South Sudan","value":"SS"},{"name":"Spain","value":"ES"},{"name":"Sri Lanka","value":"LK"},{"name":"Sudan (the)","value":"SD"},{"name":"Suriname","value":"SR"},{"name":"Svalbard and Jan Mayen","value":"SJ"},{"name":"Swaziland","value":"SZ"},{"name":"Sweden","value":"SE"},{"name":"Switzerland","value":"CH"},{"name":"Syrian Arab Republic","value":"SY"},{"name":"Taiwan (Province of China)","value":"TW"},{"name":"Tajikistan","value":"TJ"},{"name":"Tanzania, United Republic of","value":"TZ"},{"name":"Thailand","value":"TH"},{"name":"Timor-Leste","value":"TL"},{"name":"Togo","value":"TG"},{"name":"Tokelau","value":"TK"},{"name":"Tonga","value":"TO"},{"name":"Trinidad and Tobago","value":"TT"},{"name":"Tunisia","value":"TN"},{"name":"Turkey","value":"TR"},{"name":"Turkmenistan","value":"TM"},{"name":"Turks and Caicos Islands (the)","value":"TC"},{"name":"Tuvalu","value":"TV"},{"name":"Uganda","value":"UG"},{"name":"Ukraine","value":"UA"},{"name":"United Arab Emirates (the)","value":"AE"},{"name":"United Kingdom of Great Britain and Northern Ireland (the)","value":"GB"},{"name":"United States Minor Outlying Islands (the)","value":"UM"},{"name":"United States of America (the)","value":"US"},{"name":"Uruguay","value":"UY"},{"name":"Uzbekistan","value":"UZ"},{"name":"Vanuatu","value":"VU"},{"name":"Venezuela (Bolivarian Republic of)","value":"VE"},{"name":"Viet Nam","value":"VN"},{"name":"Virgin Islands (British)","value":"VG"},{"name":"Virgin Islands (U.S.)","value":"VI"},{"name":"Wallis and Futuna","value":"WF"},{"name":"Western Sahara*","value":"EH"},{"name":"Yemen","value":"YE"},{"name":"Zambia","value":"ZM"},{"name":"Zimbabwe","value":"ZW"}],"description":"Country to filter new releases by"}]},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["playlist","artist","track","album"],"operation":["search"]}},"options":[{"displayName":"Country","name":"market","type":"options","options":[{"name":"Afghanistan","value":"AF"},{"name":"Åland Islands","value":"AX"},{"name":"Albania","value":"AL"},{"name":"Algeria","value":"DZ"},{"name":"American Samoa","value":"AS"},{"name":"Andorra","value":"AD"},{"name":"Angola","value":"AO"},{"name":"Anguilla","value":"AI"},{"name":"Antarctica","value":"AQ"},{"name":"Antigua and Barbuda","value":"AG"},{"name":"Argentina","value":"AR"},{"name":"Armenia","value":"AM"},{"name":"Aruba","value":"AW"},{"name":"Australia","value":"AU"},{"name":"Austria","value":"AT"},{"name":"Azerbaijan","value":"AZ"},{"name":"Bahamas (the)","value":"BS"},{"name":"Bahrain","value":"BH"},{"name":"Bangladesh","value":"BD"},{"name":"Barbados","value":"BB"},{"name":"Belarus","value":"BY"},{"name":"Belgium","value":"BE"},{"name":"Belize","value":"BZ"},{"name":"Benin","value":"BJ"},{"name":"Bermuda","value":"BM"},{"name":"Bhutan","value":"BT"},{"name":"Bolivia (Plurinational State of)","value":"BO"},{"name":"Bonaire, Sint Eustatius and Saba","value":"BQ"},{"name":"Bosnia and Herzegovina","value":"BA"},{"name":"Botswana","value":"BW"},{"name":"Bouvet Island","value":"BV"},{"name":"Brazil","value":"BR"},{"name":"British Indian Ocean Territory (the)","value":"IO"},{"name":"Brunei Darussalam","value":"BN"},{"name":"Bulgaria","value":"BG"},{"name":"Burkina Faso","value":"BF"},{"name":"Burundi","value":"BI"},{"name":"Cabo Verde","value":"CV"},{"name":"Cambodia","value":"KH"},{"name":"Cameroon","value":"CM"},{"name":"Canada","value":"CA"},{"name":"Cayman Islands (the)","value":"KY"},{"name":"Central African Republic (the)","value":"CF"},{"name":"Chad","value":"TD"},{"name":"Chile","value":"CL"},{"name":"China","value":"CN"},{"name":"Christmas Island","value":"CX"},{"name":"Cocos (Keeling) Islands (the)","value":"CC"},{"name":"Colombia","value":"CO"},{"name":"Comoros (the)","value":"KM"},{"name":"Congo (the Democratic Republic of the)","value":"CD"},{"name":"Congo (the)","value":"CG"},{"name":"Cook Islands (the)","value":"CK"},{"name":"Costa Rica","value":"CR"},{"name":"Côte d'Ivoire","value":"CI"},{"name":"Croatia","value":"HR"},{"name":"Cuba","value":"CU"},{"name":"Curaçao","value":"CW"},{"name":"Cyprus","value":"CY"},{"name":"Czechia","value":"CZ"},{"name":"Denmark","value":"DK"},{"name":"Djibouti","value":"DJ"},{"name":"Dominica","value":"DM"},{"name":"Dominican Republic (the)","value":"DO"},{"name":"Ecuador","value":"EC"},{"name":"Egypt","value":"EG"},{"name":"El Salvador","value":"SV"},{"name":"Equatorial Guinea","value":"GQ"},{"name":"Eritrea","value":"ER"},{"name":"Estonia","value":"EE"},{"name":"Ethiopia","value":"ET"},{"name":"Falkland Islands (the) [Malvinas]","value":"FK"},{"name":"Faroe Islands (the)","value":"FO"},{"name":"Fiji","value":"FJ"},{"name":"Finland","value":"FI"},{"name":"France","value":"FR"},{"name":"French Guiana","value":"GF"},{"name":"French Polynesia","value":"PF"},{"name":"French Southern Territories (the)","value":"TF"},{"name":"Gabon","value":"GA"},{"name":"Gambia (the)","value":"GM"},{"name":"Georgia","value":"GE"},{"name":"Germany","value":"DE"},{"name":"Ghana","value":"GH"},{"name":"Gibraltar","value":"GI"},{"name":"Greece","value":"GR"},{"name":"Greenland","value":"GL"},{"name":"Grenada","value":"GD"},{"name":"Guadeloupe","value":"GP"},{"name":"Guam","value":"GU"},{"name":"Guatemala","value":"GT"},{"name":"Guernsey","value":"GG"},{"name":"Guinea","value":"GN"},{"name":"Guinea-Bissau","value":"GW"},{"name":"Guyana","value":"GY"},{"name":"Haiti","value":"HT"},{"name":"Heard Island and McDonald Islands","value":"HM"},{"name":"Holy See (the)","value":"VA"},{"name":"Honduras","value":"HN"},{"name":"Hong Kong","value":"HK"},{"name":"Hungary","value":"HU"},{"name":"Iceland","value":"IS"},{"name":"India","value":"IN"},{"name":"Indonesia","value":"ID"},{"name":"Iran (Islamic Republic of)","value":"IR"},{"name":"Iraq","value":"IQ"},{"name":"Ireland","value":"IE"},{"name":"Isle of Man","value":"IM"},{"name":"Israel","value":"IL"},{"name":"Italy","value":"IT"},{"name":"Jamaica","value":"JM"},{"name":"Japan","value":"JP"},{"name":"Jersey","value":"JE"},{"name":"Jordan","value":"JO"},{"name":"Kazakhstan","value":"KZ"},{"name":"Kenya","value":"KE"},{"name":"Kiribati","value":"KI"},{"name":"Korea (the Democratic People's Republic of)","value":"KP"},{"name":"Korea (the Republic of)","value":"KR"},{"name":"Kuwait","value":"KW"},{"name":"Kyrgyzstan","value":"KG"},{"name":"Lao People's Democratic Republic (the)","value":"LA"},{"name":"Latvia","value":"LV"},{"name":"Lebanon","value":"LB"},{"name":"Lesotho","value":"LS"},{"name":"Liberia","value":"LR"},{"name":"Libya","value":"LY"},{"name":"Liechtenstein","value":"LI"},{"name":"Lithuania","value":"LT"},{"name":"Luxembourg","value":"LU"},{"name":"Macao","value":"MO"},{"name":"Macedonia (the former Yugoslav Republic of)","value":"MK"},{"name":"Madagascar","value":"MG"},{"name":"Malawi","value":"MW"},{"name":"Malaysia","value":"MY"},{"name":"Maldives","value":"MV"},{"name":"Mali","value":"ML"},{"name":"Malta","value":"MT"},{"name":"Marshall Islands (the)","value":"MH"},{"name":"Martinique","value":"MQ"},{"name":"Mauritania","value":"MR"},{"name":"Mauritius","value":"MU"},{"name":"Mayotte","value":"YT"},{"name":"Mexico","value":"MX"},{"name":"Micronesia (Federated States of)","value":"FM"},{"name":"Moldova (the Republic of)","value":"MD"},{"name":"Monaco","value":"MC"},{"name":"Mongolia","value":"MN"},{"name":"Montenegro","value":"ME"},{"name":"Montserrat","value":"MS"},{"name":"Morocco","value":"MA"},{"name":"Mozambique","value":"MZ"},{"name":"Myanmar","value":"MM"},{"name":"Namibia","value":"NA"},{"name":"Nauru","value":"NR"},{"name":"Nepal","value":"NP"},{"name":"Netherlands (the)","value":"NL"},{"name":"New Caledonia","value":"NC"},{"name":"New Zealand","value":"NZ"},{"name":"Nicaragua","value":"NI"},{"name":"Niger (the)","value":"NE"},{"name":"Nigeria","value":"NG"},{"name":"Niue","value":"NU"},{"name":"Norfolk Island","value":"NF"},{"name":"Northern Mariana Islands (the)","value":"MP"},{"name":"Norway","value":"NO"},{"name":"Oman","value":"OM"},{"name":"Pakistan","value":"PK"},{"name":"Palau","value":"PW"},{"name":"Palestine, State of","value":"PS"},{"name":"Panama","value":"PA"},{"name":"Papua New Guinea","value":"PG"},{"name":"Paraguay","value":"PY"},{"name":"Peru","value":"PE"},{"name":"Philippines (the)","value":"PH"},{"name":"Pitcairn","value":"PN"},{"name":"Poland","value":"PL"},{"name":"Portugal","value":"PT"},{"name":"Puerto Rico","value":"PR"},{"name":"Qatar","value":"QA"},{"name":"Réunion","value":"RE"},{"name":"Romania","value":"RO"},{"name":"Russian Federation (the)","value":"RU"},{"name":"Rwanda","value":"RW"},{"name":"Saint Barthélemy","value":"BL"},{"name":"Saint Helena, Ascension and Tristan da Cunha","value":"SH"},{"name":"Saint Kitts and Nevis","value":"KN"},{"name":"Saint Lucia","value":"LC"},{"name":"Saint Martin (French part)","value":"MF"},{"name":"Saint Pierre and Miquelon","value":"PM"},{"name":"Saint Vincent and the Grenadines","value":"VC"},{"name":"Samoa","value":"WS"},{"name":"San Marino","value":"SM"},{"name":"Sao Tome and Principe","value":"ST"},{"name":"Saudi Arabia","value":"SA"},{"name":"Senegal","value":"SN"},{"name":"Serbia","value":"RS"},{"name":"Seychelles","value":"SC"},{"name":"Sierra Leone","value":"SL"},{"name":"Singapore","value":"SG"},{"name":"Sint Maarten (Dutch part)","value":"SX"},{"name":"Slovakia","value":"SK"},{"name":"Slovenia","value":"SI"},{"name":"Solomon Islands","value":"SB"},{"name":"Somalia","value":"SO"},{"name":"South Africa","value":"ZA"},{"name":"South Georgia and the South Sandwich Islands","value":"GS"},{"name":"South Sudan","value":"SS"},{"name":"Spain","value":"ES"},{"name":"Sri Lanka","value":"LK"},{"name":"Sudan (the)","value":"SD"},{"name":"Suriname","value":"SR"},{"name":"Svalbard and Jan Mayen","value":"SJ"},{"name":"Swaziland","value":"SZ"},{"name":"Sweden","value":"SE"},{"name":"Switzerland","value":"CH"},{"name":"Syrian Arab Republic","value":"SY"},{"name":"Taiwan (Province of China)","value":"TW"},{"name":"Tajikistan","value":"TJ"},{"name":"Tanzania, United Republic of","value":"TZ"},{"name":"Thailand","value":"TH"},{"name":"Timor-Leste","value":"TL"},{"name":"Togo","value":"TG"},{"name":"Tokelau","value":"TK"},{"name":"Tonga","value":"TO"},{"name":"Trinidad and Tobago","value":"TT"},{"name":"Tunisia","value":"TN"},{"name":"Turkey","value":"TR"},{"name":"Turkmenistan","value":"TM"},{"name":"Turks and Caicos Islands (the)","value":"TC"},{"name":"Tuvalu","value":"TV"},{"name":"Uganda","value":"UG"},{"name":"Ukraine","value":"UA"},{"name":"United Arab Emirates (the)","value":"AE"},{"name":"United Kingdom of Great Britain and Northern Ireland (the)","value":"GB"},{"name":"United States Minor Outlying Islands (the)","value":"UM"},{"name":"United States of America (the)","value":"US"},{"name":"Uruguay","value":"UY"},{"name":"Uzbekistan","value":"UZ"},{"name":"Vanuatu","value":"VU"},{"name":"Venezuela (Bolivarian Republic of)","value":"VE"},{"name":"Viet Nam","value":"VN"},{"name":"Virgin Islands (British)","value":"VG"},{"name":"Virgin Islands (U.S.)","value":"VI"},{"name":"Wallis and Futuna","value":"WF"},{"name":"Western Sahara*","value":"EH"},{"name":"Yemen","value":"YE"},{"name":"Zambia","value":"ZM"},{"name":"Zimbabwe","value":"ZW"}],"default":"","description":"If a country code is specified, only content that is playable in that market is returned"}]}],"codex":{"categories":["Miscellaneous"],"alias":["Music","Song"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.spotify/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/spotify/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Spotify/spotify.svg"},
{"hidden":true,"displayName":"Spreadsheet File","name":"spreadsheetFile","icon":"fa:table","group":["transform"],"description":"Reads and writes data from a spreadsheet file like CSV, XLS, ODS, etc","defaultVersion":2,"version":2,"defaults":{"name":"Spreadsheet File","color":"#2244FF"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Read From File","value":"fromFile","description":"Reads data from a spreadsheet file","action":"Read data from a spreadsheet file"},{"name":"Write to File","value":"toFile","description":"Writes the workflow data to a spreadsheet file","action":"Write data to a spreadsheet file"}],"default":"fromFile"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"","hint":"The name of the input field containing the file data to be processed","displayOptions":{"show":{"operation":["fromFile"]}}},{"displayName":"File Format","name":"fileFormat","type":"options","options":[{"name":"Autodetect","value":"autodetect"},{"name":"CSV","value":"csv","description":"Comma-separated values"},{"name":"HTML","value":"html","description":"HTML Table"},{"name":"ODS","value":"ods","description":"OpenDocument Spreadsheet"},{"name":"RTF","value":"rtf","description":"Rich Text Format"},{"name":"XLS","value":"xls","description":"Excel"},{"name":"XLSX","value":"xlsx","description":"Excel"}],"default":"autodetect","description":"The format of the binary data to read from","displayOptions":{"show":{"operation":["fromFile"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["fromFile"]}},"options":[{"displayName":"Delimiter","name":"delimiter","type":"string","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":",","placeholder":"e.g. ,","description":"Set the field delimiter, usually a comma"},{"displayName":"Encoding","name":"encoding","type":"options","displayOptions":{"show":{"/fileFormat":["csv"]}},"options":[{"name":"ASCII","value":"ascii"},{"name":"Latin1","value":"latin1"},{"name":"UCS-2","value":"ucs-2"},{"name":"UCS2","value":"ucs2"},{"name":"UTF-8","value":"utf-8"},{"name":"UTF16LE","value":"utf16le"},{"name":"UTF8","value":"utf8"}],"default":"utf-8"},{"displayName":"Exclude Byte Order Mark (BOM)","name":"enableBOM","type":"boolean","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":false,"description":"Whether to detect and exclude the byte-order-mark from the CSV Input if present"},{"displayName":"Preserve Quotes","name":"relaxQuotes","type":"boolean","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":false,"description":"Whether to handle unclosed quotes in CSV fields as part of the field's content instead of throwing a parsing error"},{"displayName":"Header Row","name":"headerRow","type":"boolean","default":true,"description":"Whether the first row of the file contains the header names"},{"displayName":"Include Empty Cells","name":"includeEmptyCells","type":"boolean","default":false,"description":"Whether to include empty cells when reading from file. They will be filled with an empty string."},{"displayName":"Max Number of Rows to Load","name":"maxRowCount","type":"number","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":-1,"placeholder":"e.g. 10","description":"Stop handling records after the requested number of rows are read. Use -1 if you want to load all rows."},{"displayName":"Range","name":"range","type":"string","default":"","description":"The range to read from the table. If set to a number it will be the starting row. If set to string it will be used as A1-style notation range."},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return RAW data, instead of parsing it"},{"displayName":"Read As String","name":"readAsString","type":"boolean","default":false,"description":"In some cases and file formats, it is necessary to read as string to ensure special characters are interpreted correctly"},{"displayName":"Sheet Name","name":"sheetName","type":"string","default":"Sheet","placeholder":"e.g. mySheet","description":"Name of the sheet to read from in the spreadsheet (if supported). If not set, the first one will be chosen."},{"displayName":"Starting Line","name":"fromLine","type":"number","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":0,"placeholder":"e.g. 0","description":"Start handling records from the requested line number. Starts at 0."},{"displayName":"Skip Records With Errors","name":"skipRecordsWithErrors","type":"fixedCollection","default":{"value":{"enabled":true,"maxSkippedRecords":-1}},"options":[{"displayName":"Value","name":"value","values":[{"displayName":"Enabled","name":"enabled","type":"boolean","default":false,"description":"Whether to skip records with errors when reading from file"},{"displayName":"Max Skipped Records","name":"maxSkippedRecords","type":"number","default":-1,"description":"The maximum number of records that can be skipped, will throw an error if exceeded. Set to -1 to remove limit."}]}],"displayOptions":{"show":{"/fileFormat":["csv"]}}}]},{"displayName":"File Format","name":"fileFormat","type":"options","options":[{"name":"CSV","value":"csv","description":"Comma-separated values"},{"name":"HTML","value":"html","description":"HTML Table"},{"name":"ODS","value":"ods","description":"OpenDocument Spreadsheet"},{"name":"RTF","value":"rtf","description":"Rich Text Format"},{"name":"XLS","value":"xls","description":"Excel"},{"name":"XLSX","value":"xlsx","description":"Excel"}],"default":"xls","displayOptions":{"show":{"operation":["toFile"]}},"description":"The format of the file to save the data as"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["toFile"]}},"placeholder":"","hint":"The name of the output binary field to put the file in"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["toFile"]}},"options":[{"displayName":"Compression","name":"compression","type":"boolean","displayOptions":{"show":{"/fileFormat":["xlsx","ods"]}},"default":false,"description":"Whether compression will be applied or not"},{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"File name to set in binary data. By default will \"spreadsheet.&lt;fileFormat&gt;\" be used."},{"displayName":"Header Row","name":"headerRow","type":"boolean","default":true,"description":"Whether the first row of the file contains the header names"},{"displayName":"Sheet Name","name":"sheetName","type":"string","displayOptions":{"show":{"/fileFormat":["ods","xls","xlsx"]}},"default":"Sheet","description":"Name of the sheet to create in the spreadsheet"}]}],"codex":{"categories":["Data & Storage","Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"alias":["_Excel","Excel","CSV","Sheet","Spreadsheet","xls","xlsx","ods"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.converttofile/"}]}}},
{"hidden":true,"displayName":"Spreadsheet File","name":"spreadsheetFile","icon":"fa:table","group":["transform"],"description":"Reads and writes data from a spreadsheet file like CSV, XLS, ODS, etc","defaultVersion":2,"version":1,"defaults":{"name":"Spreadsheet File","color":"#2244FF"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"<strong>New node version available:</strong> get the latest version with added features from the nodes panel.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Read From File","value":"fromFile","description":"Reads data from a spreadsheet file","action":"Read data from a spreadsheet file"},{"name":"Write to File","value":"toFile","description":"Writes the workflow data to a spreadsheet file","action":"Write data to a spreadsheet file"}],"default":"fromFile"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"placeholder":"","hint":"The name of the input field containing the file data to be processed","displayOptions":{"show":{"operation":["fromFile"]}}},{"displayName":"File Format","name":"fileFormat","type":"options","options":[{"name":"CSV","value":"csv","description":"Comma-separated values"},{"name":"HTML","value":"html","description":"HTML Table"},{"name":"ODS","value":"ods","description":"OpenDocument Spreadsheet"},{"name":"RTF","value":"rtf","description":"Rich Text Format"},{"name":"XLS","value":"xls","description":"Excel"},{"name":"XLSX","value":"xlsx","description":"Excel"}],"default":"xls","displayOptions":{"show":{"operation":["toFile"]}},"description":"The format of the file to save the data as"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["toFile"]}},"placeholder":"","hint":"The name of the output binary field to put the file in"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["fromFile"]}},"options":[{"displayName":"Delimiter","name":"delimiter","type":"string","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":",","placeholder":"e.g. ,","description":"Set the field delimiter, usually a comma"},{"displayName":"Encoding","name":"encoding","type":"options","displayOptions":{"show":{"/fileFormat":["csv"]}},"options":[{"name":"ASCII","value":"ascii"},{"name":"Latin1","value":"latin1"},{"name":"UCS-2","value":"ucs-2"},{"name":"UCS2","value":"ucs2"},{"name":"UTF-8","value":"utf-8"},{"name":"UTF16LE","value":"utf16le"},{"name":"UTF8","value":"utf8"}],"default":"utf-8"},{"displayName":"Exclude Byte Order Mark (BOM)","name":"enableBOM","type":"boolean","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":false,"description":"Whether to detect and exclude the byte-order-mark from the CSV Input if present"},{"displayName":"Preserve Quotes","name":"relaxQuotes","type":"boolean","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":false,"description":"Whether to handle unclosed quotes in CSV fields as part of the field's content instead of throwing a parsing error"},{"displayName":"Header Row","name":"headerRow","type":"boolean","default":true,"description":"Whether the first row of the file contains the header names"},{"displayName":"Include Empty Cells","name":"includeEmptyCells","type":"boolean","default":false,"description":"Whether to include empty cells when reading from file. They will be filled with an empty string."},{"displayName":"Max Number of Rows to Load","name":"maxRowCount","type":"number","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":-1,"placeholder":"e.g. 10","description":"Stop handling records after the requested number of rows are read. Use -1 if you want to load all rows."},{"displayName":"Range","name":"range","type":"string","default":"","description":"The range to read from the table. If set to a number it will be the starting row. If set to string it will be used as A1-style notation range."},{"displayName":"RAW Data","name":"rawData","type":"boolean","default":false,"description":"Whether to return RAW data, instead of parsing it"},{"displayName":"Read As String","name":"readAsString","type":"boolean","default":false,"description":"In some cases and file formats, it is necessary to read as string to ensure special characters are interpreted correctly"},{"displayName":"Sheet Name","name":"sheetName","type":"string","default":"Sheet","placeholder":"e.g. mySheet","description":"Name of the sheet to read from in the spreadsheet (if supported). If not set, the first one will be chosen."},{"displayName":"Starting Line","name":"fromLine","type":"number","displayOptions":{"show":{"/fileFormat":["csv"]}},"default":0,"placeholder":"e.g. 0","description":"Start handling records from the requested line number. Starts at 0."},{"displayName":"Skip Records With Errors","name":"skipRecordsWithErrors","type":"fixedCollection","default":{"value":{"enabled":true,"maxSkippedRecords":-1}},"options":[{"displayName":"Value","name":"value","values":[{"displayName":"Enabled","name":"enabled","type":"boolean","default":false,"description":"Whether to skip records with errors when reading from file"},{"displayName":"Max Skipped Records","name":"maxSkippedRecords","type":"number","default":-1,"description":"The maximum number of records that can be skipped, will throw an error if exceeded. Set to -1 to remove limit."}]}],"displayOptions":{"show":{"/fileFormat":["csv"]}}}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["toFile"]}},"options":[{"displayName":"Compression","name":"compression","type":"boolean","displayOptions":{"show":{"/fileFormat":["xlsx","ods"]}},"default":false,"description":"Whether compression will be applied or not"},{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"File name to set in binary data. By default will \"spreadsheet.&lt;fileFormat&gt;\" be used."},{"displayName":"Header Row","name":"headerRow","type":"boolean","default":true,"description":"Whether the first row of the file contains the header names"},{"displayName":"Sheet Name","name":"sheetName","type":"string","displayOptions":{"show":{"/fileFormat":["ods","xls","xlsx"]}},"default":"Sheet","description":"Name of the sheet to create in the spreadsheet"}]}],"codex":{"categories":["Data & Storage","Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"alias":["_Excel","Excel","CSV","Sheet","Spreadsheet","xls","xlsx","ods"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.converttofile/"}]}}},
{"displayName":"SSE Trigger","name":"sseTrigger","icon":"fa:cloud-download-alt","iconColor":"dark-blue","group":["trigger"],"version":1,"description":"Triggers the workflow when Server-Sent Events occur","eventTriggerDescription":"","activationMessage":"You can now make calls to your SSE URL to trigger executions.","defaults":{"name":"SSE Trigger","color":"#225577"},"triggerPanel":{"header":"","executionsHelp":{"inactive":"<b>While building your workflow</b>, click the 'execute step' button, then trigger an SSE event. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Once you're happy with your workflow</b>, publish it. Then every time a change is detected, the workflow will execute. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor.","active":"<b>While building your workflow</b>, click the 'execute step' button, then trigger an SSE event. This will trigger an execution, which will show up in this editor.<br /> <br /><b>Your workflow will also execute automatically</b>, since it's activated. Every time a change is detected, this node will trigger an execution. These executions will show up in the <a data-key='executions'>executions list</a>, but not in the editor."},"activationHint":"Once you’ve finished building your workflow, publish it to have it also listen continuously (you just won’t see those executions here)."},"inputs":[],"outputs":["main"],"properties":[{"displayName":"URL","name":"url","type":"string","default":"","placeholder":"http://example.com","description":"The URL to receive the SSE from","required":true}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.ssetrigger/"}]}}},
{"displayName":"SSH","name":"ssh","icon":"fa:terminal","iconColor":"black","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Execute commands via SSH","defaults":{"name":"SSH","color":"#000000"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"sshPassword","required":true,"testedBy":"sshConnectionTest","displayOptions":{"show":{"authentication":["password"]}}},{"name":"sshPrivateKey","required":true,"testedBy":"sshConnectionTest","displayOptions":{"show":{"authentication":["privateKey"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Password","value":"password"},{"name":"Private Key","value":"privateKey"}],"default":"password"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Command","value":"command"},{"name":"File","value":"file"}],"default":"command"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["command"]}},"options":[{"name":"Execute","value":"execute","description":"Execute a command","action":"Execute a command"}],"default":"execute"},{"displayName":"Command","name":"command","type":"string","displayOptions":{"show":{"resource":["command"],"operation":["execute"]}},"default":"","description":"The command to be executed on a remote device"},{"displayName":"Working Directory","name":"cwd","type":"string","displayOptions":{"show":{"resource":["command"],"operation":["execute"]}},"default":"/","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Download","value":"download","description":"Download a file","action":"Download a file"},{"name":"Upload","value":"upload","description":"Upload a file","action":"Upload a file"}],"default":"upload"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"displayOptions":{"show":{"operation":["upload"],"resource":["file"]}},"placeholder":"","hint":"The name of the input binary field containing the file to be uploaded"},{"displayName":"Target Directory","name":"path","type":"string","displayOptions":{"show":{"resource":["file"],"operation":["upload"]}},"default":"","required":true,"placeholder":"/home/user","description":"The directory to upload the file to. The name of the file does not need to be specified, it's taken from the binary data file name. To override this behavior, set the parameter \"File Name\" under options."},{"displayName":"Path","displayOptions":{"show":{"resource":["file"],"operation":["download"]}},"name":"path","type":"string","default":"","placeholder":"/home/user/invoice.txt","description":"The file path of the file to download. Has to contain the full path including file name.","required":true},{"displayName":"File Property","displayOptions":{"show":{"resource":["file"],"operation":["download"]}},"name":"binaryPropertyName","type":"string","default":"data","description":"Object property name which holds binary data","required":true},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"resource":["file"],"operation":["upload","download"]}},"default":{},"options":[{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"Overrides the binary data file name"}]}],"codex":{"categories":["Core Nodes","Development"],"subcategories":["Helpers"],"alias":["remote"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.ssh/"}]}}},
{"displayName":"Stackby","name":"stackby","group":["transform"],"version":1,"description":"Read, write, and delete data in Stackby","defaults":{"name":"Stackby"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"stackbyApi","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Append","value":"append"},{"name":"Delete","value":"delete"},{"name":"List","value":"list"},{"name":"Read","value":"read"}],"default":"append","placeholder":"Action to perform"},{"displayName":"Stack ID","name":"stackId","type":"string","default":"","required":true,"description":"The ID of the stack to access"},{"displayName":"Table","name":"table","type":"string","default":"","placeholder":"Stories","required":true,"description":"Enter Table Name"},{"displayName":"ID","name":"id","type":"string","displayOptions":{"show":{"operation":["read","delete"]}},"default":"","required":true,"description":"ID of the record to return"},{"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":1000},"default":1000,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["list"]}},"default":{},"placeholder":"Add Field","options":[{"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":"Columns","name":"columns","type":"string","displayOptions":{"show":{"operation":["append"]}},"default":"","required":true,"placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.stackby/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/stackby/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Stackby/stackby.png"},
{"displayName":"Stop and Error","name":"stopAndError","icon":"fa:exclamation-triangle","iconColor":"red","group":["input"],"version":1,"description":"Throw an error in the workflow","defaults":{"name":"Stop and Error","color":"#ff0000"},"inputs":["main"],"outputs":[],"properties":[{"displayName":"Error Type","name":"errorType","type":"options","options":[{"name":"Error Message","value":"errorMessage"},{"name":"Error Object","value":"errorObject"}],"default":"errorMessage","description":"Type of error to throw"},{"displayName":"Error Message","name":"errorMessage","type":"string","placeholder":"An error occurred!","default":"","required":true,"displayOptions":{"show":{"errorType":["errorMessage"]}}},{"displayName":"Error Object","name":"errorObject","type":"json","description":"Object containing error properties","default":"","typeOptions":{"alwaysOpenEditWindow":true},"placeholder":"{\n\t\"code\": \"404\",\n\t\"description\": \"The resource could not be fetched\"\n}","required":true,"displayOptions":{"show":{"errorType":["errorObject"]}}}],"codex":{"categories":["Core Nodes","Utility"],"subcategories":{"Core Nodes":["Flow"]},"alias":["Throw error","Error","Exception"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.stopanderror/"}]}}},
{"displayName":"Storyblok","name":"storyblok","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Storyblok API","defaults":{"name":"Storyblok"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"storyblokContentApi","required":true,"displayOptions":{"show":{"source":["contentApi"]}}},{"name":"storyblokManagementApi","required":true,"displayOptions":{"show":{"source":["managementApi"]}}}],"properties":[{"displayName":"Source","name":"source","type":"options","default":"contentApi","description":"Pick where your data comes from, Content or Management API","options":[{"name":"Content API","value":"contentApi"},{"name":"Management API","value":"managementApi"}]},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Story","value":"story"}],"default":"story","displayOptions":{"show":{"source":["contentApi"]}}},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Story","value":"story"}],"default":"story","displayOptions":{"show":{"source":["managementApi"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"source":["contentApi"],"resource":["story"]}},"options":[{"name":"Get","value":"get","description":"Get a story","action":"Get a story"},{"name":"Get Many","value":"getAll","description":"Get many stories","action":"Get many stories"}],"default":"get"},{"displayName":"Identifier","name":"identifier","type":"string","default":"","required":true,"displayOptions":{"show":{"source":["contentApi"],"resource":["story"],"operation":["get"]}},"description":"The ID or slug of the story to get"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"source":["contentApi"],"resource":["story"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"source":["contentApi"],"resource":["story"],"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":{"source":["contentApi"],"resource":["story"],"operation":["getAll"]}},"options":[{"displayName":"Starts With","name":"starts_with","type":"string","default":"","description":"Filter by slug"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"source":["managementApi"],"resource":["story"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a story","action":"Delete a story"},{"name":"Get","value":"get","description":"Get a story","action":"Get a story"},{"name":"Get Many","value":"getAll","description":"Get many stories","action":"Get many stories"},{"name":"Publish","value":"publish","description":"Publish a story","action":"Publish a story"},{"name":"Unpublish","value":"unpublish","description":"Unpublish a story","action":"Unpublish a story"}],"default":"get"},{"displayName":"Space Name or ID","name":"space","type":"options","typeOptions":{"loadOptionsMethod":"getSpaces"},"default":"","required":true,"displayOptions":{"show":{"source":["managementApi"],"resource":["story"],"operation":["delete"]}},"description":"The name of the space. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Story ID","name":"storyId","type":"string","default":"","required":true,"displayOptions":{"show":{"source":["managementApi"],"resource":["story"],"operation":["delete"]}},"description":"Numeric ID of the story"},{"displayName":"Space Name or ID","name":"space","type":"options","typeOptions":{"loadOptionsMethod":"getSpaces"},"default":"","required":true,"displayOptions":{"show":{"source":["managementApi"],"resource":["story"],"operation":["get"]}},"description":"The name of the space. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Story ID","name":"storyId","type":"string","default":"","required":true,"displayOptions":{"show":{"source":["managementApi"],"resource":["story"],"operation":["get"]}},"description":"Numeric ID of the story"},{"displayName":"Space Name or ID","name":"space","type":"options","typeOptions":{"loadOptionsMethod":"getSpaces"},"default":"","required":true,"displayOptions":{"show":{"source":["managementApi"],"resource":["story"],"operation":["getAll"]}},"description":"The name of the space. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"source":["managementApi"],"resource":["story"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"source":["managementApi"],"resource":["story"],"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":{"source":["managementApi"],"resource":["story"],"operation":["getAll"]}},"options":[{"displayName":"Starts With","name":"starts_with","type":"string","default":"","description":"Filter by slug"}]},{"displayName":"Space Name or ID","name":"space","type":"options","typeOptions":{"loadOptionsMethod":"getSpaces"},"default":"","required":true,"displayOptions":{"show":{"source":["managementApi"],"resource":["story"],"operation":["publish"]}},"description":"The name of the space. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Story ID","name":"storyId","type":"string","default":"","required":true,"displayOptions":{"show":{"source":["managementApi"],"resource":["story"],"operation":["publish"]}},"description":"Numeric ID of the story"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"source":["managementApi"],"resource":["story"],"operation":["publish"]}},"default":{},"options":[{"displayName":"Release ID","name":"releaseId","type":"string","default":"","description":"Numeric ID of release"},{"displayName":"Language","name":"language","type":"string","default":"","description":"Language code to publish the story individually (must be enabled in the space settings)"}]},{"displayName":"Space Name or ID","name":"space","type":"options","typeOptions":{"loadOptionsMethod":"getSpaces"},"default":"","required":true,"displayOptions":{"show":{"source":["managementApi"],"resource":["story"],"operation":["unpublish"]}},"description":"The name of the space. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Story ID","name":"storyId","type":"string","default":"","required":true,"displayOptions":{"show":{"source":["managementApi"],"resource":["story"],"operation":["unpublish"]}},"description":"Numeric ID of the story"}],"codex":{"categories":["Data & Storage","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.storyblok/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/storyblok/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Storyblok/storyblok.svg"},
{"displayName":"Strapi","name":"strapi","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Strapi API","defaults":{"name":"Strapi"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"strapiApi","required":true,"testedBy":"strapiApiTest","displayOptions":{"show":{"authentication":["password"]}}},{"name":"strapiTokenApi","required":true,"displayOptions":{"show":{"authentication":["token"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Username & Password","value":"password"},{"name":"API Token","value":"token"}],"default":"password"},{"displayName":"Resource","name":"resource","noDataExpression":true,"type":"options","options":[{"name":"Entry","value":"entry"}],"default":"entry"},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["entry"]}},"options":[{"name":"Create","value":"create","description":"Create an entry","action":"Create an entry"},{"name":"Delete","value":"delete","description":"Delete an entry","action":"Delete an entry"},{"name":"Get","value":"get","description":"Get an entry","action":"Get an entry"},{"name":"Get Many","value":"getAll","description":"Get many entries","action":"Get many entries"},{"name":"Update","value":"update","description":"Update an entry","action":"Update an entry"}],"default":"get"},{"displayName":"Content Type","name":"contentType","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["entry"],"operation":["create"]}},"description":"Name of the content type"},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"resource":["entry"],"operation":["create"]}},"default":"","placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"},{"displayName":"Content Type","name":"contentType","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["entry"],"operation":["delete"]}},"description":"Name of the content type"},{"displayName":"Entry ID","name":"entryId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["entry"],"operation":["delete"]}},"description":"The ID of the entry to delete"},{"displayName":"Content Type","name":"contentType","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["entry"],"operation":["get"]}},"description":"Name of the content type"},{"displayName":"Entry ID","name":"entryId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["entry"],"operation":["get"]}},"description":"The ID of the entry to get"},{"displayName":"Content Type","name":"contentType","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["entry"],"operation":["getAll"]}},"description":"Name of the content type"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["entry"],"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":["entry"],"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":["entry"],"operation":["getAll"]}},"options":[{"displayName":"Publication State","name":"publicationState","type":"options","options":[{"name":"Live","value":"live"},{"name":"Preview","value":"preview"}],"default":"","description":"Only select entries matching the publication state provided"},{"displayName":"Sort Fields","name":"sort","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Sort Field"},"default":"","placeholder":"name:asc","description":"Name of the fields to sort the data by. By default will be sorted ascendingly. To modify that behavior, you have to add the sort direction after the name of sort field preceded by a colon. For example: <code>name:asc</code>."},{"displayName":"Where (JSON)","name":"where","type":"string","default":"","description":"JSON query to filter the data. <a href=\"https://strapi.io/documentation/developer-docs/latest/developer-resources/content-api/content-api.html#filters\">More info</a>."}]},{"displayName":"Content Type","name":"contentType","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["entry"],"operation":["update"]}},"description":"Name of the content type"},{"displayName":"Update Key","name":"updateKey","type":"string","displayOptions":{"show":{"resource":["entry"],"operation":["update"]}},"default":"id","required":true,"description":"Name of the property which decides which rows in the database should be updated. Normally that would be \"id\"."},{"displayName":"Columns","name":"columns","type":"string","displayOptions":{"show":{"resource":["entry"],"operation":["update"]}},"default":"","placeholder":"id,name,description","description":"Comma-separated list of the properties which should used as columns for the new rows"}],"codex":{"categories":["Data & Storage","Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.strapi/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/strapi/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Strapi/strapi.svg"},
{"displayName":"Strava","name":"strava","group":["input"],"version":[1,1.1],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Strava API","defaults":{"name":"Strava"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"stravaOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Activity","value":"activity"}],"default":"activity"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["activity"]}},"options":[{"name":"Create","value":"create","description":"Create a new activity","action":"Create an activity"},{"name":"Get","value":"get","description":"Get an activity","action":"Get an activity"},{"name":"Get Comments","value":"getComments","description":"Get all activity comments","action":"Get all activity comments"},{"name":"Get Kudos","value":"getKudos","description":"Get all activity kudos","action":"Get all activity kudos"},{"name":"Get Laps","value":"getLaps","description":"Get all activity laps","action":"Get all activity laps"},{"name":"Get Many","value":"getAll","description":"Get many activities","action":"Get many activities"},{"name":"Get Streams","value":"getStreams","description":"Get activity streams","action":"Get all activity streams"},{"name":"Get Zones","value":"getZones","description":"Get all activity zones","action":"Get all activity zones"},{"name":"Update","value":"update","description":"Update an activity","action":"Update an activity"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["create"]}},"default":"","description":"The name of the activity"},{"displayName":"Type","name":"type","type":"string","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["create"],"@version":[1]}},"default":"","description":"Type of activity. For example - Run, Ride etc."},{"displayName":"Sport Type","name":"sport_type","type":"options","options":[{"name":"Alpine Ski","value":"AlpineSki"},{"name":"Backcountry Ski","value":"BackcountrySki"},{"name":"Badminton","value":"Badminton"},{"name":"Canoeing","value":"Canoeing"},{"name":"Crossfit","value":"Crossfit"},{"name":"EBike Ride","value":"EBikeRide"},{"name":"Elliptical","value":"Elliptical"},{"name":"EMountain Bike Ride","value":"EMountainBikeRide"},{"name":"Golf","value":"Golf"},{"name":"Gravel Ride","value":"GravelRide"},{"name":"Handcycle","value":"Handcycle"},{"name":"HIIT","value":"HighIntensityIntervalTraining"},{"name":"Hike","value":"Hike"},{"name":"Ice Skate","value":"IceSkate"},{"name":"Inline Skate","value":"InlineSkate"},{"name":"Kayaking","value":"Kayaking"},{"name":"Kitesurf","value":"Kitesurf"},{"name":"Mountain Bike Ride","value":"MountainBikeRide"},{"name":"Nordic Ski","value":"NordicSki"},{"name":"Pickleball","value":"Pickleball"},{"name":"Pilates","value":"Pilates"},{"name":"Racquetball","value":"Racquetball"},{"name":"Ride","value":"Ride"},{"name":"Rock Climbing","value":"RockClimbing"},{"name":"Roller Ski","value":"RollerSki"},{"name":"Rowing","value":"Rowing"},{"name":"Run","value":"Run"},{"name":"Sail","value":"Sail"},{"name":"Skateboard","value":"Skateboard"},{"name":"Snowboard","value":"Snowboard"},{"name":"Snowshoe","value":"Snowshoe"},{"name":"Soccer","value":"Soccer"},{"name":"Squash","value":"Squash"},{"name":"Stair Stepper","value":"StairStepper"},{"name":"Stand Up Paddling","value":"StandUpPaddling"},{"name":"Surfing","value":"Surfing"},{"name":"Swim","value":"Swim"},{"name":"Table Tennis","value":"TableTennis"},{"name":"Tennis","value":"Tennis"},{"name":"Trail Run","value":"TrailRun"},{"name":"Velomobile","value":"Velomobile"},{"name":"Virtual Ride","value":"VirtualRide"},{"name":"Virtual Row","value":"VirtualRow"},{"name":"Virtual Run","value":"VirtualRun"},{"name":"Walk","value":"Walk"},{"name":"Weight Training","value":"WeightTraining"},{"name":"Wheelchair","value":"Wheelchair"},{"name":"Windsurf","value":"Windsurf"},{"name":"Workout","value":"Workout"},{"name":"Yoga","value":"Yoga"}],"default":"Run","description":"Type of sport","displayOptions":{"show":{"resource":["activity"],"operation":["create"]},"hide":{"@version":[1]}}},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["create"]}},"description":"ISO 8601 formatted date time"},{"displayName":"Elapsed Time (Seconds)","name":"elapsedTime","type":"number","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["create"]}},"typeOptions":{"minValue":0},"default":0,"description":"In seconds"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["activity"],"operation":["create"]}},"options":[{"displayName":"Commute","name":"commute","type":"boolean","default":false,"description":"Whether to mark as commute"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the activity"},{"displayName":"Distance","name":"distance","type":"number","typeOptions":{"minValue":0},"default":0,"description":"In meters"},{"displayName":"Trainer","name":"trainer","type":"boolean","default":false,"description":"Whether to mark as a trainer activity"}]},{"displayName":"Activity ID","name":"activityId","type":"string","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["update"]}},"default":"","description":"ID or email of activity"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["activity"],"operation":["update"]}},"options":[{"displayName":"Commute","name":"commute","type":"boolean","default":false,"description":"Whether to mark as commute"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the activity"},{"displayName":"Gear ID","name":"gear_id","type":"string","default":"","description":"Identifier for the gear associated with the activity. ‘none’ clears gear from activity."},{"displayName":"Mute Activity","name":"hide_from_home","type":"boolean","default":false,"description":"Do not publish to Home or Club feeds"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the activity"},{"displayName":"Type","name":"type","type":"string","default":"","description":"Type of activity. For example - Run, Ride etc.","displayOptions":{"show":{"@version":[1]}}},{"displayName":"Sport Type","name":"sport_type","type":"options","options":[{"name":"Alpine Ski","value":"AlpineSki"},{"name":"Backcountry Ski","value":"BackcountrySki"},{"name":"Badminton","value":"Badminton"},{"name":"Canoeing","value":"Canoeing"},{"name":"Crossfit","value":"Crossfit"},{"name":"EBike Ride","value":"EBikeRide"},{"name":"Elliptical","value":"Elliptical"},{"name":"EMountain Bike Ride","value":"EMountainBikeRide"},{"name":"Golf","value":"Golf"},{"name":"Gravel Ride","value":"GravelRide"},{"name":"Handcycle","value":"Handcycle"},{"name":"HIIT","value":"HighIntensityIntervalTraining"},{"name":"Hike","value":"Hike"},{"name":"Ice Skate","value":"IceSkate"},{"name":"Inline Skate","value":"InlineSkate"},{"name":"Kayaking","value":"Kayaking"},{"name":"Kitesurf","value":"Kitesurf"},{"name":"Mountain Bike Ride","value":"MountainBikeRide"},{"name":"Nordic Ski","value":"NordicSki"},{"name":"Pickleball","value":"Pickleball"},{"name":"Pilates","value":"Pilates"},{"name":"Racquetball","value":"Racquetball"},{"name":"Ride","value":"Ride"},{"name":"Rock Climbing","value":"RockClimbing"},{"name":"Roller Ski","value":"RollerSki"},{"name":"Rowing","value":"Rowing"},{"name":"Run","value":"Run"},{"name":"Sail","value":"Sail"},{"name":"Skateboard","value":"Skateboard"},{"name":"Snowboard","value":"Snowboard"},{"name":"Snowshoe","value":"Snowshoe"},{"name":"Soccer","value":"Soccer"},{"name":"Squash","value":"Squash"},{"name":"Stair Stepper","value":"StairStepper"},{"name":"Stand Up Paddling","value":"StandUpPaddling"},{"name":"Surfing","value":"Surfing"},{"name":"Swim","value":"Swim"},{"name":"Table Tennis","value":"TableTennis"},{"name":"Tennis","value":"Tennis"},{"name":"Trail Run","value":"TrailRun"},{"name":"Velomobile","value":"Velomobile"},{"name":"Virtual Ride","value":"VirtualRide"},{"name":"Virtual Row","value":"VirtualRow"},{"name":"Virtual Run","value":"VirtualRun"},{"name":"Walk","value":"Walk"},{"name":"Weight Training","value":"WeightTraining"},{"name":"Wheelchair","value":"Wheelchair"},{"name":"Windsurf","value":"Windsurf"},{"name":"Workout","value":"Workout"},{"name":"Yoga","value":"Yoga"}],"default":"Run","description":"Type of sport","displayOptions":{"hide":{"@version":[1]}}},{"displayName":"Trainer","name":"trainer","type":"boolean","default":false,"description":"Whether to mark as a trainer activity"}]},{"displayName":"Activity ID","name":"activityId","type":"string","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["get"]}},"default":"","description":"ID or email of activity"},{"displayName":"Activity ID","name":"activityId","type":"string","required":true,"displayOptions":{"show":{"resource":["activity"],"operation":["getComments","getLaps","getKudos","getZones","getStreams"]}},"default":"","description":"ID or email of activity"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["activity"],"operation":["getComments","getLaps","getKudos","getZones"]}},"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":["getComments","getLaps","getKudos","getZones"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Keys","name":"keys","type":"multiOptions","options":[{"name":"Altitude","value":"altitude"},{"name":"Cadence","value":"cadence"},{"name":"Distance","value":"distance"},{"name":"Gradient","value":"grade_smooth"},{"name":"Heartrate","value":"heartrate"},{"name":"Latitude / Longitude","value":"latlng"},{"name":"Moving","value":"moving"},{"name":"Temperature","value":"temp"},{"name":"Time","value":"time"},{"name":"Velocity","value":"velocity_smooth"},{"name":"Watts","value":"watts"}],"displayOptions":{"show":{"resource":["activity"],"operation":["getStreams"]}},"required":true,"default":[],"description":"Desired stream types to return"},{"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":100},"default":50,"description":"Max number of results to return"}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.strava/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/strava/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Strava/strava.svg"},
{"displayName":"Strava Trigger","name":"stravaTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when Strava events occur","defaults":{"name":"Strava Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"stravaOAuth2Api","required":true}],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","path":"webhook"},{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Object","name":"object","type":"options","options":[{"name":"[All]","value":"*"},{"name":"Activity","value":"activity"},{"name":"Athlete","value":"athlete"}],"default":"*"},{"displayName":"Event","name":"event","type":"options","options":[{"name":"[All]","value":"*"},{"name":"Created","value":"create"},{"name":"Deleted","value":"delete"},{"name":"Updated","value":"update"}],"default":"*"},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","default":true,"description":"By default the webhook-data only contain the Object ID. If this option gets activated, it will resolve the data automatically."},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Delete If Exist","name":"deleteIfExist","type":"boolean","default":false,"description":"Strava allows just one subscription at all times. If you want to delete the current subscription to make room for a new subscription with the current parameters, set this parameter to true. Keep in mind this is a destructive operation."}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.stravatrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/strava/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Strava/strava.svg"},
{"displayName":"Stripe","name":"stripe","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Stripe API","defaults":{"name":"Stripe"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"stripeApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Balance","value":"balance"},{"name":"Charge","value":"charge"},{"name":"Coupon","value":"coupon"},{"name":"Customer","value":"customer"},{"name":"Customer Card","value":"customerCard"},{"name":"Meter Event","value":"meterEvent"},{"name":"Source","value":"source"},{"name":"Token","value":"token"}],"default":"balance"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","description":"Get a balance","action":"Get a balance"}],"displayOptions":{"show":{"resource":["balance"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Add","value":"add","description":"Add a customer card","action":"Add a customer card"},{"name":"Get","value":"get","description":"Get a customer card","action":"Get a customer card"},{"name":"Remove","value":"remove","description":"Remove a customer card","action":"Remove a customer card"}],"displayOptions":{"show":{"resource":["customerCard"]}}},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":"","description":"ID of the customer to be associated with this card","displayOptions":{"show":{"resource":["customerCard"],"operation":["add"]}}},{"displayName":"Card Token","name":"token","type":"string","typeOptions":{"password":true},"required":true,"default":"","placeholder":"tok_1IMfKdJhRTnqS5TKQVG1LI9o","description":"Token representing sensitive card information","displayOptions":{"show":{"resource":["customerCard"],"operation":["add"]}}},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":"","description":"ID of the customer whose card to remove","displayOptions":{"show":{"resource":["customerCard"],"operation":["remove"]}}},{"displayName":"Card ID","name":"cardId","type":"string","required":true,"default":"","description":"ID of the card to remove","displayOptions":{"show":{"resource":["customerCard"],"operation":["remove"]}}},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":"","description":"ID of the customer whose card to retrieve","displayOptions":{"show":{"resource":["customerCard"],"operation":["get"]}}},{"displayName":"Source ID","name":"sourceId","type":"string","required":true,"default":"","description":"ID of the source to retrieve","displayOptions":{"show":{"resource":["customerCard"],"operation":["get"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","description":"Create a charge","action":"Create a charge"},{"name":"Get","value":"get","description":"Get a charge","action":"Get a charge"},{"name":"Get Many","value":"getAll","description":"Get many charges","action":"Get many charges"},{"name":"Update","value":"update","description":"Update a charge","action":"Update a charge"}],"displayOptions":{"show":{"resource":["charge"]}}},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":"","description":"ID of the customer to be associated with this charge","displayOptions":{"show":{"resource":["charge"],"operation":["create"]}}},{"displayName":"Amount","name":"amount","type":"number","required":true,"default":0,"description":"Amount in cents to be collected for this charge, e.g. enter <code>100</code> for $1.00","typeOptions":{"minValue":0,"maxValue":99999999},"displayOptions":{"show":{"resource":["charge"],"operation":["create"]}}},{"displayName":"Currency Name or ID","name":"currency","type":"options","typeOptions":{"loadOptionsMethod":"getCurrencies"},"required":true,"default":"","description":"Three-letter ISO currency code, e.g. <code>USD</code> or <code>EUR</code>. It must be a <a href=\"https://stripe.com/docs/currencies\">Stripe-supported currency</a>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["charge"],"operation":["create"]}}},{"displayName":"Source ID","name":"source","type":"string","required":true,"default":"","description":"ID of the customer's payment source to be charged","displayOptions":{"show":{"resource":["charge"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["charge"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Arbitrary text to describe the charge to create"},{"displayName":"Metadata","name":"metadata","type":"fixedCollection","default":[],"placeholder":"Add Metadata Item","description":"Set of key-value pairs to attach to the charge to create","typeOptions":{"multipleValues":true},"options":[{"displayName":"Metadata Properties","name":"metadataProperties","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Receipt Email","name":"receipt_email","type":"string","default":"","description":"Email address to which the receipt for this charge will be sent"},{"displayName":"Shipping","name":"shipping","type":"fixedCollection","description":"Shipping information for the charge","placeholder":"Add Field","typeOptions":{"multipleValues":true},"default":[],"options":[{"displayName":"Shipping Properties","name":"shippingProperties","values":[{"displayName":"Recipient Name","name":"name","type":"string","description":"Name of the person who will receive the shipment","default":""},{"displayName":"Address","name":"address","type":"fixedCollection","default":{},"placeholder":"Add Field","options":[{"displayName":"Details","name":"details","values":[{"displayName":"Line 1","name":"line1","description":"Address line 1 (e.g. street, PO Box, or company name)","type":"string","default":""},{"displayName":"Line 2","name":"line2","description":"Address line 2 (e.g. apartment, suite, unit, or building)","type":"string","default":""},{"displayName":"City","name":"city","description":"City, district, suburb, town, or village","type":"string","default":""},{"displayName":"State","name":"state","description":"State, county, province, or region","type":"string","default":""},{"displayName":"Country","name":"country","description":"Two-letter country code (<a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\">ISO 3166-1 alpha-2</a>)","type":"string","default":""},{"displayName":"Postal Code","name":"postal_code","description":"ZIP or postal code","type":"string","default":""}]}]}]}]}]},{"displayName":"Charge ID","name":"chargeId","type":"string","required":true,"default":"","description":"ID of the charge to retrieve","displayOptions":{"show":{"resource":["charge"],"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":["charge"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["charge"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Charge ID","name":"chargeId","type":"string","required":true,"default":"","description":"ID of the charge to update","displayOptions":{"show":{"resource":["charge"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["charge"],"operation":["update"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Arbitrary text to describe the charge to update"},{"displayName":"Metadata","name":"metadata","type":"fixedCollection","default":{},"placeholder":"Add Metadata Item","description":"Set of key-value pairs to attach to the charge to update","typeOptions":{"multipleValues":true},"options":[{"displayName":"Metadata Properties","name":"metadataProperties","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Receipt Email","name":"receipt_email","type":"string","default":"","description":"The email address to which the receipt for this charge will be sent"},{"displayName":"Shipping","name":"shipping","type":"fixedCollection","default":{},"description":"Shipping information for the charge","placeholder":"Add Field","typeOptions":{"multipleValues":true},"options":[{"displayName":"Shipping Properties","name":"shippingProperties","default":{},"values":[{"displayName":"Recipient Name","name":"name","type":"string","default":""},{"displayName":"Recipient Address","name":"address","type":"fixedCollection","default":{},"placeholder":"Add Address Details","options":[{"displayName":"Details","name":"details","values":[{"displayName":"Line 1","name":"line1","description":"Address line 1 (e.g. street, PO Box, or company name)","type":"string","default":""},{"displayName":"Line 2","name":"line2","description":"Address line 2 (e.g. apartment, suite, unit, or building)","type":"string","default":""},{"displayName":"City","name":"city","description":"City, district, suburb, town, or village","type":"string","default":""},{"displayName":"State","name":"state","description":"State, county, province, or region","type":"string","default":""},{"displayName":"Country","name":"country","description":"Two-letter country code (<a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\">ISO 3166-1 alpha-2</a>)","type":"string","default":""},{"displayName":"Postal Code","name":"postal_code","description":"ZIP or postal code","type":"string","default":""}]}]}]}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"create","options":[{"name":"Create","value":"create","description":"Create a coupon","action":"Create a coupon"},{"name":"Get Many","value":"getAll","description":"Get many coupons","action":"Get many coupons"}],"displayOptions":{"show":{"resource":["coupon"]}}},{"displayName":"Apply","name":"duration","type":"options","required":true,"default":"once","description":"How long the discount will be in effect","options":[{"name":"Forever","value":"forever"},{"name":"Once","value":"once"}],"displayOptions":{"show":{"resource":["coupon"],"operation":["create"]}}},{"displayName":"Discount Type","name":"type","type":"options","required":true,"default":"percent","description":"Whether the coupon discount is a percentage or a fixed amount","options":[{"name":"Fixed Amount (in Cents)","value":"fixedAmount"},{"name":"Percent","value":"percent"}],"displayOptions":{"show":{"resource":["coupon"],"operation":["create"]}}},{"displayName":"Amount Off","name":"amountOff","type":"number","required":true,"default":0,"description":"Amount in cents to subtract from an invoice total, e.g. enter <code>100</code> for $1.00","typeOptions":{"minValue":0,"maxValue":99999999},"displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"type":["fixedAmount"]}}},{"displayName":"Currency Name or ID","name":"currency","type":"options","typeOptions":{"loadOptionsMethod":"getCurrencies"},"required":true,"default":"","description":"Three-letter ISO currency code, e.g. <code>USD</code> or <code>EUR</code>. It must be a <a href=\"https://stripe.com/docs/currencies\">Stripe-supported currency</a>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"type":["fixedAmount"]}}},{"displayName":"Percent Off","name":"percentOff","type":"number","required":true,"default":1,"description":"Percentage to apply with the coupon","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"resource":["coupon"],"operation":["create"],"type":["percent"]}}},{"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":["coupon"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["coupon"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","description":"Create a 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"}],"displayOptions":{"show":{"resource":["customer"]}}},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","description":"Full name or business name of the customer to create","displayOptions":{"show":{"resource":["customer"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["customer"],"operation":["create"]}},"options":[{"displayName":"Address","name":"address","type":"fixedCollection","description":"Address of the customer to create","placeholder":"Add Field","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"Line 1","name":"line1","description":"Address line 1 (e.g. street, PO Box, or company name)","type":"string","default":""},{"displayName":"Line 2","name":"line2","description":"Address line 2 (e.g. apartment, suite, unit, or building)","type":"string","default":""},{"displayName":"City","name":"city","description":"City, district, suburb, town, or village","type":"string","default":""},{"displayName":"State","name":"state","description":"State, county, province, or region","type":"string","default":""},{"displayName":"Country","name":"country","description":"Two-letter country code (<a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\">ISO 3166-1 alpha-2</a>)","type":"string","default":""},{"displayName":"Postal Code","name":"postal_code","description":"ZIP or postal code","type":"string","default":""}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Arbitrary text to describe the customer to create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email of the customer to create"},{"displayName":"Metadata","name":"metadata","type":"fixedCollection","default":{},"placeholder":"Add Metadata Item","description":"Set of key-value pairs to attach to the customer to create","typeOptions":{"multipleValues":true},"options":[{"displayName":"Metadata Properties","name":"metadataProperties","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Telephone number of the customer to create"},{"displayName":"Shipping","name":"shipping","type":"fixedCollection","default":{},"description":"Shipping information for the customer","typeOptions":{"multipleValues":true},"placeholder":"Add Field","options":[{"displayName":"Shipping Properties","name":"shippingProperties","values":[{"displayName":"Recipient Name","name":"name","type":"string","default":""},{"displayName":"Recipient Address","name":"address","type":"fixedCollection","default":{},"placeholder":"Add Address Details","options":[{"displayName":"Details","name":"details","values":[{"displayName":"Line 1","name":"line1","description":"Address line 1 (e.g. street, PO Box, or company name)","type":"string","default":""},{"displayName":"Line 2","name":"line2","description":"Address line 2 (e.g. apartment, suite, unit, or building)","type":"string","default":""},{"displayName":"City","name":"city","description":"City, district, suburb, town, or village","type":"string","default":""},{"displayName":"State","name":"state","description":"State, county, province, or region","type":"string","default":""},{"displayName":"Country","name":"country","description":"Two-letter country code (<a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\">ISO 3166-1 alpha-2</a>)","type":"string","default":""},{"displayName":"Postal Code","name":"postal_code","description":"ZIP or postal code","type":"string","default":""}]}]},{"displayName":"Recipient Phone","name":"phone","type":"string","default":""}]}]}]},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":"","description":"ID of the customer to delete","displayOptions":{"show":{"resource":["customer"],"operation":["delete"]}}},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":"","description":"ID of the customer to retrieve","displayOptions":{"show":{"resource":["customer"],"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":["customer"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["customer"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["customer"],"operation":["getAll"]}},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Customer's email to filter by"}]},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":"","description":"ID of the customer to update","displayOptions":{"show":{"resource":["customer"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["customer"],"operation":["update"]}},"options":[{"displayName":"Address","name":"address","type":"fixedCollection","description":"Address of the customer to update","placeholder":"Add Field","default":{},"options":[{"displayName":"Details","name":"details","values":[{"displayName":"Line 1","name":"line1","description":"Address line 1 (e.g. street, PO Box, or company name)","type":"string","default":""},{"displayName":"Line 2","name":"line2","description":"Address line 2 (e.g. apartment, suite, unit, or building)","type":"string","default":""},{"displayName":"City","name":"city","description":"City, district, suburb, town, or village","type":"string","default":""},{"displayName":"State","name":"state","description":"State, county, province, or region","type":"string","default":""},{"displayName":"Country","name":"country","description":"Two-letter country code (<a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\">ISO 3166-1 alpha-2</a>)","type":"string","default":""},{"displayName":"Postal Code","name":"postal_code","description":"ZIP or postal code","type":"string","default":""}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Arbitrary text to describe the customer to create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email of the customer to create"},{"displayName":"Metadata","name":"metadata","type":"fixedCollection","default":{},"placeholder":"Add Metadata Item","description":"Set of key-value pairs to attach to the customer to create","typeOptions":{"multipleValues":true},"options":[{"displayName":"Metadata Properties","name":"metadataProperties","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Name","name":"name","type":"string","default":"","description":"Full name or business name of the customer to create"},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"Telephone number of this customer"},{"displayName":"Shipping","name":"shipping","type":"fixedCollection","description":"Shipping information for the customer","placeholder":"Add Field","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Shipping Properties","name":"shippingProperties","values":[{"displayName":"Recipient Name","name":"name","type":"string","default":"","description":"Name of the person who will receive the shipment"},{"displayName":"Recipient Address","name":"address","type":"fixedCollection","default":{},"placeholder":"Add Address Details","options":[{"displayName":"Details","name":"details","values":[{"displayName":"Line 1","name":"line1","description":"Address line 1 (e.g. street, PO Box, or company name)","type":"string","default":""},{"displayName":"Line 2","name":"line2","description":"Address line 2 (e.g. apartment, suite, unit, or building)","type":"string","default":""},{"displayName":"City","name":"city","description":"City, district, suburb, town, or village","type":"string","default":""},{"displayName":"State","name":"state","description":"State, county, province, or region","type":"string","default":""},{"displayName":"Country","name":"country","description":"Two-letter country code (<a href=\"https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2\">ISO 3166-1 alpha-2</a>)","type":"string","default":""},{"displayName":"Postal Code","name":"postal_code","description":"ZIP or postal code","type":"string","default":""}]}]},{"displayName":"Recipient Phone","name":"phone","type":"string","default":"","description":"Phone number of the person who will receive the shipment"}]}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"create","options":[{"name":"Create","value":"create","description":"Create a meter event","action":"Create a meter event"}],"displayOptions":{"show":{"resource":["meterEvent"]}}},{"displayName":"Event Name","name":"eventName","type":"string","required":true,"default":"","description":"The name of the meter event. Corresponds with the event_name field on a meter.","displayOptions":{"show":{"resource":["meterEvent"],"operation":["create"]}}},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":"","description":"The Stripe customer ID associated with this meter event","displayOptions":{"show":{"resource":["meterEvent"],"operation":["create"]}}},{"displayName":"Value","name":"value","type":"number","required":true,"default":1,"description":"The value of the meter event. Must be an integer. Can be positive or negative.","displayOptions":{"show":{"resource":["meterEvent"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["meterEvent"],"operation":["create"]}},"options":[{"displayName":"Identifier","name":"identifier","type":"string","default":"","description":"A unique identifier for the event. If not provided, one will be generated. Uniqueness is enforced within a rolling 24 hour window."},{"displayName":"Timestamp","name":"timestamp","type":"dateTime","default":"","description":"The time of the event. Measured in seconds since the Unix epoch. Must be within the past 35 calendar days or up to 5 minutes in the future. Defaults to current time if not specified."},{"displayName":"Custom Payload Properties","name":"customPayload","type":"fixedCollection","default":{},"placeholder":"Add Custom Property","description":"Additional custom properties to include in the event payload. Use this for custom meter configurations with non-default payload keys.","typeOptions":{"multipleValues":true},"options":[{"displayName":"Properties","name":"properties","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"The property key"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The property value"}]}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","description":"Create a source","action":"Create a source"},{"name":"Delete","value":"delete","description":"Delete a source","action":"Delete a source"},{"name":"Get","value":"get","description":"Get a source","action":"Get a source"}],"displayOptions":{"show":{"resource":["source"]}}},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":"","description":"ID of the customer to attach the source to","displayOptions":{"show":{"resource":["source"],"operation":["create"]}}},{"displayName":"Type","name":"type","type":"options","required":true,"default":"wechat","description":"Type of source (payment instrument) to create","options":[{"name":"WeChat","value":"wechat"}],"displayOptions":{"show":{"resource":["source"],"operation":["create"]}}},{"displayName":"Amount","name":"amount","type":"number","default":0,"description":"Amount in cents to be collected for this charge, e.g. enter <code>100</code> for $1.00","typeOptions":{"minValue":0,"maxValue":99999999},"displayOptions":{"show":{"resource":["source"],"operation":["create"]}}},{"displayName":"Currency Name or ID","name":"currency","type":"options","typeOptions":{"loadOptionsMethod":"getCurrencies"},"default":"","description":"Three-letter ISO currency code, e.g. <code>USD</code> or <code>EUR</code>. It must be a <a href=\"https://stripe.com/docs/currencies\">Stripe-supported currency</a>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["source"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["source"],"operation":["create"]}},"options":[{"displayName":"Metadata","name":"metadata","type":"fixedCollection","placeholder":"Add Metadata Item","description":"Set of key-value pairs to attach to the source to create","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Metadata Properties","name":"metadataProperties","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Statement Descriptor","name":"statement_descriptor","type":"string","default":"","description":"Arbitrary text to display on the customer's statement"}]},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"default":"","description":"ID of the customer whose source to delete","displayOptions":{"show":{"resource":["source"],"operation":["delete"]}}},{"displayName":"Source ID","name":"sourceId","type":"string","required":true,"default":"","description":"ID of the source to delete","displayOptions":{"show":{"resource":["source"],"operation":["delete"]}}},{"displayName":"Source ID","name":"sourceId","type":"string","required":true,"default":"","description":"ID of the source to retrieve","displayOptions":{"show":{"resource":["source"],"operation":["get"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"create","options":[{"name":"Create","value":"create","description":"Create a token","action":"Create a token"}],"displayOptions":{"show":{"resource":["token"]}}},{"displayName":"Type","name":"type","type":"options","required":true,"default":"cardToken","description":"Type of token to create","options":[{"name":"Card Token","value":"cardToken"}],"displayOptions":{"show":{"resource":["token"],"operation":["create"]}}},{"displayName":"Card Number","name":"number","type":"string","displayOptions":{"show":{"resource":["token"],"operation":["create"],"type":["cardToken"]}},"placeholder":"4242424242424242","default":""},{"displayName":"CVC","name":"cvc","type":"string","displayOptions":{"show":{"resource":["token"],"operation":["create"],"type":["cardToken"]}},"default":"","placeholder":"314","description":"Security code printed on the back of the card"},{"displayName":"Expiration Month","description":"Number of the month when the card will expire","name":"expirationMonth","type":"string","displayOptions":{"show":{"resource":["token"],"operation":["create"],"type":["cardToken"]}},"default":"","placeholder":"10"},{"displayName":"Expiration Year","description":"Year when the card will expire","name":"expirationYear","type":"string","displayOptions":{"show":{"resource":["token"],"operation":["create"],"type":["cardToken"]}},"default":"","placeholder":"2022"}],"codex":{"categories":["Finance & Accounting","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.stripe/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/stripe/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Stripe/stripe.svg"},
{"displayName":"Stripe Trigger","name":"stripeTrigger","group":["trigger"],"version":1,"description":"Handle Stripe events via webhooks","defaults":{"name":"Stripe Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"stripeApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Events","name":"events","type":"multiOptions","required":true,"default":[],"description":"The event to listen to","options":[{"name":"*","value":"*","description":"Any time any event is triggered (Wildcard Event)"},{"name":"Account Updated","value":"account.updated","description":"Occurs whenever an account status or property has changed"},{"name":"Account Application.authorized","value":"account.application.authorized","description":"Occurs whenever a user authorizes an application. Sent to the related application only."},{"name":"Account Application.deauthorized","value":"account.application.deauthorized","description":"Occurs whenever a user deauthorizes an application. Sent to the related application only."},{"name":"Account External_account.created","value":"account.external_account.created","description":"Occurs whenever an external account is created."},{"name":"Account External_account.deleted","value":"account.external_account.deleted","description":"Occurs whenever an external account is deleted."},{"name":"Account External_account.updated","value":"account.external_account.updated","description":"Occurs whenever an external account is updated."},{"name":"Application Fee.created","value":"application_fee.created","description":"Occurs whenever an application fee is created on a charge."},{"name":"Application Fee.refunded","value":"application_fee.refunded","description":"Occurs whenever an application fee is refunded, whether from refunding a charge or from refunding the application fee directly. This includes partial refunds."},{"name":"Application Fee.refund.updated","value":"application_fee.refund.updated","description":"Occurs whenever an application fee refund is updated."},{"name":"Balance Available","value":"balance.available","description":"Occurs whenever your Stripe balance has been updated (e.g., when a charge is available to be paid out). By default, Stripe automatically transfers funds in your balance to your bank account on a daily basis."},{"name":"Capability Updated","value":"capability.updated","description":"Occurs whenever a capability has new requirements or a new status."},{"name":"Charge Captured","value":"charge.captured","description":"Occurs whenever a previously uncaptured charge is captured."},{"name":"Charge Expired","value":"charge.expired","description":"Occurs whenever an uncaptured charge expires."},{"name":"Charge Failed","value":"charge.failed","description":"Occurs whenever a failed charge attempt occurs."},{"name":"Charge Pending","value":"charge.pending","description":"Occurs whenever a pending charge is created."},{"name":"Charge Refunded","value":"charge.refunded","description":"Occurs whenever a charge is refunded, including partial refunds."},{"name":"Charge Succeeded","value":"charge.succeeded","description":"Occurs whenever a new charge is created and is successful."},{"name":"Charge Updated","value":"charge.updated","description":"Occurs whenever a charge description or metadata is updated."},{"name":"Charge Dispute.closed","value":"charge.dispute.closed","description":"Occurs when a dispute is closed and the dispute status changes to lost, warning_closed, or won."},{"name":"Charge Dispute.created","value":"charge.dispute.created","description":"Occurs whenever a customer disputes a charge with their bank."},{"name":"Charge Dispute.funds_reinstated","value":"charge.dispute.funds_reinstated","description":"Occurs when funds are reinstated to your account after a dispute is closed. This includes partially refunded payments."},{"name":"Charge Dispute.funds_withdrawn","value":"charge.dispute.funds_withdrawn","description":"Occurs when funds are removed from your account due to a dispute."},{"name":"Charge Dispute.updated","value":"charge.dispute.updated","description":"Occurs when the dispute is updated (usually with evidence)."},{"name":"Charge Refund.updated","value":"charge.refund.updated","description":"Occurs whenever a refund is updated, on selected payment methods."},{"name":"Checkout Session.completed","value":"checkout.session.completed","description":"Occurs when a Checkout Session has been successfully completed."},{"name":"Coupon Created","value":"coupon.created","description":"Occurs whenever a coupon is created."},{"name":"Coupon Deleted","value":"coupon.deleted","description":"Occurs whenever a coupon is deleted."},{"name":"Coupon Updated","value":"coupon.updated","description":"Occurs whenever a coupon is updated."},{"name":"Credit Note.created","value":"credit_note.created","description":"Occurs whenever a credit note is created."},{"name":"Credit Note.updated","value":"credit_note.updated","description":"Occurs whenever a credit note is updated."},{"name":"Credit Note.voided","value":"credit_note.voided","description":"Occurs whenever a credit note is voided."},{"name":"Customer Created","value":"customer.created","description":"Occurs whenever a new customer is created."},{"name":"Customer Deleted","value":"customer.deleted","description":"Occurs whenever a customer is deleted."},{"name":"Customer Updated","value":"customer.updated","description":"Occurs whenever any property of a customer changes."},{"name":"Customer Discount.created","value":"customer.discount.created","description":"Occurs whenever a coupon is attached to a customer."},{"name":"Customer Discount.deleted","value":"customer.discount.deleted","description":"Occurs whenever a coupon is removed from a customer."},{"name":"Customer Discount.updated","value":"customer.discount.updated","description":"Occurs whenever a customer is switched from one coupon to another."},{"name":"Customer Source.created","value":"customer.source.created","description":"Occurs whenever a new source is created for a customer."},{"name":"Customer Source.deleted","value":"customer.source.deleted","description":"Occurs whenever a source is removed from a customer."},{"name":"Customer Source.expiring","value":"customer.source.expiring","description":"Occurs whenever a card or source will expire at the end of the month."},{"name":"Customer Source.updated","value":"customer.source.updated","description":"Occurs whenever a source's details are changed."},{"name":"Customer Subscription.created","value":"customer.subscription.created","description":"Occurs whenever a customer is signed up for a new plan."},{"name":"Customer Subscription.deleted","value":"customer.subscription.deleted","description":"Occurs whenever a customer's subscription ends."},{"name":"Customer Subscription.trial_will_end","value":"customer.subscription.trial_will_end","description":"Occurs three days before a subscription's trial period is scheduled to end, or when a trial is ended immediately (using trial_end=now)."},{"name":"Customer Subscription.updated","value":"customer.subscription.updated","description":"Occurs whenever a subscription changes (e.g., switching from one plan to another, or changing the status from trial to active)."},{"name":"Customer Tax_id.created","value":"customer.tax_id.created","description":"Occurs whenever a tax ID is created for a customer."},{"name":"Customer Tax_id.deleted","value":"customer.tax_id.deleted","description":"Occurs whenever a tax ID is deleted from a customer."},{"name":"Customer Tax_id.updated","value":"customer.tax_id.updated","description":"Occurs whenever a customer's tax ID is updated."},{"name":"File Created","value":"file.created","description":"Occurs whenever a new Stripe-generated file is available for your account."},{"name":"Invoice Created","value":"invoice.created","description":"Occurs whenever a new invoice is created. To learn how webhooks can be used with this event, and how they can affect it, see Using Webhooks with Subscriptions."},{"name":"Invoice Deleted","value":"invoice.deleted","description":"Occurs whenever a draft invoice is deleted."},{"name":"Invoice Finalized","value":"invoice.finalized","description":"Occurs whenever a draft invoice is finalized and updated to be an open invoice."},{"name":"Invoice Marked_uncollectible","value":"invoice.marked_uncollectible","description":"Occurs whenever an invoice is marked uncollectible."},{"name":"Invoice Paid","value":"invoice.paid","description":"Occurs whenever an invoice payment attempt succeeds or an invoice is marked as paid out-of-band."},{"name":"Invoice Payment_action_required","value":"invoice.payment_action_required","description":"Occurs whenever an invoice payment attempt requires further user action to complete."},{"name":"Invoice Payment_failed","value":"invoice.payment_failed","description":"Occurs whenever an invoice payment attempt fails, due either to a declined payment or to the lack of a stored payment method."},{"name":"Invoice Payment_paid","value":"invoice_payment.paid","description":"Occurs when an InvoicePayment is successfully paid."},{"name":"Invoice Payment_succeeded","value":"invoice.payment_succeeded","description":"Occurs whenever an invoice payment attempt succeeds."},{"name":"Invoice Sent","value":"invoice.sent","description":"Occurs whenever an invoice email is sent out."},{"name":"Invoice Upcoming","value":"invoice.upcoming","description":"Occurs X number of days before a subscription is scheduled to create an invoice that is automatically charged—where X is determined by your subscriptions settings. Note: The received Invoice object will not have an invoice ID."},{"name":"Invoice Updated","value":"invoice.updated","description":"Occurs whenever an invoice changes (e.g., the invoice amount)."},{"name":"Invoice Voided","value":"invoice.voided","description":"Occurs whenever an invoice is voided."},{"name":"Invoiceitem Created","value":"invoiceitem.created","description":"Occurs whenever an invoice item is created."},{"name":"Invoiceitem Deleted","value":"invoiceitem.deleted","description":"Occurs whenever an invoice item is deleted."},{"name":"Invoiceitem Updated","value":"invoiceitem.updated","description":"Occurs whenever an invoice item is updated."},{"name":"Issuing Authorization.created","value":"issuing_authorization.created","description":"Occurs whenever an authorization is created."},{"name":"Issuing Authorization.request","value":"issuing_authorization.request","description":"Represents a synchronous request for authorization, see Using your integration to handle authorization requests."},{"name":"Issuing Authorization.updated","value":"issuing_authorization.updated","description":"Occurs whenever an authorization is updated."},{"name":"Issuing Card.created","value":"issuing_card.created","description":"Occurs whenever a card is created."},{"name":"Issuing Card.updated","value":"issuing_card.updated","description":"Occurs whenever a card is updated."},{"name":"Issuing Cardholder.created","value":"issuing_cardholder.created","description":"Occurs whenever a cardholder is created."},{"name":"Issuing Cardholder.updated","value":"issuing_cardholder.updated","description":"Occurs whenever a cardholder is updated."},{"name":"Issuing Dispute.created","value":"issuing_dispute.created","description":"Occurs whenever a dispute is created."},{"name":"Issuing Dispute.updated","value":"issuing_dispute.updated","description":"Occurs whenever a dispute is updated."},{"name":"Issuing Settlement.created","value":"issuing_settlement.created","description":"Occurs whenever an issuing settlement is created."},{"name":"Issuing Settlement.updated","value":"issuing_settlement.updated","description":"Occurs whenever an issuing settlement is updated."},{"name":"Issuing Transaction.created","value":"issuing_transaction.created","description":"Occurs whenever an issuing transaction is created."},{"name":"Issuing Transaction.updated","value":"issuing_transaction.updated","description":"Occurs whenever an issuing transaction is updated."},{"name":"Order Created","value":"order.created","description":"Occurs whenever an order is created."},{"name":"Order Payment_failed","value":"order.payment_failed","description":"Occurs whenever an order payment attempt fails."},{"name":"Order Payment_succeeded","value":"order.payment_succeeded","description":"Occurs whenever an order payment attempt succeeds."},{"name":"Order Updated","value":"order.updated","description":"Occurs whenever an order is updated."},{"name":"Order Return.created","value":"order_return.created","description":"Occurs whenever an order return is created."},{"name":"Payment Intent.amount_capturable_updated","value":"payment_intent.amount_capturable_updated","description":"Occurs when a PaymentIntent has funds to be captured. Check the amount_capturable property on the PaymentIntent to determine the amount that can be captured. You may capture the PaymentIntent with an amount_to_capture value up to the specified amount. Learn more about capturing PaymentIntents."},{"name":"Payment Intent.canceled","value":"payment_intent.canceled","description":"Occurs when a PaymentIntent is canceled."},{"name":"Payment Intent.created","value":"payment_intent.created","description":"Occurs when a new PaymentIntent is created."},{"name":"Payment Intent.payment_failed","value":"payment_intent.payment_failed","description":"Occurs when a PaymentIntent has failed the attempt to create a source or a payment."},{"name":"Payment Intent.succeeded","value":"payment_intent.succeeded","description":"Occurs when a PaymentIntent has been successfully fulfilled."},{"name":"Payment Intent.requires_action","value":"payment_intent.requires_action","description":"Occurs when a PaymentIntent requires an action."},{"name":"Payment Method.attached","value":"payment_method.attached","description":"Occurs whenever a new payment method is attached to a customer."},{"name":"Payment Method.card_automatically_updated","value":"payment_method.card_automatically_updated","description":"Occurs whenever a card payment method's details are automatically updated by the network."},{"name":"Payment Method.detached","value":"payment_method.detached","description":"Occurs whenever a payment method is detached from a customer."},{"name":"Payment Method.updated","value":"payment_method.updated","description":"Occurs whenever a payment method is updated via the PaymentMethod update API."},{"name":"Payout Canceled","value":"payout.canceled","description":"Occurs whenever a payout is canceled."},{"name":"Payout Created","value":"payout.created","description":"Occurs whenever a payout is created."},{"name":"Payout Failed","value":"payout.failed","description":"Occurs whenever a payout attempt fails."},{"name":"Payout Paid","value":"payout.paid","description":"Occurs whenever a payout is expected to be available in the destination account. If the payout fails, a payout.failed notification is also sent, at a later time."},{"name":"Payout Updated","value":"payout.updated","description":"Occurs whenever a payout is updated."},{"name":"Person Created","value":"person.created","description":"Occurs whenever a person associated with an account is created."},{"name":"Person Deleted","value":"person.deleted","description":"Occurs whenever a person associated with an account is deleted."},{"name":"Person Updated","value":"person.updated","description":"Occurs whenever a person associated with an account is updated."},{"name":"Plan Created","value":"plan.created","description":"Occurs whenever a plan is created."},{"name":"Plan Deleted","value":"plan.deleted","description":"Occurs whenever a plan is deleted."},{"name":"Plan Updated","value":"plan.updated","description":"Occurs whenever a plan is updated."},{"name":"Product Created","value":"product.created","description":"Occurs whenever a product is created."},{"name":"Product Deleted","value":"product.deleted","description":"Occurs whenever a product is deleted."},{"name":"Product Updated","value":"product.updated","description":"Occurs whenever a product is updated."},{"name":"Radar Early_fraud_warning.created","value":"radar.early_fraud_warning.created","description":"Occurs whenever an early fraud warning is created."},{"name":"Radar Early_fraud_warning.updated","value":"radar.early_fraud_warning.updated","description":"Occurs whenever an early fraud warning is updated."},{"name":"Recipient Created","value":"recipient.created","description":"Occurs whenever a recipient is created."},{"name":"Recipient Deleted","value":"recipient.deleted","description":"Occurs whenever a recipient is deleted."},{"name":"Recipient Updated","value":"recipient.updated","description":"Occurs whenever a recipient is updated."},{"name":"Reporting Report_run.failed","value":"reporting.report_run.failed","description":"Occurs whenever a requested **ReportRun** failed to complete."},{"name":"Reporting Report_run.succeeded","value":"reporting.report_run.succeeded","description":"Occurs whenever a requested **ReportRun** completed succesfully."},{"name":"Reporting Report_type.updated","value":"reporting.report_type.updated","description":"Occurs whenever a **ReportType** is updated (typically to indicate that a new day's data has come available)."},{"name":"Review Closed","value":"review.closed","description":"Occurs whenever a review is closed. The review's reason field indicates why: approved, disputed, refunded, or refunded_as_fraud."},{"name":"Review Opened","value":"review.opened","description":"Occurs whenever a review is opened."},{"name":"Setup Intent.canceled","value":"setup_intent.canceled","description":"Occurs when a SetupIntent is canceled."},{"name":"Setup Intent.created","value":"setup_intent.created","description":"Occurs when a new SetupIntent is created."},{"name":"Setup Intent.setup_failed","value":"setup_intent.setup_failed","description":"Occurs when a SetupIntent has failed the attempt to setup a payment method."},{"name":"Setup Intent.succeeded","value":"setup_intent.succeeded","description":"Occurs when an SetupIntent has successfully setup a payment method."},{"name":"Sigma Scheduled_query_run.created","value":"sigma.scheduled_query_run.created","description":"Occurs whenever a Sigma scheduled query run finishes."},{"name":"Sku Created","value":"sku.created","description":"Occurs whenever a SKU is created."},{"name":"Sku Deleted","value":"sku.deleted","description":"Occurs whenever a SKU is deleted."},{"name":"Sku Updated","value":"sku.updated","description":"Occurs whenever a SKU is updated."},{"name":"Source Canceled","value":"source.canceled","description":"Occurs whenever a source is canceled."},{"name":"Source Chargeable","value":"source.chargeable","description":"Occurs whenever a source transitions to chargeable."},{"name":"Source Failed","value":"source.failed","description":"Occurs whenever a source fails."},{"name":"Source Mandate_notification","value":"source.mandate_notification","description":"Occurs whenever a source mandate notification method is set to manual."},{"name":"Source Refund_attributes_required","value":"source.refund_attributes_required","description":"Occurs whenever the refund attributes are required on a receiver source to process a refund or a mispayment."},{"name":"Source Transaction.created","value":"source.transaction.created","description":"Occurs whenever a source transaction is created."},{"name":"Source Transaction.updated","value":"source.transaction.updated","description":"Occurs whenever a source transaction is updated."},{"name":"Subscription Schedule.aborted","value":"subscription_schedule.aborted","description":"Occurs whenever a subscription schedule is canceled due to the underlying subscription being canceled because of delinquency."},{"name":"Subscription Schedule.canceled","value":"subscription_schedule.canceled","description":"Occurs whenever a subscription schedule is canceled."},{"name":"Subscription Schedule.completed","value":"subscription_schedule.completed","description":"Occurs whenever a new subscription schedule is completed."},{"name":"Subscription Schedule.created","value":"subscription_schedule.created","description":"Occurs whenever a new subscription schedule is created."},{"name":"Subscription Schedule.expiring","value":"subscription_schedule.expiring","description":"Occurs 7 days before a subscription schedule will expire."},{"name":"Subscription Schedule.released","value":"subscription_schedule.released","description":"Occurs whenever a new subscription schedule is released."},{"name":"Subscription Schedule.updated","value":"subscription_schedule.updated","description":"Occurs whenever a subscription schedule is updated."},{"name":"Tax Rate.created","value":"tax_rate.created","description":"Occurs whenever a new tax rate is created."},{"name":"Tax Rate.updated","value":"tax_rate.updated","description":"Occurs whenever a tax rate is updated."},{"name":"Topup Canceled","value":"topup.canceled","description":"Occurs whenever a top-up is canceled."},{"name":"Topup Created","value":"topup.created","description":"Occurs whenever a top-up is created."},{"name":"Topup Failed","value":"topup.failed","description":"Occurs whenever a top-up fails."},{"name":"Topup Reversed","value":"topup.reversed","description":"Occurs whenever a top-up is reversed."},{"name":"Topup Succeeded","value":"topup.succeeded","description":"Occurs whenever a top-up succeeds."},{"name":"Transfer Created","value":"transfer.created","description":"Occurs whenever a transfer is created."},{"name":"Transfer Failed","value":"transfer.failed","description":"Occurs whenever a transfer failed."},{"name":"Transfer Paid","value":"transfer.paid","description":"Occurs after a transfer is paid. For Instant Payouts, the event will be sent on the next business day, although the funds should be received well beforehand."},{"name":"Transfer Reversed","value":"transfer.reversed","description":"Occurs whenever a transfer is reversed, including partial reversals."},{"name":"Transfer Updated","value":"transfer.updated","description":"Occurs whenever a transfer's description or metadata is updated."}]},{"displayName":"API Version","name":"apiVersion","type":"string","placeholder":"2026-01-28.clover","default":"","description":"The API version to use for requests. It controls the format and structure of the incoming event payloads that Stripe sends to your webhook. If empty, Stripe will use the default API version set in your account at the time, which may lead to event processing issues if the API version changes in the future."}],"codex":{"categories":["Finance & Accounting","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.stripetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/stripe/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Stripe/stripe.svg"},
{"displayName":"Supabase","name":"supabase","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Add, get, delete and update data in a table","defaults":{"name":"Supabase"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"supabaseApi","required":true,"testedBy":"supabaseApiCredentialTest"}],"hints":[{"type":"info","message":"Note on using an expression for Schema: It will be evaluated only once, so all items will use the <em>same</em> document. It will be calculated by evaluating the expression for the <strong>first input item</strong>.","displayCondition":"={{ $rawParameter.schema?.startsWith(\"=\") && $input.all().length > 1 }}","whenToDisplay":"always","location":"outputPane"}],"properties":[{"displayName":"Use Custom Schema","name":"useCustomSchema","type":"boolean","default":false,"noDataExpression":true,"description":"Whether to use a database schema different from the default \"public\" schema (requires schema exposure in the <a href=\"https://supabase.com/docs/guides/api/using-custom-schemas?queryGroups=language&language=curl#exposing-custom-schemas\">Supabase API</a>)"},{"displayName":"Schema","name":"schema","type":"string","default":"public","description":"Name of database schema to use for table","noDataExpression":false,"displayOptions":{"show":{"useCustomSchema":[true]}}},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Row","value":"row"}],"default":"row"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["row"]}},"options":[{"name":"Create","value":"create","description":"Create a new 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"},{"displayName":"Table Name or ID","name":"tableId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["useCustomSchema","schema"],"loadOptionsMethod":"getTables"},"required":true,"displayOptions":{"show":{"resource":["row"],"operation":["create","delete","get","getAll","update"]}},"default":""},{"displayName":"Select Type","name":"filterType","type":"options","options":[{"name":"Build Manually","value":"manual"},{"name":"String","value":"string"}],"displayOptions":{"show":{"resource":["row"],"operation":["update"]}},"default":"manual"},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any Select Condition","value":"anyFilter"},{"name":"All Select Conditions","value":"allFilters"}],"displayOptions":{"show":{"resource":["row"],"operation":["update"],"filterType":["manual"]}},"default":"anyFilter"},{"displayName":"Select Conditions","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["row"],"operation":["update"],"filterType":["manual"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Field Name or ID","name":"keyName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["tableId"],"loadOptionsMethod":"getTableColumns"},"default":""},{"displayName":"Condition","name":"condition","type":"options","options":[{"name":"Equals","value":"eq"},{"name":"Full-Text","value":"fullText"},{"name":"Greater Than","value":"gt"},{"name":"Greater Than or Equal","value":"gte"},{"name":"ILIKE operator","value":"ilike","description":"Use * in place of %"},{"name":"Is","value":"is","description":"Checking for exact equality (null,true,false,unknown)"},{"name":"Less Than","value":"lt"},{"name":"Less Than or Equal","value":"lte"},{"name":"LIKE operator","value":"like","description":"Use * in place of %"},{"name":"Not Equals","value":"neq"}],"default":""},{"displayName":"Search Function","name":"searchFunction","type":"options","displayOptions":{"show":{"condition":["fullText"]}},"options":[{"name":"to_tsquery","value":"fts"},{"name":"plainto_tsquery","value":"plfts"},{"name":"phraseto_tsquery","value":"phfts"},{"name":"websearch_to_tsquery","value":"wfts"}],"default":""},{"displayName":"Field Value","name":"keyValue","type":"string","default":""}]}],"description":"Filter to decide which rows get updated"},{"displayName":"See <a href=\"https://postgrest.org/en/stable/references/api/tables_views.html#horizontal-filtering\" target=\"_blank\">PostgREST guide</a> to creating filters","name":"jsonNotice","type":"notice","displayOptions":{"show":{"resource":["row"],"operation":["update"],"filterType":["string"]}},"default":""},{"displayName":"Filters (String)","name":"filterString","type":"string","displayOptions":{"show":{"resource":["row"],"operation":["update"],"filterType":["string"]}},"default":"","placeholder":"name=eq.jhon"},{"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":{"resource":["row"],"operation":["create","update"]}},"default":"defineBelow"},{"displayName":"Inputs to Ignore","name":"inputsToIgnore","type":"string","displayOptions":{"show":{"resource":["row"],"operation":["create","update"],"dataToSend":["autoMapInputData"]}},"default":"","description":"List of input properties to avoid sending, separated by commas. Leave empty to send all properties.","placeholder":"Enter properties..."},{"displayName":"Fields to Send","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValueButtonText":"Add Field to Send","multipleValues":true},"displayOptions":{"show":{"resource":["row"],"operation":["create","update"],"dataToSend":["defineBelow"]}},"default":{},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["tableId"],"loadOptionsMethod":"getTableColumns"},"default":""},{"displayName":"Field Value","name":"fieldValue","type":"string","default":""}]}]},{"displayName":"Select Type","name":"filterType","type":"options","options":[{"name":"Build Manually","value":"manual"},{"name":"String","value":"string"}],"displayOptions":{"show":{"resource":["row"],"operation":["delete"]}},"default":"manual"},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any Select Condition","value":"anyFilter"},{"name":"All Select Conditions","value":"allFilters"}],"displayOptions":{"show":{"resource":["row"],"operation":["delete"],"filterType":["manual"]}},"default":"anyFilter"},{"displayName":"Select Conditions","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["row"],"operation":["delete"],"filterType":["manual"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Field Name or ID","name":"keyName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["tableId"],"loadOptionsMethod":"getTableColumns"},"default":""},{"displayName":"Condition","name":"condition","type":"options","options":[{"name":"Equals","value":"eq"},{"name":"Full-Text","value":"fullText"},{"name":"Greater Than","value":"gt"},{"name":"Greater Than or Equal","value":"gte"},{"name":"ILIKE operator","value":"ilike","description":"Use * in place of %"},{"name":"Is","value":"is","description":"Checking for exact equality (null,true,false,unknown)"},{"name":"Less Than","value":"lt"},{"name":"Less Than or Equal","value":"lte"},{"name":"LIKE operator","value":"like","description":"Use * in place of %"},{"name":"Not Equals","value":"neq"}],"default":""},{"displayName":"Search Function","name":"searchFunction","type":"options","displayOptions":{"show":{"condition":["fullText"]}},"options":[{"name":"to_tsquery","value":"fts"},{"name":"plainto_tsquery","value":"plfts"},{"name":"phraseto_tsquery","value":"phfts"},{"name":"websearch_to_tsquery","value":"wfts"}],"default":""},{"displayName":"Field Value","name":"keyValue","type":"string","default":""}]}],"description":"Filter to decide which rows get deleted"},{"displayName":"See <a href=\"https://postgrest.org/en/stable/references/api/tables_views.html#horizontal-filtering\" target=\"_blank\">PostgREST guide</a> to creating filters","name":"jsonNotice","type":"notice","displayOptions":{"show":{"resource":["row"],"operation":["delete"],"filterType":["string"]}},"default":""},{"displayName":"Filters (String)","name":"filterString","type":"string","displayOptions":{"show":{"resource":["row"],"operation":["delete"],"filterType":["string"]}},"default":"","placeholder":"name=eq.jhon"},{"displayName":"Select Conditions","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["row"],"operation":["get"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Name or ID","name":"keyName","type":"options","typeOptions":{"loadOptionsDependsOn":["tableId"],"loadOptionsMethod":"getTableColumns"},"default":"","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Value","name":"keyValue","type":"string","default":""}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","noDataExpression":true,"displayOptions":{"show":{"resource":["row"],"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":["row"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1},"default":50,"description":"Max number of results to return"},{"displayName":"Filter","name":"filterType","type":"options","options":[{"name":"None","value":"none"},{"name":"Build Manually","value":"manual"},{"name":"String","value":"string"}],"displayOptions":{"show":{"resource":["row"],"operation":["getAll"]}},"default":"manual"},{"displayName":"Must Match","name":"matchType","type":"options","options":[{"name":"Any Filter","value":"anyFilter"},{"name":"All Filters","value":"allFilters"}],"displayOptions":{"show":{"resource":["row"],"operation":["getAll"],"filterType":["manual"]}},"default":"anyFilter"},{"displayName":"Filters","name":"filters","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["row"],"operation":["getAll"],"filterType":["manual"]}},"default":{},"placeholder":"Add Condition","options":[{"displayName":"Conditions","name":"conditions","values":[{"displayName":"Field Name or ID","name":"keyName","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["tableId"],"loadOptionsMethod":"getTableColumns"},"default":""},{"displayName":"Condition","name":"condition","type":"options","options":[{"name":"Equals","value":"eq"},{"name":"Full-Text","value":"fullText"},{"name":"Greater Than","value":"gt"},{"name":"Greater Than or Equal","value":"gte"},{"name":"ILIKE operator","value":"ilike","description":"Use * in place of %"},{"name":"Is","value":"is","description":"Checking for exact equality (null,true,false,unknown)"},{"name":"Less Than","value":"lt"},{"name":"Less Than or Equal","value":"lte"},{"name":"LIKE operator","value":"like","description":"Use * in place of %"},{"name":"Not Equals","value":"neq"}],"default":""},{"displayName":"Search Function","name":"searchFunction","type":"options","displayOptions":{"show":{"condition":["fullText"]}},"options":[{"name":"to_tsquery","value":"fts"},{"name":"plainto_tsquery","value":"plfts"},{"name":"phraseto_tsquery","value":"phfts"},{"name":"websearch_to_tsquery","value":"wfts"}],"default":""},{"displayName":"Field Value","name":"keyValue","type":"string","default":""}]}],"description":"Filter to decide which rows get retrieved"},{"displayName":"See <a href=\"https://postgrest.org/en/stable/references/api/tables_views.html#horizontal-filtering\" target=\"_blank\">PostgREST guide</a> to creating filters","name":"jsonNotice","type":"notice","displayOptions":{"show":{"resource":["row"],"operation":["getAll"],"filterType":["string"]}},"default":""},{"displayName":"Filters (String)","name":"filterString","type":"string","displayOptions":{"show":{"resource":["row"],"operation":["getAll"],"filterType":["string"]}},"default":"","placeholder":"name=eq.jhon"}],"codex":{"categories":["Data & Storage"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.supabase/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/supabase/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Supabase/supabase.svg"},
{"displayName":"SurveyMonkey Trigger","name":"surveyMonkeyTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when Survey Monkey events occur","defaults":{"name":"SurveyMonkey Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"surveyMonkeyApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"surveyMonkeyOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"setup","httpMethod":"HEAD","responseMode":"onReceived","path":"webhook"},{"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":"Type","name":"objectType","type":"options","options":[{"name":"Collector","value":"collector"},{"name":"Survey","value":"survey"}],"default":"","required":true},{"displayName":"Event","name":"event","displayOptions":{"show":{"objectType":["survey"]}},"type":"options","options":[{"name":"Collector Created","value":"collector_created","description":"A collector is created"},{"name":"Collector Deleted","value":"collector_deleted","description":"A collector is deleted"},{"name":"Collector Updated","value":"collector_updated","description":"A collector is updated"},{"name":"Response Completed","value":"response_completed","description":"A survey response is completed"},{"name":"Response Created","value":"response_created","description":"A respondent begins a survey"},{"name":"Response Deleted","value":"response_deleted","description":"A response is deleted"},{"name":"Response Disqualified","value":"response_disqualified","description":"A survey response is disqualified"},{"name":"Response Overquota","value":"response_overquota","description":"A response is over a survey’s quota"},{"name":"Response Updated","value":"response_updated","description":"A survey response is updated"},{"name":"Survey Created","value":"survey_created","description":"A survey is created"},{"name":"Survey Deleted","value":"survey_deleted","description":"A survey is deleted"},{"name":"Survey Updated","value":"survey_updated","description":"A survey is updated"}],"default":"","required":true},{"displayName":"Event","name":"event","type":"options","displayOptions":{"show":{"objectType":["collector"]}},"options":[{"name":"Collector Deleted","value":"collector_deleted","description":"A collector is deleted"},{"name":"Collector Updated","value":"collector_updated","description":"A collector is updated"},{"name":"Response Completed","value":"response_completed","description":"A survey response is completed"},{"name":"Response Created","value":"response_created","description":"A respondent begins a survey"},{"name":"Response Deleted","value":"response_deleted","description":"A response is deleted"},{"name":"Response Disqualified","value":"response_disqualified","description":"A survey response is disqualified"},{"name":"Response Overquota","value":"response_overquota","description":"A response is over a survey’s quota"},{"name":"Response Updated","value":"response_updated","description":"A survey response is updated"}],"default":"","required":true},{"displayName":"Survey Names or IDs","name":"surveyIds","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"objectType":["survey"]},"hide":{"event":["survey_created"]}},"typeOptions":{"loadOptionsMethod":"getSurveys"},"options":[],"default":[],"required":true},{"displayName":"Survey Name or ID","name":"surveyId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"objectType":["collector"]}},"typeOptions":{"loadOptionsMethod":"getSurveys"},"default":[],"required":true},{"displayName":"Collector Names or IDs","name":"collectorIds","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"objectType":["collector"]}},"typeOptions":{"loadOptionsMethod":"getCollectors","loadOptionsDependsOn":["surveyId"]},"options":[],"default":[],"required":true},{"displayName":"Resolve Data","name":"resolveData","type":"boolean","displayOptions":{"show":{"event":["response_completed"]}},"default":true,"description":"By default the webhook-data only contain the IDs. If this option gets activated, it will resolve the data automatically."},{"displayName":"Only Answers","name":"onlyAnswers","displayOptions":{"show":{"resolveData":[true],"event":["response_completed"]}},"type":"boolean","default":true,"description":"Whether to return only the answers of the form and not any of the other data"}],"codex":{"categories":["Marketing","Communication"],"alias":["Form"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.surveymonkeytrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/surveymonkey/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/SurveyMonkey/surveyMonkey.svg"},
{"displayName":"Switch","name":"switch","icon":"fa:map-signs","iconColor":"light-blue","group":["transform"],"description":"Route items depending on defined expression or rules","defaultVersion":3.4,"subtitle":"=mode: {{(function capitalize(str) {\n    if (!str)\n        return str;\n    const chars = str.split('');\n    chars[0] = chars[0].toUpperCase();\n    return chars.join('');\n})($parameter[\"mode\"])}}","version":[3,3.1,3.2,3.3,3.4],"defaults":{"name":"Switch","color":"#506000"},"inputs":["main"],"outputs":"={{((parameters) => {\n    const mode = parameters.mode;\n    if (mode === 'expression') {\n        return Array.from({ length: parameters.numberOutputs }, (_, i) => ({\n            type: 'main',\n            displayName: i.toString(),\n        }));\n    }\n    else {\n        const rules = parameters.rules?.values ?? [];\n        const ruleOutputs = rules.map((rule, index) => {\n            return {\n                type: 'main',\n                displayName: rule.outputKey || index.toString(),\n            };\n        });\n        if (parameters.options?.fallbackOutput === 'extra') {\n            const renameFallbackOutput = parameters.options?.renameFallbackOutput;\n            ruleOutputs.push({\n                type: 'main',\n                displayName: renameFallbackOutput || 'Fallback',\n            });\n        }\n        return ruleOutputs;\n    }\n})($parameter)}}","properties":[{"displayName":"Mode","name":"mode","type":"options","noDataExpression":true,"options":[{"name":"Rules","value":"rules","description":"Build a matching rule for each output"},{"name":"Expression","value":"expression","description":"Write an expression to return the output index"}],"default":"rules","description":"How data should be routed"},{"displayName":"Number of Outputs","name":"numberOutputs","type":"number","noDataExpression":true,"displayOptions":{"show":{"mode":["expression"],"@version":[{"_cnd":{"gte":3.3}}]}},"default":4,"description":"How many outputs to create"},{"displayName":"Number of Outputs","name":"numberOutputs","type":"number","displayOptions":{"show":{"mode":["expression"],"@version":[{"_cnd":{"lt":3.3}}]}},"default":4,"description":"How many outputs to create"},{"displayName":"Output Index","name":"output","type":"number","validateType":"number","hint":"The index to route the item to, starts at 0","displayOptions":{"show":{"mode":["expression"]}},"default":"={{}}","description":"The output index to send the input item to. Use an expression to calculate which input item should be routed to which output. The expression must return a number."},{"displayName":"Routing Rules","name":"rules","placeholder":"Add Routing Rule","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"default":{"values":[{"conditions":{"options":{"caseSensitive":true,"leftValue":"","typeValidation":"strict"},"conditions":[{"leftValue":"","rightValue":"","operator":{"type":"string","operation":"equals"}}],"combinator":"and"}}]},"displayOptions":{"show":{"mode":["rules"]}},"options":[{"name":"values","displayName":"Routing Rule","values":[{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"filter","default":{},"typeOptions":{"multipleValues":false,"filter":{"caseSensitive":"={{!$parameter.options.ignoreCase}}","typeValidation":"={{ ($nodeVersion < 3.1 ? $parameter.options.looseTypeValidation :  $parameter.looseTypeValidation) ? \"loose\" : \"strict\" }}","version":"={{ $nodeVersion >=3.4 ? 3 : $nodeVersion >= 3.2 ? 2 : 1 }}"}}},{"displayName":"Rename Output","name":"renameOutput","type":"boolean","default":false},{"displayName":"Output Name","name":"outputKey","type":"string","default":"","description":"The label of output to which to send data to if rule matches","displayOptions":{"show":{"renameOutput":[true]}}}]}]},{"displayName":"Convert types where required","description":"If the type of an expression doesn't match the type of the comparison, n8n will try to cast the expression to the required type. E.g. for booleans <code>\"false\"</code> or <code>0</code> will be cast to <code>false</code>","name":"looseTypeValidation","type":"boolean","default":false,"displayOptions":{"show":{"@version":[{"_cnd":{"gte":3.1}}]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"mode":["rules"]}},"options":[{"displayName":"Fallback Output","name":"fallbackOutput","type":"options","typeOptions":{"loadOptionsDependsOn":["rules.values","/rules","/rules.values"],"loadOptionsMethod":"getFallbackOutputOptions"},"default":"none","description":"If no rule matches the item will be sent to this output, by default they will be ignored"},{"displayName":"Ignore Case","description":"Whether to ignore letter case when evaluating conditions","name":"ignoreCase","type":"boolean","default":true},{"displayName":"Convert types where required","description":"If the type of an expression doesn't match the type of the comparison, n8n will try to cast the expression to the required type. E.g. for booleans <code>\"false\"</code> or <code>0</code> will be cast to <code>false</code>","name":"looseTypeValidation","type":"boolean","default":true,"displayOptions":{"show":{"@version":[{"_cnd":{"lt":3.1}}]}}},{"displayName":"Rename Fallback Output","name":"renameFallbackOutput","type":"string","placeholder":"e.g. Fallback","default":"","displayOptions":{"show":{"fallbackOutput":["extra"]}}},{"displayName":"Send data to all matching outputs","name":"allMatchingOutputs","type":"boolean","default":false,"description":"Whether to send data to all outputs meeting conditions (and not just the first one)"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"alias":["Router","If","Path","Filter","Condition","Logic","Branch","Case"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.switch/"}]}}},
{"displayName":"Switch","name":"switch","icon":"fa:map-signs","iconColor":"light-blue","group":["transform"],"description":"Route items depending on defined expression or rules","defaultVersion":3.4,"version":[2],"defaults":{"name":"Switch","color":"#506000"},"inputs":["main"],"outputs":"={{\n\t\t\t\t\t((parameters) => {\n\t\t\t\t\t\tconst rules = parameters.rules?.rules ?? [];\n\t\t\t\t\t\tconst mode = parameters.mode;\n\n\t\t\t\t\t\tif (mode === 'expression') {\n\t\t\t\t\t\t\treturn Array\n\t\t\t\t\t\t\t\t.from(\n\t\t\t\t\t\t\t\t\t{ length: parameters.outputsAmount },\n\t\t\t\t\t\t\t\t\t(_, i) => ({ type: \"main\", displayName: i.toString() })\n\t\t\t\t\t\t\t\t)\n\t\t\t\t\t\t}\n\n\n\t\t\t\t\t\treturn rules.map(value => {\n\t\t\t\t\t\t\treturn { type: \"main\", displayName: value.outputKey }\n\t\t\t\t\t\t})\n\t\t\t\t\t})($parameter)\n\t\t\t\t}}","properties":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Expression","value":"expression","description":"Expression decides how to route data"},{"name":"Rules","value":"rules","description":"Rules decide how to route data"}],"default":"rules","description":"How data should be routed"},{"displayName":"Output","name":"output","type":"string","displayOptions":{"show":{"mode":["expression"]}},"default":"","description":"The index of output to which to send data to"},{"displayName":"Outputs Amount","name":"outputsAmount","type":"number","displayOptions":{"show":{"mode":["expression"]}},"default":4,"description":"Amount of outputs to create"},{"displayName":"Data Type","name":"dataType","type":"options","displayOptions":{"show":{"mode":["rules"]}},"options":[{"name":"Boolean","value":"boolean"},{"name":"Date & Time","value":"dateTime"},{"name":"Number","value":"number"},{"name":"String","value":"string"}],"default":"number","description":"The type of data to route on"},{"displayName":"Value 1","name":"value1","type":"boolean","displayOptions":{"show":{"dataType":["boolean"],"mode":["rules"]}},"default":false,"description":"The value to compare with the first one"},{"displayName":"Routing Rules","name":"rules","placeholder":"Add Routing Rule","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"displayOptions":{"show":{"dataType":["boolean"],"mode":["rules"]}},"default":{},"options":[{"name":"rules","displayName":"Boolean","values":[{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"}],"default":"equal","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"boolean","default":false,"description":"The value to compare with the first one"},{"displayName":"Output Key","name":"outputKey","type":"string","default":"","description":"The label of output to which to send data to if rule matches"}]}]},{"displayName":"Value 1","name":"value1","type":"dateTime","displayOptions":{"show":{"dataType":["dateTime"],"mode":["rules"]}},"default":"","description":"The value to compare with the second one"},{"displayName":"Routing Rules","name":"rules","placeholder":"Add Routing Rule","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"displayOptions":{"show":{"dataType":["dateTime"],"mode":["rules"]}},"default":{},"options":[{"name":"rules","displayName":"Dates","values":[{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Occurred After","value":"after"},{"name":"Occurred Before","value":"before"}],"default":"after","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"dateTime","default":0,"description":"The value to compare with the first one"},{"displayName":"Output Key","name":"outputKey","type":"string","default":"","description":"The label of output to which to send data to if rule matches"}]}]},{"displayName":"Value 1","name":"value1","type":"number","displayOptions":{"show":{"dataType":["number"],"mode":["rules"]}},"default":0,"description":"The value to compare with the second one"},{"displayName":"Routing Rules","name":"rules","placeholder":"Add Routing Rule","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"displayOptions":{"show":{"dataType":["number"],"mode":["rules"]}},"default":{},"options":[{"name":"rules","displayName":"Numbers","values":[{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Smaller","value":"smaller"},{"name":"Smaller Equal","value":"smallerEqual"},{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"},{"name":"Larger","value":"larger"},{"name":"Larger Equal","value":"largerEqual"}],"default":"smaller","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"number","default":0,"description":"The value to compare with the first one"},{"displayName":"Output Key","name":"outputKey","type":"string","default":"","description":"The label of output to which to send data to if rule matches"}]}]},{"displayName":"Value 1","name":"value1","type":"string","displayOptions":{"show":{"dataType":["string"],"mode":["rules"]}},"default":"","description":"The value to compare with the second one"},{"displayName":"Routing Rules","name":"rules","placeholder":"Add Routing Rule","type":"fixedCollection","typeOptions":{"multipleValues":true,"sortable":true},"displayOptions":{"show":{"dataType":["string"],"mode":["rules"]}},"default":{},"options":[{"name":"rules","displayName":"Strings","values":[{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Contains","value":"contains"},{"name":"Not Contains","value":"notContains"},{"name":"Ends With","value":"endsWith"},{"name":"Not Ends With","value":"notEndsWith"},{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"},{"name":"Regex Match","value":"regex"},{"name":"Regex Not Match","value":"notRegex"},{"name":"Starts With","value":"startsWith"},{"name":"Not Starts With","value":"notStartsWith"}],"default":"equal","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"string","displayOptions":{"hide":{"operation":["regex","notRegex"]}},"default":"","description":"The value to compare with the first one"},{"displayName":"Regex","name":"value2","type":"string","displayOptions":{"show":{"operation":["regex","notRegex"]}},"default":"","placeholder":"/text/i","description":"The regex which has to match"},{"displayName":"Output Key","name":"outputKey","type":"string","default":"","description":"The label of output to which to send data to if rule matches"}]}]},{"displayName":"Fallback Output Name or ID","name":"fallbackOutput","type":"options","displayOptions":{"show":{"mode":["rules"]}},"typeOptions":{"loadOptionsDependsOn":["rules.rules"],"loadOptionsMethod":"getFallbackOutputOptions"},"default":-1,"description":"The output to which to route all items which do not match any of the rules. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"alias":["Router","If","Path","Filter","Condition","Logic","Branch","Case"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.switch/"}]}}},
{"displayName":"Switch","name":"switch","icon":"fa:map-signs","iconColor":"light-blue","group":["transform"],"description":"Route items depending on defined expression or rules","defaultVersion":3.4,"version":[1],"defaults":{"name":"Switch","color":"#506000"},"inputs":["main"],"outputs":["main","main","main","main"],"outputNames":["0","1","2","3"],"properties":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Expression","value":"expression","description":"Expression decides how to route data"},{"name":"Rules","value":"rules","description":"Rules decide how to route data"}],"default":"rules","description":"How data should be routed"},{"displayName":"Output","name":"output","type":"number","typeOptions":{"minValue":0,"maxValue":3},"displayOptions":{"show":{"mode":["expression"]}},"default":0,"description":"The index of output to which to send data to"},{"displayName":"Data Type","name":"dataType","type":"options","displayOptions":{"show":{"mode":["rules"]}},"options":[{"name":"Boolean","value":"boolean"},{"name":"Date & Time","value":"dateTime"},{"name":"Number","value":"number"},{"name":"String","value":"string"}],"default":"number","description":"The type of data to route on"},{"displayName":"Value 1","name":"value1","type":"boolean","displayOptions":{"show":{"dataType":["boolean"],"mode":["rules"]}},"default":false,"description":"The value to compare with the first one"},{"displayName":"Routing Rules","name":"rules","placeholder":"Add Routing Rule","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataType":["boolean"],"mode":["rules"]}},"default":{},"options":[{"name":"rules","displayName":"Boolean","values":[{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"}],"default":"equal","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"boolean","default":false,"description":"The value to compare with the first one"},{"displayName":"Output","name":"output","type":"number","typeOptions":{"minValue":0,"maxValue":3},"default":0,"description":"The index of output to which to send data to if rule matches"}]}]},{"displayName":"Value 1","name":"value1","type":"dateTime","displayOptions":{"show":{"dataType":["dateTime"],"mode":["rules"]}},"default":"","description":"The value to compare with the second one"},{"displayName":"Routing Rules","name":"rules","placeholder":"Add Routing Rule","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataType":["dateTime"],"mode":["rules"]}},"default":{},"options":[{"name":"rules","displayName":"Dates","values":[{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Occurred After","value":"after"},{"name":"Occurred Before","value":"before"}],"default":"after","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"dateTime","default":0,"description":"The value to compare with the first one"},{"displayName":"Output","name":"output","type":"number","typeOptions":{"minValue":0,"maxValue":3},"default":0,"description":"The index of output to which to send data to if rule matches"}]}]},{"displayName":"Value 1","name":"value1","type":"number","displayOptions":{"show":{"dataType":["number"],"mode":["rules"]}},"default":0,"description":"The value to compare with the second one"},{"displayName":"Routing Rules","name":"rules","placeholder":"Add Routing Rule","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataType":["number"],"mode":["rules"]}},"default":{},"options":[{"name":"rules","displayName":"Numbers","values":[{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Smaller","value":"smaller"},{"name":"Smaller Equal","value":"smallerEqual"},{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"},{"name":"Larger","value":"larger"},{"name":"Larger Equal","value":"largerEqual"}],"default":"smaller","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"number","default":0,"description":"The value to compare with the first one"},{"displayName":"Output","name":"output","type":"number","typeOptions":{"minValue":0,"maxValue":3},"default":0,"description":"The index of output to which to send data to if rule matches"}]}]},{"displayName":"Value 1","name":"value1","type":"string","displayOptions":{"show":{"dataType":["string"],"mode":["rules"]}},"default":"","description":"The value to compare with the second one"},{"displayName":"Routing Rules","name":"rules","placeholder":"Add Routing Rule","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"dataType":["string"],"mode":["rules"]}},"default":{},"options":[{"name":"rules","displayName":"Strings","values":[{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Contains","value":"contains"},{"name":"Not Contains","value":"notContains"},{"name":"Ends With","value":"endsWith"},{"name":"Not Ends With","value":"notEndsWith"},{"name":"Equal","value":"equal"},{"name":"Not Equal","value":"notEqual"},{"name":"Regex Match","value":"regex"},{"name":"Regex Not Match","value":"notRegex"},{"name":"Starts With","value":"startsWith"},{"name":"Not Starts With","value":"notStartsWith"}],"default":"equal","description":"Operation to decide where the data should be mapped to"},{"displayName":"Value 2","name":"value2","type":"string","displayOptions":{"hide":{"operation":["regex","notRegex"]}},"default":"","description":"The value to compare with the first one"},{"displayName":"Regex","name":"value2","type":"string","displayOptions":{"show":{"operation":["regex","notRegex"]}},"default":"","placeholder":"/text/i","description":"The regex which has to match"},{"displayName":"Output","name":"output","type":"number","typeOptions":{"minValue":0,"maxValue":3},"default":0,"description":"The index of output to which to send data to if rule matches"}]}]},{"displayName":"Fallback Output","name":"fallbackOutput","type":"options","displayOptions":{"show":{"mode":["rules"]}},"options":[{"name":"None","value":-1},{"name":"0","value":0},{"name":"1","value":1},{"name":"2","value":2},{"name":"3","value":3}],"default":-1,"description":"The output to which to route all items which do not match any of the rules"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow"]},"alias":["Router","If","Path","Filter","Condition","Logic","Branch","Case"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.switch/"}]}}},
{"displayName":"SyncroMSP","name":"syncroMsp","group":["output"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Gets data from SyncroMSP","defaultVersion":1,"version":1,"defaults":{"name":"SyncroMSP"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"syncroMspApi","required":true,"testedBy":"syncroMspApiCredentialTest"}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Contact","value":"contact"},{"name":"Customer","value":"customer"},{"name":"RMM","value":"rmm"},{"name":"Ticket","value":"ticket"}],"default":"contact"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["customer"]}},"options":[{"name":"Create","value":"create","description":"Create new customer","action":"Create a customer"},{"name":"Delete","value":"delete","description":"Delete customer","action":"Delete a customer"},{"name":"Get","value":"get","description":"Retrieve customer","action":"Get a customer"},{"name":"Get Many","value":"getAll","description":"Retrieve many customers","action":"Get many customers"},{"name":"Update","value":"update","description":"Update customer","action":"Update a customer"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["customer"],"operation":["getAll"]}},"default":false,"noDataExpression":true,"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":["customer"],"operation":["getAll"],"returnAll":[false]}},"default":25,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"resource":["customer"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Business Name","name":"businessName","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Include Disabled","name":"includeDisabled","type":"boolean","default":false},{"displayName":"Last Name","name":"lastname","type":"string","default":""},{"displayName":"Search Query","name":"query","type":"string","default":"","placeholder":"John Doe","description":"Search query, it can be anything related to customer data like name etc"},{"displayName":"Sort","name":"sort","type":"string","default":"","placeholder":"firstname ASC","description":"Customer field to order by, eg: \"firstname ASC\", \"city DESC\" etc"}]},{"displayName":"Cutomer ID","name":"customerId","type":"string","required":true,"displayOptions":{"show":{"resource":["customer"],"operation":["get"]}},"default":"","description":"Get specific customer by ID"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["customer"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["customer"],"operation":["create"]}},"default":{},"options":[{"displayName":"Address","name":"address","placeholder":"Add Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Address Fields","name":"addressFields","values":[{"displayName":"Line 1","name":"address","type":"string","default":""},{"displayName":"Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"ZIP","name":"zip","type":"string","default":""}]}]},{"displayName":"Business Name","name":"businessName","type":"string","default":""},{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Get SMS","name":"getSms","type":"boolean","default":false},{"displayName":"Invoice Emails","name":"invoiceCcEmails","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Email"},"default":""},{"displayName":"Last Name","name":"lastname","type":"string","default":""},{"displayName":"No Email","name":"noEmail","type":"boolean","default":false},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"Notification Email","name":"notificationEmail","type":"string","default":"","displayOptions":{"show":{"noEmail":[false]}}},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Referred By","name":"referredBy","type":"string","default":"","description":"Source from which customer is referred to the platform like Linkedin, Google, Customer name etc"}]},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"displayOptions":{"show":{"resource":["customer"],"operation":["delete"]}},"default":"","description":"Delete a specific customer by ID"},{"displayName":"Customer ID","name":"customerId","type":"string","displayOptions":{"show":{"resource":["customer"],"operation":["update"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["customer"],"operation":["update"]}},"default":{},"options":[{"displayName":"Address","name":"address","placeholder":"Add Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Address Fields","name":"addressFields","values":[{"displayName":"Line 1","name":"address","type":"string","default":""},{"displayName":"Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"ZIP","name":"zip","type":"string","default":""}]}]},{"displayName":"Business Name","name":"businessName","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Get SMS","name":"getSms","type":"boolean","default":true},{"displayName":"Invoice Emails","name":"invoiceCcEmails","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Email"},"default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"No Email","name":"noEmail","type":"boolean","default":false},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"Notification Email","name":"notificationEmail","type":"string","default":"","displayOptions":{"show":{"noEmail":[false]}}},{"displayName":"Phone","name":"phone","type":"string","default":""},{"displayName":"Referred By","name":"referredBy","type":"string","default":"","description":"Source from which customer is referred to the platform like Linkedin, Google, Customer name etc"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Create","value":"create","description":"Create new ticket","action":"Create a ticket"},{"name":"Delete","value":"delete","description":"Delete ticket","action":"Delete a ticket"},{"name":"Get","value":"get","description":"Retrieve ticket","action":"Get a ticket"},{"name":"Get Many","value":"getAll","description":"Retrieve many tickets","action":"Get many tickets"},{"name":"Update","value":"update","description":"Update ticket","action":"Update a ticket"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"default":false,"noDataExpression":true,"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":["ticket"],"operation":["getAll"],"returnAll":[false]}},"default":25,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Search Query","name":"query","type":"string","default":"","placeholder":"John Doe","description":"Search query, it can be anything related to ticket data like user etc"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Customer Reply","value":"Customer Reply"},{"name":"In Progress","value":"In Progress"},{"name":"New","value":"New"},{"name":"Resolved","value":"Resolved"},{"name":"Scheduled","value":"Scheduled"},{"name":"Waiting for Parts","value":"Waiting for Parts"},{"name":"Waiting on Customer","value":"Waiting on Customer"}],"default":"New"}]},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":""},{"displayName":"Subject","name":"subject","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":{},"options":[{"displayName":"Asset ID","name":"assetId","type":"string","default":""},{"displayName":"Assign to Contact","name":"contactId","type":"string","default":"","description":"The ID of the contact you want to assign the ticket to"},{"displayName":"Issue Type","name":"issueType","type":"options","options":[{"name":"Contract Work","value":"Contract Work"},{"name":"Network Project","value":"Network Project"},{"name":"Other","value":"Other"},{"name":"Regular Maintenance","value":"Regular Maintenance"},{"name":"Remote Support","value":"Remote Support"}],"default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Customer Reply","value":"Customer Reply"},{"name":"In Progress","value":"In Progress"},{"name":"New","value":"New"},{"name":"Resolved","value":"Resolved"},{"name":"Scheduled","value":"Scheduled"},{"name":"Waiting for Parts","value":"Waiting for Parts"},{"name":"Waiting on Customer","value":"Waiting on Customer"}],"default":"New","description":"If used along the parameter Search Query, only Search Query will be applied"}]},{"displayName":"Ticket ID","name":"ticketId","type":"string","displayOptions":{"show":{"resource":["ticket"],"operation":["get"]}},"default":"","description":"Get specific customer by ID"},{"displayName":"Ticket ID","name":"ticketId","required":true,"type":"string","displayOptions":{"show":{"resource":["ticket"],"operation":["delete"]}},"default":"","description":"Delete a specific customer by ID"},{"displayName":"Ticket ID","name":"ticketId","type":"string","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"default":{},"options":[{"displayName":"Asset ID","name":"assetId","type":"string","default":""},{"displayName":"Assign to Contact","name":"contactId","type":"string","default":"","description":"The ID of the contact you want to assign the ticket to"},{"displayName":"Customer ID","name":"customerId","type":"string","default":""},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":""},{"displayName":"Issue Type","name":"issueType","type":"options","options":[{"name":"Contract Work","value":"Contract Work"},{"name":"Network Project","value":"Network Project"},{"name":"Other","value":"Other"},{"name":"Regular Maintenance","value":"Regular Maintenance"},{"name":"Remote Support","value":"Remote Support"}],"default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Customer Reply","value":"Customer Reply"},{"name":"In Progress","value":"In Progress"},{"name":"New","value":"New"},{"name":"Resolved","value":"Resolved"},{"name":"Scheduled","value":"Scheduled"},{"name":"Waiting for Parts","value":"Waiting for Parts"},{"name":"Waiting on Customer","value":"Waiting on Customer"}],"default":"New"},{"displayName":"Subject","name":"subject","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create new contact","action":"Create a contact"},{"name":"Delete","value":"delete","description":"Delete contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Retrieve contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Retrieve many contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update contact","action":"Update a contact"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"noDataExpression":true,"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"description":"Max number of results to return","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}},"default":25},{"displayName":"Customer ID","name":"customerId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"default":{},"options":[{"displayName":"Address","name":"address","placeholder":"Add Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Address Fields","name":"addressFields","values":[{"displayName":"Line 1","name":"address","type":"string","default":""},{"displayName":"Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"ZIP","name":"zip","type":"string","default":""}]}]},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"default":"","description":"Get specific contact by ID"},{"displayName":"Contact ID","name":"contactId","type":"string","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"default":{},"options":[{"displayName":"Address","name":"address","placeholder":"Add Address Fields","type":"fixedCollection","default":{},"options":[{"displayName":"Address Fields","name":"addressFields","values":[{"displayName":"Line 1","name":"address","type":"string","default":""},{"displayName":"Line 2","name":"address2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"ZIP","name":"zip","type":"string","default":""}]}]},{"displayName":"Customer ID","name":"customerId","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]},{"displayName":"Contact ID","name":"contactId","type":"string","required":true,"displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}},"default":"","description":"Delete a specific contact by ID"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["rmm"]}},"options":[{"name":"Create","value":"create","description":"Create new RMM Alert","action":"Create an RMM alert"},{"name":"Delete","value":"delete","description":"Delete RMM Alert","action":"Delete an RMM alert"},{"name":"Get","value":"get","description":"Retrieve RMM Alert","action":"Get an RMM alert"},{"name":"Get Many","value":"getAll","description":"Retrieve many RMM Alerts","action":"Get many RMM alerts"},{"name":"Mute","value":"mute","description":"Mute RMM Alert","action":"Mute an RMM alert"}],"default":"getAll"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["rmm"],"operation":["getAll"]}},"default":false,"noDataExpression":true,"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":["rmm"],"operation":["getAll"],"returnAll":[false]}},"default":25,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"resource":["rmm"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Status","name":"status","type":"options","options":[{"name":"Active","value":"active"},{"name":"All","value":"all"},{"name":"Resolved","value":"resolved"}],"default":"all"}]},{"displayName":"RMM Alert ID","name":"alertId","type":"string","required":true,"displayOptions":{"show":{"resource":["rmm"],"operation":["get"]}},"default":"","description":"Get specific RMM alert by ID"},{"displayName":"Asset ID","name":"assetId","type":"string","displayOptions":{"show":{"resource":["rmm"],"operation":["create"]}},"default":""},{"displayName":"Customer ID","name":"customerId","type":"string","displayOptions":{"show":{"resource":["rmm"],"operation":["create"]}},"default":""},{"displayName":"Description","name":"description","type":"string","displayOptions":{"show":{"resource":["rmm"],"operation":["create"]}},"default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["rmm"],"operation":["create"]}},"default":{},"options":[{"displayName":"Resolved","name":"resolved","type":"boolean","default":false}]},{"displayName":"RMM Alert ID","name":"alertId","type":"string","required":true,"displayOptions":{"show":{"resource":["rmm"],"operation":["delete"]}},"default":"","description":"Delete the RMM alert by ID"},{"displayName":"RMM Alert ID","name":"alertId","type":"string","required":true,"displayOptions":{"show":{"resource":["rmm"],"operation":["mute"]}},"default":"","description":"Mute the RMM alert by ID"},{"displayName":"Mute Period","name":"muteFor","type":"options","displayOptions":{"show":{"resource":["rmm"],"operation":["mute"]}},"options":[{"name":"1 Hour","value":"1-hour"},{"name":"1 Day","value":"1-day"},{"name":"2 Days","value":"2-days"},{"name":"1 Week","value":"1-week"},{"name":"2 Weeks","value":"2-weeks"},{"name":"1 Month","value":"1-month"},{"name":"Forever","value":"forever"}],"default":"","description":"Length of time to mute alert for"}],"usableAsTool":true,"iconUrl":"icons/n8n-nodes-base/dist/nodes/SyncroMSP/syncromsp.png","codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.syncromsp/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/syncromsp/"}]}}},
{"displayName":"Taiga","name":"taiga","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Taiga API","defaults":{"name":"Taiga"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"taigaApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Epic","value":"epic"},{"name":"Issue","value":"issue"},{"name":"Task","value":"task"},{"name":"User Story","value":"userStory"}],"default":"issue"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["epic"]}},"options":[{"name":"Create","value":"create","description":"Create an epic","action":"Create an epic"},{"name":"Delete","value":"delete","description":"Delete an epic","action":"Delete an epic"},{"name":"Get","value":"get","description":"Get an epic","action":"Get an epic"},{"name":"Get Many","value":"getAll","description":"Get many epics","action":"Get many epics"},{"name":"Update","value":"update","description":"Update an epic","action":"Update an epic"}],"default":"create"},{"displayName":"Project Name or ID","name":"projectId","description":"ID of the project to which the epic belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["epic"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["epic"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["epic"],"operation":["create"]}},"options":[{"displayName":"Assigned To Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user to assign the epic to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Blocked Note","name":"blocked_note","type":"string","default":"","description":"Reason why the epic is blocked. Requires \"Is Blocked\" toggle to be enabled."},{"displayName":"Color","name":"color","type":"color","default":"0000FF","description":"Color code in hexadecimal notation"},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Is Blocked","name":"is_blocked","type":"boolean","default":false,"description":"Whether the issue is blocked"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]}]},{"displayName":"Epic ID","name":"epicId","description":"ID of the epic to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["epic"],"operation":["delete"]}}},{"displayName":"Epic ID","name":"epicId","description":"ID of the epic to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["epic"],"operation":["get"]}}},{"displayName":"Project Name or ID","name":"projectId","description":"ID of the project to which the epic belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["epic"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["epic"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["epic"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"resource":["epic"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Assignee Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user whom the epic is assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Is Closed","name":"statusIsClosed","description":"Whether the epic is closed","type":"boolean","default":false}]},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"default":"","description":"ID of the project to set the epic to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["epic"],"operation":["update"]}}},{"displayName":"Epic ID","name":"epicId","description":"ID of the epic to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["epic"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["epic"],"operation":["update"]}},"options":[{"displayName":"Assigned To Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user to whom the epic is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Blocked Note","name":"blocked_note","type":"string","default":"","description":"Reason why the epic is blocked. Requires \"Is Blocked\" toggle to be enabled."},{"displayName":"Color","name":"color","type":"color","default":"0000FF","description":"Color code in hexadecimal notation"},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Is Blocked","name":"is_blocked","type":"boolean","default":false,"description":"Whether the epic is blocked"},{"displayName":"Subject","name":"subject","type":"string","default":""},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["issue"]}},"options":[{"name":"Create","value":"create","description":"Create an issue","action":"Create an issue"},{"name":"Delete","value":"delete","description":"Delete an issue","action":"Delete an issue"},{"name":"Get","value":"get","description":"Get an issue","action":"Get an issue"},{"name":"Get Many","value":"getAll","description":"Get many issues","action":"Get many issues"},{"name":"Update","value":"update","description":"Update an issue","action":"Update an issue"}],"default":"create"},{"displayName":"Project Name or ID","name":"projectId","description":"ID of the project to which the issue belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["issue"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["issue"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["create"]}},"options":[{"displayName":"Assignee Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user to whom the issue is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Blocked Note","name":"blocked_note","type":"string","default":"","description":"Reason why the issue is blocked. Requires \"Is Blocked\" toggle to be enabled."},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Is Blocked","name":"is_blocked","type":"boolean","default":false,"description":"Whether the issue is blocked"},{"displayName":"Milestone (Sprint) Name or ID","name":"milestone","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getMilestones"},"default":"","description":"ID of the milestone of the issue. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Priority Name or ID","name":"priority","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getPriorities"},"default":""},{"displayName":"Severity Name or ID","name":"severity","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getSeverities"},"default":""},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getIssueStatuses"},"default":"","description":"ID of the status of the issue. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Type Name or ID","name":"type","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTypes"},"default":""}]},{"displayName":"Issue ID","name":"issueId","description":"ID of the issue to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["issue"],"operation":["delete"]}}},{"displayName":"Issue ID","name":"issueId","description":"ID of the issue to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["issue"],"operation":["get"]}}},{"displayName":"Project Name or ID","name":"projectId","description":"ID of the project to which the issue belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["issue"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["issue"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["issue"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"resource":["issue"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Assignee Name or ID","name":"assigned_to","description":"ID of the user to assign the issue to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":""},{"displayName":"Order By","name":"orderBy","description":"Field to order the issues by","type":"options","options":[{"name":"Assigned To","value":"assigned_to"},{"name":"Created Date","value":"created_date"},{"name":"Modified Date","value":"modified_date"},{"name":"Owner","value":"owner"},{"name":"Priority","value":"priority"},{"name":"Severity","value":"severity"},{"name":"Status","value":"status"},{"name":"Subject","value":"subject"},{"name":"Type","value":"type"}],"default":"assigned_to"},{"displayName":"Owner Name or ID","name":"owner","description":"ID of the owner of the issue. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":""},{"displayName":"Priority Name or ID","name":"priority","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getPriorities"},"default":""},{"displayName":"Role Name or ID","name":"role","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getRoles"},"default":""},{"displayName":"Severity Name or ID","name":"severity","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getSeverities"},"default":""},{"displayName":"Status Name or ID","name":"status","description":"ID of the status of the issue. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getIssueStatuses"},"default":""},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Type Name or ID","name":"type","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTypes"},"default":""}]},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"default":"","description":"ID of the project to set the issue to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["issue"],"operation":["update"]}}},{"displayName":"Issue ID","name":"issueId","description":"ID of the issue to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["issue"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["issue"],"operation":["update"]}},"options":[{"displayName":"Assignee Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user whom the issue is assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Blocked Note","name":"blocked_note","type":"string","default":"","description":"Reason why the issue is blocked. Requires \"Is Blocked\" toggle to be enabled."},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Is Blocked","name":"is_blocked","type":"boolean","default":false,"description":"Whether the issue is blocked"},{"displayName":"Milestone (Sprint) Name or ID","name":"milestone","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getMilestones"},"default":"","description":"ID of the milestone of the issue. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Priority Name or ID","name":"priority","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getPriorities"},"default":""},{"displayName":"Severity Name or ID","name":"severity","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getSeverities"},"default":""},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getIssueStatuses"},"default":"","description":"ID of the status of the issue. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Subject","name":"subject","type":"string","default":""},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Type Name or ID","name":"type","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTypes"},"default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Create","value":"create","description":"Create a task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Get a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get many tasks","action":"Get many tasks"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Project Name or ID","name":"projectId","description":"ID of the project to which the task belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Assignee Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user to whom the task is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Blocked Note","name":"blocked_note","type":"string","default":"","description":"Reason why the task is blocked. Requires \"Is Blocked\" toggle to be enabled."},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Is Blocked","name":"is_blocked","type":"boolean","default":false,"description":"Whether the task is blocked"},{"displayName":"Milestone (Sprint) Name or ID","name":"milestone","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getMilestones"},"default":"","description":"ID of the milestone of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTaskStatuses"},"default":"","description":"ID of the status of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Taskboard Order","name":"taskboard_order","type":"number","default":1,"description":"Order of the task in the taskboard","typeOptions":{"minValue":1}},{"displayName":"User Story Name or ID","name":"user_story","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUserStories"},"default":"","description":"ID of the user story of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Story Order","name":"us_order","type":"number","default":1,"description":"Order of the task in the user story","typeOptions":{"minValue":1}}]},{"displayName":"Task ID","name":"taskId","description":"ID of the task to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["delete"]}}},{"displayName":"Task ID","name":"taskId","description":"ID of the task to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["get"]}}},{"displayName":"Project Name or ID","name":"projectId","description":"ID of the project to which the task belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Assignee Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user whom the task is assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Is Closed","name":"statusIsClosed","description":"Whether the task is closed","type":"boolean","default":false},{"displayName":"Milestone (Sprint) Name or ID","name":"milestone","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getMilestones"},"default":"","description":"ID of the milestone of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Owner Name or ID","name":"owner","description":"ID of the owner of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":""},{"displayName":"Role Name or ID","name":"role","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getRoles"},"default":""},{"displayName":"Status Name or ID","name":"status","description":"ID of the status of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTaskStatuses"},"default":""},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"User Story Name or ID","name":"userStory","description":"ID of the user story to which the task belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUserStories"},"default":""}]},{"displayName":"Project Name or ID","name":"projectId","description":"ID of the project to set the task to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"default":"","displayOptions":{"show":{"resource":["task"],"operation":["update"]}}},{"displayName":"Task ID","name":"taskId","description":"ID of the task to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Assignee Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTypes"},"default":"","description":"ID of the user to assign the task to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Blocked Note","name":"blocked_note","type":"string","default":"","description":"Reason why the task is blocked. Requires \"Is Blocked\" toggle to be enabled."},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Is Blocked","name":"is_blocked","type":"boolean","default":false,"description":"Whether the task is blocked"},{"displayName":"Milestone (Sprint) Name or ID","name":"milestone","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getMilestones"},"default":"","description":"ID of the milestone of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTaskStatuses"},"default":"","description":"ID of the status of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Subject","name":"subject","type":"string","default":""},{"displayName":"User Story Name or ID","name":"user_story","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUserStories"},"default":"","description":"ID of the user story of the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"User Story Order","name":"us_order","type":"number","default":1,"typeOptions":{"minValue":1},"description":"Order of the task in the user story"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Taskboard Order","name":"taskboard_order","type":"number","default":1,"typeOptions":{"minValue":1},"description":"Order of the task in the taskboard"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["userStory"]}},"options":[{"name":"Create","value":"create","description":"Create a user story","action":"Create a user story"},{"name":"Delete","value":"delete","description":"Delete a user story","action":"Delete a user story"},{"name":"Get","value":"get","description":"Get a user story","action":"Get a user story"},{"name":"Get Many","value":"getAll","description":"Get many user stories","action":"Get many user stories"},{"name":"Update","value":"update","description":"Update a user story","action":"Update a user story"}],"default":"create"},{"displayName":"Project Name or ID","name":"projectId","description":"ID of the project to which the user story belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["userStory"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["userStory"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userStory"],"operation":["create"]}},"options":[{"displayName":"Assignee Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user to whom the user story is assigned. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Backlog Order","name":"backlog_order","type":"number","default":1,"typeOptions":{"minValue":1},"description":"Order of the user story in the backlog"},{"displayName":"Blocked Note","name":"blocked_note","type":"string","default":"","description":"Reason why the user story is blocked. Requires \"Is Blocked\" toggle to be enabled."},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Is Blocked","name":"is_blocked","type":"boolean","default":false,"description":"Whether the user story is blocked"},{"displayName":"Kanban Order","name":"kanban_order","type":"number","default":1,"typeOptions":{"minValue":1},"description":"Order of the user story in the kanban"},{"displayName":"Milestone (Sprint) Name or ID","name":"milestone","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getMilestones"},"default":"","description":"ID of the milestone of the user story. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Sprint Order","name":"sprint_order","type":"number","default":1,"typeOptions":{"minValue":1},"description":"Order of the user story in the milestone"},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUserStoryStatuses"},"default":"","description":"ID of the status of the user story. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Type Name or ID","name":"type","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTypes"},"default":""}]},{"displayName":"User Story ID","name":"userStoryId","description":"ID of the user story to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["userStory"],"operation":["delete"]}}},{"displayName":"User Story ID","name":"userStoryId","description":"ID of the user story to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["userStory"],"operation":["get"]}}},{"displayName":"Project Name or ID","name":"projectId","description":"ID of the project to which the user story belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"required":true,"default":"","displayOptions":{"show":{"resource":["userStory"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["userStory"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["userStory"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","displayOptions":{"show":{"resource":["userStory"],"operation":["getAll"]}},"default":{},"options":[{"displayName":"Assignee Name or ID","name":"assigned_to","description":"ID of the user whom the user story is assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":""},{"displayName":"Epic Name or ID","name":"epic","description":"ID of the epic to which the user story belongs. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getEpics"},"default":""},{"displayName":"Is Closed","name":"statusIsClosed","description":"Whether the user story is closed","type":"boolean","default":false},{"displayName":"Is Archived","name":"statusIsArchived","description":"Whether the user story has been archived","type":"boolean","default":false},{"displayName":"Milestone (Sprint) Name or ID","name":"milestone","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getMilestones"},"default":"","description":"ID of the milestone of the user story. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Role Name or ID","name":"role","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getRoles"},"default":""},{"displayName":"Status Name or ID","name":"status","description":"ID of the status of the user story. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUserStoryStatuses"},"default":""},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]}]},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"default":"","description":"ID of the project to set the user story to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["userStory"],"operation":["update"]}}},{"displayName":"User Story ID","name":"userStoryId","description":"ID of the user story to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["userStory"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["userStory"],"operation":["update"]}},"options":[{"displayName":"Assignee Name or ID","name":"assigned_to","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUsers"},"default":"","description":"ID of the user to assign the the user story to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Backlog Order","name":"backlog_order","type":"number","default":1,"typeOptions":{"minValue":1},"description":"Order of the user story in the backlog"},{"displayName":"Blocked Note","name":"blocked_note","type":"string","default":"","description":"Reason why the user story is blocked. Requires \"Is Blocked\" toggle to be enabled."},{"displayName":"Description","name":"description","type":"string","default":""},{"displayName":"Is Blocked","name":"is_blocked","type":"boolean","default":false,"description":"Whether the user story is blocked"},{"displayName":"Kanban Order","name":"kanban_order","type":"number","default":1,"typeOptions":{"minValue":1},"description":"Order of the user story in the kanban"},{"displayName":"Milestone (Sprint) Name or ID","name":"milestone","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getMilestones"},"default":"","description":"ID of the milestone of the user story. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Subject","name":"subject","type":"string","default":""},{"displayName":"Sprint Order","name":"sprint_order","type":"number","default":1,"typeOptions":{"minValue":1},"description":"Order of the user story in the milestone"},{"displayName":"Status Name or ID","name":"status","type":"options","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getUserStoryStatuses"},"default":"","description":"ID of the status of the user story. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTags"},"default":[]},{"displayName":"Type Name or ID","name":"type","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsDependsOn":["projectId"],"loadOptionsMethod":"getTypes"},"default":""}]}],"codex":{"categories":["Development","Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.taiga/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/taiga/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Taiga/taiga.svg"},
{"displayName":"Taiga Trigger","name":"taigaTrigger","group":["trigger"],"version":1,"subtitle":"={{\"project:\" + $parameter[\"projectSlug\"]}}","description":"Handle Taiga events via webhook","defaults":{"name":"Taiga Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"taigaApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Project Name or ID","name":"projectId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUserProjects"},"default":"","required":true},{"displayName":"Resources","name":"resources","type":"multiOptions","required":true,"default":["all"],"options":[{"name":"All","value":"all"},{"name":"Issue","value":"issue"},{"name":"Milestone (Sprint)","value":"milestone"},{"name":"Task","value":"task"},{"name":"User Story","value":"userstory"},{"name":"Wikipage","value":"wikipage"}],"description":"Resources to listen to"},{"displayName":"Operations","name":"operations","type":"multiOptions","required":true,"default":["all"],"description":"Operations to listen to","options":[{"name":"All","value":"all"},{"name":"Create","value":"create"},{"name":"Delete","value":"delete"},{"name":"Update","value":"change"}]}],"codex":{"categories":["Development","Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.taigatrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/taiga/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Taiga/taiga.svg"},
{"displayName":"Tapfiliate","name":"tapfiliate","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \":\" + $parameter[\"resource\"]}}","description":"Consume Tapfiliate API","defaults":{"name":"Tapfiliate"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"tapfiliateApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Affiliate","value":"affiliate"},{"name":"Affiliate Metadata","value":"affiliateMetadata"},{"name":"Program Affiliate","value":"programAffiliate"}],"default":"affiliate","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["affiliate"]}},"options":[{"name":"Create","value":"create","description":"Create an affiliate","action":"Create an affiliate"},{"name":"Delete","value":"delete","description":"Delete an affiliate","action":"Delete an affiliate"},{"name":"Get","value":"get","description":"Get an affiliate by ID","action":"Get an affiliate"},{"name":"Get Many","value":"getAll","description":"Get many affiliates","action":"Get many affiliates"}],"default":"create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"operation":["create"],"resource":["affiliate"]}},"description":"The affiliate’s email"},{"displayName":"First Name","name":"firstname","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["affiliate"]}},"default":"","description":"The affiliate’s firstname"},{"displayName":"Last Name","name":"lastname","type":"string","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["affiliate"]}},"default":"","description":"The affiliate’s lastname"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["affiliate"],"operation":["create"]}},"options":[{"displayName":"Address","name":"addressUi","placeholder":"Address","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"name":"addressValues","displayName":"Address","values":[{"displayName":"Line 1","name":"address","type":"string","default":""},{"displayName":"Line 2","name":"address_two","type":"string","default":""},{"displayName":"Postal Code","name":"postal_code","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Country Code","name":"country","type":"string","default":"","description":"The country’s ISO_3166-1 code. <a href=\"https://en.wikipedia.org/wiki/ISO_3166-1\">Codes</a>."}]}]},{"displayName":"Company Name","name":"companyName","type":"string","default":"","description":"The affiliate’s company data"}]},{"displayName":"Affiliate ID","name":"affiliateId","required":true,"type":"string","default":"","displayOptions":{"show":{"resource":["affiliate"],"operation":["delete"]}},"description":"The ID of the affiliate"},{"displayName":"Affiliate ID","name":"affiliateId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["affiliate"],"operation":["get"]}},"description":"The ID of the affiliate"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["affiliate"],"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":["affiliate"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["affiliate"],"operation":["getAll"]}},"options":[{"displayName":"Affiliate Group ID","name":"affiliate_group_id","type":"string","default":"","description":"Retrieves affiliates for a certain affiliate group"},{"displayName":"Click ID","name":"click_id","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"An email address,"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"Retrieves children for a certain parent affiliate"},{"displayName":"Referral Code","name":"referral_code","type":"string","default":"","description":"An affiliate’s referral code. This corresponds to the value of ref= in their referral link."},{"displayName":"Source ID","name":"source_id","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["affiliateMetadata"]}},"options":[{"name":"Add","value":"add","description":"Add metadata to affiliate","action":"Add metadata to an affiliate"},{"name":"Remove","value":"remove","description":"Remove metadata from affiliate","action":"Remove metadata from an affiliate"},{"name":"Update","value":"update","description":"Update affiliate's metadata","action":"Update metadata for an affiliate"}],"default":"add"},{"displayName":"Affiliate ID","name":"affiliateId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["affiliateMetadata"],"operation":["add"]}},"description":"The ID of the affiliate"},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","displayOptions":{"show":{"resource":["affiliateMetadata"],"operation":["add"]}},"default":{},"typeOptions":{"multipleValues":true},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]},{"displayName":"Affiliate ID","name":"affiliateId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["affiliateMetadata"],"operation":["remove"]}},"description":"The ID of the affiliate"},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"resource":["affiliateMetadata"],"operation":["remove"]}},"default":"","description":"Name of the metadata key to remove"},{"displayName":"Affiliate ID","name":"affiliateId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["affiliateMetadata"],"operation":["update"]}},"description":"The ID of the affiliate"},{"displayName":"Key","name":"key","type":"string","displayOptions":{"show":{"resource":["affiliateMetadata"],"operation":["update"]}},"default":"","description":"Name of the metadata key to update"},{"displayName":"Value","name":"value","type":"string","displayOptions":{"show":{"resource":["affiliateMetadata"],"operation":["update"]}},"default":"","description":"Value to set for the metadata key"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["programAffiliate"]}},"options":[{"name":"Add","value":"add","description":"Add affiliate to program","action":"Add a program affiliate"},{"name":"Approve","value":"approve","description":"Approve an affiliate for a program","action":"Approve a program affiliate"},{"name":"Disapprove","value":"disapprove","description":"Disapprove an affiliate","action":"Disapprove a program affiliate"},{"name":"Get","value":"get","description":"Get an affiliate in a program","action":"Get a program affiliate"},{"name":"Get Many","value":"getAll","description":"Get many affiliates in program","action":"Get many program affiliates"}],"default":"add"},{"displayName":"Program Name or ID","name":"programId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getPrograms"},"default":"","displayOptions":{"show":{"operation":["add"],"resource":["programAffiliate"]}},"description":"The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Affiliate ID","name":"affiliateId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["programAffiliate"],"operation":["add"]}},"description":"The ID of the affiliate"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["programAffiliate"],"operation":["add"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"An optional approval status"},{"displayName":"Coupon","name":"coupon","type":"string","default":"","description":"An optional coupon for this affiliate"}]},{"displayName":"Program Name or ID","name":"programId","type":"options","typeOptions":{"loadOptionsMethod":"getPrograms"},"default":"","displayOptions":{"show":{"operation":["approve"],"resource":["programAffiliate"]}},"description":"The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Affiliate ID","name":"affiliateId","type":"string","default":"","displayOptions":{"show":{"resource":["programAffiliate"],"operation":["approve"]}},"description":"The ID of the affiliate"},{"displayName":"Program Name or ID","name":"programId","type":"options","typeOptions":{"loadOptionsMethod":"getPrograms"},"default":"","displayOptions":{"show":{"operation":["disapprove"],"resource":["programAffiliate"]}},"description":"The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Affiliate ID","name":"affiliateId","type":"string","default":"","displayOptions":{"show":{"resource":["programAffiliate"],"operation":["disapprove"]}},"description":"The ID of the affiliate"},{"displayName":"Program Name or ID","name":"programId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getPrograms"},"default":"","displayOptions":{"show":{"operation":["get"],"resource":["programAffiliate"]}},"description":"The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Affiliate ID","name":"affiliateId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["programAffiliate"],"operation":["get"]}},"description":"The ID of the affiliate"},{"displayName":"Program Name or ID","name":"programId","type":"options","typeOptions":{"loadOptionsMethod":"getPrograms"},"required":true,"default":"","displayOptions":{"show":{"operation":["getAll"],"resource":["programAffiliate"]}},"description":"The ID of the Program to add the affiliate to. This ID can be found as part of the URL when viewing the program on the platform. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["programAffiliate"],"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":["programAffiliate"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":1000},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["programAffiliate"],"operation":["getAll"]}},"options":[{"displayName":"Affiliate Group ID","name":"affiliate_group_id","type":"string","default":"","description":"Retrieves affiliates for a certain affiliate group"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"An email address"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"Retrieves children for a certain parent affiliate"},{"displayName":"Source ID","name":"source_id","type":"string","default":""}]}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.tapfiliate/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/tapfiliate/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Tapfiliate/tapfiliate.svg"},
{"displayName":"Telegram","name":"telegram","group":["output"],"version":[1,1.1,1.2],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Sends data to Telegram","defaults":{"name":"Telegram"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"telegramApi","required":true}],"waitingNodeTooltip":"={{ ((parameters) => {\n    if (parameters?.operation === 'sendAndWait') {\n        return \"Execution will continue after the user's response\";\n    }\n    return '';\n})($parameter) }}","webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true},{"name":"default","httpMethod":"POST","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Chat","value":"chat"},{"name":"Callback","value":"callback"},{"name":"File","value":"file"},{"name":"Message","value":"message"}],"default":"message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["chat"]}},"options":[{"name":"Get","value":"get","description":"Get up to date information about a chat","action":"Get a chat"},{"name":"Get Administrators","value":"administrators","description":"Get the Administrators of a chat","action":"Get all administrators in a chat"},{"name":"Get Member","value":"member","description":"Get the member of a chat","action":"Get a member in a chat"},{"name":"Leave","value":"leave","description":"Leave a group, supergroup or channel","action":"Leave a chat"},{"name":"Set Description","value":"setDescription","description":"Set the description of a chat","action":"Set description on a chat"},{"name":"Set Title","value":"setTitle","description":"Set the title of a chat","action":"Set a title on a chat"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["callback"]}},"options":[{"name":"Answer Query","value":"answerQuery","description":"Send answer to callback query sent from inline keyboard","action":"Answer Query a callback"},{"name":"Answer Inline Query","value":"answerInlineQuery","description":"Send answer to callback query sent from inline bot","action":"Answer an inline query callback"}],"default":"answerQuery"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["file"]}},"options":[{"name":"Get","value":"get","description":"Get a file","action":"Get a file"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete Chat Message","value":"deleteMessage","description":"Delete a chat message","action":"Delete a chat message"},{"name":"Edit Message Text","value":"editMessageText","description":"Edit a text message","action":"Edit a text message"},{"name":"Pin Chat Message","value":"pinChatMessage","description":"Pin a chat message","action":"Pin a chat message"},{"name":"Send Animation","value":"sendAnimation","description":"Send an animated file","action":"Send an animated file"},{"name":"Send Audio","value":"sendAudio","description":"Send a audio file","action":"Send an audio file"},{"name":"Send Chat Action","value":"sendChatAction","description":"Send a chat action","action":"Send a chat action"},{"name":"Send Document","value":"sendDocument","description":"Send a document","action":"Send a document"},{"name":"Send Location","value":"sendLocation","description":"Send a location","action":"Send a location"},{"name":"Send Media Group","value":"sendMediaGroup","description":"Send group of photos or videos to album","action":"Send a media group message"},{"name":"Send Message","value":"sendMessage","description":"Send a text message","action":"Send a text message"},{"name":"Send and Wait for Response","value":"sendAndWait","description":"Send a message and wait for response","action":"Send message and wait for response"},{"name":"Send Photo","value":"sendPhoto","description":"Send a photo","action":"Send a photo message"},{"name":"Send Sticker","value":"sendSticker","description":"Send a sticker","action":"Send a sticker"},{"name":"Send Video","value":"sendVideo","description":"Send a video","action":"Send a video"},{"name":"Unpin Chat Message","value":"unpinChatMessage","description":"Unpin a chat message","action":"Unpin a chat message"}],"default":"sendMessage"},{"displayName":"Chat ID","name":"chatId","type":"string","default":"","displayOptions":{"show":{"operation":["administrators","deleteMessage","get","leave","member","pinChatMessage","setDescription","setTitle","sendAnimation","sendAudio","sendChatAction","sendDocument","sendLocation","sendMessage","sendMediaGroup","sendPhoto","sendSticker","sendVideo","unpinChatMessage"],"resource":["chat","message"]}},"required":true,"description":"Unique identifier for the target chat or username, To find your chat ID ask @get_id_bot"},{"displayName":"Message ID","name":"messageId","type":"string","default":"","displayOptions":{"show":{"operation":["deleteMessage"],"resource":["message"]}},"required":true,"description":"Unique identifier of the message to delete"},{"displayName":"Message ID","name":"messageId","type":"string","default":"","displayOptions":{"show":{"operation":["pinChatMessage","unpinChatMessage"],"resource":["message"]}},"required":true,"description":"Unique identifier of the message to pin or unpin"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["pinChatMessage"],"resource":["message"]}},"default":{},"options":[{"displayName":"Disable Notification","name":"disable_notification","type":"boolean","default":false,"description":"Whether to send a notification to all chat members about the new pinned message"}]},{"displayName":"User ID","name":"userId","type":"string","default":"","displayOptions":{"show":{"operation":["member"],"resource":["chat"]}},"required":true,"description":"Unique identifier of the target user"},{"displayName":"Description","name":"description","type":"string","default":"","displayOptions":{"show":{"operation":["setDescription"],"resource":["chat"]}},"required":true,"description":"New chat description, 0-255 characters"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"operation":["setTitle"],"resource":["chat"]}},"required":true,"description":"New chat title, 1-255 characters"},{"displayName":"Query ID","name":"queryId","type":"string","default":"","displayOptions":{"show":{"operation":["answerQuery"],"resource":["callback"]}},"required":true,"description":"Unique identifier for the query to be answered"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["answerQuery"],"resource":["callback"]}},"default":{},"options":[{"displayName":"Cache Time","name":"cache_time","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The maximum amount of time in seconds that the result of the callback query may be cached client-side"},{"displayName":"Show Alert","name":"show_alert","type":"boolean","default":false,"description":"Whether an alert will be shown by the client instead of a notification at the top of the chat screen"},{"displayName":"Text","name":"text","type":"string","default":"","description":"Text of the notification. If not specified, nothing will be shown to the user, 0-200 characters."},{"displayName":"URL","name":"url","type":"string","default":"","description":"URL that will be opened by the user's client"}]},{"displayName":"Query ID","name":"queryId","type":"string","default":"","displayOptions":{"show":{"operation":["answerInlineQuery"],"resource":["callback"]}},"required":true,"description":"Unique identifier for the answered query"},{"displayName":"Results","name":"results","type":"string","default":"","displayOptions":{"show":{"operation":["answerInlineQuery"],"resource":["callback"]}},"required":true,"description":"A JSON-serialized array of results for the inline query"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["answerInlineQuery"],"resource":["callback"]}},"default":{},"options":[{"displayName":"Cache Time","name":"cache_time","type":"number","typeOptions":{"minValue":0},"default":0,"description":"The maximum amount of time in seconds that the result of the callback query may be cached client-side"},{"displayName":"Show Alert","name":"show_alert","type":"boolean","default":false,"description":"Whether an alert will be shown by the client instead of a notification at the top of the chat screen"},{"displayName":"Text","name":"text","type":"string","default":"","description":"Text of the notification. If not specified, nothing will be shown to the user, 0-200 characters."},{"displayName":"URL","name":"url","type":"string","default":"","description":"URL that will be opened by the user's client"}]},{"displayName":"File ID","name":"fileId","type":"string","default":"","displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"required":true,"description":"The ID of the file"},{"displayName":"Download","name":"download","type":"boolean","displayOptions":{"show":{"operation":["get"],"resource":["file"]}},"default":true,"description":"Whether to download the file"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["get"],"resource":["file"],"download":[true]}},"default":{},"options":[{"displayName":"MIME Type","name":"mimeType","type":"string","placeholder":"image/jpeg","default":"","description":"The MIME type of the file. If not specified, the MIME type will be determined by the file extension."}]},{"displayName":"Message Type","name":"messageType","type":"options","displayOptions":{"show":{"operation":["editMessageText"],"resource":["message"]}},"options":[{"name":"Inline Message","value":"inlineMessage"},{"name":"Message","value":"message"}],"default":"message","description":"The type of the message to edit"},{"displayName":"Chat ID","name":"chatId","type":"string","default":"","displayOptions":{"show":{"messageType":["message"],"operation":["editMessageText"],"resource":["message"]}},"required":true,"description":"Unique identifier for the target chat or username, To find your chat ID ask @get_id_bot"},{"displayName":"Binary File","name":"binaryData","type":"boolean","default":false,"required":true,"displayOptions":{"show":{"operation":["sendAnimation","sendAudio","sendDocument","sendPhoto","sendVideo","sendSticker"],"resource":["message"]}},"description":"Whether the data to upload should be taken from binary field"},{"displayName":"Input Binary Field","name":"binaryPropertyName","type":"string","default":"data","required":true,"hint":"The name of the input binary field containing the file to be written","displayOptions":{"show":{"operation":["sendAnimation","sendAudio","sendDocument","sendPhoto","sendVideo","sendSticker"],"resource":["message"],"binaryData":[true]}},"placeholder":"","description":"Name of the binary property that contains the data to upload"},{"displayName":"Message ID","name":"messageId","type":"string","default":"","displayOptions":{"show":{"messageType":["message"],"operation":["editMessageText"],"resource":["message"]}},"required":true,"description":"Unique identifier of the message to edit"},{"displayName":"Inline Message ID","name":"inlineMessageId","type":"string","default":"","displayOptions":{"show":{"messageType":["inlineMessage"],"operation":["editMessageText"],"resource":["message"]}},"required":true,"description":"Unique identifier of the inline message to edit"},{"displayName":"Reply Markup","name":"replyMarkup","displayOptions":{"show":{"operation":["editMessageText"],"resource":["message"]}},"type":"options","options":[{"name":"None","value":"none"},{"name":"Inline Keyboard","value":"inlineKeyboard"}],"default":"none","description":"Additional interface options"},{"displayName":"Animation","name":"file","type":"string","default":"","displayOptions":{"show":{"operation":["sendAnimation"],"resource":["message"],"binaryData":[false]}},"description":"Animation to send. Pass a file_id to send an animation that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get an animation from the Internet."},{"displayName":"Audio","name":"file","type":"string","default":"","displayOptions":{"show":{"operation":["sendAudio"],"resource":["message"],"binaryData":[false]}},"description":"Audio file to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a file from the Internet."},{"displayName":"Action","name":"action","type":"options","displayOptions":{"show":{"operation":["sendChatAction"],"resource":["message"]}},"options":[{"name":"Find Location","value":"find_location","action":"Find location"},{"name":"Record Audio","value":"record_audio","action":"Record audio"},{"name":"Record Video","value":"record_video","action":"Record video"},{"name":"Record Video Note","value":"record_video_note","action":"Record video note"},{"name":"Typing","value":"typing","action":"Typing a message"},{"name":"Upload Audio","value":"upload_audio","action":"Upload audio"},{"name":"Upload Document","value":"upload_document","action":"Upload document"},{"name":"Upload Photo","value":"upload_photo","action":"Upload photo"},{"name":"Upload Video","value":"upload_video","action":"Upload video"},{"name":"Upload Video Note","value":"upload_video_note","action":"Upload video note"}],"default":"typing","description":"Type of action to broadcast. Choose one, depending on what the user is about to receive. The status is set for 5 seconds or less (when a message arrives from your bot)."},{"displayName":"Document","name":"file","type":"string","default":"","displayOptions":{"show":{"operation":["sendDocument"],"resource":["message"],"binaryData":[false]}},"description":"Document to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a file from the Internet."},{"displayName":"Latitude","name":"latitude","type":"number","default":0,"typeOptions":{"numberPrecision":10,"minValue":-90,"maxValue":90},"displayOptions":{"show":{"operation":["sendLocation"],"resource":["message"]}},"description":"Location latitude"},{"displayName":"Longitude","name":"longitude","type":"number","typeOptions":{"numberPrecision":10,"minValue":-180,"maxValue":180},"default":0,"displayOptions":{"show":{"operation":["sendLocation"],"resource":["message"]}},"description":"Location longitude"},{"displayName":"Media","name":"media","type":"fixedCollection","displayOptions":{"show":{"operation":["sendMediaGroup"],"resource":["message"]}},"description":"The media to add","placeholder":"Add Media","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Media","name":"media","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Photo","value":"photo"},{"name":"Video","value":"video"}],"default":"photo","description":"The type of the media to add"},{"displayName":"Media File","name":"media","type":"string","default":"","description":"Media to send. Pass a file_id to send a file that exists on the Telegram servers (recommended) or pass an HTTP URL for Telegram to get a file from the Internet."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Caption","name":"caption","type":"string","default":"","description":"Caption text to set, 0-1024 characters"},{"displayName":"Parse Mode","name":"parse_mode","type":"options","options":[{"name":"Markdown (Legacy)","value":"Markdown"},{"name":"MarkdownV2","value":"MarkdownV2"},{"name":"HTML","value":"HTML"}],"default":"HTML","description":"How to parse the text"}]}]}]},{"displayName":"Text","name":"text","type":"string","required":true,"default":"","displayOptions":{"show":{"operation":["editMessageText","sendMessage"],"resource":["message"]}},"description":"Text of the message to be sent"},{"displayName":"Photo","name":"file","type":"string","default":"","displayOptions":{"show":{"operation":["sendPhoto"],"resource":["message"],"binaryData":[false]}},"description":"Photo to send. Pass a file_id to send a photo that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a photo from the Internet."},{"displayName":"Sticker","name":"file","type":"string","default":"","displayOptions":{"show":{"operation":["sendSticker"],"resource":["message"],"binaryData":[false]}},"description":"Sticker to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a .webp file from the Internet."},{"displayName":"Video","name":"file","type":"string","default":"","displayOptions":{"show":{"operation":["sendVideo"],"resource":["message"],"binaryData":[false]}},"description":"Video file to send. Pass a file_id to send a file that exists on the Telegram servers (recommended), an HTTP URL for Telegram to get a file from the Internet."},{"displayName":"Reply Markup","name":"replyMarkup","displayOptions":{"show":{"operation":["sendAnimation","sendDocument","sendMessage","sendPhoto","sendSticker","sendVideo","sendAudio","sendLocation"],"resource":["message"]}},"type":"options","options":[{"name":"Force Reply","value":"forceReply"},{"name":"Inline Keyboard","value":"inlineKeyboard"},{"name":"None","value":"none"},{"name":"Reply Keyboard","value":"replyKeyboard"},{"name":"Reply Keyboard Remove","value":"replyKeyboardRemove"}],"default":"none","description":"Additional interface options"},{"displayName":"Force Reply","name":"forceReply","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"replyMarkup":["forceReply"],"resource":["message"]}},"default":{},"options":[{"displayName":"Force Reply","name":"force_reply","type":"boolean","default":false,"description":"Whether to show reply interface to the user, as if they manually selected the bot‘s message and tapped ’Reply"},{"displayName":"Selective","name":"selective","type":"boolean","default":false,"description":"Whether to force reply from specific users only"}]},{"displayName":"Inline Keyboard","name":"inlineKeyboard","placeholder":"Add Keyboard Row","description":"Adds an inline keyboard that appears right next to the message it belongs to","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"replyMarkup":["inlineKeyboard"],"resource":["message"]}},"default":{},"options":[{"displayName":"Rows","name":"rows","values":[{"displayName":"Row","name":"row","type":"fixedCollection","description":"The value to set","placeholder":"Add Button","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Buttons","name":"buttons","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"Label text on the button"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Callback Data","name":"callback_data","type":"string","default":"","description":"Data to be sent in a callback query to the bot when button is pressed, 1-64 bytes"},{"displayName":"Pay","name":"pay","type":"boolean","default":false,"description":"Whether to send a Pay button"},{"displayName":"Switch Inline Query Current Chat","name":"switch_inline_query_current_chat","type":"string","default":"","description":"If set, pressing the button will insert the bot‘s username and the specified inline query in the current chat's input field.Can be empty, in which case only the bot’s username will be inserted"},{"displayName":"Switch Inline Query","name":"switch_inline_query","type":"string","default":"","description":"If set, pressing the button will prompt the user to select one of their chats, open that chat and insert the bot‘s username and the specified inline query in the input field. Can be empty, in which case just the bot’s username will be inserted."},{"displayName":"URL","name":"url","type":"string","default":"","description":"HTTP or tg:// URL to be opened when button is pressed"},{"displayName":"Web App","name":"web_app","type":"collection","placeholder":"Set Telegram Web App URL","typeOptions":{"multipleValues":false},"default":{},"options":[{"displayName":"URL","name":"url","type":"string","default":"","description":"An HTTPS URL of a Web App to be opened"}],"description":"Launch the Telegram Web App"}]}]}]}]}]},{"displayName":"Reply Keyboard","name":"replyKeyboard","placeholder":"Add Reply Keyboard Row","description":"Adds a custom keyboard with reply options","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"replyMarkup":["replyKeyboard"]}},"default":{},"options":[{"displayName":"Rows","name":"rows","values":[{"displayName":"Row","name":"row","type":"fixedCollection","description":"The value to set","placeholder":"Add Button","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Buttons","name":"buttons","values":[{"displayName":"Text","name":"text","type":"string","default":"","description":"Text of the button. If none of the optional fields are used, it will be sent as a message when the button is pressed."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Request Contact","name":"request_contact","type":"boolean","default":false,"description":"Whether the user's phone number will be sent as a contact when the button is pressed.Available in private chats only"},{"displayName":"Request Location","name":"request_location","type":"boolean","default":false,"description":"Whether the user's request_location"},{"displayName":"Web App","name":"web_app","type":"collection","placeholder":"Set Telegram Web App URL","typeOptions":{"multipleValues":false},"default":{},"options":[{"displayName":"URL","name":"url","type":"string","default":"","description":"An HTTPS URL of a Web App to be opened"}],"description":"Launch the Telegram Web App"}]}]}]}]}]},{"displayName":"Reply Keyboard Options","name":"replyKeyboardOptions","type":"collection","placeholder":"Add option","displayOptions":{"show":{"replyMarkup":["replyKeyboard"]}},"default":{},"options":[{"displayName":"Resize Keyboard","name":"resize_keyboard","type":"boolean","default":false,"description":"Whether to request clients to resize the keyboard vertically for optimal fit"},{"displayName":"One Time Keyboard","name":"one_time_keyboard","type":"boolean","default":false,"description":"Whether to request clients to hide the keyboard as soon as it's been used"},{"displayName":"Selective","name":"selective","type":"boolean","default":false,"description":"Whether to show the keyboard to specific users only"}]},{"displayName":"Reply Keyboard Remove","name":"replyKeyboardRemove","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"replyMarkup":["replyKeyboardRemove"]}},"default":{},"options":[{"displayName":"Remove Keyboard","name":"remove_keyboard","type":"boolean","default":false,"description":"Whether to request clients to remove the custom keyboard"},{"displayName":"Selective","name":"selective","type":"boolean","default":false,"description":"Whether to force reply from specific users only"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["editMessageText","sendAnimation","sendAudio","sendDocument","sendLocation","sendMessage","sendMediaGroup","sendPhoto","sendSticker","sendVideo"],"resource":["message"]}},"default":{},"options":[{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase “This message was sent automatically with n8n” to the end of the message","displayOptions":{"show":{"/operation":["sendMessage"]}}},{"displayName":"Caption","name":"caption","type":"string","displayOptions":{"show":{"/operation":["sendAnimation","sendAudio","sendDocument","sendPhoto","sendVideo"]}},"default":"","description":"Caption text to set, 0-1024 characters"},{"displayName":"Disable Notification","name":"disable_notification","type":"boolean","default":false,"displayOptions":{"hide":{"/operation":["editMessageText"]}},"description":"Whether to send the message silently. Users will receive a notification with no sound."},{"displayName":"Disable WebPage Preview","name":"disable_web_page_preview","type":"boolean","displayOptions":{"show":{"/operation":["editMessageText","sendMessage"]}},"default":false,"description":"Whether to disable link previews for links in this message"},{"displayName":"Duration","name":"duration","type":"number","typeOptions":{"minValue":0},"displayOptions":{"show":{"/operation":["sendAnimation","sendAudio","sendVideo"]}},"default":0,"description":"Duration of clip in seconds"},{"displayName":"File Name","name":"fileName","type":"string","default":"","displayOptions":{"show":{"/operation":["sendAnimation","sendAudio","sendDocument","sendPhoto","sendVideo","sendSticker"],"/resource":["message"],"/binaryData":[true]}},"placeholder":"image.jpeg"},{"displayName":"Height","name":"height","type":"number","typeOptions":{"minValue":0},"displayOptions":{"show":{"/operation":["sendAnimation","sendVideo"]}},"default":0,"description":"Height of the video"},{"displayName":"Parse Mode","name":"parse_mode","type":"options","options":[{"name":"Markdown (Legacy)","value":"Markdown"},{"name":"MarkdownV2","value":"MarkdownV2"},{"name":"HTML","value":"HTML"}],"displayOptions":{"show":{"/operation":["editMessageText","sendAnimation","sendAudio","sendMessage","sendPhoto","sendVideo","sendDocument"]}},"default":"HTML","description":"How to parse the text"},{"displayName":"Performer","name":"performer","type":"string","displayOptions":{"show":{"/operation":["sendAudio"]}},"default":"","description":"Name of the performer"},{"displayName":"Reply To Message ID","name":"reply_to_message_id","type":"number","displayOptions":{"hide":{"/operation":["editMessageText"]}},"default":0,"description":"If the message is a reply, ID of the original message"},{"displayName":"Message Thread ID","name":"message_thread_id","type":"number","displayOptions":{"show":{"/operation":["sendAnimation","sendAudio","sendChatAction","sendDocument","sendLocation","sendMediaGroup","sendMessage","sendPhoto","sendSticker","sendVideo"]}},"default":0,"description":"The unique identifier of the forum topic"},{"displayName":"Title","name":"title","type":"string","displayOptions":{"show":{"/operation":["sendAudio"]}},"default":"","description":"Title of the track"},{"displayName":"Thumbnail","name":"thumb","type":"string","displayOptions":{"show":{"/operation":["sendAnimation","sendAudio","sendDocument","sendVideo"]}},"default":"","description":"Thumbnail of the file sent; can be ignored if thumbnail generation for the file is supported server-side. The thumbnail should be in JPEG format and less than 200 kB in size. A thumbnail‘s width and height should not exceed 320."},{"displayName":"Width","name":"width","type":"number","typeOptions":{"minValue":0},"displayOptions":{"show":{"/operation":["sendAnimation","sendVideo"]}},"default":0,"description":"Width of the video"}]},{"displayName":"Chat ID","name":"chatId","type":"string","default":"","required":true,"description":"Unique identifier for the target chat or username of the target channel (in the format @channelusername). To find your chat ID ask @get_id_bot.","displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"typeOptions":{"rows":4},"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Response Type","name":"responseType","type":"options","default":"approval","options":[{"name":"Approval","value":"approval","description":"User can approve/disapprove from within the message"},{"name":"Free Text","value":"freeText","description":"User can submit a response via a form"},{"name":"Custom Form","value":"customForm","description":"User can submit a response via a custom form"}],"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Define Form","name":"defineForm","type":"options","noDataExpression":true,"options":[{"name":"Using Fields Below","value":"fields"},{"name":"Using JSON","value":"json"}],"default":"fields","displayOptions":{"show":{"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Fields","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n  {\n    \"fieldLabel\": \"Name\",\n    \"placeholder\": \"enter your name\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Age\",\n    \"fieldType\": \"number\",\n    \"placeholder\": \"enter your age\"\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Textarea\",\n    \"fieldType\": \"textarea\"\n  },\n  {\n    \"fieldLabel\": \"Dropdown Options\",\n    \"fieldType\": \"dropdown\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    },\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Checkboxes\",\n    \"fieldType\": \"checkbox\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Radio\",\n    \"fieldType\": \"radio\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"placeholder\": \"me@mail.con\"\n  },\n  {\n    \"fieldLabel\": \"File\",\n    \"fieldType\": \"file\",\n    \"multipleFiles\": true,\n    \"acceptFileTypes\": \".jpg, .png\"\n  },\n  {\n    \"fieldLabel\": \"Number\",\n    \"fieldType\": \"number\"\n  },\n  {\n    \"fieldLabel\": \"Password\",\n    \"fieldType\": \"password\"\n  }\n]\n","validateType":"form-fields","ignoreValidationDuringExecution":true,"hint":"<a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/\" target=\"_blank\">See docs</a> for field syntax","displayOptions":{"show":{"defineForm":["json"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"hideOptionalFields":true,"addOptionalFieldButtonText":"Add Attributes","fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Approval Options","name":"approvalOptions","type":"fixedCollection","placeholder":"Add option","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Type of Approval","name":"approvalType","type":"options","placeholder":"Add option","default":"single","options":[{"name":"Approve Only","value":"single"},{"name":"Approve and Disapprove","value":"double"}]},{"displayName":"Approve Button Label","name":"approveLabel","type":"string","default":"✅ Approve","displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Disapprove Button Label","name":"disapproveLabel","type":"string","default":"❌ Decline","displayOptions":{"show":{"approvalType":["double"]}}}]}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Message Button Label","name":"messageButtonLabel","type":"string","default":"Respond"},{"displayName":"Response Form Title","name":"responseFormTitle","description":"Title of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Description","name":"responseFormDescription","description":"Description of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Button Label","name":"responseFormButtonLabel","type":"string","default":"Submit"},{"displayName":"Response Form Custom Styling","name":"responseFormCustomCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the response form with CSS"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["freeText","customForm"],"resource":["message"],"operation":["sendAndWait"]}}}],"codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"alias":["human","form","wait","hitl","approval"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.telegram/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/telegram/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Telegram/telegram.svg"},
{"displayName":"Telegram Trigger","name":"telegramTrigger","group":["trigger"],"version":[1,1.1,1.2],"defaultVersion":1.2,"subtitle":"=Updates: {{$parameter[\"updates\"].join(\", \")}}","description":"Starts the workflow on a Telegram update","defaults":{"name":"Telegram Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"telegramApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Due to Telegram API limitations, you can use just one Telegram trigger for each bot at a time","name":"telegramTriggerNotice","type":"notice","default":""},{"displayName":"Trigger On","name":"updates","type":"multiOptions","options":[{"name":"*","value":"*","description":"All updates"},{"name":"Callback Query","value":"callback_query","description":"Trigger on new incoming callback query"},{"name":"Channel Post","value":"channel_post","description":"Trigger on new incoming channel post of any kind — text, photo, sticker, etc"},{"name":"Edited Channel Post","value":"edited_channel_post","description":"Trigger on new version of a channel post that is known to the bot and was edited"},{"name":"Edited Message","value":"edited_message","description":"Trigger on new version of a channel post that is known to the bot and was edited"},{"name":"Inline Query","value":"inline_query","description":"Trigger on new incoming inline query"},{"name":"Message","value":"message","description":"Trigger on new incoming message of any kind — text, photo, sticker, etc"},{"name":"Poll","value":"poll","action":"On Poll Change","description":"Trigger on new poll state. Bots receive only updates about stopped polls and polls, which are sent by the bot."},{"name":"Pre-Checkout Query","value":"pre_checkout_query","description":"Trigger on new incoming pre-checkout query. Contains full information about checkout."},{"name":"Shipping Query","value":"shipping_query","description":"Trigger on new incoming shipping query. Only for invoices with flexible price."}],"required":true,"default":[]},{"displayName":"Every uploaded attachment, even if sent in a group, will trigger a separate event. You can identify that an attachment belongs to a certain group by <code>media_group_id</code> .","name":"attachmentNotice","type":"notice","default":""},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Download Images/Files","name":"download","type":"boolean","default":false,"description":"Telegram delivers the image in multiple sizes. By default, just the large image would be downloaded. If you want to change the size, set the field 'Image Size'."},{"displayName":"Image Size","name":"imageSize","type":"options","displayOptions":{"show":{"download":[true]}},"options":[{"name":"Small","value":"small"},{"name":"Medium","value":"medium"},{"name":"Large","value":"large"},{"name":"Extra Large","value":"extraLarge"}],"default":"large","description":"The size of the image to be downloaded"},{"displayName":"Restrict to Chat IDs","name":"chatIds","type":"string","default":"","description":"The chat IDs to restrict the trigger to. Multiple can be defined separated by comma.","displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.1}}]}}},{"displayName":"Restrict to User IDs","name":"userIds","type":"string","default":"","description":"The user IDs to restrict the trigger to. Multiple can be defined separated by comma.","displayOptions":{"show":{"@version":[{"_cnd":{"gte":1.1}}]}}}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.telegramtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/telegram/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Telegram/telegram.svg"},
{"displayName":"TheHive 5","name":"theHiveProject","group":["transform"],"subtitle":"={{$parameter[\"operation\"]}} : {{$parameter[\"resource\"]}}","version":1,"description":"Consume TheHive 5 API","defaults":{"name":"TheHive 5"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"theHiveProjectApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"required":true,"options":[{"name":"Alert","value":"alert"},{"name":"Case","value":"case"},{"name":"Comment","value":"comment"},{"name":"Observable","value":"observable"},{"name":"Page","value":"page"},{"name":"Query","value":"query"},{"name":"Task","value":"task"},{"name":"Task Log","value":"log"}],"default":"alert"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"options":[{"name":"Create","value":"create","action":"Create an alert"},{"name":"Delete","value":"deleteAlert","action":"Delete an alert"},{"name":"Execute Responder","value":"executeResponder","action":"Execute responder on an alert"},{"name":"Get","value":"get","action":"Get an alert"},{"name":"Merge Into Case","value":"merge","action":"Merge an alert into a case"},{"name":"Promote to Case","value":"promote","action":"Promote an alert to a case"},{"name":"Search","value":"search","action":"Search alerts"},{"name":"Update","value":"update","action":"Update an alert"},{"name":"Update Status","value":"status","action":"Update an alert status"}],"displayOptions":{"show":{"resource":["alert"]}},"default":"create"},{"displayName":"Fields","name":"alertFields","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"resourceMapper":{"resourceMapperMethod":"getAlertFields","mode":"add","valuesLabel":"Fields"}},"displayOptions":{"show":{"resource":["alert"],"operation":["create"]}}},{"displayName":"Observables","name":"observableUi","type":"fixedCollection","placeholder":"Add Observable","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Data Type","name":"dataType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableTypes"},"description":"Type of the observable. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Data","name":"data","type":"string","displayOptions":{"hide":{"dataType":["file"]}},"default":""},{"displayName":"Input Binary Field","name":"binaryProperty","type":"string","hint":"The name of the input binary field containing the file to be written","displayOptions":{"show":{"dataType":["file"]}},"default":"data"},{"displayName":"Message","name":"message","type":"string","default":""},{"displayName":"Tags","name":"tags","type":"string","default":""}]}],"displayOptions":{"show":{"resource":["alert"],"operation":["create"]}}},{"displayName":"Alert","name":"alertId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a alert...","typeOptions":{"searchListMethod":"alertSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Alert URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Alert ID"}}]}],"displayOptions":{"show":{"resource":["alert"],"operation":["deleteAlert"]}}},{"displayName":"Alert","name":"id","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a alert...","typeOptions":{"searchListMethod":"alertSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Alert URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Alert ID"}}]}],"displayOptions":{"show":{"resource":["alert"],"operation":["executeResponder"]}}},{"displayName":"Responder Name or ID","name":"responder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsDependsOn":["id","id.value"],"loadOptionsMethod":"loadResponders"},"displayOptions":{"hide":{"id":[""]},"show":{"resource":["alert"],"operation":["executeResponder"]}}},{"displayName":"Alert","name":"alertId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a alert...","typeOptions":{"searchListMethod":"alertSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Alert URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Alert ID"}}]}],"displayOptions":{"show":{"resource":["alert"],"operation":["get"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Include Similar Alerts","name":"includeSimilarAlerts","type":"boolean","description":"Whether to include similar cases","default":false},{"displayName":"Include Similar Cases","name":"includeSimilarCases","type":"boolean","description":"Whether to include similar cases","default":false}],"displayOptions":{"show":{"resource":["alert"],"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":["alert"],"operation":["search"]}}},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["alert"],"operation":["search"]}}},{"displayName":"Filters","name":"filters","type":"fixedCollection","placeholder":"Add Filter","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field","name":"field","type":"string","default":"","requiresDataPath":"single","description":"Dot notation is also supported, e.g. customFields.field1","displayOptions":{"hide":{"/resource":["alert","case","comment","task","observable","log","page"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadAlertFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["alert"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadCaseFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["case"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadTaskFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["task"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["observable"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"},{"name":"Date","value":"date"}],"displayOptions":{"show":{"/resource":["log"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"}],"displayOptions":{"show":{"/resource":["comment"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Category","value":"category"},{"name":"Content","value":"content"},{"name":"Title","value":"title"}],"displayOptions":{"show":{"/resource":["page"]}}},{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"Between","value":"_between","description":"Field is between two values ('From' is inclusive, 'To' is exclusive)"},{"name":"Contains","value":"_like","description":"Field contains the substring from value"},{"name":"Ends With","value":"_endsWith","description":"Field ends with value"},{"name":"Equal","value":"_eq","description":"Field is equal to value"},{"name":"Greater Than","value":"_gt","description":"Field is greater than value"},{"name":"Greater Than Or Equal To","value":"_gte","description":"Field is greater than or equal to value"},{"name":"In","value":"_in","description":"Field is one of the values"},{"name":"Less Than","value":"_lt","description":"Field is less than value"},{"name":"Less Than Or Equal To","value":"_lte","description":"Field is less than or equal to value"},{"name":"Match Word","value":"_match","description":"Field contains the value as a word"},{"name":"Not Equal","value":"_ne","description":"Field is not equal to value"},{"name":"Starts With","value":"_startsWith","description":"Field starts with value"}],"default":"_eq"},{"displayName":"Value","name":"value","type":"string","default":"","displayOptions":{"hide":{"operator":["_between","_in"]}}},{"displayName":"Values","name":"values","type":"string","default":"","description":"Comma-separated list of values","placeholder":"e.g. value1,value2","displayOptions":{"show":{"operator":["_in"]}}},{"displayName":"From","name":"from","type":"string","default":"","displayOptions":{"show":{"operator":["_between"]}}},{"displayName":"To","name":"to","type":"string","default":"","displayOptions":{"show":{"operator":["_between"]}}}]}],"displayOptions":{"show":{"resource":["alert"],"operation":["search"]}}},{"displayName":"Sort","name":"sort","type":"fixedCollection","placeholder":"Add Sort Rule","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Fields","name":"fields","values":[{"displayName":"Field","name":"field","type":"string","default":"","requiresDataPath":"single","description":"Dot notation is also supported, e.g. customFields.field1","displayOptions":{"hide":{"/resource":["alert","case","comment","task","observable","log","page"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadAlertFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["alert"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadCaseFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["case"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadTaskFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["task"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["observable"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"},{"name":"Date","value":"date"}],"displayOptions":{"show":{"/resource":["log"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"}],"displayOptions":{"show":{"/resource":["comment"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Category","value":"category"},{"name":"Content","value":"content"},{"name":"Title","value":"title"}],"displayOptions":{"show":{"/resource":["page"]}}},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"}]}],"displayOptions":{"show":{"resource":["alert"],"operation":["search"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Return Count","name":"returnCount","type":"boolean","description":"Whether to return only the count of results","default":false,"displayOptions":{"hide":{"/returnAll":[false]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"isOwner","value":"isOwner"},{"name":"links","value":"links"},{"name":"permissions","value":"permissions"},{"name":"seen","value":"seen"},{"name":"shareCount","value":"shareCount"},{"name":"shares","value":"shares"}],"default":[],"displayOptions":{"show":{"/resource":["observable"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionRequired","value":"actionRequired"},{"name":"actionRequiredMap","value":"actionRequiredMap"},{"name":"case","value":"case"},{"name":"caseId","value":"caseId"},{"name":"caseTemplate","value":"caseTemplate"},{"name":"caseTemplateId","value":"caseTemplateId"},{"name":"shareCount","value":"shareCount"}],"default":[],"displayOptions":{"show":{"/resource":["task"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"caseNumber","value":"caseNumber"},{"name":"importDate","value":"importDate"},{"name":"procedureCount","value":"procedureCount"},{"name":"status","value":"status"}],"default":[],"displayOptions":{"show":{"/resource":["alert"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionRequired","value":"actionRequired"},{"name":"alertCount","value":"alertCount"},{"name":"alerts","value":"alerts"},{"name":"attachmentCount","value":"attachmentCount"},{"name":"contributors","value":"contributors"},{"name":"handlingDuration","value":"computed.handlingDuration"},{"name":"handlingDurationInDays","value":"computed.handlingDurationInDays"},{"name":"handlingDurationInHours","value":"computed.handlingDurationInHours"},{"name":"handlingDurationInMinutes","value":"computed.handlingDurationInMinutes"},{"name":"handlingDurationInSeconds","value":"computed.handlingDurationInSeconds"},{"name":"isOwner","value":"isOwner"},{"name":"observableStats","value":"observableStats"},{"name":"permissions","value":"permissions"},{"name":"procedureCount","value":"procedureCount"},{"name":"shareCount","value":"shareCount"},{"name":"similarAlerts","value":"similarAlerts"},{"name":"status","value":"status"},{"name":"taskStats","value":"taskStats"}],"default":[],"displayOptions":{"show":{"/resource":["case"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"links","value":"links"}],"default":[],"displayOptions":{"show":{"/resource":["comment"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionCount","value":"actionCount"},{"name":"case","value":"case"},{"name":"task","value":"task"},{"name":"taskId","value":"taskId"}],"default":[],"displayOptions":{"show":{"/resource":["log"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"string","description":"Additional data to include in the response","default":"","requiresDataPath":"multiple","displayOptions":{"show":{"/resource":["query"]},"hide":{"returnCount":[true]}}}],"displayOptions":{"show":{"resource":["alert"],"operation":["search"]}}},{"displayName":"Alert","name":"alertId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a alert...","typeOptions":{"searchListMethod":"alertSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Alert URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Alert ID"}}]}],"displayOptions":{"show":{"resource":["alert"],"operation":["status"]}}},{"displayName":"Status Name or ID","name":"status","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","required":true,"typeOptions":{"loadOptionsMethod":"loadAlertStatus"},"displayOptions":{"show":{"resource":["alert"],"operation":["status"]}}},{"displayName":"Alert","name":"alertId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a alert...","typeOptions":{"searchListMethod":"alertSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Alert URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Alert ID"}}]}],"displayOptions":{"show":{"resource":["alert"],"operation":["merge"]}}},{"displayName":"Case","name":"caseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a case...","typeOptions":{"searchListMethod":"caseSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Case URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Case ID"}}]}],"displayOptions":{"show":{"resource":["alert"],"operation":["merge"]}}},{"displayName":"Alert","name":"alertId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a alert...","typeOptions":{"searchListMethod":"alertSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Alert URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Alert ID"}}]}],"displayOptions":{"show":{"resource":["alert"],"operation":["promote"]}}},{"displayName":"Options","name":"options","placeholder":"Add Field","type":"collection","default":{},"options":[{"displayName":"Case Template Name or ID","name":"caseTemplate","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","typeOptions":{"loadOptionsMethod":"loadCaseTemplate"}}],"displayOptions":{"show":{"resource":["alert"],"operation":["promote"]}}},{"displayName":"Fields","name":"alertUpdateFields","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"resourceMapper":{"resourceMapperMethod":"getAlertUpdateFields","mode":"update","valuesLabel":"Fields","addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"resource":["alert"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","default":"create","type":"options","noDataExpression":true,"required":true,"options":[{"name":"Add Attachment","value":"addAttachment","action":"Add attachment to a case"},{"name":"Create","value":"create","action":"Create a case"},{"name":"Delete Attachment","value":"deleteAttachment","action":"Delete attachment from a case"},{"name":"Delete Case","value":"deleteCase","action":"Delete an case"},{"name":"Execute Responder","value":"executeResponder","action":"Execute responder on a case"},{"name":"Get","value":"get","action":"Get a case"},{"name":"Get Attachment","value":"getAttachment","action":"Get attachment from a case"},{"name":"Get Timeline","value":"getTimeline","action":"Get timeline of a case"},{"name":"Search","value":"search","action":"Search cases"},{"name":"Update","value":"update","action":"Update a case"}],"displayOptions":{"show":{"resource":["case"]}}},{"displayName":"Case","name":"caseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a case...","typeOptions":{"searchListMethod":"caseSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Case URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Case ID"}}]}],"displayOptions":{"show":{"resource":["case"],"operation":["addAttachment"]}}},{"displayName":"Attachments","name":"attachmentsUi","placeholder":"Add Attachment","type":"fixedCollection","typeOptions":{"multipleValues":true},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Attachment Field Name","name":"field","type":"string","default":"data","description":"Add the field name from the input node","hint":"The name of the field with the attachment in the node input"}]}],"default":{},"description":"Array of supported attachments to add to the message","displayOptions":{"show":{"resource":["case"],"operation":["addAttachment"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Rename Files","name":"canRename","type":"boolean","description":"Whether to rename the file in case a file with the same name already exists","default":false}],"displayOptions":{"show":{"resource":["case"],"operation":["addAttachment"]}}},{"displayName":"Fields","name":"caseFields","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"resourceMapper":{"resourceMapperMethod":"getCaseFields","mode":"add","valuesLabel":"Fields"}},"displayOptions":{"show":{"resource":["case"],"operation":["create"]}}},{"displayName":"Case","name":"caseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a case...","typeOptions":{"searchListMethod":"caseSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Case URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Case ID"}}]}],"displayOptions":{"show":{"resource":["case"],"operation":["deleteAttachment"]}}},{"displayName":"Attachment Name or ID","name":"attachmentId","type":"options","default":"","required":true,"description":"ID of the attachment. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"loadCaseAttachments"},"displayOptions":{"show":{"resource":["case"],"operation":["deleteAttachment"]}}},{"displayName":"Case","name":"caseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a case...","typeOptions":{"searchListMethod":"caseSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Case URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Case ID"}}]}],"displayOptions":{"show":{"resource":["case"],"operation":["deleteCase"]}}},{"displayName":"Case","name":"id","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a case...","typeOptions":{"searchListMethod":"caseSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Case URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Case ID"}}]}],"displayOptions":{"show":{"resource":["case"],"operation":["executeResponder"]}}},{"displayName":"Responder Name or ID","name":"responder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsDependsOn":["id","id.value"],"loadOptionsMethod":"loadResponders"},"displayOptions":{"hide":{"id":[""]},"show":{"resource":["case"],"operation":["executeResponder"]}}},{"displayName":"Case","name":"caseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a case...","typeOptions":{"searchListMethod":"caseSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Case URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Case ID"}}]}],"displayOptions":{"show":{"resource":["case"],"operation":["get"]}}},{"displayName":"Case","name":"caseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a case...","typeOptions":{"searchListMethod":"caseSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Case URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Case ID"}}]}],"displayOptions":{"show":{"resource":["case"],"operation":["getAttachment"]}}},{"displayName":"Attachment Name or ID","name":"attachmentId","type":"options","default":"","required":true,"description":"ID of the attachment. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"loadCaseAttachments","loadOptionsDependsOn":["caseId.value"]},"displayOptions":{"show":{"resource":["case"],"operation":["getAttachment"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"File Name","name":"fileName","type":"string","default":"","description":"Rename the file when downloading"},{"displayName":"Data Property Name","name":"dataPropertyName","type":"string","default":"data","description":"Name of the binary property to which write the data of the attachment"}],"displayOptions":{"show":{"resource":["case"],"operation":["getAttachment"]}}},{"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":["case"],"operation":["search"]}}},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["case"],"operation":["search"]}}},{"displayName":"Filters","name":"filters","type":"fixedCollection","placeholder":"Add Filter","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field","name":"field","type":"string","default":"","requiresDataPath":"single","description":"Dot notation is also supported, e.g. customFields.field1","displayOptions":{"hide":{"/resource":["alert","case","comment","task","observable","log","page"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadAlertFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["alert"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadCaseFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["case"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadTaskFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["task"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["observable"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"},{"name":"Date","value":"date"}],"displayOptions":{"show":{"/resource":["log"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"}],"displayOptions":{"show":{"/resource":["comment"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Category","value":"category"},{"name":"Content","value":"content"},{"name":"Title","value":"title"}],"displayOptions":{"show":{"/resource":["page"]}}},{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"Between","value":"_between","description":"Field is between two values ('From' is inclusive, 'To' is exclusive)"},{"name":"Contains","value":"_like","description":"Field contains the substring from value"},{"name":"Ends With","value":"_endsWith","description":"Field ends with value"},{"name":"Equal","value":"_eq","description":"Field is equal to value"},{"name":"Greater Than","value":"_gt","description":"Field is greater than value"},{"name":"Greater Than Or Equal To","value":"_gte","description":"Field is greater than or equal to value"},{"name":"In","value":"_in","description":"Field is one of the values"},{"name":"Less Than","value":"_lt","description":"Field is less than value"},{"name":"Less Than Or Equal To","value":"_lte","description":"Field is less than or equal to value"},{"name":"Match Word","value":"_match","description":"Field contains the value as a word"},{"name":"Not Equal","value":"_ne","description":"Field is not equal to value"},{"name":"Starts With","value":"_startsWith","description":"Field starts with value"}],"default":"_eq"},{"displayName":"Value","name":"value","type":"string","default":"","displayOptions":{"hide":{"operator":["_between","_in"]}}},{"displayName":"Values","name":"values","type":"string","default":"","description":"Comma-separated list of values","placeholder":"e.g. value1,value2","displayOptions":{"show":{"operator":["_in"]}}},{"displayName":"From","name":"from","type":"string","default":"","displayOptions":{"show":{"operator":["_between"]}}},{"displayName":"To","name":"to","type":"string","default":"","displayOptions":{"show":{"operator":["_between"]}}}]}],"displayOptions":{"show":{"resource":["case"],"operation":["search"]}}},{"displayName":"Sort","name":"sort","type":"fixedCollection","placeholder":"Add Sort Rule","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Fields","name":"fields","values":[{"displayName":"Field","name":"field","type":"string","default":"","requiresDataPath":"single","description":"Dot notation is also supported, e.g. customFields.field1","displayOptions":{"hide":{"/resource":["alert","case","comment","task","observable","log","page"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadAlertFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["alert"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadCaseFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["case"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadTaskFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["task"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["observable"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"},{"name":"Date","value":"date"}],"displayOptions":{"show":{"/resource":["log"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"}],"displayOptions":{"show":{"/resource":["comment"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Category","value":"category"},{"name":"Content","value":"content"},{"name":"Title","value":"title"}],"displayOptions":{"show":{"/resource":["page"]}}},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"}]}],"displayOptions":{"show":{"resource":["case"],"operation":["search"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Return Count","name":"returnCount","type":"boolean","description":"Whether to return only the count of results","default":false,"displayOptions":{"hide":{"/returnAll":[false]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"isOwner","value":"isOwner"},{"name":"links","value":"links"},{"name":"permissions","value":"permissions"},{"name":"seen","value":"seen"},{"name":"shareCount","value":"shareCount"},{"name":"shares","value":"shares"}],"default":[],"displayOptions":{"show":{"/resource":["observable"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionRequired","value":"actionRequired"},{"name":"actionRequiredMap","value":"actionRequiredMap"},{"name":"case","value":"case"},{"name":"caseId","value":"caseId"},{"name":"caseTemplate","value":"caseTemplate"},{"name":"caseTemplateId","value":"caseTemplateId"},{"name":"shareCount","value":"shareCount"}],"default":[],"displayOptions":{"show":{"/resource":["task"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"caseNumber","value":"caseNumber"},{"name":"importDate","value":"importDate"},{"name":"procedureCount","value":"procedureCount"},{"name":"status","value":"status"}],"default":[],"displayOptions":{"show":{"/resource":["alert"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionRequired","value":"actionRequired"},{"name":"alertCount","value":"alertCount"},{"name":"alerts","value":"alerts"},{"name":"attachmentCount","value":"attachmentCount"},{"name":"contributors","value":"contributors"},{"name":"handlingDuration","value":"computed.handlingDuration"},{"name":"handlingDurationInDays","value":"computed.handlingDurationInDays"},{"name":"handlingDurationInHours","value":"computed.handlingDurationInHours"},{"name":"handlingDurationInMinutes","value":"computed.handlingDurationInMinutes"},{"name":"handlingDurationInSeconds","value":"computed.handlingDurationInSeconds"},{"name":"isOwner","value":"isOwner"},{"name":"observableStats","value":"observableStats"},{"name":"permissions","value":"permissions"},{"name":"procedureCount","value":"procedureCount"},{"name":"shareCount","value":"shareCount"},{"name":"similarAlerts","value":"similarAlerts"},{"name":"status","value":"status"},{"name":"taskStats","value":"taskStats"}],"default":[],"displayOptions":{"show":{"/resource":["case"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"links","value":"links"}],"default":[],"displayOptions":{"show":{"/resource":["comment"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionCount","value":"actionCount"},{"name":"case","value":"case"},{"name":"task","value":"task"},{"name":"taskId","value":"taskId"}],"default":[],"displayOptions":{"show":{"/resource":["log"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"string","description":"Additional data to include in the response","default":"","requiresDataPath":"multiple","displayOptions":{"show":{"/resource":["query"]},"hide":{"returnCount":[true]}}}],"displayOptions":{"show":{"resource":["case"],"operation":["search"]}}},{"displayName":"Case","name":"caseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a case...","typeOptions":{"searchListMethod":"caseSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Case URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Case ID"}}]}],"displayOptions":{"show":{"resource":["case"],"operation":["getTimeline"]}}},{"displayName":"Fields","name":"caseUpdateFields","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"resourceMapper":{"resourceMapperMethod":"getCaseUpdateFields","mode":"update","valuesLabel":"Fields","addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"resource":["case"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","required":true,"default":"add","options":[{"name":"Create","value":"add","action":"Create a comment in a case or alert"},{"name":"Delete","value":"deleteComment","action":"Delete a comment"},{"name":"Search","value":"search","action":"Search comments"},{"name":"Update","value":"update","action":"Update a comment"}],"displayOptions":{"show":{"resource":["comment"]}}},{"displayName":"Add to","name":"addTo","type":"options","options":[{"name":"Alert","value":"alert"},{"name":"Case","value":"case"}],"default":"alert","displayOptions":{"show":{"resource":["comment"],"operation":["add"]}}},{"displayName":"Case","name":"id","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a case...","typeOptions":{"searchListMethod":"caseSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Case URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Case ID"}}]}],"displayOptions":{"show":{"addTo":["case"],"resource":["comment"],"operation":["add"]}}},{"displayName":"Alert","name":"id","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a alert...","typeOptions":{"searchListMethod":"alertSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Alert URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Alert ID"}}]}],"displayOptions":{"show":{"addTo":["alert"],"resource":["comment"],"operation":["add"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"typeOptions":{"rows":2},"displayOptions":{"show":{"resource":["comment"],"operation":["add"]}}},{"displayName":"Comment","name":"commentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a comment...","typeOptions":{"searchListMethod":"commentSearch","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid comment ID"}}]}],"displayOptions":{"show":{"resource":["comment"],"operation":["deleteComment"]}}},{"displayName":"Search in","name":"searchIn","type":"options","default":"all","description":"Whether to search for comments in all alerts and cases or in a specific case or alert","options":[{"name":"Alerts and Cases","value":"all"},{"name":"Alert","value":"alert"},{"name":"Case","value":"case"}],"displayOptions":{"show":{"resource":["comment"],"operation":["search"]}}},{"displayName":"Case","name":"caseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a case...","typeOptions":{"searchListMethod":"caseSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Case URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Case ID"}}]}],"displayOptions":{"show":{"searchIn":["case"],"resource":["comment"],"operation":["search"]}}},{"displayName":"Alert","name":"alertId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a alert...","typeOptions":{"searchListMethod":"alertSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Alert URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Alert ID"}}]}],"displayOptions":{"show":{"searchIn":["alert"],"resource":["comment"],"operation":["search"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["comment"],"operation":["search"]}}},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["comment"],"operation":["search"]}}},{"displayName":"Filters","name":"filters","type":"fixedCollection","placeholder":"Add Filter","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field","name":"field","type":"string","default":"","requiresDataPath":"single","description":"Dot notation is also supported, e.g. customFields.field1","displayOptions":{"hide":{"/resource":["alert","case","comment","task","observable","log","page"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadAlertFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["alert"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadCaseFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["case"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadTaskFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["task"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["observable"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"},{"name":"Date","value":"date"}],"displayOptions":{"show":{"/resource":["log"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"}],"displayOptions":{"show":{"/resource":["comment"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Category","value":"category"},{"name":"Content","value":"content"},{"name":"Title","value":"title"}],"displayOptions":{"show":{"/resource":["page"]}}},{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"Between","value":"_between","description":"Field is between two values ('From' is inclusive, 'To' is exclusive)"},{"name":"Contains","value":"_like","description":"Field contains the substring from value"},{"name":"Ends With","value":"_endsWith","description":"Field ends with value"},{"name":"Equal","value":"_eq","description":"Field is equal to value"},{"name":"Greater Than","value":"_gt","description":"Field is greater than value"},{"name":"Greater Than Or Equal To","value":"_gte","description":"Field is greater than or equal to value"},{"name":"In","value":"_in","description":"Field is one of the values"},{"name":"Less Than","value":"_lt","description":"Field is less than value"},{"name":"Less Than Or Equal To","value":"_lte","description":"Field is less than or equal to value"},{"name":"Match Word","value":"_match","description":"Field contains the value as a word"},{"name":"Not Equal","value":"_ne","description":"Field is not equal to value"},{"name":"Starts With","value":"_startsWith","description":"Field starts with value"}],"default":"_eq"},{"displayName":"Value","name":"value","type":"string","default":"","displayOptions":{"hide":{"operator":["_between","_in"]}}},{"displayName":"Values","name":"values","type":"string","default":"","description":"Comma-separated list of values","placeholder":"e.g. value1,value2","displayOptions":{"show":{"operator":["_in"]}}},{"displayName":"From","name":"from","type":"string","default":"","displayOptions":{"show":{"operator":["_between"]}}},{"displayName":"To","name":"to","type":"string","default":"","displayOptions":{"show":{"operator":["_between"]}}}]}],"displayOptions":{"show":{"resource":["comment"],"operation":["search"]}}},{"displayName":"Sort","name":"sort","type":"fixedCollection","placeholder":"Add Sort Rule","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Fields","name":"fields","values":[{"displayName":"Field","name":"field","type":"string","default":"","requiresDataPath":"single","description":"Dot notation is also supported, e.g. customFields.field1","displayOptions":{"hide":{"/resource":["alert","case","comment","task","observable","log","page"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadAlertFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["alert"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadCaseFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["case"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadTaskFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["task"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["observable"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"},{"name":"Date","value":"date"}],"displayOptions":{"show":{"/resource":["log"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"}],"displayOptions":{"show":{"/resource":["comment"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Category","value":"category"},{"name":"Content","value":"content"},{"name":"Title","value":"title"}],"displayOptions":{"show":{"/resource":["page"]}}},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"}]}],"displayOptions":{"show":{"resource":["comment"],"operation":["search"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Return Count","name":"returnCount","type":"boolean","description":"Whether to return only the count of results","default":false,"displayOptions":{"hide":{"/returnAll":[false]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"isOwner","value":"isOwner"},{"name":"links","value":"links"},{"name":"permissions","value":"permissions"},{"name":"seen","value":"seen"},{"name":"shareCount","value":"shareCount"},{"name":"shares","value":"shares"}],"default":[],"displayOptions":{"show":{"/resource":["observable"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionRequired","value":"actionRequired"},{"name":"actionRequiredMap","value":"actionRequiredMap"},{"name":"case","value":"case"},{"name":"caseId","value":"caseId"},{"name":"caseTemplate","value":"caseTemplate"},{"name":"caseTemplateId","value":"caseTemplateId"},{"name":"shareCount","value":"shareCount"}],"default":[],"displayOptions":{"show":{"/resource":["task"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"caseNumber","value":"caseNumber"},{"name":"importDate","value":"importDate"},{"name":"procedureCount","value":"procedureCount"},{"name":"status","value":"status"}],"default":[],"displayOptions":{"show":{"/resource":["alert"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionRequired","value":"actionRequired"},{"name":"alertCount","value":"alertCount"},{"name":"alerts","value":"alerts"},{"name":"attachmentCount","value":"attachmentCount"},{"name":"contributors","value":"contributors"},{"name":"handlingDuration","value":"computed.handlingDuration"},{"name":"handlingDurationInDays","value":"computed.handlingDurationInDays"},{"name":"handlingDurationInHours","value":"computed.handlingDurationInHours"},{"name":"handlingDurationInMinutes","value":"computed.handlingDurationInMinutes"},{"name":"handlingDurationInSeconds","value":"computed.handlingDurationInSeconds"},{"name":"isOwner","value":"isOwner"},{"name":"observableStats","value":"observableStats"},{"name":"permissions","value":"permissions"},{"name":"procedureCount","value":"procedureCount"},{"name":"shareCount","value":"shareCount"},{"name":"similarAlerts","value":"similarAlerts"},{"name":"status","value":"status"},{"name":"taskStats","value":"taskStats"}],"default":[],"displayOptions":{"show":{"/resource":["case"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"links","value":"links"}],"default":[],"displayOptions":{"show":{"/resource":["comment"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionCount","value":"actionCount"},{"name":"case","value":"case"},{"name":"task","value":"task"},{"name":"taskId","value":"taskId"}],"default":[],"displayOptions":{"show":{"/resource":["log"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"string","description":"Additional data to include in the response","default":"","requiresDataPath":"multiple","displayOptions":{"show":{"/resource":["query"]},"hide":{"returnCount":[true]}}}],"displayOptions":{"show":{"resource":["comment"],"operation":["search"]}}},{"displayName":"Comment","name":"commentId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a comment...","typeOptions":{"searchListMethod":"commentSearch","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid comment ID"}}]}],"displayOptions":{"show":{"resource":["comment"],"operation":["update"]}}},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"typeOptions":{"rows":2},"displayOptions":{"show":{"resource":["comment"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","required":true,"default":"create","options":[{"name":"Add Attachment","value":"addAttachment","action":"Add attachment to a task log"},{"name":"Create","value":"create","action":"Create a task log"},{"name":"Delete","value":"deleteLog","action":"Delete task log"},{"name":"Delete Attachment","value":"deleteAttachment","action":"Delete attachment from a task log"},{"name":"Execute Responder","value":"executeResponder","action":"Execute responder on a task log"},{"name":"Get","value":"get","action":"Get a task log"},{"name":"Search","value":"search","action":"Search task logs"}],"displayOptions":{"show":{"resource":["log"]}}},{"displayName":"Task Log","name":"logId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a task log...","typeOptions":{"searchListMethod":"logSearch","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid task Log ID"}}]}],"displayOptions":{"show":{"resource":["log"],"operation":["addAttachment"]}}},{"displayName":"Attachments","name":"attachmentsUi","placeholder":"Add Attachment","type":"fixedCollection","typeOptions":{"multipleValues":true},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Attachment Field Name","name":"field","type":"string","default":"data","description":"Add the field name from the input node","hint":"The name of the field with the attachment in the node input"}]}],"default":{},"description":"Array of supported attachments to add to the message","displayOptions":{"show":{"resource":["log"],"operation":["addAttachment"]}}},{"displayName":"Task","name":"taskId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a task...","typeOptions":{"searchListMethod":"taskSearch","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Task ID"}}]}],"displayOptions":{"show":{"resource":["log"],"operation":["create"]}}},{"displayName":"Fields","name":"logFields","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"resourceMapper":{"resourceMapperMethod":"getLogFields","mode":"add","valuesLabel":"Fields"}},"displayOptions":{"show":{"resource":["log"],"operation":["create"]}}},{"displayName":"Attachments","name":"attachmentsUi","placeholder":"Add Attachment","type":"fixedCollection","typeOptions":{"multipleValues":true},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Attachment Field Name","name":"field","type":"string","default":"data","description":"Add the field name from the input node","hint":"The name of the field with the attachment in the node input"}]}],"default":{},"description":"Array of supported attachments to add to the message","displayOptions":{"show":{"resource":["log"],"operation":["create"]}}},{"displayName":"Task Log","name":"logId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a task log...","typeOptions":{"searchListMethod":"logSearch","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid task Log ID"}}]}],"displayOptions":{"show":{"resource":["log"],"operation":["deleteAttachment"]}}},{"displayName":"Attachment Name or ID","name":"attachmentId","type":"options","default":"","required":true,"description":"ID of the attachment. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","typeOptions":{"loadOptionsMethod":"loadLogAttachments","loadOptionsDependsOn":["logId.value"]},"displayOptions":{"show":{"resource":["log"],"operation":["deleteAttachment"]}}},{"displayName":"Task Log","name":"logId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a task log...","typeOptions":{"searchListMethod":"logSearch","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid task Log ID"}}]}],"displayOptions":{"show":{"resource":["log"],"operation":["deleteLog"]}}},{"displayName":"Task Log","name":"id","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a task log...","typeOptions":{"searchListMethod":"logSearch","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid task Log ID"}}]}],"displayOptions":{"show":{"resource":["log"],"operation":["executeResponder"]}}},{"displayName":"Responder Name or ID","name":"responder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsDependsOn":["id","id.value"],"loadOptionsMethod":"loadResponders"},"displayOptions":{"hide":{"id":[""]},"show":{"resource":["log"],"operation":["executeResponder"]}}},{"displayName":"Task Log","name":"logId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a task log...","typeOptions":{"searchListMethod":"logSearch","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid task Log ID"}}]}],"displayOptions":{"show":{"resource":["log"],"operation":["get"]}}},{"displayName":"Search in All Tasks","name":"allTasks","type":"boolean","default":true,"description":"Whether to search in all tasks or only in selected task","displayOptions":{"show":{"resource":["log"],"operation":["search"]}}},{"displayName":"Task","name":"taskId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a task...","typeOptions":{"searchListMethod":"taskSearch","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Task ID"}}]}],"displayOptions":{"show":{"allTasks":[false],"resource":["log"],"operation":["search"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["log"],"operation":["search"]}}},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["log"],"operation":["search"]}}},{"displayName":"Filters","name":"filters","type":"fixedCollection","placeholder":"Add Filter","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field","name":"field","type":"string","default":"","requiresDataPath":"single","description":"Dot notation is also supported, e.g. customFields.field1","displayOptions":{"hide":{"/resource":["alert","case","comment","task","observable","log","page"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadAlertFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["alert"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadCaseFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["case"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadTaskFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["task"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["observable"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"},{"name":"Date","value":"date"}],"displayOptions":{"show":{"/resource":["log"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"}],"displayOptions":{"show":{"/resource":["comment"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Category","value":"category"},{"name":"Content","value":"content"},{"name":"Title","value":"title"}],"displayOptions":{"show":{"/resource":["page"]}}},{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"Between","value":"_between","description":"Field is between two values ('From' is inclusive, 'To' is exclusive)"},{"name":"Contains","value":"_like","description":"Field contains the substring from value"},{"name":"Ends With","value":"_endsWith","description":"Field ends with value"},{"name":"Equal","value":"_eq","description":"Field is equal to value"},{"name":"Greater Than","value":"_gt","description":"Field is greater than value"},{"name":"Greater Than Or Equal To","value":"_gte","description":"Field is greater than or equal to value"},{"name":"In","value":"_in","description":"Field is one of the values"},{"name":"Less Than","value":"_lt","description":"Field is less than value"},{"name":"Less Than Or Equal To","value":"_lte","description":"Field is less than or equal to value"},{"name":"Match Word","value":"_match","description":"Field contains the value as a word"},{"name":"Not Equal","value":"_ne","description":"Field is not equal to value"},{"name":"Starts With","value":"_startsWith","description":"Field starts with value"}],"default":"_eq"},{"displayName":"Value","name":"value","type":"string","default":"","displayOptions":{"hide":{"operator":["_between","_in"]}}},{"displayName":"Values","name":"values","type":"string","default":"","description":"Comma-separated list of values","placeholder":"e.g. value1,value2","displayOptions":{"show":{"operator":["_in"]}}},{"displayName":"From","name":"from","type":"string","default":"","displayOptions":{"show":{"operator":["_between"]}}},{"displayName":"To","name":"to","type":"string","default":"","displayOptions":{"show":{"operator":["_between"]}}}]}],"displayOptions":{"show":{"resource":["log"],"operation":["search"]}}},{"displayName":"Sort","name":"sort","type":"fixedCollection","placeholder":"Add Sort Rule","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Fields","name":"fields","values":[{"displayName":"Field","name":"field","type":"string","default":"","requiresDataPath":"single","description":"Dot notation is also supported, e.g. customFields.field1","displayOptions":{"hide":{"/resource":["alert","case","comment","task","observable","log","page"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadAlertFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["alert"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadCaseFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["case"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadTaskFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["task"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["observable"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"},{"name":"Date","value":"date"}],"displayOptions":{"show":{"/resource":["log"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"}],"displayOptions":{"show":{"/resource":["comment"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Category","value":"category"},{"name":"Content","value":"content"},{"name":"Title","value":"title"}],"displayOptions":{"show":{"/resource":["page"]}}},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"}]}],"displayOptions":{"show":{"resource":["log"],"operation":["search"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Return Count","name":"returnCount","type":"boolean","description":"Whether to return only the count of results","default":false,"displayOptions":{"hide":{"/returnAll":[false]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"isOwner","value":"isOwner"},{"name":"links","value":"links"},{"name":"permissions","value":"permissions"},{"name":"seen","value":"seen"},{"name":"shareCount","value":"shareCount"},{"name":"shares","value":"shares"}],"default":[],"displayOptions":{"show":{"/resource":["observable"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionRequired","value":"actionRequired"},{"name":"actionRequiredMap","value":"actionRequiredMap"},{"name":"case","value":"case"},{"name":"caseId","value":"caseId"},{"name":"caseTemplate","value":"caseTemplate"},{"name":"caseTemplateId","value":"caseTemplateId"},{"name":"shareCount","value":"shareCount"}],"default":[],"displayOptions":{"show":{"/resource":["task"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"caseNumber","value":"caseNumber"},{"name":"importDate","value":"importDate"},{"name":"procedureCount","value":"procedureCount"},{"name":"status","value":"status"}],"default":[],"displayOptions":{"show":{"/resource":["alert"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionRequired","value":"actionRequired"},{"name":"alertCount","value":"alertCount"},{"name":"alerts","value":"alerts"},{"name":"attachmentCount","value":"attachmentCount"},{"name":"contributors","value":"contributors"},{"name":"handlingDuration","value":"computed.handlingDuration"},{"name":"handlingDurationInDays","value":"computed.handlingDurationInDays"},{"name":"handlingDurationInHours","value":"computed.handlingDurationInHours"},{"name":"handlingDurationInMinutes","value":"computed.handlingDurationInMinutes"},{"name":"handlingDurationInSeconds","value":"computed.handlingDurationInSeconds"},{"name":"isOwner","value":"isOwner"},{"name":"observableStats","value":"observableStats"},{"name":"permissions","value":"permissions"},{"name":"procedureCount","value":"procedureCount"},{"name":"shareCount","value":"shareCount"},{"name":"similarAlerts","value":"similarAlerts"},{"name":"status","value":"status"},{"name":"taskStats","value":"taskStats"}],"default":[],"displayOptions":{"show":{"/resource":["case"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"links","value":"links"}],"default":[],"displayOptions":{"show":{"/resource":["comment"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionCount","value":"actionCount"},{"name":"case","value":"case"},{"name":"task","value":"task"},{"name":"taskId","value":"taskId"}],"default":[],"displayOptions":{"show":{"/resource":["log"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"string","description":"Additional data to include in the response","default":"","requiresDataPath":"multiple","displayOptions":{"show":{"/resource":["query"]},"hide":{"returnCount":[true]}}}],"displayOptions":{"show":{"resource":["log"],"operation":["search"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"default":"create","options":[{"name":"Create","value":"create","action":"Create an observable"},{"name":"Delete","value":"deleteObservable","action":"Delete an observable"},{"name":"Execute Analyzer","value":"executeAnalyzer","action":"Execute analyzer on an observable"},{"name":"Execute Responder","value":"executeResponder","action":"Execute responder on an observable"},{"name":"Get","value":"get","action":"Get an observable"},{"name":"Search","value":"search","action":"Search observables"},{"name":"Update","value":"update","action":"Update an observable"}],"displayOptions":{"show":{"resource":["observable"]}}},{"displayName":"Create in","name":"createIn","type":"options","options":[{"name":"Case","value":"case"},{"name":"Alert","value":"alert"}],"default":"case","displayOptions":{"show":{"resource":["observable"],"operation":["create"]}}},{"displayName":"Case","name":"id","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a case...","typeOptions":{"searchListMethod":"caseSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Case URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Case ID"}}]}],"displayOptions":{"show":{"createIn":["case"],"resource":["observable"],"operation":["create"]}}},{"displayName":"Alert","name":"id","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a alert...","typeOptions":{"searchListMethod":"alertSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Alert URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Alert ID"}}]}],"displayOptions":{"show":{"createIn":["alert"],"resource":["observable"],"operation":["create"]}}},{"displayName":"Data Type","name":"dataType","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"file","typeOptions":{"loadOptionsMethod":"loadObservableTypes"},"displayOptions":{"show":{"resource":["observable"],"operation":["create"]}}},{"displayName":"Data","name":"data","type":"string","default":"","required":true,"displayOptions":{"hide":{"dataType":["file"]},"show":{"resource":["observable"],"operation":["create"]}}},{"displayName":"Attachments","name":"attachmentsUi","placeholder":"Add Attachment","type":"fixedCollection","typeOptions":{"multipleValues":true},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Attachment Field Name","name":"field","type":"string","default":"data","description":"Add the field name from the input node","hint":"The name of the field with the attachment in the node input"}]}],"default":{},"description":"Array of supported attachments to add to the message","required":true,"displayOptions":{"show":{"dataType":["file"],"resource":["observable"],"operation":["create"]}}},{"displayName":"Fields","name":"observableFields","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"resourceMapper":{"resourceMapperMethod":"getObservableFields","mode":"add","valuesLabel":"Fields"}},"displayOptions":{"show":{"resource":["observable"],"operation":["create"]}}},{"displayName":"Observable","name":"observableId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select an observable...","typeOptions":{"searchListMethod":"observableSearch","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Log ID"}}]}],"displayOptions":{"show":{"resource":["observable"],"operation":["deleteObservable"]}}},{"displayName":"Observable","name":"observableId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select an observable...","typeOptions":{"searchListMethod":"observableSearch","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Log ID"}}]}],"displayOptions":{"show":{"resource":["observable"],"operation":["executeAnalyzer"]}}},{"displayName":"Data Type","name":"dataType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableTypes"},"description":"Type of the observable. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["observable"],"operation":["executeAnalyzer"]}}},{"displayName":"Analyzer Names or IDs","name":"analyzers","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":[],"typeOptions":{"loadOptionsDependsOn":["observableId.value","dataType"],"loadOptionsMethod":"loadAnalyzers"},"displayOptions":{"hide":{"id":[""]},"show":{"resource":["observable"],"operation":["executeAnalyzer"]}}},{"displayName":"Observable","name":"id","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select an observable...","typeOptions":{"searchListMethod":"observableSearch","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Log ID"}}]}],"displayOptions":{"show":{"resource":["observable"],"operation":["executeResponder"]}}},{"displayName":"Responder Name or ID","name":"responder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsDependsOn":["id","id.value"],"loadOptionsMethod":"loadResponders"},"displayOptions":{"hide":{"id":[""]},"show":{"resource":["observable"],"operation":["executeResponder"]}}},{"displayName":"Observable","name":"observableId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select an observable...","typeOptions":{"searchListMethod":"observableSearch","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Log ID"}}]}],"displayOptions":{"show":{"resource":["observable"],"operation":["get"]}}},{"displayName":"Search in","name":"searchIn","type":"options","default":"all","description":"Whether to search for observables in all alerts and cases or in a specific case or alert","options":[{"name":"Alerts and Cases","value":"all"},{"name":"Alert","value":"alert"},{"name":"Case","value":"case"}],"displayOptions":{"show":{"resource":["observable"],"operation":["search"]}}},{"displayName":"Case","name":"caseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a case...","typeOptions":{"searchListMethod":"caseSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Case URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Case ID"}}]}],"displayOptions":{"show":{"searchIn":["case"],"resource":["observable"],"operation":["search"]}}},{"displayName":"Alert","name":"alertId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a alert...","typeOptions":{"searchListMethod":"alertSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/alerts\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Alert URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Alert ID"}}]}],"displayOptions":{"show":{"searchIn":["alert"],"resource":["observable"],"operation":["search"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["observable"],"operation":["search"]}}},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["observable"],"operation":["search"]}}},{"displayName":"Filters","name":"filters","type":"fixedCollection","placeholder":"Add Filter","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field","name":"field","type":"string","default":"","requiresDataPath":"single","description":"Dot notation is also supported, e.g. customFields.field1","displayOptions":{"hide":{"/resource":["alert","case","comment","task","observable","log","page"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadAlertFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["alert"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadCaseFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["case"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadTaskFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["task"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["observable"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"},{"name":"Date","value":"date"}],"displayOptions":{"show":{"/resource":["log"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"}],"displayOptions":{"show":{"/resource":["comment"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Category","value":"category"},{"name":"Content","value":"content"},{"name":"Title","value":"title"}],"displayOptions":{"show":{"/resource":["page"]}}},{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"Between","value":"_between","description":"Field is between two values ('From' is inclusive, 'To' is exclusive)"},{"name":"Contains","value":"_like","description":"Field contains the substring from value"},{"name":"Ends With","value":"_endsWith","description":"Field ends with value"},{"name":"Equal","value":"_eq","description":"Field is equal to value"},{"name":"Greater Than","value":"_gt","description":"Field is greater than value"},{"name":"Greater Than Or Equal To","value":"_gte","description":"Field is greater than or equal to value"},{"name":"In","value":"_in","description":"Field is one of the values"},{"name":"Less Than","value":"_lt","description":"Field is less than value"},{"name":"Less Than Or Equal To","value":"_lte","description":"Field is less than or equal to value"},{"name":"Match Word","value":"_match","description":"Field contains the value as a word"},{"name":"Not Equal","value":"_ne","description":"Field is not equal to value"},{"name":"Starts With","value":"_startsWith","description":"Field starts with value"}],"default":"_eq"},{"displayName":"Value","name":"value","type":"string","default":"","displayOptions":{"hide":{"operator":["_between","_in"]}}},{"displayName":"Values","name":"values","type":"string","default":"","description":"Comma-separated list of values","placeholder":"e.g. value1,value2","displayOptions":{"show":{"operator":["_in"]}}},{"displayName":"From","name":"from","type":"string","default":"","displayOptions":{"show":{"operator":["_between"]}}},{"displayName":"To","name":"to","type":"string","default":"","displayOptions":{"show":{"operator":["_between"]}}}]}],"displayOptions":{"show":{"resource":["observable"],"operation":["search"]}}},{"displayName":"Sort","name":"sort","type":"fixedCollection","placeholder":"Add Sort Rule","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Fields","name":"fields","values":[{"displayName":"Field","name":"field","type":"string","default":"","requiresDataPath":"single","description":"Dot notation is also supported, e.g. customFields.field1","displayOptions":{"hide":{"/resource":["alert","case","comment","task","observable","log","page"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadAlertFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["alert"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadCaseFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["case"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadTaskFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["task"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["observable"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"},{"name":"Date","value":"date"}],"displayOptions":{"show":{"/resource":["log"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"}],"displayOptions":{"show":{"/resource":["comment"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Category","value":"category"},{"name":"Content","value":"content"},{"name":"Title","value":"title"}],"displayOptions":{"show":{"/resource":["page"]}}},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"}]}],"displayOptions":{"show":{"resource":["observable"],"operation":["search"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Return Count","name":"returnCount","type":"boolean","description":"Whether to return only the count of results","default":false,"displayOptions":{"hide":{"/returnAll":[false]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"isOwner","value":"isOwner"},{"name":"links","value":"links"},{"name":"permissions","value":"permissions"},{"name":"seen","value":"seen"},{"name":"shareCount","value":"shareCount"},{"name":"shares","value":"shares"}],"default":[],"displayOptions":{"show":{"/resource":["observable"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionRequired","value":"actionRequired"},{"name":"actionRequiredMap","value":"actionRequiredMap"},{"name":"case","value":"case"},{"name":"caseId","value":"caseId"},{"name":"caseTemplate","value":"caseTemplate"},{"name":"caseTemplateId","value":"caseTemplateId"},{"name":"shareCount","value":"shareCount"}],"default":[],"displayOptions":{"show":{"/resource":["task"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"caseNumber","value":"caseNumber"},{"name":"importDate","value":"importDate"},{"name":"procedureCount","value":"procedureCount"},{"name":"status","value":"status"}],"default":[],"displayOptions":{"show":{"/resource":["alert"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionRequired","value":"actionRequired"},{"name":"alertCount","value":"alertCount"},{"name":"alerts","value":"alerts"},{"name":"attachmentCount","value":"attachmentCount"},{"name":"contributors","value":"contributors"},{"name":"handlingDuration","value":"computed.handlingDuration"},{"name":"handlingDurationInDays","value":"computed.handlingDurationInDays"},{"name":"handlingDurationInHours","value":"computed.handlingDurationInHours"},{"name":"handlingDurationInMinutes","value":"computed.handlingDurationInMinutes"},{"name":"handlingDurationInSeconds","value":"computed.handlingDurationInSeconds"},{"name":"isOwner","value":"isOwner"},{"name":"observableStats","value":"observableStats"},{"name":"permissions","value":"permissions"},{"name":"procedureCount","value":"procedureCount"},{"name":"shareCount","value":"shareCount"},{"name":"similarAlerts","value":"similarAlerts"},{"name":"status","value":"status"},{"name":"taskStats","value":"taskStats"}],"default":[],"displayOptions":{"show":{"/resource":["case"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"links","value":"links"}],"default":[],"displayOptions":{"show":{"/resource":["comment"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionCount","value":"actionCount"},{"name":"case","value":"case"},{"name":"task","value":"task"},{"name":"taskId","value":"taskId"}],"default":[],"displayOptions":{"show":{"/resource":["log"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"string","description":"Additional data to include in the response","default":"","requiresDataPath":"multiple","displayOptions":{"show":{"/resource":["query"]},"hide":{"returnCount":[true]}}}],"displayOptions":{"show":{"resource":["observable"],"operation":["search"]}}},{"displayName":"Fields","name":"observableUpdateFields","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"resourceMapper":{"resourceMapperMethod":"getObservableUpdateFields","mode":"update","valuesLabel":"Fields","addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"resource":["observable"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","required":true,"default":"create","options":[{"name":"Create","value":"create","action":"Create a page"},{"name":"Delete","value":"deletePage","action":"Delete a page"},{"name":"Search","value":"search","action":"Search pages"},{"name":"Update","value":"update","action":"Update a page"}],"displayOptions":{"show":{"resource":["page"]}}},{"displayName":"Create in","name":"location","type":"options","options":[{"name":"Case","value":"case"},{"name":"Knowledge Base","value":"knowledgeBase"}],"default":"case","displayOptions":{"show":{"resource":["page"],"operation":["create"]}}},{"displayName":"Case","name":"caseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a case...","typeOptions":{"searchListMethod":"caseSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Case URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Case ID"}}]}],"displayOptions":{"show":{"location":["case"],"resource":["page"],"operation":["create"]}}},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["page"],"operation":["create"]}}},{"displayName":"Category","name":"category","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["page"],"operation":["create"]}}},{"displayName":"Content","name":"content","type":"string","default":"","required":true,"typeOptions":{"rows":2},"displayOptions":{"show":{"resource":["page"],"operation":["create"]}}},{"displayName":"Delete From ...","name":"location","type":"options","options":[{"name":"Case","value":"case"},{"name":"Knowledge Base","value":"knowledgeBase"}],"default":"knowledgeBase","displayOptions":{"show":{"resource":["page"],"operation":["deletePage"]}}},{"displayName":"Case","name":"caseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a case...","typeOptions":{"searchListMethod":"caseSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Case URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Case ID"}}]}],"displayOptions":{"show":{"location":["case"],"resource":["page"],"operation":["deletePage"]}}},{"displayName":"Page","name":"pageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["caseId"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a page...","typeOptions":{"searchListMethod":"pageSearch","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Page ID"}}]}],"displayOptions":{"show":{"resource":["page"],"operation":["deletePage"]}}},{"displayName":"Search in Knowledge Base","name":"searchInKnowledgeBase","type":"boolean","default":true,"description":"Whether to search in knowledge base or only in the selected case","displayOptions":{"show":{"resource":["page"],"operation":["search"]}}},{"displayName":"Case","name":"caseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a case...","typeOptions":{"searchListMethod":"caseSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Case URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Case ID"}}]}],"displayOptions":{"show":{"searchInKnowledgeBase":[false],"resource":["page"],"operation":["search"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["page"],"operation":["search"]}}},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["page"],"operation":["search"]}}},{"displayName":"Filters","name":"filters","type":"fixedCollection","placeholder":"Add Filter","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field","name":"field","type":"string","default":"","requiresDataPath":"single","description":"Dot notation is also supported, e.g. customFields.field1","displayOptions":{"hide":{"/resource":["alert","case","comment","task","observable","log","page"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadAlertFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["alert"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadCaseFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["case"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadTaskFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["task"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["observable"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"},{"name":"Date","value":"date"}],"displayOptions":{"show":{"/resource":["log"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"}],"displayOptions":{"show":{"/resource":["comment"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Category","value":"category"},{"name":"Content","value":"content"},{"name":"Title","value":"title"}],"displayOptions":{"show":{"/resource":["page"]}}},{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"Between","value":"_between","description":"Field is between two values ('From' is inclusive, 'To' is exclusive)"},{"name":"Contains","value":"_like","description":"Field contains the substring from value"},{"name":"Ends With","value":"_endsWith","description":"Field ends with value"},{"name":"Equal","value":"_eq","description":"Field is equal to value"},{"name":"Greater Than","value":"_gt","description":"Field is greater than value"},{"name":"Greater Than Or Equal To","value":"_gte","description":"Field is greater than or equal to value"},{"name":"In","value":"_in","description":"Field is one of the values"},{"name":"Less Than","value":"_lt","description":"Field is less than value"},{"name":"Less Than Or Equal To","value":"_lte","description":"Field is less than or equal to value"},{"name":"Match Word","value":"_match","description":"Field contains the value as a word"},{"name":"Not Equal","value":"_ne","description":"Field is not equal to value"},{"name":"Starts With","value":"_startsWith","description":"Field starts with value"}],"default":"_eq"},{"displayName":"Value","name":"value","type":"string","default":"","displayOptions":{"hide":{"operator":["_between","_in"]}}},{"displayName":"Values","name":"values","type":"string","default":"","description":"Comma-separated list of values","placeholder":"e.g. value1,value2","displayOptions":{"show":{"operator":["_in"]}}},{"displayName":"From","name":"from","type":"string","default":"","displayOptions":{"show":{"operator":["_between"]}}},{"displayName":"To","name":"to","type":"string","default":"","displayOptions":{"show":{"operator":["_between"]}}}]}],"displayOptions":{"show":{"resource":["page"],"operation":["search"]}}},{"displayName":"Sort","name":"sort","type":"fixedCollection","placeholder":"Add Sort Rule","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Fields","name":"fields","values":[{"displayName":"Field","name":"field","type":"string","default":"","requiresDataPath":"single","description":"Dot notation is also supported, e.g. customFields.field1","displayOptions":{"hide":{"/resource":["alert","case","comment","task","observable","log","page"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadAlertFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["alert"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadCaseFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["case"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadTaskFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["task"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["observable"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"},{"name":"Date","value":"date"}],"displayOptions":{"show":{"/resource":["log"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"}],"displayOptions":{"show":{"/resource":["comment"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Category","value":"category"},{"name":"Content","value":"content"},{"name":"Title","value":"title"}],"displayOptions":{"show":{"/resource":["page"]}}},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"}]}],"displayOptions":{"show":{"resource":["page"],"operation":["search"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Return Count","name":"returnCount","type":"boolean","description":"Whether to return only the count of results","default":false,"displayOptions":{"hide":{"/returnAll":[false]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"isOwner","value":"isOwner"},{"name":"links","value":"links"},{"name":"permissions","value":"permissions"},{"name":"seen","value":"seen"},{"name":"shareCount","value":"shareCount"},{"name":"shares","value":"shares"}],"default":[],"displayOptions":{"show":{"/resource":["observable"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionRequired","value":"actionRequired"},{"name":"actionRequiredMap","value":"actionRequiredMap"},{"name":"case","value":"case"},{"name":"caseId","value":"caseId"},{"name":"caseTemplate","value":"caseTemplate"},{"name":"caseTemplateId","value":"caseTemplateId"},{"name":"shareCount","value":"shareCount"}],"default":[],"displayOptions":{"show":{"/resource":["task"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"caseNumber","value":"caseNumber"},{"name":"importDate","value":"importDate"},{"name":"procedureCount","value":"procedureCount"},{"name":"status","value":"status"}],"default":[],"displayOptions":{"show":{"/resource":["alert"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionRequired","value":"actionRequired"},{"name":"alertCount","value":"alertCount"},{"name":"alerts","value":"alerts"},{"name":"attachmentCount","value":"attachmentCount"},{"name":"contributors","value":"contributors"},{"name":"handlingDuration","value":"computed.handlingDuration"},{"name":"handlingDurationInDays","value":"computed.handlingDurationInDays"},{"name":"handlingDurationInHours","value":"computed.handlingDurationInHours"},{"name":"handlingDurationInMinutes","value":"computed.handlingDurationInMinutes"},{"name":"handlingDurationInSeconds","value":"computed.handlingDurationInSeconds"},{"name":"isOwner","value":"isOwner"},{"name":"observableStats","value":"observableStats"},{"name":"permissions","value":"permissions"},{"name":"procedureCount","value":"procedureCount"},{"name":"shareCount","value":"shareCount"},{"name":"similarAlerts","value":"similarAlerts"},{"name":"status","value":"status"},{"name":"taskStats","value":"taskStats"}],"default":[],"displayOptions":{"show":{"/resource":["case"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"links","value":"links"}],"default":[],"displayOptions":{"show":{"/resource":["comment"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionCount","value":"actionCount"},{"name":"case","value":"case"},{"name":"task","value":"task"},{"name":"taskId","value":"taskId"}],"default":[],"displayOptions":{"show":{"/resource":["log"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"string","description":"Additional data to include in the response","default":"","requiresDataPath":"multiple","displayOptions":{"show":{"/resource":["query"]},"hide":{"returnCount":[true]}}}],"displayOptions":{"show":{"returnAll":[true],"resource":["page"],"operation":["search"]}}},{"displayName":"Update in","name":"location","type":"options","options":[{"name":"Case","value":"case"},{"name":"Knowledge Base","value":"knowledgeBase"}],"default":"case","displayOptions":{"show":{"resource":["page"],"operation":["update"]}}},{"displayName":"Case","name":"caseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a case...","typeOptions":{"searchListMethod":"caseSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Case URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Case ID"}}]}],"displayOptions":{"show":{"location":["case"],"resource":["page"],"operation":["update"]}}},{"displayName":"Page","name":"pageId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"typeOptions":{"loadOptionsDependsOn":["caseId"]},"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a page...","typeOptions":{"searchListMethod":"pageSearch","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Page ID"}}]}],"displayOptions":{"show":{"resource":["page"],"operation":["update"]}}},{"displayName":"Content","name":"content","type":"string","default":"","typeOptions":{"rows":2},"displayOptions":{"show":{"resource":["page"],"operation":["update"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Category","name":"category","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":""},{"displayName":"Order","name":"order","type":"number","default":0,"typeOptions":{"minValue":0}}],"displayOptions":{"show":{"resource":["page"],"operation":["update"]}}},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","required":true,"default":"executeQuery","options":[{"name":"Execute Query","value":"executeQuery","action":"Execute a query"}],"displayOptions":{"show":{"resource":["query"]}}},{"displayName":"Query","name":"queryJson","type":"json","required":true,"default":"=[\n  {\n    \"_name\": \"listOrganisation\"\n  }\n]","description":"Search for objects with filtering and sorting capabilities","hint":"The query should be an array of operations with the required selection and optional filtering, sorting, and pagination. See <a href=\"https://docs.strangebee.com/thehive/api-docs/#operation/Query%20API\" target=\"_blank\">Query API</a> for more information.","typeOptions":{"rows":10},"displayOptions":{"show":{"resource":["query"],"operation":["executeQuery"]}}},{"displayName":"Operation","name":"operation","default":"create","type":"options","noDataExpression":true,"required":true,"options":[{"name":"Create","value":"create","action":"Create a task"},{"name":"Delete","value":"deleteTask","action":"Delete an task"},{"name":"Execute Responder","value":"executeResponder","action":"Execute responder on a task"},{"name":"Get","value":"get","action":"Get a task"},{"name":"Search","value":"search","action":"Search tasks"},{"name":"Update","value":"update","action":"Update a task"}],"displayOptions":{"show":{"resource":["task"]}}},{"displayName":"Case","name":"caseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a case...","typeOptions":{"searchListMethod":"caseSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Case URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Case ID"}}]}],"displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Fields","name":"taskFields","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"resourceMapper":{"resourceMapperMethod":"getTaskFields","mode":"add","valuesLabel":"Fields"}},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}}},{"displayName":"Task","name":"taskId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a task...","typeOptions":{"searchListMethod":"taskSearch","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Task ID"}}]}],"displayOptions":{"show":{"resource":["task"],"operation":["deleteTask"]}}},{"displayName":"Task","name":"id","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a task...","typeOptions":{"searchListMethod":"taskSearch","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Task ID"}}]}],"displayOptions":{"show":{"resource":["task"],"operation":["executeResponder"]}}},{"displayName":"Responder Name or ID","name":"responder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsDependsOn":["id","id.value"],"loadOptionsMethod":"loadResponders"},"displayOptions":{"hide":{"id":[""]},"show":{"resource":["task"],"operation":["executeResponder"]}}},{"displayName":"Task","name":"taskId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a task...","typeOptions":{"searchListMethod":"taskSearch","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Task ID"}}]}],"displayOptions":{"show":{"resource":["task"],"operation":["get"]}}},{"displayName":"Search in All Cases","name":"allCases","type":"boolean","default":true,"description":"Whether to search in all cases or only in a selected case","displayOptions":{"show":{"resource":["task"],"operation":["search"]}}},{"displayName":"Case","name":"caseId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a case...","typeOptions":{"searchListMethod":"caseSearch","searchable":true}},{"displayName":"Link","name":"url","type":"string","extractValue":{"type":"regex","regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details"},"validation":[{"type":"regex","properties":{"regex":"https:\\/\\/.+\\/cases\\/(~[0-9]{1,})\\/details","errorMessage":"Not a valid Case URL"}}]},{"displayName":"ID","name":"id","type":"string","placeholder":"e.g. ~123456789","validation":[{"type":"regex","properties":{"regex":"(~[0-9]{1,})","errorMessage":"Not a valid Case ID"}}]}],"displayOptions":{"show":{"allCases":[false],"resource":["task"],"operation":["search"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["task"],"operation":["search"]}}},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":50,"description":"Max number of results to return","displayOptions":{"show":{"returnAll":[false],"resource":["task"],"operation":["search"]}}},{"displayName":"Filters","name":"filters","type":"fixedCollection","placeholder":"Add Filter","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field","name":"field","type":"string","default":"","requiresDataPath":"single","description":"Dot notation is also supported, e.g. customFields.field1","displayOptions":{"hide":{"/resource":["alert","case","comment","task","observable","log","page"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadAlertFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["alert"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadCaseFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["case"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadTaskFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["task"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["observable"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"},{"name":"Date","value":"date"}],"displayOptions":{"show":{"/resource":["log"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"}],"displayOptions":{"show":{"/resource":["comment"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Category","value":"category"},{"name":"Content","value":"content"},{"name":"Title","value":"title"}],"displayOptions":{"show":{"/resource":["page"]}}},{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"Between","value":"_between","description":"Field is between two values ('From' is inclusive, 'To' is exclusive)"},{"name":"Contains","value":"_like","description":"Field contains the substring from value"},{"name":"Ends With","value":"_endsWith","description":"Field ends with value"},{"name":"Equal","value":"_eq","description":"Field is equal to value"},{"name":"Greater Than","value":"_gt","description":"Field is greater than value"},{"name":"Greater Than Or Equal To","value":"_gte","description":"Field is greater than or equal to value"},{"name":"In","value":"_in","description":"Field is one of the values"},{"name":"Less Than","value":"_lt","description":"Field is less than value"},{"name":"Less Than Or Equal To","value":"_lte","description":"Field is less than or equal to value"},{"name":"Match Word","value":"_match","description":"Field contains the value as a word"},{"name":"Not Equal","value":"_ne","description":"Field is not equal to value"},{"name":"Starts With","value":"_startsWith","description":"Field starts with value"}],"default":"_eq"},{"displayName":"Value","name":"value","type":"string","default":"","displayOptions":{"hide":{"operator":["_between","_in"]}}},{"displayName":"Values","name":"values","type":"string","default":"","description":"Comma-separated list of values","placeholder":"e.g. value1,value2","displayOptions":{"show":{"operator":["_in"]}}},{"displayName":"From","name":"from","type":"string","default":"","displayOptions":{"show":{"operator":["_between"]}}},{"displayName":"To","name":"to","type":"string","default":"","displayOptions":{"show":{"operator":["_between"]}}}]}],"displayOptions":{"show":{"resource":["task"],"operation":["search"]}}},{"displayName":"Sort","name":"sort","type":"fixedCollection","placeholder":"Add Sort Rule","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Fields","name":"fields","values":[{"displayName":"Field","name":"field","type":"string","default":"","requiresDataPath":"single","description":"Dot notation is also supported, e.g. customFields.field1","displayOptions":{"hide":{"/resource":["alert","case","comment","task","observable","log","page"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadAlertFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["alert"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadCaseFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["case"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadTaskFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["task"]}}},{"displayName":"Field","name":"field","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableFields"},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","displayOptions":{"show":{"/resource":["observable"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"},{"name":"Date","value":"date"}],"displayOptions":{"show":{"/resource":["log"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Message","value":"message"}],"displayOptions":{"show":{"/resource":["comment"]}}},{"displayName":"Field","name":"field","type":"options","default":"","options":[{"name":"Category","value":"category"},{"name":"Content","value":"content"},{"name":"Title","value":"title"}],"displayOptions":{"show":{"/resource":["page"]}}},{"displayName":"Direction","name":"direction","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"}]}],"displayOptions":{"show":{"resource":["task"],"operation":["search"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Return Count","name":"returnCount","type":"boolean","description":"Whether to return only the count of results","default":false,"displayOptions":{"hide":{"/returnAll":[false]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"isOwner","value":"isOwner"},{"name":"links","value":"links"},{"name":"permissions","value":"permissions"},{"name":"seen","value":"seen"},{"name":"shareCount","value":"shareCount"},{"name":"shares","value":"shares"}],"default":[],"displayOptions":{"show":{"/resource":["observable"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionRequired","value":"actionRequired"},{"name":"actionRequiredMap","value":"actionRequiredMap"},{"name":"case","value":"case"},{"name":"caseId","value":"caseId"},{"name":"caseTemplate","value":"caseTemplate"},{"name":"caseTemplateId","value":"caseTemplateId"},{"name":"shareCount","value":"shareCount"}],"default":[],"displayOptions":{"show":{"/resource":["task"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"caseNumber","value":"caseNumber"},{"name":"importDate","value":"importDate"},{"name":"procedureCount","value":"procedureCount"},{"name":"status","value":"status"}],"default":[],"displayOptions":{"show":{"/resource":["alert"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionRequired","value":"actionRequired"},{"name":"alertCount","value":"alertCount"},{"name":"alerts","value":"alerts"},{"name":"attachmentCount","value":"attachmentCount"},{"name":"contributors","value":"contributors"},{"name":"handlingDuration","value":"computed.handlingDuration"},{"name":"handlingDurationInDays","value":"computed.handlingDurationInDays"},{"name":"handlingDurationInHours","value":"computed.handlingDurationInHours"},{"name":"handlingDurationInMinutes","value":"computed.handlingDurationInMinutes"},{"name":"handlingDurationInSeconds","value":"computed.handlingDurationInSeconds"},{"name":"isOwner","value":"isOwner"},{"name":"observableStats","value":"observableStats"},{"name":"permissions","value":"permissions"},{"name":"procedureCount","value":"procedureCount"},{"name":"shareCount","value":"shareCount"},{"name":"similarAlerts","value":"similarAlerts"},{"name":"status","value":"status"},{"name":"taskStats","value":"taskStats"}],"default":[],"displayOptions":{"show":{"/resource":["case"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"links","value":"links"}],"default":[],"displayOptions":{"show":{"/resource":["comment"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"multiOptions","description":"Additional data to include in the response","options":[{"name":"actionCount","value":"actionCount"},{"name":"case","value":"case"},{"name":"task","value":"task"},{"name":"taskId","value":"taskId"}],"default":[],"displayOptions":{"show":{"/resource":["log"]},"hide":{"returnCount":[true]}}},{"displayName":"Extra Data","name":"extraData","type":"string","description":"Additional data to include in the response","default":"","requiresDataPath":"multiple","displayOptions":{"show":{"/resource":["query"]},"hide":{"returnCount":[true]}}}],"displayOptions":{"show":{"resource":["task"],"operation":["search"]}}},{"displayName":"Fields","name":"taskUpdateFields","type":"resourceMapper","default":{"mappingMode":"defineBelow","value":null},"noDataExpression":true,"required":true,"typeOptions":{"resourceMapper":{"resourceMapperMethod":"getTaskUpdateFields","mode":"update","valuesLabel":"Fields","addAllFields":true,"multiKeyMatch":true}},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}}}],"codex":{"categories":["Development"],"alias":["Security","Monitoring","Incident","Response","Alert"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.thehive5/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/thehive5/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/TheHiveProject/thehiveproject.svg"},
{"displayName":"TheHive 5 Trigger","name":"theHiveProjectTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when TheHive events occur","defaults":{"name":"TheHive Trigger"},"inputs":[],"outputs":["main"],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"You must set up the webhook in TheHive — instructions <a href=\"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.thehive5trigger/#configure-a-webhook-in-thehive\" target=\"_blank\">here</a>","name":"notice","type":"notice","default":""},{"displayName":"Events","name":"events","type":"multiOptions","default":[],"required":true,"description":"Events types","options":[{"name":"*","value":"*","description":"Any time any event is triggered (Wildcard Event)"},{"name":"Alert Created","value":"alert_create","description":"Triggered when an alert is created"},{"name":"Alert Deleted","value":"alert_delete","description":"Triggered when an alert is deleted"},{"name":"Alert Updated","value":"alert_update","description":"Triggered when an alert is updated"},{"name":"Case Created","value":"case_create","description":"Triggered when a case is created"},{"name":"Case Deleted","value":"case_delete","description":"Triggered when a case is deleted"},{"name":"Case Updated","value":"case_update","description":"Triggered when a case is updated"},{"name":"Comment Created","value":"comment_create","description":"Triggered when a comment is created"},{"name":"Comment Deleted","value":"comment_delete","description":"Triggered when a comment is deleted"},{"name":"Comment Updated","value":"comment_update","description":"Triggered when a comment is updated"},{"name":"Observable Created","value":"observable_create","description":"Triggered when an observable is created"},{"name":"Observable Deleted","value":"observable_delete","description":"Triggered when an observable is deleted"},{"name":"Observable Updated","value":"observable_update","description":"Triggered when an observable is updated"},{"name":"Page Created","value":"page_create","description":"Triggered when an page is created"},{"name":"Page Deleted","value":"page_delete","description":"Triggered when an page is deleted"},{"name":"Page Updated","value":"page_update","description":"Triggered when an page is updated"},{"name":"Task Created","value":"task_create","description":"Triggered when a task is created"},{"name":"Task Updated","value":"task_update","description":"Triggered when a task is updated"},{"name":"Task Log Created","value":"log_create","description":"Triggered when a task log is created"},{"name":"Task Log Deleted","value":"log_delete","description":"Triggered when a task log is deleted"},{"name":"Task Log Updated","value":"log_update","description":"Triggered when a task log is updated"}]},{"displayName":"Filters","description":"Filter any incoming events based on their fields","name":"filters","type":"fixedCollection","placeholder":"Add Filter","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field","name":"field","type":"string","placeholder":"e.g. context.severity","default":"","hint":"The field to filter on, supports dot notation"},{"displayName":"Operator","name":"operator","type":"options","options":[{"name":"Equal","value":"equal","description":"Field is equal to value"},{"name":"Not Equal","value":"notEqual","description":"Field is not equal to value"},{"name":"Includes","value":"includes","description":"Field includes value"}],"default":"equal"},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Output Only Data","description":"Whether to output data with additional details and omit headers","name":"outputOnlyData","type":"boolean","default":false}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.thehive5trigger/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/TheHiveProject/thehiveproject.svg"},
{"displayName":"TheHive","name":"theHive","group":["transform"],"subtitle":"={{$parameter[\"operation\"]}} : {{$parameter[\"resource\"]}}","version":1,"description":"Consume TheHive API","defaults":{"name":"TheHive"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"theHiveApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"required":true,"options":[{"name":"Alert","value":"alert"},{"name":"Case","value":"case"},{"name":"Log","value":"log"},{"name":"Observable","value":"observable"},{"name":"Task","value":"task"}],"default":"alert"},{"displayName":"Operation Name or ID","name":"operation","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","noDataExpression":true,"required":true,"typeOptions":{"loadOptionsMethod":"loadAlertOptions"},"displayOptions":{"show":{"resource":["alert"]}},"default":"create"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["alert"]}},"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":["alert"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Alert ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alert"],"operation":["promote","markAsRead","markAsUnread","merge","update","executeResponder","get"]}},"description":"Title of the alert"},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alert"],"operation":["merge"]}}},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Title of the alert"},{"displayName":"Description","name":"description","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Description of the alert"},{"displayName":"Severity","name":"severity","type":"options","options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"required":true,"default":2,"displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Severity of the alert. Default=Medium."},{"displayName":"Date","name":"date","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Date and time when the alert was raised default=now"},{"displayName":"Tags","name":"tags","type":"string","required":true,"default":"","placeholder":"tag,tag2,tag3...","displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Case Tags"},{"displayName":"TLP","name":"tlp","type":"options","required":true,"default":2,"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Traffict Light Protocol (TLP). Default=Amber."},{"displayName":"Status","name":"status","type":"options","required":true,"options":[{"name":"New","value":"New"},{"name":"Updated","value":"Updated"},{"name":"Ignored","value":"Ignored"},{"name":"Imported","value":"Imported"}],"default":"New","displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Status of the alert"},{"displayName":"Type","name":"type","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Type of the alert"},{"displayName":"Source","name":"source","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Source of the alert"},{"displayName":"SourceRef","name":"sourceRef","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Source reference of the alert"},{"displayName":"Follow","name":"follow","type":"boolean","required":true,"default":true,"displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"description":"Whether the alert becomes active when updated default=true"},{"displayName":"Artifacts","name":"artifactUi","type":"fixedCollection","placeholder":"Add Artifact","default":{},"displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Artifact","name":"artifactValues","values":[{"displayName":"Data Type Name or ID","name":"dataType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableTypes"},"description":"Type of the observable. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Data","name":"data","type":"string","displayOptions":{"hide":{"dataType":["file"]}},"default":""},{"displayName":"Input Binary Field","name":"binaryProperty","type":"string","hint":"The name of the input binary field containing the file to be written","displayOptions":{"show":{"dataType":["file"]}},"default":"data"},{"displayName":"Message","name":"message","type":"string","default":""},{"displayName":"Case Tags","name":"tags","type":"string","default":""}]}],"description":"Artifact attributes"},{"displayName":"Responder Name or ID","name":"responder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsDependsOn":["id"],"loadOptionsMethod":"loadResponders"},"displayOptions":{"show":{"resource":["alert"],"operation":["executeResponder"]},"hide":{"id":[""]}}},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":true,"displayOptions":{"show":{"resource":["alert"],"operation":["create","update"]}}},{"displayName":"Additional Fields","name":"additionalFields","placeholder":"Add Field","type":"collection","default":{},"displayOptions":{"show":{"resource":["alert"],"operation":["create"]}},"options":[{"displayName":"Case Template","name":"caseTemplate","type":"string","default":"","description":"Case template to use when a case is created from this alert"},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"displayOptions":{"show":{"/jsonParameters":[false]}},"typeOptions":{"multipleValues":true},"placeholder":"Add Custom Field","options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"loadCustomFields"},"default":"Custom Field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom Field value. Use an expression if the type is not a string."}]}]},{"displayName":"Custom Fields (JSON)","name":"customFieldsJson","type":"string","default":"","displayOptions":{"show":{"/jsonParameters":[true]}},"description":"Custom fields in JSON format. Overrides Custom Fields UI if set."}]},{"displayName":"Additional Fields","name":"additionalFields","placeholder":"Add Field","type":"collection","default":{},"displayOptions":{"show":{"resource":["alert"],"operation":["promote"]}},"options":[{"displayName":"Case Template","name":"caseTemplate","type":"string","default":"","description":"Case template to use when a case is created from this alert"}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["alert"],"operation":["update"]}},"options":[{"displayName":"Artifacts","name":"artifactUi","type":"fixedCollection","placeholder":"Add Artifact","default":{},"typeOptions":{"multipleValues":true},"options":[{"displayName":"Artifact","name":"artifactValues","values":[{"displayName":"Data Type Name or ID","name":"dataType","type":"options","default":"","typeOptions":{"loadOptionsMethod":"loadObservableTypes"},"description":"Type of the observable. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Data","name":"data","type":"string","displayOptions":{"hide":{"dataType":["file"]}},"default":""},{"displayName":"Input Binary Field","name":"binaryProperty","type":"string","hint":"The name of the input binary field containing the file to be written","displayOptions":{"show":{"dataType":["file"]}},"default":"data"},{"displayName":"Message","name":"message","type":"string","default":""},{"displayName":"Case Tags","name":"tags","type":"string","default":""}]}]},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"/jsonParameters":[false]}},"placeholder":"Add Custom Field","options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"loadCustomFields"},"default":"Custom Field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom Field value. Use an expression if the type is not a string."}]}]},{"displayName":"Custom Fields (JSON)","name":"customFieldsJson","type":"string","displayOptions":{"show":{"/jsonParameters":[true]}},"default":"","description":"Custom fields in JSON format. Overrides Custom Fields UI if set."},{"displayName":"Case Template","name":"caseTemplate","type":"string","default":"","description":"Case template to use when a case is created from this alert"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the alert"},{"displayName":"Follow","name":"follow","type":"boolean","default":true,"description":"Whether the alert becomes active when updated default=true"},{"displayName":"Severity","name":"severity","type":"options","options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"default":2,"description":"Severity of the alert. Default=Medium."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"New","value":"New"},{"name":"Updated","value":"Updated"},{"name":"Ignored","value":"Ignored"},{"name":"Imported","value":"Imported"}],"default":"New"},{"displayName":"Case Tags","name":"tags","type":"string","default":"","placeholder":"tag,tag2,tag3..."},{"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":"Traffict Light Protocol (TLP). Default=Amber."}]},{"displayName":"Options","name":"options","displayOptions":{"show":{"operation":["getAll"],"resource":["alert"]}},"type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Sort","name":"sort","type":"string","placeholder":"±Attribut, exp +status","default":""}]},{"displayName":"Options","name":"options","displayOptions":{"show":{"operation":["get"],"resource":["alert"]}},"type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Include Similar Cases","name":"includeSimilar","type":"boolean","description":"Whether to include similar cases","default":false}]},{"displayName":"Filters","name":"filters","placeholder":"Add Filter","default":{},"type":"collection","displayOptions":{"show":{"resource":["alert"],"operation":["getAll","count"]}},"options":[{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Custom Field","options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"loadCustomFields"},"default":"Custom Field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom Field value. Use an expression if the type is not a string."}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the alert"},{"displayName":"Follow","name":"follow","type":"boolean","default":false,"description":"Whether the alert becomes active when updated default=true"},{"displayName":"Severity","name":"severity","type":"options","options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"default":2,"description":"Severity of the alert. Default=Medium."},{"displayName":"Tags","name":"tags","type":"string","default":"","placeholder":"tag,tag2,tag3..."},{"displayName":"Title","name":"title","type":"string","default":""},{"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":"Traffict Light Protocol (TLP). Default=Amber."}]},{"displayName":"Operation Name or ID","name":"operation","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","noDataExpression":true,"required":true,"default":"getAll","displayOptions":{"show":{"resource":["observable"]}},"typeOptions":{"loadOptionsDependsOn":["resource"],"loadOptionsMethod":"loadObservableOptions"}},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["observable"],"operation":["create","getAll"]}},"description":"ID of the case"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll","search"],"resource":["observable"]}},"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","search"],"resource":["observable"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Observable ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["observable"],"operation":["update","executeResponder","executeAnalyzer","get"]}},"description":"ID of the observable"},{"displayName":"Data Type Name or ID","name":"dataType","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"loadObservableTypes"},"displayOptions":{"show":{"resource":["observable"],"operation":["create","executeAnalyzer"]}},"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Data","name":"data","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["observable"],"operation":["create"]},"hide":{"dataType":["file"]}}},{"displayName":"Input Binary Field","name":"binaryProperty","type":"string","required":true,"default":"data","description":"The name of the input binary field that represent the attachment file","displayOptions":{"show":{"resource":["observable"],"operation":["create"],"dataType":["file"]}}},{"displayName":"Message","name":"message","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["observable"],"operation":["create"]}},"description":"Description of the observable in the context of the case"},{"displayName":"Start Date","name":"startDate","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["observable"],"operation":["create"]}},"description":"Date and time of the begin of the case default=now"},{"displayName":"TLP","name":"tlp","type":"options","required":true,"default":2,"displayOptions":{"show":{"resource":["observable"],"operation":["create"]}},"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"description":"Traffict Light Protocol (TLP). Default=Amber."},{"displayName":"IOC","name":"ioc","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["observable"],"operation":["create"]}},"description":"Whether the observable is an IOC (Indicator of compromise)"},{"displayName":"Sighted","name":"sighted","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["observable"],"operation":["create"]}},"description":"Whether sighted previously"},{"displayName":"Status","name":"status","type":"options","required":true,"default":"","options":[{"name":"Ok","value":"Ok"},{"name":"Deleted","value":"Deleted"}],"displayOptions":{"show":{"resource":["observable"],"operation":["create"]}},"description":"Status of the observable. Default=Ok."},{"displayName":"Analyzer Names or IDs","name":"analyzers","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":[],"typeOptions":{"loadOptionsDependsOn":["id","dataType"],"loadOptionsMethod":"loadAnalyzers"},"displayOptions":{"show":{"resource":["observable"],"operation":["executeAnalyzer"]},"hide":{"id":[""]}}},{"displayName":"Responder Name or ID","name":"responder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsDependsOn":["id"],"loadOptionsMethod":"loadResponders"},"displayOptions":{"show":{"resource":["observable"],"operation":["executeResponder"]},"hide":{"id":[""]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["observable"],"operation":["create"]}},"options":[{"displayName":"Observable Tags","name":"tags","type":"string","default":"","placeholder":"tag1,tag2"}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","default":{},"displayOptions":{"show":{"resource":["observable"],"operation":["update"]}},"options":[{"displayName":"Message","name":"message","type":"string","default":"","description":"Description of the observable in the context of the case"},{"displayName":"Observable Tags","name":"tags","type":"string","default":"","placeholder":"tag1,tag2"},{"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":"Traffict Light Protocol (TLP). Default=Amber."},{"displayName":"IOC","name":"ioc","type":"boolean","default":false,"description":"Whether the observable is an IOC (Indicator of compromise)"},{"displayName":"Sighted","name":"sighted","description":"Whether sighted previously","type":"boolean","default":false},{"displayName":"Status","name":"status","type":"options","default":"","options":[{"name":"Ok","value":"Ok"},{"name":"Deleted","value":"Deleted"}],"description":"Status of the observable. Default=Ok."}]},{"displayName":"Options","name":"options","displayOptions":{"show":{"operation":["getAll","search"],"resource":["observable"]}},"type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Sort","name":"sort","type":"string","placeholder":"±Attribut, exp +status","description":"Specify the sorting attribut, + for asc, - for desc","default":""}]},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["observable"],"operation":["search","count"]}},"options":[{"displayName":"Data Type Names or IDs","name":"dataType","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"loadObservableTypes"},"description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>"},{"displayName":"Date Range","type":"fixedCollection","name":"range","default":{},"options":[{"displayName":"Add Date Range Inputs","name":"dateRange","values":[{"displayName":"From Date","name":"fromDate","type":"dateTime","default":""},{"displayName":"To Date","name":"toDate","type":"dateTime","default":""}]}]},{"displayName":"Description","name":"description","type":"string","default":"","placeholder":"exp,freetext"},{"displayName":"IOC","name":"ioc","type":"boolean","default":false,"description":"Whether the observable is an IOC (Indicator of compromise)"},{"displayName":"Keyword","name":"keyword","type":"string","default":"","placeholder":"exp,freetext"},{"displayName":"Message","name":"message","type":"string","default":"","description":"Description of the observable in the context of the case"},{"displayName":"Observable Tags","name":"tags","type":"string","default":"","placeholder":"tag1,tag2"},{"displayName":"Sighted","name":"sighted","type":"boolean","default":false},{"displayName":"Status","name":"Status","type":"options","default":"","options":[{"name":"Ok","value":"Ok"},{"name":"Deleted","value":"Deleted"}],"description":"Status of the observable. 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":"Traffict Light Protocol (TLP). Default=Amber."},{"displayName":"Value","name":"data","type":"string","default":"","placeholder":"example.com; 8.8.8.8"}]},{"displayName":"Operation","name":"operation","default":"getAll","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["case"]}},"typeOptions":{"loadOptionsDependsOn":["resource"],"loadOptionsMethod":"loadCaseOptions"}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["case"]}},"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":["case"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Case ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["case"],"operation":["update","executeResponder","get"]}},"description":"ID of the case"},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"description":"Title of the case"},{"displayName":"Description","name":"description","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"description":"Description of the case"},{"displayName":"Severity","name":"severity","type":"options","options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"required":true,"default":2,"displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"description":"Severity of the alert. Default=Medium."},{"displayName":"Start Date","name":"startDate","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"description":"Date and time of the begin of the case default=now"},{"displayName":"Owner","name":"owner","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["case"],"operation":["create"]}}},{"displayName":"Flag","name":"flag","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"description":"Flag of the case default=false"},{"displayName":"TLP","name":"tlp","type":"options","required":true,"default":2,"options":[{"name":"White","value":0},{"name":"Green","value":1},{"name":"Amber","value":2},{"name":"Red","value":3}],"displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"description":"Traffict Light Protocol (TLP). Default=Amber."},{"displayName":"Tags","name":"tags","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["case"],"operation":["create"]}}},{"displayName":"Responder Name or ID","name":"responder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":"","required":true,"typeOptions":{"loadOptionsDependsOn":["id"],"loadOptionsMethod":"loadResponders"},"displayOptions":{"show":{"resource":["case"],"operation":["executeResponder"]},"hide":{"id":[""]}}},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":true,"displayOptions":{"show":{"resource":["case"],"operation":["create","update"]}}},{"displayName":"Options","type":"collection","name":"options","placeholder":"Add option","displayOptions":{"show":{"resource":["case"],"operation":["create"]}},"default":{},"options":[{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"/jsonParameters":[false]}},"placeholder":"Add Custom Field","options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"loadCustomFields"},"default":"Custom Field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom Field value. Use an expression if the type is not a string."}]}]},{"displayName":"Custom Fields (JSON)","name":"customFieldsJson","type":"string","default":"","displayOptions":{"show":{"/jsonParameters":[true]}},"description":"Custom fields in JSON format. Overrides Custom Fields UI if set."},{"displayName":"End Date","name":"endDate","default":"","type":"dateTime","description":"Resolution date"},{"displayName":"Summary","name":"summary","type":"string","default":"","description":"Summary of the case, to be provided when closing a case"},{"displayName":"Metrics (JSON)","name":"metrics","default":"[]","type":"json","displayOptions":{"show":{"/jsonParameters":[true]}},"description":"List of metrics"}]},{"displayName":"Update Fields","type":"collection","name":"updateFields","placeholder":"Add Field","displayOptions":{"show":{"resource":["case"],"operation":["update"]}},"default":{},"options":[{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"/jsonParameters":[false]}},"placeholder":"Add Custom Field","options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"loadCustomFields"},"default":"Custom Field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom Field value. Use an expression if the type is not a string."}]}]},{"displayName":"Custom Fields (JSON)","name":"customFieldsJson","type":"string","default":"","displayOptions":{"show":{"/jsonParameters":[true]}},"description":"Custom fields in JSON format. Overrides Custom Fields UI if set."},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the case"},{"displayName":"End Date","name":"endDate","type":"dateTime","default":"","description":"Resolution date"},{"displayName":"Flag","name":"flag","type":"boolean","default":false,"description":"Flag of the case default=false"},{"displayName":"Impact Status","name":"impactStatus","type":"options","default":"","options":[{"name":"No Impact","value":"NoImpact"},{"name":"With Impact","value":"WithImpact"},{"name":"Not Applicable","value":"NotApplicable"}],"description":"Impact status of the case"},{"displayName":"Metrics (JSON)","name":"metrics","type":"json","default":"[]","displayOptions":{"show":{"/jsonParameters":[true]}},"description":"List of metrics"},{"displayName":"Owner","name":"owner","type":"string","default":""},{"displayName":"Resolution Status","name":"resolutionStatus","type":"options","default":"","options":[{"value":"Duplicated","name":"Duplicated"},{"value":"FalsePositive","name":"False Positive"},{"value":"Indeterminate","name":"Indeterminate"},{"value":"Other","name":"Other"},{"value":"TruePositive","name":"True Positive"}],"description":"Resolution status of the case"},{"displayName":"Severity","name":"severity","type":"options","options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"default":2,"description":"Severity of the alert. Default=Medium."},{"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","options":[{"name":"Open","value":"Open"},{"name":"Resolved","value":"Resolved"},{"name":"Deleted","value":"Deleted"}],"default":"Open"},{"displayName":"Summary","name":"summary","type":"string","default":"","description":"Summary of the case, to be provided when closing a case"},{"displayName":"Tags","name":"tags","type":"string","default":""},{"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":"Traffict Light Protocol (TLP). Default=Amber."}]},{"displayName":"Options","name":"options","displayOptions":{"show":{"operation":["getAll"],"resource":["case"]}},"type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Sort","name":"sort","type":"string","placeholder":"±Attribut, exp +status","description":"Specify the sorting attribut, + for asc, - for desc","default":""}]},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add a Filter","displayOptions":{"show":{"resource":["case"],"operation":["getAll","count"]}},"options":[{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Custom Field","options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"loadCustomFields"},"default":"Custom Field"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom Field value. Use an expression if the type is not a string."}]}]},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the case"},{"displayName":"End Date","name":"endDate","type":"dateTime","default":"","description":"Resolution date"},{"displayName":"Flag","name":"flag","type":"boolean","default":false,"description":"Flag of the case default=false"},{"displayName":"Impact Status","name":"impactStatus","type":"options","default":"","options":[{"name":"No Impact","value":"NoImpact"},{"name":"With Impact","value":"WithImpact"},{"name":"Not Applicable","value":"NotApplicable"}]},{"displayName":"Owner","name":"owner","type":"string","default":""},{"displayName":"Resolution Status","name":"resolutionStatus","type":"options","default":"","options":[{"value":"Duplicated","name":"Duplicated"},{"value":"False Positive","name":"FalsePositive"},{"value":"Indeterminate","name":"Indeterminate"},{"value":"Other","name":"Other"},{"value":"True Positive","name":"TruePositive"}]},{"displayName":"Severity","name":"severity","type":"options","options":[{"name":"Low","value":1},{"name":"Medium","value":2},{"name":"High","value":3}],"default":2,"description":"Severity of the alert. Default=Medium."},{"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","options":[{"name":"Open","value":"Open"},{"name":"Resolved","value":"Resolved"},{"name":"Deleted","value":"Deleted"}],"default":"Open"},{"displayName":"Summary","name":"summary","type":"string","default":"","description":"Summary of the case, to be provided when closing a case"},{"displayName":"Tags","name":"tags","type":"string","default":""},{"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":"Traffict Light Protocol (TLP). Default=Amber."}]},{"displayName":"Operation Name or ID","name":"operation","default":"getAll","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["task"]}},"typeOptions":{"loadOptionsDependsOn":["operation"],"loadOptionsMethod":"loadTaskOptions"}},{"displayName":"Task ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["update","executeResponder","get"]}},"description":"ID of the taks"},{"displayName":"Case ID","name":"caseId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create","getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["search","getAll"],"resource":["task"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["search","getAll"],"resource":["task"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"description":"Task details"},{"displayName":"Status","name":"status","type":"options","default":"Waiting","options":[{"name":"Cancel","value":"Cancel"},{"name":"Completed","value":"Completed"},{"name":"InProgress","value":"InProgress"},{"name":"Waiting","value":"Waiting"}],"required":true,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"description":"Status of the task. Default=Waiting."},{"displayName":"Flag","name":"flag","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"description":"Whether to flag the task. Default=false."},{"displayName":"Responder Name or ID","name":"responder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsDependsOn":["id"],"loadOptionsMethod":"loadResponders"},"displayOptions":{"show":{"resource":["task"],"operation":["executeResponder"]},"hide":{"id":[""]}}},{"displayName":"Options","type":"collection","name":"options","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Task details"},{"displayName":"End Date","name":"endDate","type":"dateTime","default":"","description":"Date of the end of the task. This is automatically set when status is set to Completed."},{"displayName":"Owner","name":"owner","type":"string","default":"","description":"User who owns the task. This is automatically set to current user when status is set to InProgress."},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"Date of the beginning of the task. This is automatically set when status is set to Open."}]},{"displayName":"Update Fields","type":"collection","name":"updateFields","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Task details"},{"displayName":"End Date","name":"endDate","type":"dateTime","default":"","description":"Date of the end of the task. This is automatically set when status is set to Completed."},{"displayName":"Flag","name":"flag","type":"boolean","default":false,"description":"Whether to flag the task. Default=false."},{"displayName":"Owner","name":"owner","type":"string","default":"","description":"User who owns the task. This is automatically set to current user when status is set to InProgress."},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"Date of the beginning of the task. This is automatically set when status is set to Open."},{"displayName":"Status","name":"status","type":"options","default":"Waiting","options":[{"name":"Cancel","value":"Cancel"},{"name":"Completed","value":"Completed"},{"name":"In Progress","value":"InProgress"},{"name":"Waiting","value":"Waiting"}],"description":"Status of the task. Default=Waiting."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Task details"}]},{"displayName":"Options","name":"options","placeholder":"Add option","type":"collection","default":{},"displayOptions":{"show":{"operation":["getAll","search"],"resource":["task"]}},"options":[{"displayName":"Sort","name":"sort","type":"string","placeholder":"±Attribut, exp +status","description":"Specify the sorting attribut, + for asc, - for desc","default":""}]},{"displayName":"Filters","name":"filters","type":"collection","default":{},"placeholder":"Add Filter","displayOptions":{"show":{"resource":["task"],"operation":["search","count"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"Task details"},{"displayName":"End Date","name":"endDate","type":"dateTime","default":"","description":"Date of the end of the task. This is automatically set when status is set to Completed."},{"displayName":"Flag","name":"flag","type":"boolean","default":false,"description":"Whether to flag the task. Default=false."},{"displayName":"Owner","name":"owner","type":"string","default":"","description":"User who owns the task. This is automatically set to current user when status is set to InProgress."},{"displayName":"Start Date","name":"startDate","type":"dateTime","default":"","description":"Date of the beginning of the task. This is automatically set when status is set to Open."},{"displayName":"Status","name":"status","type":"options","default":"Waiting","options":[{"name":"Cancel","value":"Cancel"},{"name":"Completed","value":"Completed"},{"name":"In Progress","value":"InProgress"},{"name":"Waiting","value":"Waiting"}],"description":"Status of the task. Default=Waiting."},{"displayName":"Title","name":"title","type":"string","default":"","description":"Task details"}]},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","required":true,"default":"getAll","displayOptions":{"show":{"resource":["log"]}},"options":[{"name":"Create","value":"create","description":"Create task log","action":"Create a log"},{"name":"Execute Responder","value":"executeResponder","description":"Execute a responder on a selected log","action":"Execute a responder"},{"name":"Get Many","value":"getAll","description":"Get many task logs","action":"Get many logs"},{"name":"Get","value":"get","description":"Get a single log","action":"Get a log"}]},{"displayName":"Task ID","name":"taskId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["log"],"operation":["create","getAll"]}},"description":"ID of the task"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["log"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["log"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Log ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["log"],"operation":["executeResponder","get"]}}},{"displayName":"Message","name":"message","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["log"],"operation":["create"]}},"description":"Content of the Log"},{"displayName":"Start Date","name":"startDate","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["log"],"operation":["create"]}},"description":"Date of the log submission default=now"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Ok","value":"Ok"},{"name":"Deleted","value":"Deleted"}],"default":"","required":true,"displayOptions":{"show":{"resource":["log"],"operation":["create"]}},"description":"Status of the log (Ok or Deleted) default=Ok"},{"displayName":"Responder Name or ID","name":"responder","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":"","typeOptions":{"loadOptionsDependsOn":["id"],"loadOptionsMethod":"loadResponders"},"displayOptions":{"show":{"resource":["log"],"operation":["executeResponder"]},"hide":{"id":[""]}}},{"displayName":"Options","name":"options","type":"collection","default":{},"displayOptions":{"show":{"resource":["log"],"operation":["create"]}},"placeholder":"Add option","options":[{"displayName":"Attachment","name":"attachmentValues","placeholder":"Add Attachment","type":"fixedCollection","typeOptions":{"multipleValues":false},"default":{},"options":[{"displayName":"Attachment","name":"attachmentValues","values":[{"displayName":"Input Binary Field","name":"binaryProperty","type":"string","default":"data","description":"The name of the input binary field which holds binary data"}]}],"description":"File attached to the log"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.thehive/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/thehive/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/TheHive/thehive.svg"},
{"displayName":"TheHive Trigger","name":"theHiveTrigger","group":["trigger"],"version":[1,2],"description":"Starts the workflow when TheHive events occur","defaults":{"name":"TheHive Trigger"},"inputs":[],"outputs":["main"],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"You must set up the webhook in TheHive — instructions <a href=\"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.thehivetrigger/#configure-a-webhook-in-thehive\" target=\"_blank\">here</a>","name":"notice","type":"notice","default":""},{"displayName":"Events","name":"events","type":"multiOptions","default":[],"required":true,"description":"Events types","displayOptions":{"show":{"@version":[1]}},"options":[{"name":"*","value":"*","description":"Any time any event is triggered (Wildcard Event)"},{"name":"Alert Created","value":"alert_create","description":"Triggered when an alert is created"},{"name":"Alert Deleted","value":"alert_delete","description":"Triggered when an alert is deleted"},{"name":"Alert Updated","value":"alert_update","description":"Triggered when an alert is updated"},{"name":"Case Created","value":"case_create","description":"Triggered when a case is created"},{"name":"Case Deleted","value":"case_delete","description":"Triggered when a case is deleted"},{"name":"Case Updated","value":"case_update","description":"Triggered when a case is updated"},{"name":"Log Created","value":"case_task_log_create","description":"Triggered when a task log is created"},{"name":"Log Deleted","value":"case_task_log_delete","description":"Triggered when a task log is deleted"},{"name":"Log Updated","value":"case_task_log_update","description":"Triggered when a task log is updated"},{"name":"Observable Created","value":"case_artifact_create","description":"Triggered when an observable is created"},{"name":"Observable Deleted","value":"case_artifact_delete","description":"Triggered when an observable is deleted"},{"name":"Observable Updated","value":"case_artifact_update","description":"Triggered when an observable is updated"},{"name":"Task Created","value":"case_task_create","description":"Triggered when a task is created"},{"name":"Task Deleted","value":"case_task_delete","description":"Triggered when a task is deleted"},{"name":"Task Updated","value":"case_task_update","description":"Triggered when a task is updated"}]},{"displayName":"Events","name":"events","type":"multiOptions","default":[],"required":true,"description":"Events types","displayOptions":{"show":{"@version":[2]}},"options":[{"name":"*","value":"*","description":"Any time any event is triggered (Wildcard Event)"},{"name":"Alert Created","value":"alert_create","description":"Triggered when an alert is created"},{"name":"Alert Deleted","value":"alert_delete","description":"Triggered when an alert is deleted"},{"name":"Alert Updated","value":"alert_update","description":"Triggered when an alert is updated"},{"name":"Case Created","value":"case_create","description":"Triggered when a case is created"},{"name":"Case Deleted","value":"case_delete","description":"Triggered when a case is deleted"},{"name":"Case Updated","value":"case_update","description":"Triggered when a case is updated"},{"name":"Log Created","value":"case_task_log_create","description":"Triggered when a task log is created"},{"name":"Log Deleted","value":"case_task_log_delete","description":"Triggered when a task log is deleted"},{"name":"Log Updated","value":"case_task_log_update","description":"Triggered when a task log is updated"},{"name":"Observable Created","value":"case_artifact_create","description":"Triggered when an observable is created"},{"name":"Observable Deleted","value":"case_artifact_delete","description":"Triggered when an observable is deleted"},{"name":"Observable Updated","value":"case_artifact_update","description":"Triggered when an observable is updated"},{"name":"Task Created","value":"case_task_create","description":"Triggered when a task is created"},{"name":"Task Updated","value":"case_task_update","description":"Triggered when a task is updated"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.thehivetrigger/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/TheHive/thehive.svg"},
{"displayName":"TimescaleDB","name":"timescaleDb","group":["input"],"version":1,"description":"Add and update data in TimescaleDB","defaults":{"name":"TimescaleDB"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"parameterPane":"wide","credentials":[{"name":"timescaleDb","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Execute Query","value":"executeQuery","description":"Execute an SQL query","action":"Execute a SQL query"},{"name":"Insert","value":"insert","description":"Insert rows in database","action":"Insert rows in database"},{"name":"Update","value":"update","description":"Update rows in database","action":"Update rows in database"}],"default":"insert"},{"displayName":"Query","name":"query","type":"string","noDataExpression":true,"typeOptions":{"editor":"sqlEditor","sqlDialect":"PostgreSQL"},"displayOptions":{"show":{"operation":["executeQuery"]}},"default":"","placeholder":"SELECT id, name FROM product WHERE quantity > $1 AND price <= $2","required":true,"description":"The SQL query to execute. You can use n8n expressions or $1 and $2 in conjunction with query parameters."},{"displayName":"Schema","name":"schema","type":"string","displayOptions":{"show":{"operation":["insert"]}},"default":"public","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":"public","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":"Name of the property which decides which rows in the database should be updated. Normally that would be \"id\"."},{"displayName":"Columns","name":"columns","type":"string","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."},{"name":"Transaction","value":"transaction","description":"Executes all queries in a single transaction"}],"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.timescaledb/\">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":["Data & Storage","Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.timescaledb/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/timescaledb/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/TimescaleDb/timescaleDb.svg","dark":"icons/n8n-nodes-base/dist/nodes/TimescaleDb/timescaleDb.dark.svg"}},
{"displayName":"Todoist","name":"todoist","group":["output"],"defaultVersion":2.2,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Todoist API","version":[2,2.1,2.2],"defaults":{"name":"Todoist"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"todoistApi","required":true,"displayOptions":{"show":{"authentication":["apiKey"]}}},{"name":"todoistOAuth2Api","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":"Task","value":"task","description":"Task resource"},{"name":"Project","value":"project","description":"Project resource"},{"name":"Section","value":"section","description":"Section resource"},{"name":"Comment","value":"comment","description":"Comment resource"},{"name":"Label","value":"label","description":"Label resource"},{"name":"Reminder","value":"reminder","description":"Reminder resource"}],"default":"task","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Close","value":"close","description":"Close a task","action":"Close a task"},{"name":"Create","value":"create","description":"Create a new task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Get a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get many tasks","action":"Get many tasks"},{"name":"Move","value":"move","description":"Move a task","action":"Move a task"},{"name":"Quick Add","value":"quickAdd","description":"Quick add a task using natural language","action":"Quick add a task"},{"name":"Reopen","value":"reopen","description":"Reopen a task","action":"Reopen a task"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["project"]}},"options":[{"name":"Archive","value":"archive","description":"Archive a project","action":"Archive a project"},{"name":"Create","value":"create","description":"Create a new project","action":"Create a project"},{"name":"Delete","value":"delete","description":"Delete a project","action":"Delete a project"},{"name":"Get","value":"get","description":"Get a project","action":"Get a project"},{"name":"Get Collaborators","value":"getCollaborators","description":"Get project collaborators","action":"Get project collaborators"},{"name":"Get Many","value":"getAll","description":"Get many projects","action":"Get many projects"},{"name":"Unarchive","value":"unarchive","description":"Unarchive a project","action":"Unarchive a project"},{"name":"Update","value":"update","description":"Update a project","action":"Update a project"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["section"]}},"options":[{"name":"Create","value":"create","description":"Create a new section","action":"Create a section"},{"name":"Delete","value":"delete","description":"Delete a section","action":"Delete a section"},{"name":"Get","value":"get","description":"Get a section","action":"Get a section"},{"name":"Get Many","value":"getAll","description":"Get many sections","action":"Get many sections"},{"name":"Update","value":"update","description":"Update a section","action":"Update a section"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["comment"]}},"options":[{"name":"Create","value":"create","description":"Create a new comment","action":"Create a comment"},{"name":"Delete","value":"delete","description":"Delete a comment","action":"Delete a comment"},{"name":"Get","value":"get","description":"Get a comment","action":"Get a comment"},{"name":"Get Many","value":"getAll","description":"Get many comments","action":"Get many comments"},{"name":"Update","value":"update","description":"Update a comment","action":"Update a comment"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["label"]}},"options":[{"name":"Create","value":"create","description":"Create a new label","action":"Create a label"},{"name":"Delete","value":"delete","description":"Delete a label","action":"Delete a label"},{"name":"Get","value":"get","description":"Get a label","action":"Get a label"},{"name":"Get Many","value":"getAll","description":"Get many labels","action":"Get many labels"},{"name":"Update","value":"update","description":"Update a label","action":"Update a label"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["reminder"]}},"options":[{"name":"Create","value":"create","description":"Create a new reminder","action":"Create a reminder"},{"name":"Delete","value":"delete","description":"Delete a reminder","action":"Delete a reminder"},{"name":"Get Many","value":"getAll","description":"Get many reminders","action":"Get many reminders"},{"name":"Update","value":"update","description":"Update a reminder","action":"Update a reminder"}],"default":"create"},{"displayName":"Task ID","name":"taskId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["delete","close","get","reopen","update","move"]}}},{"displayName":"Project Name or ID","name":"project","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a project...","typeOptions":{"searchListMethod":"searchProjects","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"2302163813"}],"displayOptions":{"show":{"resource":["task"],"operation":["create","move"]}},"description":"The destination project. Choose from the list, or specify an ID."},{"displayName":"Section Name or ID","name":"section","type":"options","typeOptions":{"loadOptionsMethod":"getSections","loadOptionsDependsOn":["project.value"]},"displayOptions":{"show":{"resource":["task"],"operation":["move"]},"hide":{"@version":[{"_cnd":{"gte":2.1}}]}},"default":"","description":"Section to which you want move the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["move"],"@version":[{"_cnd":{"gte":2.1}}]}},"options":[{"displayName":"Section Name or ID","name":"section","type":"options","typeOptions":{"loadOptionsMethod":"getSections","loadOptionsDependsOn":["project","options.parent"]},"default":"","description":"The destination section. The task becomes the last root task of the section. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Parent Name or ID","name":"parent","type":"options","typeOptions":{"loadOptionsMethod":"getItems","loadOptionsDependsOn":["project","options.section"]},"default":"","description":"The destination parent task. The task becomes the last child task of the parent task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Label Names","name":"labels","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLabels"},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"default":[],"description":"Optional labels that will be assigned to a created task. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Content","name":"content","type":"string","typeOptions":{"rows":5},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"default":"","required":true,"description":"Task content"},{"displayName":"Text","name":"text","type":"string","typeOptions":{"rows":3},"displayOptions":{"show":{"resource":["task"],"operation":["quickAdd"]}},"default":"","required":true,"description":"Natural language text for quick adding task (e.g., \"Buy milk @Grocery #shopping tomorrow\"). It can include a due date in free form text, a project name starting with the \"#\" character (without spaces), a label starting with the \"@\" character, an assignee starting with the \"+\" character, a priority (e.g., p1), a deadline between \"{}\" (e.g. {in 3 days}), or a description starting from \"//\" until the end of the text."},{"displayName":"Additional Fields","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["quickAdd"]}},"options":[{"displayName":"Note","name":"note","type":"string","default":"","description":"The content of the note"},{"displayName":"Reminder","name":"reminder","type":"string","default":"","description":"The date of the reminder, added in free form text"},{"displayName":"Auto Reminder","name":"auto_reminder","type":"boolean","default":false,"description":"When this option is enabled, the default reminder will be added to the new item if it has a due date with time set"}]},{"displayName":"Additional Fields","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"A description for the task"},{"displayName":"Due Date Time","name":"dueDateTime","type":"dateTime","default":"","description":"Specific date and time in RFC3339 format in UTC"},{"displayName":"Due String Locale","name":"dueLang","type":"string","default":"","description":"2-letter code specifying language in case due_string is not written in English"},{"displayName":"Due String","name":"dueString","type":"string","default":"","description":"Human defined task due date (ex.: “next Monday”, “Tomorrow”). Value is set using local (not UTC) time."},{"displayName":"Parent Name or ID","name":"parentId","type":"options","typeOptions":{"loadOptionsMethod":"getItems","loadOptionsDependsOn":["project.value","options.section"]},"default":{},"description":"The parent task you want to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Priority","name":"priority","type":"number","typeOptions":{"maxValue":4,"minValue":1},"default":1,"description":"Task priority from 1 (normal) to 4 (urgent)"},{"displayName":"Section Name or ID","name":"section","type":"options","typeOptions":{"loadOptionsMethod":"getSections","loadOptionsDependsOn":["project.value"]},"default":{},"description":"The section you want to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Order","name":"order","type":"number","default":0,"description":"Non-zero integer used to sort tasks under the same parent"},{"displayName":"Due Date","name":"dueDate","type":"string","default":"","placeholder":"YYYY-MM-DD","description":"Specific date in YYYY-MM-DD format"},{"displayName":"Assignee ID","name":"assigneeId","type":"string","default":"","description":"Responsible user ID (for shared tasks)"},{"displayName":"Duration","name":"duration","type":"number","default":0,"description":"Positive integer for task duration (must be used with Duration Unit)"},{"displayName":"Duration Unit","name":"durationUnit","type":"options","options":[{"name":"Minute","value":"minute"},{"name":"Day","value":"day"}],"default":"minute","description":"Unit of time for duration (must be used with Duration)"},{"displayName":"Deadline Date","name":"deadlineDate","type":"string","default":"","placeholder":"YYYY-MM-DD","description":"Specific deadline date in YYYY-MM-DD format"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["task"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"options":[{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Filter by any <a href=\"https://get.todoist.help/hc/en-us/articles/205248842\">supported filter.</a>"},{"displayName":"IDs","name":"ids","type":"string","default":"","description":"A list of the task IDs to retrieve, this should be a comma-separated list"},{"displayName":"Label Name or ID","name":"labelId","type":"options","typeOptions":{"loadOptionsMethod":"getLabels"},"default":{},"description":"Filter tasks by label. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Lang","name":"lang","type":"string","default":"","description":"IETF language tag defining what language filter is written in, if differs from default English"},{"displayName":"Parent Name or ID","name":"parentId","type":"options","typeOptions":{"loadOptionsMethod":"getItems","loadOptionsDependsOn":["filters.projectId","filters.sectionId"]},"default":"","description":"Filter tasks by parent task ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"default":"","description":"Filter tasks by project ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Section Name or ID","name":"sectionId","type":"options","typeOptions":{"loadOptionsMethod":"getSections","loadOptionsDependsOn":["filters.projectId"]},"default":"","description":"Filter tasks by section ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Content","name":"content","type":"string","default":"","description":"Task content"},{"displayName":"Description","name":"description","type":"string","default":"","description":"A description for the task"},{"displayName":"Due Date Time","name":"dueDateTime","type":"dateTime","default":"","description":"Specific date and time in RFC3339 format in UTC"},{"displayName":"Due String Locale","name":"dueLang","type":"string","default":"","description":"2-letter code specifying language in case due_string is not written in English"},{"displayName":"Due String","name":"dueString","type":"string","default":"","description":"Human defined task due date (ex.: “next Monday”, “Tomorrow”). Value is set using local (not UTC) time."},{"displayName":"Due String Locale","name":"dueLang","type":"string","default":"","description":"2-letter code specifying language in case due_string is not written in English"},{"displayName":"Label Names","name":"labels","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getLabels"},"default":[]},{"displayName":"Priority","name":"priority","type":"number","typeOptions":{"maxValue":4,"minValue":1},"default":1,"description":"Task priority from 1 (normal) to 4 (urgent)"},{"displayName":"Order","name":"order","type":"number","default":0,"description":"Non-zero integer used to sort tasks under the same parent"},{"displayName":"Due Date","name":"dueDate","type":"string","default":"","placeholder":"YYYY-MM-DD","description":"Specific date in YYYY-MM-DD format"},{"displayName":"Assignee ID","name":"assigneeId","type":"string","default":"","description":"Responsible user ID (for shared tasks)"},{"displayName":"Duration","name":"duration","type":"number","default":0,"description":"Positive integer for task duration (must be used with Duration Unit)"},{"displayName":"Duration Unit","name":"durationUnit","type":"options","options":[{"name":"Minute","value":"minute"},{"name":"Day","value":"day"}],"default":"minute","description":"Unit of time for duration (must be used with Duration)"},{"displayName":"Deadline Date","name":"deadlineDate","type":"string","default":"","placeholder":"YYYY-MM-DD","description":"Specific deadline date in YYYY-MM-DD format"}]},{"displayName":"Project ID","name":"projectId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["project"],"operation":["archive","delete","get","getCollaborators","unarchive","update"]}},"description":"The project ID - can be either a string or number"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["project"],"operation":["create"]}},"description":"Name of the project"},{"displayName":"Additional Fields","name":"projectOptions","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["project"],"operation":["create"]}},"options":[{"displayName":"Color","name":"color","type":"options","options":[{"name":"Berry Red","value":"berry_red"},{"name":"Red","value":"red"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Olive Green","value":"olive_green"},{"name":"Lime Green","value":"lime_green"},{"name":"Green","value":"green"},{"name":"Mint Green","value":"mint_green"},{"name":"Teal","value":"teal"},{"name":"Sky Blue","value":"sky_blue"},{"name":"Light Blue","value":"light_blue"},{"name":"Blue","value":"blue"},{"name":"Grape","value":"grape"},{"name":"Violet","value":"violet"},{"name":"Lavender","value":"lavender"},{"name":"Magenta","value":"magenta"},{"name":"Salmon","value":"salmon"},{"name":"Charcoal","value":"charcoal"},{"name":"Grey","value":"grey"},{"name":"Taupe","value":"taupe"}],"default":"","description":"The color of the project"},{"displayName":"Is Favorite","name":"is_favorite","type":"boolean","default":false,"description":"Whether the project is a favorite"},{"displayName":"Parent ID","name":"parent_id","type":"string","default":"","description":"Parent project ID"},{"displayName":"View Style","name":"view_style","type":"options","options":[{"name":"List","value":"list"},{"name":"Board","value":"board"}],"default":"list","description":"The default view style of the project"}]},{"displayName":"Update Fields","name":"projectUpdateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["project"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the project"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Berry Red","value":"berry_red"},{"name":"Red","value":"red"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Olive Green","value":"olive_green"},{"name":"Lime Green","value":"lime_green"},{"name":"Green","value":"green"},{"name":"Mint Green","value":"mint_green"},{"name":"Teal","value":"teal"},{"name":"Sky Blue","value":"sky_blue"},{"name":"Light Blue","value":"light_blue"},{"name":"Blue","value":"blue"},{"name":"Grape","value":"grape"},{"name":"Violet","value":"violet"},{"name":"Lavender","value":"lavender"},{"name":"Magenta","value":"magenta"},{"name":"Salmon","value":"salmon"},{"name":"Charcoal","value":"charcoal"},{"name":"Grey","value":"grey"},{"name":"Taupe","value":"taupe"}],"default":"","description":"The color of the project"},{"displayName":"Is Favorite","name":"is_favorite","type":"boolean","default":false,"description":"Whether the project is a favorite"},{"displayName":"View Style","name":"view_style","type":"options","options":[{"name":"List","value":"list"},{"name":"Board","value":"board"}],"default":"list","description":"The default view style of the project"}]},{"displayName":"Section ID","name":"sectionId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["section"],"operation":["delete","get","update"]}}},{"displayName":"Project Name or ID","name":"sectionProject","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a project...","typeOptions":{"searchListMethod":"searchProjects","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"2302163813"}],"displayOptions":{"show":{"resource":["section"],"operation":["create"]}},"description":"The project to add the section to"},{"displayName":"Name","name":"sectionName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["section"],"operation":["create"]}},"description":"Name of the section"},{"displayName":"Additional Fields","name":"sectionOptions","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["section"],"operation":["create"]}},"options":[{"displayName":"Order","name":"order","type":"number","default":0,"description":"The order of the section"}]},{"displayName":"Update Fields","name":"sectionUpdateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["section"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the section"}]},{"displayName":"Filters","name":"sectionFilters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["section"],"operation":["getAll"]}},"options":[{"displayName":"Project Name or ID","name":"project_id","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"default":"","description":"Filter sections by project. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Comment ID","name":"commentId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["comment"],"operation":["delete","get","update"]}}},{"displayName":"Task ID","name":"commentTaskId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["comment"],"operation":["create"]}},"description":"The ID of the task to comment on"},{"displayName":"Content","name":"commentContent","type":"string","typeOptions":{"rows":3},"default":"","required":true,"displayOptions":{"show":{"resource":["comment"],"operation":["create"]}},"description":"Comment content"},{"displayName":"Update Fields","name":"commentUpdateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["comment"],"operation":["update"]}},"options":[{"displayName":"Content","name":"content","type":"string","typeOptions":{"rows":3},"default":"","description":"Comment content"}]},{"displayName":"Filters","name":"commentFilters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["comment"],"operation":["getAll"]}},"options":[{"displayName":"Task ID","name":"task_id","type":"string","default":"","description":"Filter comments by task ID"},{"displayName":"Project ID","name":"project_id","type":"string","default":"","description":"Filter comments by project ID"}]},{"displayName":"Label ID","name":"labelId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["label"],"operation":["delete","get","update"]}}},{"displayName":"Name","name":"labelName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["label"],"operation":["create"]}},"description":"Name of the label"},{"displayName":"Additional Fields","name":"labelOptions","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["label"],"operation":["create"]}},"options":[{"displayName":"Color","name":"color","type":"options","options":[{"name":"Berry Red","value":"berry_red"},{"name":"Red","value":"red"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Olive Green","value":"olive_green"},{"name":"Lime Green","value":"lime_green"},{"name":"Green","value":"green"},{"name":"Mint Green","value":"mint_green"},{"name":"Teal","value":"teal"},{"name":"Sky Blue","value":"sky_blue"},{"name":"Light Blue","value":"light_blue"},{"name":"Blue","value":"blue"},{"name":"Grape","value":"grape"},{"name":"Violet","value":"violet"},{"name":"Lavender","value":"lavender"},{"name":"Magenta","value":"magenta"},{"name":"Salmon","value":"salmon"},{"name":"Charcoal","value":"charcoal"},{"name":"Grey","value":"grey"},{"name":"Taupe","value":"taupe"}],"default":"","description":"The color of the label"},{"displayName":"Order","name":"order","type":"number","default":0,"description":"Label order"},{"displayName":"Is Favorite","name":"is_favorite","type":"boolean","default":false,"description":"Whether the label is a favorite"}]},{"displayName":"Update Fields","name":"labelUpdateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["label"],"operation":["update"]}},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the label"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Berry Red","value":"berry_red"},{"name":"Red","value":"red"},{"name":"Orange","value":"orange"},{"name":"Yellow","value":"yellow"},{"name":"Olive Green","value":"olive_green"},{"name":"Lime Green","value":"lime_green"},{"name":"Green","value":"green"},{"name":"Mint Green","value":"mint_green"},{"name":"Teal","value":"teal"},{"name":"Sky Blue","value":"sky_blue"},{"name":"Light Blue","value":"light_blue"},{"name":"Blue","value":"blue"},{"name":"Grape","value":"grape"},{"name":"Violet","value":"violet"},{"name":"Lavender","value":"lavender"},{"name":"Magenta","value":"magenta"},{"name":"Salmon","value":"salmon"},{"name":"Charcoal","value":"charcoal"},{"name":"Grey","value":"grey"},{"name":"Taupe","value":"taupe"}],"default":"","description":"The color of the label"},{"displayName":"Order","name":"order","type":"number","default":0,"description":"Label order"},{"displayName":"Is Favorite","name":"is_favorite","type":"boolean","default":false,"description":"Whether the label is a favorite"}]},{"displayName":"Reminder ID","name":"reminderId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["reminder"],"operation":["delete","update"]}}},{"displayName":"Task ID","name":"itemId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["reminder"],"operation":["create"]}},"description":"The ID of the task to attach reminder to"},{"displayName":"Due Date Type","name":"dueDateType","type":"options","options":[{"name":"Natural Language","value":"natural_language","description":"Human-readable date and time (e.g., \"tomorrow 2pm\")"},{"name":"Full-Day Date","value":"full_day","description":"Date without specific time (floating)"},{"name":"Floating Date with Time","value":"floating_time","description":"Date and time without timezone"},{"name":"Fixed Timezone Date with Time","value":"fixed_timezone","description":"Date and time with specific timezone"}],"default":"natural_language","required":true,"displayOptions":{"show":{"resource":["reminder"],"operation":["create"]}},"description":"How to specify when the reminder should trigger"},{"displayName":"Natural Language Representation","name":"natural_language_representation","type":"string","default":"","placeholder":"e.g., \"tomorrow 2pm\", \"monday 10:45am\"","required":true,"displayOptions":{"show":{"resource":["reminder"],"operation":["create"],"dueDateType":["natural_language"]}},"description":"Human-readable date and time"},{"displayName":"Date","name":"date","type":"string","default":"","placeholder":"YYYY-MM-DD","required":true,"displayOptions":{"show":{"resource":["reminder"],"operation":["create"],"dueDateType":["full_day"]}},"description":"Full-day date in YYYY-MM-DD format"},{"displayName":"Date Time","name":"datetime","type":"dateTime","default":"","required":true,"displayOptions":{"show":{"resource":["reminder"],"operation":["create"],"dueDateType":["floating_time"]}},"description":"Floating date and time (no timezone)"},{"displayName":"Date Time","name":"datetime","type":"dateTime","default":"","required":true,"displayOptions":{"show":{"resource":["reminder"],"operation":["create"],"dueDateType":["fixed_timezone"]}},"description":"Date and time with timezone"},{"displayName":"Timezone","name":"timezone","type":"string","default":"","placeholder":"e.g., \"America/New_York\"","required":true,"displayOptions":{"show":{"resource":["reminder"],"operation":["create"],"dueDateType":["fixed_timezone"]}},"description":"Timezone for the fixed timezone date"},{"displayName":"Additional Fields","name":"reminderOptions","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["reminder"],"operation":["create"]}},"options":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Absolute","value":"absolute"},{"name":"Relative","value":"relative"}],"default":"absolute","description":"The reminder type"},{"displayName":"Minute Offset","name":"minute_offset","type":"number","default":0,"description":"Minutes before the task due date"},{"displayName":"Notify User ID","name":"notify_uid","type":"string","default":"","description":"User ID to notify (for shared tasks)"}]},{"displayName":"Update Fields","name":"reminderUpdateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["reminder"],"operation":["update"]}},"options":[{"displayName":"Due","name":"due","type":"collection","placeholder":"Add Due Date Option","default":{},"options":[{"displayName":"Natural Language","name":"string","type":"string","default":"","placeholder":"e.g., \"tomorrow 2pm\", \"monday 10:45am\"","description":"Human-readable date and time"},{"displayName":"Date","name":"date","type":"string","default":"","placeholder":"YYYY-MM-DD","description":"Specific date in YYYY-MM-DD format"},{"displayName":"Date Time","name":"datetime","type":"dateTime","default":"","description":"Specific date and time"},{"displayName":"Timezone","name":"timezone","type":"string","default":"","placeholder":"e.g., \"America/New_York\"","description":"Timezone for the reminder"}],"description":"When the reminder should trigger"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Absolute","value":"absolute"},{"name":"Relative","value":"relative"}],"default":"absolute","description":"The reminder type"},{"displayName":"Minute Offset","name":"minute_offset","type":"number","default":0,"description":"Minutes before the task due date"},{"displayName":"Notify User ID","name":"notify_uid","type":"string","default":"","description":"User ID to notify (for shared tasks)"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Todoist/todoist.svg","codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.todoist/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/todoist/"}]}}},
{"displayName":"Todoist","name":"todoist","group":["output"],"defaultVersion":2.2,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Todoist API","version":1,"defaults":{"name":"Todoist"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"todoistApi","required":true,"displayOptions":{"show":{"authentication":["apiKey"]}}},{"name":"todoistOAuth2Api","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":"Task","value":"task","description":"Task resource"}],"default":"task","required":true},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"required":true,"displayOptions":{"show":{"resource":["task"]}},"options":[{"name":"Close","value":"close","description":"Close a task","action":"Close a task"},{"name":"Create","value":"create","description":"Create a new task","action":"Create a task"},{"name":"Delete","value":"delete","description":"Delete a task","action":"Delete a task"},{"name":"Get","value":"get","description":"Get a task","action":"Get a task"},{"name":"Get Many","value":"getAll","description":"Get many tasks","action":"Get many tasks"},{"name":"Move","value":"move","description":"Move a task","action":"Move a task"},{"name":"Reopen","value":"reopen","description":"Reopen a task","action":"Reopen a task"},{"name":"Update","value":"update","description":"Update a task","action":"Update a task"}],"default":"create"},{"displayName":"Task ID","name":"taskId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["task"],"operation":["delete","close","get","reopen","update","move"]}}},{"displayName":"Project Name or ID","name":"project","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a project...","typeOptions":{"searchListMethod":"searchProjects","searchable":true}},{"displayName":"ID","name":"id","type":"string","placeholder":"2302163813"}],"displayOptions":{"show":{"resource":["task"],"operation":["create","move","sync"]}},"description":"The project you want to operate on. Choose from the list, or specify an ID."},{"displayName":"Section Name or ID","name":"section","type":"options","typeOptions":{"loadOptionsMethod":"getSections","loadOptionsDependsOn":["project"]},"displayOptions":{"show":{"resource":["task"],"operation":["move"]}},"default":"","description":"Section to which you want move the task. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Label Names or IDs","name":"labels","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLabels"},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"default":[],"description":"Optional labels that will be assigned to a created task. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Content","name":"content","type":"string","typeOptions":{"rows":5},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"default":"","required":true,"description":"Task content"},{"displayName":"Sync Commands","name":"commands","type":"string","displayOptions":{"show":{"resource":["task"],"operation":["sync"]}},"default":"[]","hint":"See docs for possible commands: https://developer.todoist.com/sync/v8/#sync","description":"Sync body"},{"displayName":"Additional Fields","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["create"]}},"options":[{"displayName":"Description","name":"description","type":"string","default":"","description":"A description for the task"},{"displayName":"Due Date Time","name":"dueDateTime","type":"dateTime","default":"","description":"Specific date and time in RFC3339 format in UTC"},{"displayName":"Due String Locale","name":"dueLang","type":"string","default":"","description":"2-letter code specifying language in case due_string is not written in English"},{"displayName":"Due String","name":"dueString","type":"string","default":"","description":"Human defined task due date (ex.: “next Monday”, “Tomorrow”). Value is set using local (not UTC) time."},{"displayName":"Parent Name or ID","name":"parentId","type":"options","typeOptions":{"loadOptionsMethod":"getItems","loadOptionsDependsOn":["project","options.section"]},"default":{},"description":"The parent task you want to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Priority","name":"priority","type":"number","typeOptions":{"maxValue":4,"minValue":1},"default":1,"description":"Task priority from 1 (normal) to 4 (urgent)"},{"displayName":"Section Name or ID","name":"section","type":"options","typeOptions":{"loadOptionsMethod":"getSections","loadOptionsDependsOn":["project"]},"default":{},"description":"The section you want to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["task"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["task"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["getAll"]}},"options":[{"displayName":"Filter","name":"filter","type":"string","default":"","description":"Filter by any <a href=\"https://get.todoist.help/hc/en-us/articles/205248842\">supported filter.</a>"},{"displayName":"IDs","name":"ids","type":"string","default":"","description":"A list of the task IDs to retrieve, this should be a comma-separated list"},{"displayName":"Label Name or ID","name":"labelId","type":"options","typeOptions":{"loadOptionsMethod":"getLabels"},"default":{},"description":"Filter tasks by label. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Lang","name":"lang","type":"string","default":"","description":"IETF language tag defining what language filter is written in, if differs from default English"},{"displayName":"Parent Name or ID","name":"parentId","type":"options","typeOptions":{"loadOptionsMethod":"getItems","loadOptionsDependsOn":["filters.projectId","filters.sectionId"]},"default":"","description":"Filter tasks by parent task ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Project Name or ID","name":"projectId","type":"options","typeOptions":{"loadOptionsMethod":"getProjects"},"default":"","description":"Filter tasks by project ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Section Name or ID","name":"sectionId","type":"options","typeOptions":{"loadOptionsMethod":"getSections","loadOptionsDependsOn":["filters.projectId"]},"default":"","description":"Filter tasks by section ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["task"],"operation":["update"]}},"options":[{"displayName":"Content","name":"content","type":"string","default":"","description":"Task content"},{"displayName":"Description","name":"description","type":"string","default":"","description":"A description for the task"},{"displayName":"Due Date Time","name":"dueDateTime","type":"dateTime","default":"","description":"Specific date and time in RFC3339 format in UTC"},{"displayName":"Due String Locale","name":"dueLang","type":"string","default":"","description":"2-letter code specifying language in case due_string is not written in English"},{"displayName":"Due String","name":"dueString","type":"string","default":"","description":"Human defined task due date (ex.: “next Monday”, “Tomorrow”). Value is set using local (not UTC) time."},{"displayName":"Due String Locale","name":"dueLang","type":"string","default":"","description":"2-letter code specifying language in case due_string is not written in English"},{"displayName":"Label Names or IDs","name":"labels","type":"multiOptions","description":"Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getLabels"},"default":[]},{"displayName":"Priority","name":"priority","type":"number","typeOptions":{"maxValue":4,"minValue":1},"default":1,"description":"Task priority from 1 (normal) to 4 (urgent)"}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Todoist/todoist.svg","codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.todoist/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/todoist/"}]}}},
{"displayName":"Toggl Trigger","name":"togglTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when Toggl events occur","defaults":{"name":"Toggl Trigger"},"credentials":[{"name":"togglApi","required":true}],"polling":true,"inputs":[],"outputs":["main"],"properties":[{"displayName":"Poll Times","name":"pollTimes","type":"fixedCollection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Poll Time"},"default":{"item":[{"mode":"everyMinute"}]},"description":"Time at which polling should occur","placeholder":"Add Poll Time","options":[{"name":"item","displayName":"Item","values":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"Every Minute","value":"everyMinute"},{"name":"Every Hour","value":"everyHour"},{"name":"Every Day","value":"everyDay"},{"name":"Every Week","value":"everyWeek"},{"name":"Every Month","value":"everyMonth"},{"name":"Every X","value":"everyX"},{"name":"Custom","value":"custom"}],"default":"everyDay","description":"How often to trigger."},{"displayName":"Hour","name":"hour","type":"number","typeOptions":{"minValue":0,"maxValue":23},"displayOptions":{"hide":{"mode":["custom","everyHour","everyMinute","everyX"]}},"default":14,"description":"The hour of the day to trigger (24h format)"},{"displayName":"Minute","name":"minute","type":"number","typeOptions":{"minValue":0,"maxValue":59},"displayOptions":{"hide":{"mode":["custom","everyMinute","everyX"]}},"default":0,"description":"The minute of the day to trigger"},{"displayName":"Day of Month","name":"dayOfMonth","type":"number","displayOptions":{"show":{"mode":["everyMonth"]}},"typeOptions":{"minValue":1,"maxValue":31},"default":1,"description":"The day of the month to trigger"},{"displayName":"Weekday","name":"weekday","type":"options","displayOptions":{"show":{"mode":["everyWeek"]}},"options":[{"name":"Monday","value":"1"},{"name":"Tuesday","value":"2"},{"name":"Wednesday","value":"3"},{"name":"Thursday","value":"4"},{"name":"Friday","value":"5"},{"name":"Saturday","value":"6"},{"name":"Sunday","value":"0"}],"default":"1","description":"The weekday to trigger"},{"displayName":"Cron Expression","name":"cronExpression","type":"string","displayOptions":{"show":{"mode":["custom"]}},"default":"* * * * * *","description":"Use custom cron expression. Values and ranges as follows:<ul><li>Seconds: 0-59</li><li>Minutes: 0 - 59</li><li>Hours: 0 - 23</li><li>Day of Month: 1 - 31</li><li>Months: 0 - 11 (Jan - Dec)</li><li>Day of Week: 0 - 6 (Sun - Sat)</li></ul>"},{"displayName":"Value","name":"value","type":"number","typeOptions":{"minValue":0,"maxValue":1000},"displayOptions":{"show":{"mode":["everyX"]}},"default":2,"description":"All how many X minutes/hours it should trigger"},{"displayName":"Unit","name":"unit","type":"options","displayOptions":{"show":{"mode":["everyX"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"}],"default":"hours","description":"If it should trigger all X minutes or hours"}]}]},{"displayName":"Event","name":"event","type":"options","options":[{"name":"New Time Entry","value":"newTimeEntry"}],"required":true,"default":"newTimeEntry"}],"codex":{"categories":["Productivity","Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.toggltrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/toggl/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Toggl/toggl.png"},
{"displayName":"TOTP","name":"totp","icon":"fa:fingerprint","group":["transform"],"version":1,"subtitle":"={{ $parameter[\"operation\"] }}","description":"Generate a time-based one-time password","defaults":{"name":"TOTP"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"totpApi","required":true}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Generate Secret","value":"generateSecret","action":"Generate secret"}],"default":"generateSecret"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"operation":["generateSecret"]}},"default":{},"placeholder":"Add option","options":[{"displayName":"Algorithm","name":"algorithm","type":"options","default":"SHA1","description":"HMAC hashing algorithm. Defaults to SHA1.","options":[{"name":"SHA1","value":"SHA1"},{"name":"SHA224","value":"SHA224"},{"name":"SHA256","value":"SHA256"},{"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":"SHA512","value":"SHA512"}]},{"displayName":"Digits","name":"digits","type":"number","default":6,"description":"Number of digits in the generated TOTP code. Defaults to 6 digits."},{"displayName":"Period","name":"period","type":"number","default":30,"description":"How many seconds the generated TOTP code is valid for. Defaults to 30 seconds."}]}],"codex":{"categories":["Core Nodes"],"subcategories":["Helpers"],"alias":["2FA","MFA","authentication","Security","OTP","password","multi","factor"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.totp/"}]}}},
{"displayName":"TravisCI","name":"travisCi","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume TravisCI API","defaults":{"name":"TravisCI"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"travisCiApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Build","value":"build"}],"default":"build"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["build"]}},"options":[{"name":"Cancel","value":"cancel","description":"Cancel a build","action":"Cancel a build"},{"name":"Get","value":"get","description":"Get a build","action":"Get a build"},{"name":"Get Many","value":"getAll","description":"Get many builds","action":"Get many builds"},{"name":"Restart","value":"restart","description":"Restart a build","action":"Restart a build"},{"name":"Trigger","value":"trigger","description":"Trigger a build","action":"Trigger a build"}],"default":"cancel"},{"displayName":"Build ID","name":"buildId","type":"string","displayOptions":{"show":{"operation":["cancel"],"resource":["build"]}},"default":"","description":"Value uniquely identifying the build"},{"displayName":"Build ID","name":"buildId","type":"string","displayOptions":{"show":{"operation":["get"],"resource":["build"]}},"default":"","description":"Value uniquely identifying the build"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["build"],"operation":["get"]}},"options":[{"displayName":"Include","name":"include","type":"string","default":"","placeholder":"build.commit","description":"List of attributes to eager load"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["build"]}},"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":["build"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["build"],"operation":["getAll"]}},"options":[{"displayName":"Include","name":"include","type":"string","default":"","placeholder":"build.commit","description":"List of attributes to eager load"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"asc","description":"You may specify order to sort your response"},{"displayName":"Sort By","name":"sortBy","type":"options","options":[{"name":"Created At","value":"created_at"},{"name":"Finished At","value":"finished_at"},{"name":"ID","value":"id"},{"name":"Number","value":"number"},{"name":"Started At","value":"started_at"}],"default":"number"}]},{"displayName":"Build ID","name":"buildId","type":"string","displayOptions":{"show":{"operation":["restart"],"resource":["build"]}},"default":"","description":"Value uniquely identifying the build"},{"displayName":"Slug","name":"slug","type":"string","displayOptions":{"show":{"operation":["trigger"],"resource":["build"]}},"placeholder":"n8n-io/n8n","default":"","description":"Same as {ownerName}/{repositoryName}"},{"displayName":"Branch","name":"branch","type":"string","displayOptions":{"show":{"operation":["trigger"],"resource":["build"]}},"default":"","placeholder":"master","description":"Branch requested to be built"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["build"],"operation":["trigger"]}},"options":[{"displayName":"Message","name":"message","type":"string","default":"","description":"Travis-ci status message attached to the request"},{"displayName":"Merge Mode","name":"mergeMode","type":"options","options":[{"name":"Deep Merge","value":"deep_merge"},{"name":"Deep Merge Append","value":"deep_merge_append"},{"name":"Deep Merge Prepend","value":"deep_merge_prepend"},{"name":"Merge","value":"merge"},{"name":"Replace","value":"replace"}],"default":""}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.travisci/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/travisci/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/TravisCi/travisci.png"},
{"displayName":"Trello","name":"trello","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Create, change and delete boards and cards","defaults":{"name":"Trello"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"trelloApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Attachment","value":"attachment"},{"name":"Board","value":"board"},{"name":"Board Member","value":"boardMember"},{"name":"Card","value":"card"},{"name":"Card Comment","value":"cardComment"},{"name":"Checklist","value":"checklist"},{"name":"Label","value":"label"},{"name":"List","value":"list"}],"default":"card"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["attachment"]}},"options":[{"name":"Create","value":"create","description":"Create a new attachment for a card","action":"Create an attachment"},{"name":"Delete","value":"delete","description":"Delete an attachment","action":"Delete an attachment"},{"name":"Get","value":"get","description":"Get the data of an attachment","action":"Get an attachment"},{"name":"Get Many","value":"getAll","description":"Returns many attachments for the card","action":"Get many attachments"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["board"]}},"options":[{"name":"Create","value":"create","description":"Create a new board","action":"Create a board"},{"name":"Delete","value":"delete","description":"Delete a board","action":"Delete a board"},{"name":"Get","value":"get","description":"Get the data of a board","action":"Get a board"},{"name":"Update","value":"update","description":"Update a board","action":"Update a board"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["boardMember"]}},"options":[{"name":"Add","value":"add","description":"Add member to board using member ID","action":"Add a board member"},{"name":"Get Many","value":"getAll","description":"Get many members of a board","action":"Get many board members"},{"name":"Invite","value":"invite","description":"Invite a new member to a board via email","action":"Invite a board member"},{"name":"Remove","value":"remove","description":"Remove member from board using member ID","action":"Remove a board member"}],"default":"add"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["card"]}},"options":[{"name":"Create","value":"create","description":"Create a new card","action":"Create a card"},{"name":"Delete","value":"delete","description":"Delete a card","action":"Delete a card"},{"name":"Get","value":"get","description":"Get the data of a card","action":"Get a card"},{"name":"Update","value":"update","description":"Update a card","action":"Update a card"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["cardComment"]}},"options":[{"name":"Create","value":"create","description":"Create a comment on a card","action":"Create a card comment"},{"name":"Delete","value":"delete","description":"Delete a comment from a card","action":"Delete a card comment"},{"name":"Update","value":"update","description":"Update a comment on a card","action":"Update a card comment"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["checklist"]}},"options":[{"name":"Create","value":"create","description":"Create a new checklist","action":"Create a checklist"},{"name":"Create Checklist Item","value":"createCheckItem","description":"Create a checklist item","action":"Create checklist item"},{"name":"Delete","value":"delete","description":"Delete a checklist","action":"Delete a checklist"},{"name":"Delete Checklist Item","value":"deleteCheckItem","description":"Delete a checklist item","action":"Delete a checklist item"},{"name":"Get","value":"get","description":"Get the data of a checklist","action":"Get a checklist"},{"name":"Get Checklist Items","value":"getCheckItem","description":"Get a specific checklist on a card","action":"Get checklist items"},{"name":"Get Completed Checklist Items","value":"completedCheckItems","description":"Get the completed checklist items on a card","action":"Get completed checklist items"},{"name":"Get Many","value":"getAll","description":"Returns many checklists for the card","action":"Get many checklists"},{"name":"Update Checklist Item","value":"updateCheckItem","description":"Update an item in a checklist on a card","action":"Update a checklist item"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["label"]}},"options":[{"name":"Add to Card","value":"addLabel","description":"Add a label to a card","action":"Add a label to a card"},{"name":"Create","value":"create","description":"Create a new label","action":"Create a label"},{"name":"Delete","value":"delete","description":"Delete a label","action":"Delete a label"},{"name":"Get","value":"get","description":"Get the data of a label","action":"Get a label"},{"name":"Get Many","value":"getAll","description":"Returns many labels for the board","action":"Get many labels"},{"name":"Remove From Card","value":"removeLabel","description":"Remove a label from a card","action":"Remove a label from a card"},{"name":"Update","value":"update","description":"Update a label","action":"Update a label"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["list"]}},"options":[{"name":"Archive","value":"archive","description":"Archive/Unarchive a list","action":"Archive/unarchive a list"},{"name":"Create","value":"create","description":"Create a new list","action":"Create a list"},{"name":"Get","value":"get","description":"Get the data of a list","action":"Get a list"},{"name":"Get Cards","value":"getCards","description":"Get all the cards in a list","action":"Get all cards in a list"},{"name":"Get Many","value":"getAll","description":"Get many lists","action":"Get many lists"},{"name":"Update","value":"update","description":"Update a list","action":"Update a list"}],"default":"create"},{"displayName":"Card ID","name":"cardId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Card...","typeOptions":{"searchListMethod":"searchCards","searchFilterRequired":true,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://trello.com/c/e123456/card-name","validation":[{"type":"regex","properties":{"regex":"http(s)?://trello.com/c/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Trello Card URL"}}],"extractValue":{"type":"regex","regex":"https://trello.com/c/([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 Trello Card ID"}}],"placeholder":"wiIaGwqE","url":"=https://trello.com/c/{{$value}}"}],"displayOptions":{"show":{"operation":["delete","create","get","getAll"],"resource":["attachment"]}},"description":"The ID of the card"},{"displayName":"Source URL","name":"url","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["attachment"]}},"description":"The URL of the attachment to add"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["attachment"]}},"default":{},"options":[{"displayName":"MIME Type","name":"mimeType","type":"string","default":"","placeholder":"image/png","description":"The MIME type of the attachment to add"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the attachment to add"}]},{"displayName":"Attachment ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["attachment"]}},"description":"The ID of the attachment to delete"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll"],"resource":["attachment"]}},"default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"all","description":"Fields to return. Either \"all\" or a comma-separated list of fields."}]},{"displayName":"Attachment ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["attachment"]}},"description":"The ID of the attachment to get"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["get"],"resource":["attachment"]}},"default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"all","description":"Fields to return. Either \"all\" or a comma-separated list of fields."}]},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"My board","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["board"]}},"description":"The name of the board"},{"displayName":"Description","name":"description","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["board"]}},"description":"The description of the board"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["board"]}},"default":{},"options":[{"displayName":"Aging","name":"prefs_cardAging","type":"options","options":[{"name":"Pirate","value":"pirate"},{"name":"Regular","value":"regular"}],"default":"regular","description":"Determines the type of card aging that should take place on the board if card aging is enabled"},{"displayName":"Background","name":"prefs_background","type":"string","default":"blue","description":"The ID of a custom background or one of: blue, orange, green, red, purple, pink, lime, sky, grey"},{"displayName":"Comments","name":"prefs_comments","type":"options","options":[{"name":"Disabled","value":"disabled"},{"name":"Members","value":"members"},{"name":"Observers","value":"observers"},{"name":"Organization","value":"org"},{"name":"Public","value":"public"}],"default":"members","description":"Who can comment on cards on this board"},{"displayName":"Covers","name":"prefs_cardCovers","type":"boolean","default":true,"description":"Whether card covers are enabled"},{"displayName":"Invitations","name":"prefs_invitations","type":"options","options":[{"name":"Admins","value":"admins"},{"name":"Members","value":"members"}],"default":"members","description":"Determines what types of members can invite users to join"},{"displayName":"Keep From Source","name":"keepFromSource","type":"string","default":"none","description":"To keep cards from the original board pass in the value cards"},{"displayName":"Labels","name":"defaultLabels","type":"boolean","default":true,"description":"Whether to use the default set of labels"},{"displayName":"Lists","name":"defaultLists","type":"boolean","default":true,"description":"Whether to add the default set of lists to a board(To Do, Doing, Done).It is ignored if idBoardSource is provided"},{"displayName":"Organization ID","name":"idOrganization","type":"string","default":"","description":"The ID or name of the team the board should belong to"},{"displayName":"Permission Level","name":"prefs_permissionLevel","type":"options","options":[{"name":"Organization","value":"org"},{"name":"Private","value":"private"},{"name":"Public","value":"public"}],"default":"private","description":"The permissions level of the board"},{"displayName":"Power Ups","name":"powerUps","type":"options","options":[{"name":"All","value":"all"},{"name":"Calendar","value":"calendar"},{"name":"Card Aging","value":"cardAging"},{"name":"Recap","value":"recap"},{"name":"Voting","value":"voting"}],"default":"all","description":"The Power-Ups that should be enabled on the new board"},{"displayName":"Self Join","name":"prefs_selfJoin","type":"boolean","default":true,"description":"Whether users can join the boards themselves or whether they have to be invited"},{"displayName":"Source IDs","name":"idBoardSource","type":"string","default":"","description":"The ID of a board to copy into the new board"},{"displayName":"Voting","name":"prefs_voting","type":"options","options":[{"name":"Disabled","value":"disabled"},{"name":"Members","value":"members"},{"name":"Observers","value":"observers"},{"name":"Organization","value":"org"},{"name":"Public","value":"public"}],"default":"disabled","description":"Who can vote on this board"}]},{"displayName":"Board","name":"id","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"operation":["get","delete","update"],"resource":["board"]}},"description":"The ID of the board","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Board...","initType":"board","typeOptions":{"searchListMethod":"searchBoards","searchFilterRequired":true,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://trello.com/b/e123456/board-name","validation":[{"type":"regex","properties":{"regex":"http(s)?://trello.com/b/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Trello Board URL"}}],"extractValue":{"type":"regex","regex":"https://trello.com/b/([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 Trello Board ID"}}],"placeholder":"KdEAAdde","url":"=https://trello.com/b/{{$value}}"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["get"],"resource":["board"]}},"default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"all","description":"Fields to return. Either \"all\" or a comma-separated list: closed, dateLastActivity, dateLastView, desc, descData, idOrganization, invitations, invited, labelNames, memberships, name, pinned, powerUps, prefs, shortLink, shortUrl, starred, subscribed, URL."},{"displayName":"Plugin Data","name":"pluginData","type":"boolean","default":false,"description":"Whether to include pluginData on the card with the response"}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["board"]}},"default":{},"options":[{"displayName":"Closed","name":"closed","type":"boolean","default":false,"description":"Whether the board is closed"},{"displayName":"Description","name":"desc","type":"string","default":"","description":"New description of the board"},{"displayName":"Name","name":"name","type":"string","default":"","description":"New name of the board"},{"displayName":"Organization ID","name":"idOrganization","type":"string","default":"","description":"The ID of the team the board should be moved to"},{"displayName":"Subscribed","name":"subscribed","type":"boolean","default":false,"description":"Whether the acting user is subscribed to the board"}]},{"displayName":"Board ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["boardMember"]}},"description":"The ID of the board to get members from"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["boardMember"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"description":"Max number of results to return","default":20,"displayOptions":{"show":{"operation":["getAll"],"resource":["boardMember"],"returnAll":[false]}}},{"displayName":"Board ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["add"],"resource":["boardMember"]}},"description":"The ID of the board to add member to"},{"displayName":"Member ID","name":"idMember","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["add"],"resource":["boardMember"]}},"description":"The ID of the member to add to the board"},{"displayName":"Type","name":"type","type":"options","required":true,"default":"normal","displayOptions":{"show":{"operation":["add"],"resource":["boardMember"]}},"options":[{"name":"Normal","value":"normal","description":"Invite as normal member"},{"name":"Admin","value":"admin","description":"Invite as admin"},{"name":"Observer","value":"observer","description":"Invite as observer (Trello premium feature)"}],"description":"Determines the type of membership the user being added should have"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["add"],"resource":["boardMember"]}},"options":[{"displayName":"Allow Billable Guest","name":"allowBillableGuest","type":"boolean","default":false,"description":"Whether to allow organization admins to add multi-board guests onto a board"}]},{"displayName":"Board ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["invite"],"resource":["boardMember"]}},"description":"The ID of the board to invite member to"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"operation":["invite"],"resource":["boardMember"]}},"description":"The ID of the board to update"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["invite"],"resource":["boardMember"]}},"default":{},"options":[{"displayName":"Type","name":"type","type":"options","default":"normal","options":[{"name":"Normal","value":"normal","description":"Invite as normal member"},{"name":"Admin","value":"admin","description":"Invite as admin"},{"name":"Observer","value":"observer","description":"Invite as observer (Trello premium feature)"}],"description":"Determines the type of membership the user being added should have"},{"displayName":"Full Name","name":"fullName","type":"string","default":"","description":"The full name of the user to add as a member of the board. Must have a length of at least 1 and cannot begin nor end with a space."}]},{"displayName":"Board ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["remove"],"resource":["boardMember"]}},"description":"The ID of the board to remove member from"},{"displayName":"Member ID","name":"idMember","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["remove"],"resource":["boardMember"]}},"description":"The ID of the member to remove from the board"},{"displayName":"List ID","name":"listId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["card"]}},"description":"The ID of the list to create card in"},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"My card","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["card"]}},"description":"The name of the card"},{"displayName":"Description","name":"description","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["card"]}},"description":"The description of the card"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["card"]}},"default":{},"options":[{"displayName":"Due Date","name":"due","type":"dateTime","default":"","description":"A due date for the card"},{"displayName":"Due Complete","name":"dueComplete","type":"boolean","default":false,"description":"Whether the card is completed"},{"displayName":"Position","name":"pos","type":"string","default":"bottom","description":"The position of the new card. top, bottom, or a positive float."},{"displayName":"Member IDs","name":"idMembers","type":"string","default":"","description":"Comma-separated list of member IDs to add to the card"},{"displayName":"Label IDs","name":"idLabels","type":"string","default":"","description":"Comma-separated list of label IDs to add to the card"},{"displayName":"URL Source","name":"urlSource","type":"string","default":"","description":"A source URL to attach to card"},{"displayName":"Source ID","name":"idCardSource","type":"string","default":"","description":"The ID of a card to copy into the new card"},{"displayName":"Keep From Source","name":"keepFromSource","type":"string","default":"all","description":"If using idCardSource you can specify which properties to copy over. all or comma-separated list of: attachments, checklists, comments, due, labels, members, stickers."}]},{"displayName":"Card","name":"id","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Card...","typeOptions":{"searchListMethod":"searchCards","searchFilterRequired":true,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://trello.com/c/e123456/card-name","validation":[{"type":"regex","properties":{"regex":"http(s)?://trello.com/c/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Trello Card URL"}}],"extractValue":{"type":"regex","regex":"https://trello.com/c/([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 Trello Card ID"}}],"placeholder":"wiIaGwqE","url":"=https://trello.com/c/{{$value}}"}],"displayOptions":{"show":{"operation":["get","delete","update"],"resource":["card"]}},"description":"The ID of the card"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["get"],"resource":["card"]}},"default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"all","description":"Fields to return. Either \"all\" or a comma-separated list: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, email, idBoard, idChecklists, idLabels, idList, idMembers, idShort, idAttachmentCover, manualCoverAttachment, labels, name, pos, shortUrl, url."},{"displayName":"Board","name":"board","type":"boolean","default":false,"description":"Whether to return the board object the card is on"},{"displayName":"Board Fields","name":"board_fields","type":"string","default":"all","description":"Fields to return. Either \"all\" or a comma-separated list: name, desc, descData, closed, idOrganization, pinned, url, prefs."},{"displayName":"Custom Field Items","name":"customFieldItems","type":"boolean","default":false,"description":"Whether to include the customFieldItems"},{"displayName":"Members","name":"members","type":"boolean","default":false,"description":"Whether to return member objects for members on the card"},{"displayName":"Member Fields","name":"member_fields","type":"string","default":"all","description":"Fields to return. Either \"all\" or a comma-separated list: avatarHash, fullName, initials, username."},{"displayName":"Plugin Data","name":"pluginData","type":"boolean","default":false,"description":"Whether to include pluginData on the card with the response"},{"displayName":"Stickers","name":"stickers","type":"boolean","default":false,"description":"Whether to include sticker models with the response"},{"displayName":"Sticker Fields","name":"sticker_fields","type":"string","default":"all","description":"Fields to return. Either \"all\" or a comma-separated list of sticker fields."}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["card"]}},"default":{},"options":[{"displayName":"Attachment Cover","name":"idAttachmentCover","type":"string","default":"","description":"The ID of the image attachment the card should use as its cover, or null for none"},{"displayName":"Board ID","name":"idBoard","type":"string","default":"","description":"The ID of the board the card should be on"},{"displayName":"Closed","name":"closed","type":"boolean","default":false,"description":"Whether the board is closed"},{"displayName":"Description","name":"desc","type":"string","default":"","description":"New description of the board"},{"displayName":"Due Date","name":"due","type":"dateTime","default":"","description":"A due date for the card"},{"displayName":"Due Complete","name":"dueComplete","type":"boolean","default":false,"description":"Whether the card is completed"},{"displayName":"Label IDs","name":"idLabels","type":"string","default":"","description":"Comma-separated list of label IDs to set on card"},{"displayName":"List ID","name":"idList","type":"string","default":"","description":"The ID of the list the card should be in"},{"displayName":"Member IDs","name":"idMembers","type":"string","default":"","description":"Comma-separated list of member IDs to set on card"},{"displayName":"Name","name":"name","type":"string","default":"","description":"New name of the board"},{"displayName":"Position","name":"pos","type":"string","default":"bottom","description":"The position of the card. top, bottom, or a positive float."},{"displayName":"Subscribed","name":"subscribed","type":"boolean","default":false,"description":"Whether the acting user is subscribed to the board"}]},{"displayName":"Card","name":"cardId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Card...","typeOptions":{"searchListMethod":"searchCards","searchFilterRequired":true,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://trello.com/c/e123456/card-name","validation":[{"type":"regex","properties":{"regex":"http(s)?://trello.com/c/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Trello Card URL"}}],"extractValue":{"type":"regex","regex":"https://trello.com/c/([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 Trello Card ID"}}],"placeholder":"wiIaGwqE","url":"=https://trello.com/c/{{$value}}"}],"displayOptions":{"show":{"operation":["update","delete","create"],"resource":["cardComment"]}},"description":"The ID of the card"},{"displayName":"Text","name":"text","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["cardComment"]}},"description":"Text of the comment"},{"displayName":"Comment ID","name":"commentId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["cardComment"]}},"description":"The ID of the comment to delete"},{"displayName":"Comment ID","name":"commentId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["cardComment"]}},"description":"The ID of the comment to delete"},{"displayName":"Text","name":"text","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["cardComment"]}},"description":"Text of the comment"},{"displayName":"Card","name":"cardId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Card...","typeOptions":{"searchListMethod":"searchCards","searchFilterRequired":true,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://trello.com/c/e123456/card-name","validation":[{"type":"regex","properties":{"regex":"http(s)?://trello.com/c/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Trello Card URL"}}],"extractValue":{"type":"regex","regex":"https://trello.com/c/([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 Trello Card ID"}}],"placeholder":"wiIaGwqE","url":"=https://trello.com/c/{{$value}}"}],"displayOptions":{"show":{"operation":["delete","create","getAll","deleteCheckItem","getCheckItem","updateCheckItem","completeCheckItems"],"resource":["checklist"]}},"description":"The ID of the card"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["checklist"]}},"description":"The URL of the checklist to add"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["checklist"]}},"default":{},"options":[{"displayName":"ID Of Checklist Source","name":"idChecklistSource","type":"string","default":"","description":"The ID of a source checklist to copy into the new one"},{"displayName":"Position","name":"pos","type":"string","default":"","description":"The position of the checklist on the card. One of: top, bottom, or a positive number."}]},{"displayName":"Checklist ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["checklist"]}},"description":"The ID of the checklist to delete"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll"],"resource":["checklist"]}},"default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"all","description":"Fields to return. Either \"all\" or a comma-separated list of fields."}]},{"displayName":"Checklist ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["checklist"]}},"description":"The ID of the checklist to get"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["get"],"resource":["checklist"]}},"default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"all","description":"Fields to return. Either \"all\" or a comma-separated list of fields."}]},{"displayName":"Checklist ID","name":"checklistId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["createCheckItem"],"resource":["checklist"]}},"description":"The ID of the checklist to update"},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["createCheckItem"],"resource":["checklist"]}},"description":"The name of the new check item on the checklist"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["createCheckItem"],"resource":["checklist"]}},"default":{},"options":[{"displayName":"Checked","name":"checked","type":"boolean","default":false,"description":"Whether the check item is already checked when created"},{"displayName":"Position","name":"pos","type":"string","default":"","description":"The position of the checklist on the card. One of: top, bottom, or a positive number."}]},{"displayName":"CheckItem ID","name":"checkItemId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["deleteCheckItem"],"resource":["checklist"]}},"description":"The ID of the checklist item to delete"},{"displayName":"CheckItem ID","name":"checkItemId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["getCheckItem"],"resource":["checklist"]}},"description":"The ID of the checklist item to get"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getCheckItem"],"resource":["checklist"]}},"default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"all","description":"Fields to return. Either \"all\" or a comma-separated list of fields."}]},{"displayName":"CheckItem ID","name":"checkItemId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["updateCheckItem"],"resource":["checklist"]}},"description":"The ID of the checklist item to update"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["updateCheckItem"],"resource":["checklist"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"The new name for the checklist item"},{"displayName":"State","name":"state","type":"options","options":[{"name":"Complete","value":"complete"},{"name":"Incomplete","value":"incomplete"}],"default":"complete"},{"displayName":"Checklist ID","name":"checklistId","type":"string","default":"","description":"The ID of the checklist this item is in"},{"displayName":"Position","name":"pos","type":"string","default":"","description":"The position of the checklist on the card. One of: top, bottom, or a positive number."}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["completedCheckItems"],"resource":["checklist"]}},"default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"all","description":"Fields to return. Either \"all\" or a comma-separated list of: \"idCheckItem\", \"state\"."}]},{"displayName":"Board","name":"boardId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"displayOptions":{"show":{"operation":["create","getAll"],"resource":["label"]}},"description":"The ID of the board","modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Select a Board...","initType":"board","typeOptions":{"searchListMethod":"searchBoards","searchFilterRequired":true,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://trello.com/b/e123456/board-name","validation":[{"type":"regex","properties":{"regex":"http(s)?://trello.com/b/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Trello Board URL"}}],"extractValue":{"type":"regex","regex":"https://trello.com/b/([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 Trello Board ID"}}],"placeholder":"KdEAAdde","url":"=https://trello.com/b/{{$value}}"}]},{"displayName":"Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["label"]}},"description":"Name for the label"},{"displayName":"Color","name":"color","type":"options","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["label"]}},"options":[{"name":"Black","value":"black"},{"name":"Blue","value":"blue"},{"name":"Green","value":"green"},{"name":"Lime","value":"lime"},{"name":"Null","value":"null"},{"name":"Orange","value":"orange"},{"name":"Pink","value":"pink"},{"name":"Purple","value":"purple"},{"name":"Red","value":"red"},{"name":"Sky","value":"sky"},{"name":"Yellow","value":"yellow"}],"default":"null","description":"The color for the label"},{"displayName":"Label ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["label"]}},"description":"The ID of the label to delete"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll"],"resource":["label"]}},"default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"all","description":"Fields to return. Either \"all\" or a comma-separated list of fields."}]},{"displayName":"Label ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["label"]}},"description":"Get information about a label by ID"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["get"],"resource":["label"]}},"default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"all","description":"Fields to return. Either \"all\" or a comma-separated list of fields."}]},{"displayName":"Card ID","name":"cardId","type":"resourceLocator","default":{"mode":"list","value":""},"required":true,"modes":[{"displayName":"From List","name":"list","type":"list","placeholder":"Choose...","typeOptions":{"searchListMethod":"searchCards","searchFilterRequired":true,"searchable":true}},{"displayName":"By URL","name":"url","type":"string","placeholder":"https://trello.com/c/e123456/card-name","validation":[{"type":"regex","properties":{"regex":"http(s)?://trello.com/c/([a-zA-Z0-9]{2,})/.*","errorMessage":"Not a valid Trello Card URL"}}],"extractValue":{"type":"regex","regex":"https://trello.com/c/([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 Trello Card ID"}}],"placeholder":"wiIaGwqE","url":"=https://trello.com/c/{{$value}}"}],"displayOptions":{"show":{"operation":["addLabel","removeLabel"],"resource":["label"]}},"description":"The ID of the card"},{"displayName":"Label ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["addLabel"],"resource":["label"]}},"description":"The ID of the label to add"},{"displayName":"Label ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["removeLabel"],"resource":["label"]}},"description":"The ID of the label to remove"},{"displayName":"Label ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["label"]}},"description":"The ID of the label to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["label"]}},"default":{},"options":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the label"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Black","value":"black"},{"name":"Blue","value":"blue"},{"name":"Green","value":"green"},{"name":"Lime","value":"lime"},{"name":"Null","value":"null"},{"name":"Orange","value":"orange"},{"name":"Pink","value":"pink"},{"name":"Purple","value":"purple"},{"name":"Red","value":"red"},{"name":"Sky","value":"sky"},{"name":"Yellow","value":"yellow"}],"default":"null","description":"The color for the label"}]},{"displayName":"List ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["archive"],"resource":["list"]}},"description":"The ID of the list to archive or unarchive"},{"displayName":"Archive","name":"archive","type":"boolean","default":false,"displayOptions":{"show":{"operation":["archive"],"resource":["list"]}},"description":"Whether the list should be archived or unarchived"},{"displayName":"Board ID","name":"idBoard","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["list"]}},"description":"The ID of the board the list should be created in"},{"displayName":"Name","name":"name","type":"string","default":"","placeholder":"My list","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["list"]}},"description":"The name of the list"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["list"]}},"default":{},"options":[{"displayName":"List Source","name":"idListSource","type":"string","default":"","description":"ID of the list to copy into the new list"},{"displayName":"Position","name":"pos","type":"string","default":"bottom","description":"The position of the new list. top, bottom, or a positive float."}]},{"displayName":"List ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["getCards"],"resource":["list"]}},"description":"The ID of the list to get cards"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["list"],"operation":["getCards"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"description":"Max number of results to return","default":20,"displayOptions":{"show":{"resource":["list"],"operation":["getCards"],"returnAll":[false]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getCards"],"resource":["list"]}},"default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"all","description":"Fields to return. Either \"all\" or a comma-separated list of fields."}]},{"displayName":"List ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["list"]}},"description":"The ID of the list to get"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["get"],"resource":["list"]}},"default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"all","description":"Fields to return. Either \"all\" or a comma-separated list of fields."}]},{"displayName":"Board ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["list"]}},"description":"The ID of the board"},{"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","typeOptions":{"minValue":1},"description":"Max number of results to return","default":20,"displayOptions":{"show":{"resource":["list"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["getAll"],"resource":["list"]}},"default":{},"options":[{"displayName":"Fields","name":"fields","type":"string","default":"all","description":"Fields to return. Either \"all\" or a comma-separated list of fields."}]},{"displayName":"List ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["list"]}},"description":"The ID of the list to update"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["list"]}},"default":{},"options":[{"displayName":"Board ID","name":"idBoard","type":"string","default":"","description":"ID of a board the list should be moved to"},{"displayName":"Closed","name":"closed","type":"boolean","default":false,"description":"Whether the list is closed"},{"displayName":"Name","name":"name","type":"string","default":"","description":"New name of the list"},{"displayName":"Position","name":"pos","type":"string","default":"bottom","description":"The position of the list. top, bottom, or a positive float."},{"displayName":"Subscribed","name":"subscribed","type":"boolean","default":false,"description":"Whether the acting user is subscribed to the list"}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.trello/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/trello/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Trello/trello.svg"},
{"displayName":"Trello Trigger","name":"trelloTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when Trello events occur","defaults":{"name":"Trello Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"trelloApi","required":true}],"webhooks":[{"name":"setup","httpMethod":"HEAD","responseMode":"onReceived","path":"webhook"},{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Model ID","name":"id","type":"string","default":"","placeholder":"4d5ea62fd76aa1136000000c","required":true,"description":"ID of the model of which to subscribe to events"}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.trellotrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/trello/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Trello/trello.svg"},
{"displayName":"Track Time Saved","name":"timeSaved","icon":"fa:timer","group":["organization"],"version":1,"description":"Dynamically track time saved based on the workflow’s execution path and the number of items processed","defaults":{"name":"Time Saved","color":"#1E90FF"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"For each run, time saved is the sum of all Time Saved nodes that execute. Use this when different execution paths or items save different amounts of time.","name":"notice","type":"notice","default":""},{"displayName":"Calculation Mode","name":"mode","type":"options","default":"once","noDataExpression":true,"options":[{"name":"Once For All Items","value":"once","description":"Counts minutes saved once for all input items"},{"name":"Per Item","value":"perItem","description":"Multiply minutes saved by the number of input items"}]},{"displayName":"Minutes Saved","name":"minutesSaved","type":"number","default":0,"noDataExpression":true,"typeOptions":{"minValue":0},"description":"Number of minutes saved by this workflow execution"}],"hints":[{"type":"info","message":"Multiple Saved Time nodes in the same workflow will have their values summed together.","displayCondition":"=true","whenToDisplay":"beforeExecution","location":"outputPane"}],"codex":{"categories":["Core Nodes","Development"],"subcategories":{"Core Nodes":["Helpers"]},"alias":["time","track","saved"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.savedTime/"}]}}},
{"displayName":"Twake","name":"twake","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Twake API","defaults":{"name":"Twake"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"twakeCloudApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Message","value":"message","description":"Send data to the message app"}],"default":"message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Send","value":"send","description":"Send a message","action":"Send a message"}],"default":"send"},{"displayName":"Channel Name or ID","name":"channelId","type":"options","typeOptions":{"loadOptionsMethod":"getChannels"},"displayOptions":{"show":{"operation":["send"]}},"default":"","description":"Channel's ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Content","name":"content","type":"string","required":true,"displayOptions":{"show":{"operation":["send"]}},"default":"","description":"Message content"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["send"]}},"default":{},"options":[{"displayName":"Sender Icon","name":"senderIcon","type":"string","default":"","description":"URL of the image/icon"},{"displayName":"Sender Name","name":"senderName","type":"string","default":""}]}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.twake/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/twake/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Twake/twake.png"},
{"displayName":"Twilio","name":"twilio","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Send SMS and WhatsApp messages or make phone calls","defaults":{"name":"Twilio"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"twilioApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Call","value":"call"},{"name":"SMS","value":"sms"}],"default":"sms"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["sms"]}},"options":[{"name":"Send","value":"send","description":"Send SMS/MMS/WhatsApp message","action":"Send an SMS/MMS/WhatsApp message"}],"default":"send"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["call"]}},"options":[{"name":"Make","value":"make","action":"Make a call"}],"default":"make"},{"displayName":"From","name":"from","type":"string","default":"","placeholder":"+14155238886","required":true,"displayOptions":{"show":{"operation":["send","make"],"resource":["sms","call"]}},"description":"The number from which to send the message"},{"displayName":"To","name":"to","type":"string","default":"","placeholder":"+14155238886","required":true,"displayOptions":{"show":{"operation":["send","make"],"resource":["sms","call"]}},"description":"The number to which to send the message"},{"displayName":"To Whatsapp","name":"toWhatsapp","type":"boolean","default":false,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"Whether the message should be sent to WhatsApp"},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["send"],"resource":["sms"]}},"description":"The message to send"},{"displayName":"Use TwiML","name":"twiml","type":"boolean","default":false,"displayOptions":{"show":{"operation":["make"],"resource":["call"]}},"description":"Whether to use the <a href=\"https://www.twilio.com/docs/voice/twiml\">Twilio Markup Language</a> in the message"},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["make"],"resource":["call"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Status Callback","name":"statusCallback","type":"string","default":"","description":"Status Callbacks allow you to receive events related to the REST resources managed by Twilio: Rooms, Recordings and Compositions"}]}],"codex":{"categories":["Communication","Development"],"alias":["SMS","Phone","Voice"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.twilio/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/twilio/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Twilio/twilio.svg"},
{"displayName":"Twilio Trigger","name":"twilioTrigger","group":["trigger"],"version":[1],"defaultVersion":1,"subtitle":"=Updates: {{$parameter[\"updates\"].join(\", \")}}","description":"Starts the workflow on a Twilio update","defaults":{"name":"Twilio Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"twilioApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Trigger On","name":"updates","type":"multiOptions","options":[{"name":"New SMS","value":"com.twilio.messaging.inbound-message.received","description":"When an SMS message is received"},{"name":"New Call","value":"com.twilio.voice.insights.call-summary.complete","description":"When a call is received"}],"required":true,"default":[]},{"displayName":"The 'New Call' event may take up to thirty minutes to be triggered","name":"callTriggerNotice","type":"notice","default":"","displayOptions":{"show":{"updates":["com.twilio.voice.insights.call-summary.complete"]}}}],"codex":{"categories":["Communication","Development"],"alias":["SMS","Phone","Voice"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.twiliotrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/twilio/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Twilio/twilio.svg"},
{"displayName":"Twist","name":"twist","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Twist API","defaults":{"name":"Twist"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"twistOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Channel","value":"channel"},{"name":"Comment","value":"comment"},{"name":"Message Conversation","value":"messageConversation"},{"name":"Thread","value":"thread"}],"default":"messageConversation"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["channel"]}},"options":[{"name":"Archive","value":"archive","description":"Archive a channel","action":"Archive a channel"},{"name":"Create","value":"create","description":"Initiates a public or private channel-based conversation","action":"Create a channel"},{"name":"Delete","value":"delete","description":"Delete a channel","action":"Delete a channel"},{"name":"Get","value":"get","description":"Get information about a channel","action":"Get a channel"},{"name":"Get Many","value":"getAll","description":"Get many channels","action":"Get many channels"},{"name":"Unarchive","value":"unarchive","description":"Unarchive a channel","action":"Unarchive a channel"},{"name":"Update","value":"update","description":"Update a channel","action":"Update a channel"}],"default":"create"},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"required":true,"description":"The ID of the workspace. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["channel"]}},"required":true,"description":"The name of the channel"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["create"]}},"options":[{"displayName":"Color","name":"color","type":"options","options":[{"name":"Berry Red","value":6},{"name":"Blue","value":1},{"name":"Green","value":4},{"name":"Grey","value":0},{"name":"Magenta","value":7},{"name":"Mint Green","value":9},{"name":"Red","value":5},{"name":"Salmon","value":11},{"name":"Sky Blue","value":8},{"name":"Teal Blue","value":3},{"name":"Turquoise","value":2},{"name":"Yellow","value":10}],"default":0,"description":"The color of the channel"},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the channel"},{"displayName":"Public","name":"public","type":"boolean","default":false,"description":"Whether the channel will be marked as public"},{"displayName":"Temp ID","name":"temp_id","type":"number","default":-1,"description":"The temporary ID of the channel. It needs to be a negative number."},{"displayName":"User Names or IDs","name":"user_ids","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers","loadOptionsDependsOn":["workspaceId"]},"default":[],"description":"The users that will participate in the channel. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Channel ID","name":"channelId","type":"string","default":"","displayOptions":{"show":{"operation":["archive","delete","get","unarchive"],"resource":["channel"]}},"required":true,"description":"The ID of the channel"},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"","displayOptions":{"show":{"operation":["getAll"],"resource":["channel"]}},"required":true,"description":"The ID of the workspace. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["channel"],"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":["channel"],"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":["channel"],"operation":["getAll"]}},"options":[{"displayName":"Archived","name":"archived","type":"boolean","default":false,"description":"Whether only archived conversations are returned"}]},{"displayName":"Channel ID","name":"channelId","type":"string","default":"","displayOptions":{"show":{"operation":["update"],"resource":["channel"]}},"required":true,"description":"The ID of the channel"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["channel"],"operation":["update"]}},"options":[{"displayName":"Color","name":"color","type":"options","options":[{"name":"Berry Red","value":6},{"name":"Blue","value":1},{"name":"Green","value":4},{"name":"Grey","value":0},{"name":"Magenta","value":7},{"name":"Mint Green","value":9},{"name":"Red","value":5},{"name":"Salmon","value":11},{"name":"Sky Blue","value":8},{"name":"Teal Blue","value":3},{"name":"Turquoise","value":2},{"name":"Yellow","value":10}],"default":0,"description":"The color of the channel"},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description of the channel"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The name of the channel"},{"displayName":"Public","name":"public","type":"boolean","default":false,"description":"Whether the channel will be marked as public"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["comment"]}},"options":[{"name":"Create","value":"create","description":"Create a new comment to a thread","action":"Create a comment"},{"name":"Delete","value":"delete","description":"Delete a comment","action":"Delete a comment"},{"name":"Get","value":"get","description":"Get information about a comment","action":"Get a comment"},{"name":"Get Many","value":"getAll","description":"Get many comments","action":"Get many comments"},{"name":"Update","value":"update","description":"Update a comment","action":"Update a comment"}],"default":"create"},{"displayName":"Thread ID","name":"threadId","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["comment"]}},"required":true,"description":"The ID of the thread"},{"displayName":"Content","name":"content","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["comment"]}},"required":true,"description":"The content of the comment"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["comment"],"operation":["create"]}},"options":[{"displayName":"Actions","name":"actionsUi","type":"fixedCollection","default":{},"placeholder":"Add Action","typeOptions":{"multipleValues":true},"options":[{"displayName":"Action","name":"actionValues","values":[{"displayName":"Action","name":"action","type":"options","description":"The action of the button","options":[{"name":"Open URL","value":"open_url"},{"name":"Prefill Message","value":"prefill_message"},{"name":"Send Reply","value":"send_reply"}],"default":""},{"displayName":"Button Text","name":"button_text","type":"string","description":"The text for the action button","default":""},{"displayName":"Message","name":"message","type":"string","displayOptions":{"show":{"action":["send_reply","prefill_message"]}},"description":"The text for the action button","default":""},{"displayName":"Type","name":"type","type":"options","description":"The type of the button. (Currently only <code>action</code> is available).","options":[{"name":"Action","value":"action"}],"default":""},{"displayName":"URL","name":"url","type":"string","displayOptions":{"show":{"action":["open_url"]}},"description":"URL to redirect","default":""}]}]},{"displayName":"Attachments","name":"binaryProperties","type":"string","default":"data","description":"Name of the property that holds the binary data. Multiple can be defined separated by comma."},{"displayName":"Direct Mention Names or IDs","name":"direct_mentions","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers","loadOptionsDependsOn":["workspaceId"]},"default":[],"description":"The users that are directly mentioned. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Mark Thread Position","name":"mark_thread_position","type":"boolean","default":true,"description":"Whether the position of the thread is marked"},{"displayName":"Recipient Names or IDs","name":"recipients","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers","loadOptionsDependsOn":["workspaceId"]},"default":[],"description":"The users that will attached to the comment. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Temporary ID","name":"temp_id","type":"number","default":0,"description":"The temporary ID of the comment"},{"displayName":"Send as Integration","name":"send_as_integration","type":"boolean","default":false,"description":"Whether to display the integration as the comment creator"}]},{"displayName":"Comment ID","name":"commentId","type":"string","default":"","displayOptions":{"show":{"operation":["get","delete"],"resource":["comment"]}},"required":true,"description":"The ID of the comment"},{"displayName":"Thread ID","name":"threadId","type":"string","default":"","displayOptions":{"show":{"operation":["getAll"],"resource":["comment"]}},"required":true,"description":"The ID of the channel"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["comment"],"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":["comment"],"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":["comment"],"operation":["getAll"]}},"options":[{"displayName":"As IDs","name":"as_ids","type":"boolean","default":false,"description":"Whether only the IDs of the comments are returned"},{"displayName":"Ending Object Index","name":"to_obj_index","type":"number","default":50,"description":"Limit comments ending at the specified object index"},{"displayName":"Newer Than","name":"newer_than_ts","type":"dateTime","default":"","description":"Limits comments to those newer when the specified Unix time"},{"displayName":"Older Than","name":"older_than_ts","type":"dateTime","default":"","description":"Limits comments to those older than the specified Unix time"},{"displayName":"Order By","name":"order_by","type":"options","options":[{"name":"ASC","value":"ASC"},{"name":"DESC","value":"DESC"}],"default":"ASC","description":"The order of the comments returned - one of DESC or ASC"},{"displayName":"Starting Object Index","name":"from_obj_index","type":"number","default":0,"description":"Limit comments starting at the specified object index"}]},{"displayName":"Comment ID","name":"commentId","type":"string","default":"","displayOptions":{"show":{"operation":["update"],"resource":["comment"]}},"required":true,"description":"The ID of the comment"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["comment"],"operation":["update"]}},"options":[{"displayName":"Actions","name":"actionsUi","type":"fixedCollection","default":{},"placeholder":"Add Action","typeOptions":{"multipleValues":true},"options":[{"displayName":"Action","name":"actionValues","values":[{"displayName":"Action","name":"action","type":"options","description":"The action of the button","options":[{"name":"Open URL","value":"open_url"},{"name":"Prefill Message","value":"prefill_message"},{"name":"Send Reply","value":"send_reply"}],"default":""},{"displayName":"Button Text","name":"button_text","type":"string","description":"The text for the action button","default":""},{"displayName":"Message","name":"message","type":"string","displayOptions":{"show":{"action":["send_reply","prefill_message"]}},"description":"The text for the action button","default":""},{"displayName":"Type","name":"type","type":"options","description":"The type of the button. (Currently only <code>action</code> is available).","options":[{"name":"Action","value":"action"}],"default":""},{"displayName":"URL","name":"url","type":"string","displayOptions":{"show":{"action":["open_url"]}},"description":"URL to redirect","default":""}]}]},{"displayName":"Attachments","name":"binaryProperties","type":"string","default":"data","description":"Name of the property that holds the binary data. Multiple can be defined separated by comma."},{"displayName":"Content","name":"content","type":"string","default":"","description":"The content of the comment"},{"displayName":"Direct Mention Names or IDs","name":"direct_mentions","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers","loadOptionsDependsOn":["workspaceId"]},"default":[],"description":"The users that are directly mentioned. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["messageConversation"]}},"options":[{"name":"Create","value":"create","description":"Create a message in a conversation","action":"Create a message"},{"name":"Delete","value":"delete","description":"Delete a message in a conversation","action":"Delete a message"},{"name":"Get","value":"get","description":"Get a message in a conversation","action":"Get a message"},{"name":"Get Many","value":"getAll","description":"Get many messages in a conversation","action":"Get many messages"},{"name":"Update","value":"update","description":"Update a message in a conversation","action":"Update a message"}],"default":"create"},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"","displayOptions":{"show":{"operation":["create"],"resource":["messageConversation"]}},"required":true,"description":"The ID of the workspace. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Conversation Name or ID","name":"conversationId","type":"options","typeOptions":{"loadOptionsMethod":"getConversations","loadOptionsDependsOn":["workspaceId"]},"default":"","displayOptions":{"show":{"operation":["create"],"resource":["messageConversation"]}},"required":true,"description":"The ID of the conversation. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Content","name":"content","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["messageConversation"]}},"description":"The content of the new message. Mentions can be used as <code>[Name](twist-mention://user_id)</code> for users or <code>[Group name](twist-group-mention://group_id)</code> for groups."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["messageConversation"]}},"default":{},"description":"Other options to set","placeholder":"Add option","options":[{"displayName":"Actions","name":"actionsUi","type":"fixedCollection","default":{},"placeholder":"Add Action","typeOptions":{"multipleValues":true},"options":[{"displayName":"Action","name":"actionValues","values":[{"displayName":"Action","name":"action","type":"options","description":"The action of the button","options":[{"name":"Open URL","value":"open_url"},{"name":"Prefill Message","value":"prefill_message"},{"name":"Send Reply","value":"send_reply"}],"default":""},{"displayName":"Button Text","name":"button_text","type":"string","description":"The text for the action button","default":""},{"displayName":"Message","name":"message","type":"string","displayOptions":{"show":{"action":["send_reply","prefill_message"]}},"description":"The text for the action button","default":""},{"displayName":"Type","name":"type","type":"options","description":"The type of the button. (Currently only <code>action</code> is available).","options":[{"name":"Action","value":"action"}],"default":""},{"displayName":"URL","name":"url","type":"string","displayOptions":{"show":{"action":["open_url"]}},"description":"URL to redirect","default":""}]}]},{"displayName":"Attachments","name":"binaryProperties","type":"string","default":"data","description":"Name of the property that holds the binary data. Multiple can be defined separated by comma."},{"displayName":"Direct Mention Names or IDs","name":"direct_mentions","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"The users that are directly mentioned. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Workspace Name or ID","name":"workspaceId","type":"options","typeOptions":{"loadOptionsMethod":"getWorkspaces"},"default":"","displayOptions":{"show":{"operation":["getAll"],"resource":["messageConversation"]}},"required":true,"description":"The ID of the workspace. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Conversation Name or ID","name":"conversationId","type":"options","typeOptions":{"loadOptionsMethod":"getConversations","loadOptionsDependsOn":["workspaceId"]},"default":"","displayOptions":{"show":{"operation":["getAll"],"resource":["messageConversation"]}},"required":true,"description":"The ID of the conversation. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["getAll"],"resource":["messageConversation"]}},"default":{},"description":"Other options to set","options":[{"displayName":"Ending Object Index","name":"to_obj_index","type":"number","default":50,"description":"Limit messages ending at the specified object index"},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1},"default":50,"description":"Max number of results to return"},{"displayName":"Order By","name":"order_by","type":"options","default":"ASC","description":"The order of the conversations returned - one of DESC or ASC","options":[{"name":"ASC","value":"ASC"},{"name":"DESC","value":"DESC"}]},{"displayName":"Starting Object Index","name":"from_obj_index","type":"number","default":0,"description":"Limit messages starting at the specified object index"}]},{"displayName":"Message ID","name":"id","type":"string","default":"","displayOptions":{"show":{"operation":["delete","get"],"resource":["messageConversation"]}},"required":true,"description":"The ID of the conversation message"},{"displayName":"Conversation Message ID","name":"id","type":"string","default":"","displayOptions":{"show":{"operation":["update"],"resource":["messageConversation"]}},"required":true,"description":"The ID of the conversation message"},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["messageConversation"]}},"default":{},"description":"Other options to set","options":[{"displayName":"Actions","name":"actionsUi","type":"fixedCollection","default":{},"placeholder":"Add Action","typeOptions":{"multipleValues":true},"options":[{"displayName":"Action","name":"actionValues","values":[{"displayName":"Action","name":"action","type":"options","description":"The action of the button","options":[{"name":"Open URL","value":"open_url"},{"name":"Prefill Message","value":"prefill_message"},{"name":"Send Reply","value":"send_reply"}],"default":""},{"displayName":"Button Text","name":"button_text","type":"string","description":"The text for the action button","default":""},{"displayName":"Message","name":"message","type":"string","displayOptions":{"show":{"action":["send_reply","prefill_message"]}},"description":"The text for the action button","default":""},{"displayName":"Type","name":"type","type":"options","description":"The type of the button. (Currently only <code>action</code> is available).","options":[{"name":"Action","value":"action"}],"default":""},{"displayName":"URL","name":"url","type":"string","displayOptions":{"show":{"action":["open_url"]}},"description":"URL to redirect","default":""}]}]},{"displayName":"Attachments","name":"binaryProperties","type":"string","default":"data","description":"Name of the property that holds the binary data. Multiple can be defined separated by comma."},{"displayName":"Content","name":"content","type":"string","default":"","description":"The content of the new message. Mentions can be used as <code>[Name](twist-mention://user_id)</code> for users or <code>[Group name](twist-group-mention://group_id)</code> for groups."},{"displayName":"Direct Mention Names or IDs","name":"direct_mentions","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"The users that are directly mentioned. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["thread"]}},"options":[{"name":"Create","value":"create","description":"Create a new thread in a channel","action":"Create a thread"},{"name":"Delete","value":"delete","description":"Delete a thread","action":"Delete a thread"},{"name":"Get","value":"get","description":"Get information about a thread","action":"Get a thread"},{"name":"Get Many","value":"getAll","description":"Get many threads","action":"Get many threads"},{"name":"Update","value":"update","description":"Update a thread","action":"Update a thread"}],"default":"create"},{"displayName":"Channel ID","name":"channelId","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["thread"]}},"required":true,"description":"The ID of the channel"},{"displayName":"Title","name":"title","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["thread"]}},"required":true,"description":"The title of the new thread (1 < length < 300)"},{"displayName":"Content","name":"content","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["thread"]}},"required":true,"description":"The content of the thread"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["thread"],"operation":["create"]}},"options":[{"displayName":"Actions","name":"actionsUi","type":"fixedCollection","default":{},"placeholder":"Add Action","typeOptions":{"multipleValues":true},"options":[{"displayName":"Action","name":"actionValues","values":[{"displayName":"Action","name":"action","type":"options","description":"The action of the button","options":[{"name":"Open URL","value":"open_url"},{"name":"Prefill Message","value":"prefill_message"},{"name":"Send Reply","value":"send_reply"}],"default":""},{"displayName":"Button Text","name":"button_text","type":"string","description":"The text for the action button","default":""},{"displayName":"Message","name":"message","type":"string","displayOptions":{"show":{"action":["send_reply","prefill_message"]}},"description":"The text for the action button","default":""},{"displayName":"Type","name":"type","type":"options","description":"The type of the button. (Currently only <code>action</code> is available).","options":[{"name":"Action","value":"action"}],"default":""},{"displayName":"URL","name":"url","type":"string","displayOptions":{"show":{"action":["open_url"]}},"description":"URL to redirect","default":""}]}]},{"displayName":"Attachments","name":"binaryProperties","type":"string","default":"data","description":"Name of the property that holds the binary data. Multiple can be defined separated by comma."},{"displayName":"Direct Mention Names or IDs","name":"direct_mentions","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers","loadOptionsDependsOn":["workspaceId"]},"default":[],"description":"The users that are directly mentioned. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Recipient Names or IDs","name":"recipients","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers","loadOptionsDependsOn":["workspaceId"]},"default":[],"description":"The users that will attached to the thread. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Send as Integration","name":"send_as_integration","type":"boolean","default":false,"description":"Whether to display the integration as the thread creator"},{"displayName":"Temporary ID","name":"temp_id","type":"number","default":0,"description":"The temporary ID of the thread"}]},{"displayName":"Thread ID","name":"threadId","type":"string","default":"","displayOptions":{"show":{"operation":["get","delete"],"resource":["thread"]}},"required":true,"description":"The ID of the thread"},{"displayName":"Channel ID","name":"channelId","type":"string","default":"","displayOptions":{"show":{"operation":["getAll"],"resource":["thread"]}},"required":true,"description":"The ID of the channel"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["thread"],"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":["thread"],"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":["thread"],"operation":["getAll"]}},"options":[{"displayName":"As IDs","name":"as_ids","type":"boolean","default":false,"description":"Whether only the IDs of the threads are returned"},{"displayName":"Filter By","name":"filter_by","type":"options","options":[{"name":"Attached to Me","value":"attached_to_me"},{"name":"Everyone","value":"everyone"},{"name":"Starred","value":"is_starred"}],"default":"","description":"A filter can be one of <code>attached_to_me</code>, <code>everyone</code> and <code>is_starred</code>"},{"displayName":"Newer Than","name":"newer_than_ts","type":"dateTime","default":"","description":"Limits threads to those newer when the specified Unix time"},{"displayName":"Older Than","name":"older_than_ts","type":"dateTime","default":"","description":"Limits threads to those older than the specified Unix time"}]},{"displayName":"Thread ID","name":"threadId","type":"string","default":"","displayOptions":{"show":{"operation":["update"],"resource":["thread"]}},"required":true,"description":"The ID of the thread"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["thread"],"operation":["update"]}},"options":[{"displayName":"Actions","name":"actionsUi","type":"fixedCollection","default":{},"placeholder":"Add Action","typeOptions":{"multipleValues":true},"options":[{"displayName":"Action","name":"actionValues","values":[{"displayName":"Action","name":"action","type":"options","description":"The action of the button","options":[{"name":"Open URL","value":"open_url"},{"name":"Prefill Message","value":"prefill_message"},{"name":"Send Reply","value":"send_reply"}],"default":""},{"displayName":"Button Text","name":"button_text","type":"string","description":"The text for the action button","default":""},{"displayName":"Message","name":"message","type":"string","displayOptions":{"show":{"action":["send_reply","prefill_message"]}},"description":"The text for the action button","default":""},{"displayName":"Type","name":"type","type":"options","description":"The type of the button. (Currently only <code>action</code> is available).","options":[{"name":"Action","value":"action"}],"default":""},{"displayName":"URL","name":"url","type":"string","displayOptions":{"show":{"action":["open_url"]}},"description":"URL to redirect","default":""}]}]},{"displayName":"Attachments","name":"binaryProperties","type":"string","default":"data","description":"Name of the property that holds the binary data. Multiple can be defined separated by comma."},{"displayName":"Content","name":"content","type":"string","default":"","description":"The content of the thread"},{"displayName":"Direct Mention Names or IDs","name":"direct_mentions","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers","loadOptionsDependsOn":["workspaceId"]},"default":[],"description":"The users that are directly mentioned. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title of the thread (1 < length < 300)"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.twist/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/twist/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Twist/twist.png"},
{"displayName":"X (Formerly Twitter)","name":"twitter","group":["output"],"subtitle":"={{$parameter[\"operation\"] + \":\" + $parameter[\"resource\"]}}","description":"Post, like, and search tweets, send messages, search users, and add users to lists","defaultVersion":2,"version":2,"defaults":{"name":"X"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"twitterOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Direct Message","value":"directMessage","description":"Send a direct message to a user"},{"name":"List","value":"list","description":"Add a user to a list"},{"name":"Tweet","value":"tweet","description":"Create, like, search, or delete a tweet"},{"name":"User","value":"user","description":"Search users by username"}],"default":"tweet"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["directMessage"]}},"options":[{"name":"Create","value":"create","description":"Send a direct message to a user","action":"Create Direct Message"}],"default":"create"},{"displayName":"User","name":"user","type":"resourceLocator","default":{"mode":"username","value":""},"required":true,"description":"The user you want to send the message to","displayOptions":{"show":{"operation":["create"],"resource":["directMessage"]}},"modes":[{"displayName":"By Username","name":"username","type":"string","validation":[],"placeholder":"e.g. n8n","url":""},{"displayName":"By ID","name":"id","type":"string","validation":[],"placeholder":"e.g. 1068479892537384960","url":""}]},{"displayName":"Text","name":"text","type":"string","required":true,"default":"","typeOptions":{"rows":2},"displayOptions":{"show":{"operation":["create"],"resource":["directMessage"]}},"description":"The text of the direct message. URL encoding is required. 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 ID","name":"attachments","type":"string","default":"","placeholder":"1664279886239010824","description":"The attachment ID to associate with the message"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["list"]}},"options":[{"name":"Add Member","value":"add","description":"Add a member to a list","action":"Add Member to List"}],"default":"add"},{"displayName":"List","name":"list","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"description":"The list you want to add the user to","displayOptions":{"show":{"operation":["add"],"resource":["list"]}},"modes":[{"displayName":"By ID","name":"id","type":"string","validation":[],"placeholder":"e.g. 99923132","url":""},{"displayName":"By URL","name":"url","type":"string","validation":[],"placeholder":"e.g. https://twitter.com/i/lists/99923132","url":""}]},{"displayName":"User","name":"user","type":"resourceLocator","default":{"mode":"username","value":""},"required":true,"description":"The user you want to add to the list","displayOptions":{"show":{"operation":["add"],"resource":["list"]}},"modes":[{"displayName":"By Username","name":"username","type":"string","validation":[],"placeholder":"e.g. n8n","url":""},{"displayName":"By ID","name":"id","type":"string","validation":[],"placeholder":"e.g. 1068479892537384960","url":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["tweet"]}},"options":[{"name":"Create","value":"create","description":"Create, quote, or reply to a tweet","action":"Create Tweet"},{"name":"Delete","value":"delete","description":"Delete a tweet","action":"Delete Tweet"},{"name":"Like","value":"like","description":"Like a tweet","action":"Like Tweet"},{"name":"Retweet","value":"retweet","description":"Retweet a tweet","action":"Retweet Tweet"},{"name":"Search","value":"search","description":"Search for tweets from the last seven days","action":"Search Tweets"}],"default":"create"},{"displayName":"Text","name":"text","type":"string","typeOptions":{"rows":2},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["tweet"]}},"description":"The text of the status update. URLs must be encoded. Links wrapped with the t.co shortener will affect character count"},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["tweet"]}},"options":[{"displayName":"Location ID","name":"location","type":"string","placeholder":"4e696bef7e24d378","default":"","description":"Location information for the tweet"},{"displayName":"Media ID","name":"attachments","type":"string","default":"","placeholder":"1664279886239010824","description":"The attachment ID to associate with the message"},{"displayName":"Quote a Tweet","name":"inQuoteToStatusId","type":"resourceLocator","default":{"mode":"id","value":""},"description":"The tweet being quoted","modes":[{"displayName":"By ID","name":"id","type":"string","validation":[],"placeholder":"e.g. 1187836157394112513","url":""},{"displayName":"By URL","name":"url","type":"string","validation":[],"placeholder":"e.g. https://twitter.com/n8n_io/status/1187836157394112513","url":""}]},{"displayName":"Reply to Tweet","name":"inReplyToStatusId","type":"resourceLocator","default":{"mode":"id","value":""},"description":"The tweet being replied to","modes":[{"displayName":"By ID","name":"id","type":"string","validation":[],"placeholder":"e.g. 1187836157394112513","url":""},{"displayName":"By URL","name":"url","type":"string","validation":[],"placeholder":"e.g. https://twitter.com/n8n_io/status/1187836157394112513","url":""}]}]},{"displayName":"Locations are not supported due to Twitter V2 API limitations","name":"noticeLocation","type":"notice","displayOptions":{"show":{"/additionalFields.location":[""]}},"default":""},{"displayName":"Attachements are not supported due to Twitter V2 API limitations","name":"noticeAttachments","type":"notice","displayOptions":{"show":{"/additionalFields.attachments":[""]}},"default":""},{"displayName":"Tweet","name":"tweetDeleteId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"description":"The tweet to delete","displayOptions":{"show":{"resource":["tweet"],"operation":["delete"]}},"modes":[{"displayName":"By ID","name":"id","type":"string","validation":[],"placeholder":"e.g. 1187836157394112513","url":""},{"displayName":"By URL","name":"url","type":"string","validation":[],"placeholder":"e.g. https://twitter.com/n8n_io/status/1187836157394112513","url":""}]},{"displayName":"Tweet","name":"tweetId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"description":"The tweet to like","displayOptions":{"show":{"operation":["like"],"resource":["tweet"]}},"modes":[{"displayName":"By ID","name":"id","type":"string","validation":[],"placeholder":"e.g. 1187836157394112513","url":""},{"displayName":"By URL","name":"url","type":"string","validation":[],"placeholder":"e.g. https://twitter.com/n8n_io/status/1187836157394112513","url":""}]},{"displayName":"Search Term","name":"searchText","type":"string","required":true,"default":"","placeholder":"e.g. automation","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","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["tweet"],"operation":["search"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["tweet"],"operation":["search"],"returnAll":[false]}}},{"displayName":"Options","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["search"],"resource":["tweet"]}},"options":[{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"Recent","value":"recency"},{"name":"Relevant","value":"relevancy"}],"description":"The order in which to return results","default":"recency"},{"displayName":"After","name":"startTime","type":"dateTime","default":"","description":"Tweets before this date will not be returned. This date must be within the last 7 days if you don't have Academic Research access."},{"displayName":"Before","name":"endTime","type":"dateTime","default":"","description":"Tweets after this date will not be returned. This date must be within the last 7 days if you don't have Academic Research access."},{"displayName":"Tweet Fields","name":"tweetFieldsObject","type":"multiOptions","options":[{"name":"Attachments","value":"attachments"},{"name":"Author ID","value":"author_id"},{"name":"Context Annotations","value":"context_annotations"},{"name":"Conversation ID","value":"conversation_id"},{"name":"Created At","value":"created_at"},{"name":"Edit Controls","value":"edit_controls"},{"name":"Entities","value":"entities"},{"name":"Geo","value":"geo"},{"name":"ID","value":"id"},{"name":"In Reply To User ID","value":"in_reply_to_user_id"},{"name":"Lang","value":"lang"},{"name":"Non Public Metrics","value":"non_public_metrics"},{"name":"Public Metrics","value":"public_metrics"},{"name":"Organic Metrics","value":"organic_metrics"},{"name":"Promoted Metrics","value":"promoted_metrics"},{"name":"Possibly Sensitive","value":"possibly_sensitive"},{"name":"Referenced Tweets","value":"referenced_tweets"},{"name":"Reply Settings","value":"reply_settings"},{"name":"Source","value":"source"},{"name":"Text","value":"text"},{"name":"Withheld","value":"withheld"}],"default":[],"description":"The fields to add to each returned tweet object. Default fields are: ID, text, edit_history_tweet_ids."}]},{"displayName":"Tweet","name":"tweetId","type":"resourceLocator","default":{"mode":"id","value":""},"required":true,"description":"The tweet to retweet","displayOptions":{"show":{"operation":["retweet"],"resource":["tweet"]}},"modes":[{"displayName":"By ID","name":"id","type":"string","validation":[],"placeholder":"e.g. 1187836157394112513","url":""},{"displayName":"By URL","name":"url","type":"string","validation":[],"placeholder":"e.g. https://twitter.com/n8n_io/status/1187836157394112513","url":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Get","value":"searchUser","description":"Retrieve a user by username","action":"Get User"}],"default":"searchUser"},{"displayName":"User","name":"user","type":"resourceLocator","default":{"mode":"username","value":""},"required":true,"description":"The user you want to search","displayOptions":{"show":{"operation":["searchUser"],"resource":["user"]},"hide":{"me":[true]}},"modes":[{"displayName":"By Username","name":"username","type":"string","validation":[],"placeholder":"e.g. n8n","url":""},{"displayName":"By ID","name":"id","type":"string","validation":[],"placeholder":"e.g. 1068479892537384960","url":""}]},{"displayName":"Me","name":"me","type":"boolean","displayOptions":{"show":{"operation":["searchUser"],"resource":["user"]}},"default":false,"description":"Whether you want to search the authenticated user"}],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Twitter/x.svg","dark":"icons/n8n-nodes-base/dist/nodes/Twitter/x.dark.svg"},"codex":{"categories":["Marketing"],"alias":["Tweet","Twitter","X","X API"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.twitter/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/twitter/"}]}}},
{"displayName":"X (Formerly Twitter)","name":"twitter","group":["output"],"subtitle":"={{$parameter[\"operation\"] + \":\" + $parameter[\"resource\"]}}","description":"Consume Twitter API","defaultVersion":2,"version":1,"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/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"}]}],"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Twitter/x.svg","dark":"icons/n8n-nodes-base/dist/nodes/Twitter/x.dark.svg"},"codex":{"categories":["Marketing"],"alias":["Tweet","Twitter","X","X API"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.twitter/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/twitter/"}]}}},
{"displayName":"Typeform Trigger","name":"typeformTrigger","group":["trigger"],"version":[1,1.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/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"],"alias":["Form"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.typeformtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/typeform/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Typeform/typeform.svg","dark":"icons/n8n-nodes-base/dist/nodes/Typeform/typeform.dark.svg"}},
{"displayName":"Unleashed Software","name":"unleashedSoftware","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \":\" + $parameter[\"resource\"]}}","version":1,"description":"Consume Unleashed Software API","defaults":{"name":"Unleashed Software"},"usableAsTool":true,"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/integrations/builtin/credentials/unleashedsoftware/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/UnleashedSoftware/unleashedSoftware.png"},
{"displayName":"Uplead","name":"uplead","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \":\" + $parameter[\"resource\"]}}","description":"Consume Uplead API","defaults":{"name":"Uplead"},"usableAsTool":true,"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/integrations/builtin/credentials/uplead/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Uplead/uplead.png"},
{"displayName":"uProc","name":"uproc","group":["output"],"version":1,"subtitle":"={{$parameter[\"tool\"]}}","description":"Consume uProc API","defaults":{"name":"uProc"},"usableAsTool":true,"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&aacute;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/integrations/builtin/credentials/uproc/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/UProc/uproc.png"},
{"displayName":"UptimeRobot","name":"uptimeRobot","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume UptimeRobot API","defaults":{"name":"UptimeRobot"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"uptimeRobotApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"},{"name":"Alert Contact","value":"alertContact"},{"name":"Maintenance Window","value":"maintenanceWindow"},{"name":"Monitor","value":"monitor"},{"name":"Public Status Page","value":"publicStatusPage"}],"default":"account"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["account"]}},"options":[{"name":"Get","value":"get","description":"Get account details","action":"Get an account"}],"default":"get"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["monitor"]}},"options":[{"name":"Create","value":"create","description":"Create a monitor","action":"Create a monitor"},{"name":"Delete","value":"delete","description":"Delete a monitor","action":"Delete a monitor"},{"name":"Get","value":"get","description":"Get a monitor","action":"Get a monitor"},{"name":"Get Many","value":"getAll","description":"Get many monitors","action":"Get many monitors"},{"name":"Reset","value":"reset","description":"Reset a monitor","action":"Reset a monitor"},{"name":"Update","value":"update","description":"Update a monitor","action":"Update a monitor"}],"default":"getAll"},{"displayName":"Friendly Name","name":"friendlyName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["monitor"],"operation":["create"]}},"description":"The friendly name of the monitor"},{"displayName":"Type","name":"type","type":"options","required":true,"default":"","options":[{"name":"Heartbeat","value":5},{"name":"HTTP(S)","value":1},{"name":"Keyword","value":2},{"name":"Ping","value":3},{"name":"Port","value":4}],"displayOptions":{"show":{"resource":["monitor"],"operation":["create"]}},"description":"The type of the monitor"},{"displayName":"URL","name":"url","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["monitor"],"operation":["create"]}},"description":"The URL/IP of the monitor"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["monitor"],"operation":["delete","reset","get"]}},"description":"The ID of the monitor"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["monitor"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["monitor"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["monitor"],"operation":["getAll"]}},"options":[{"displayName":"Alert Contacts","name":"alert_contacts","type":"boolean","default":false,"description":"Whether the alert contacts set for the monitor to be returned"},{"displayName":"Logs","name":"logs","type":"boolean","default":false,"description":"Whether the logs of each monitor will be returned"},{"displayName":"Maintenance Window","name":"mwindow","type":"boolean","default":false,"description":"Whether to return the maintenance windows for the monitors"},{"displayName":"Monitor IDs","name":"monitors","type":"string","default":"","description":"Monitors IDs separated with dash, e.g. 15830-32696-83920"},{"displayName":"Response Times","name":"response_times","type":"boolean","default":false,"description":"Whether the response time data of each monitor will be returned"},{"displayName":"Search","name":"search","type":"string","default":"","description":"A keyword to be matched against URL and friendly name"},{"displayName":"Statuses","name":"statuses","type":"multiOptions","default":[],"options":[{"name":"Paused","value":0},{"name":"Not Checked Yet","value":1},{"name":"Up","value":2},{"name":"Seems Down","value":8},{"name":"Down","value":9}]},{"displayName":"Types","name":"types","type":"multiOptions","default":[],"options":[{"name":"Heartbeat","value":5},{"name":"HTTP(S)","value":1},{"name":"Keyword","value":2},{"name":"Ping","value":3},{"name":"Port","value":4}],"description":"Select monitor types"}]},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["monitor"],"operation":["update"]}},"description":"The ID of the monitor"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["monitor"],"operation":["update"]}},"options":[{"displayName":"Friendly Name","name":"friendly_name","type":"string","default":"","description":"The friendly name of the monitor"},{"displayName":"HTTP Auth Type","name":"http_auth_type","type":"options","default":"","options":[{"name":"HTTP Basic","value":1},{"name":"Digest","value":2}],"description":"The authentication type for password-protected web pages"},{"displayName":"HTTP Method","name":"http_method","type":"options","default":"","options":[{"name":"DELETE","value":6},{"name":"GET","value":2},{"name":"HEAD","value":1},{"name":"OPTIONS","value":7},{"name":"PATCH","value":5},{"name":"POST","value":3},{"name":"PUT","value":4}],"description":"The HTTP method to be used"},{"displayName":"HTTP Password","name":"http_password","type":"string","typeOptions":{"password":true},"default":"","description":"The password used for password-protected web pages"},{"displayName":"HTTP Username","name":"http_username","type":"string","default":"","description":"The username used for password-protected web pages"},{"displayName":"Interval","name":"interval","type":"number","default":"","description":"The interval for the monitoring check"},{"displayName":"Port","name":"port","type":"number","default":"","description":"The monitored port"},{"displayName":"Status","name":"status","type":"options","default":"","options":[{"name":"Pause","value":0},{"name":"Resume","value":1}],"description":"Select monitor statuses"},{"displayName":"Sub Type","name":"sub_type","type":"options","default":"","options":[{"name":"Custom Port","value":99},{"name":"FTP (21)","value":3},{"name":"HTTP (80)","value":1},{"name":"HTTPS (443)","value":2},{"name":"IMAP (143)","value":6},{"name":"POP3 (110)","value":5},{"name":"SMTP (25)","value":4}],"description":"Specify which pre-defined port/service or custom port is monitored"},{"displayName":"URL","name":"url","type":"string","default":"","description":"The URL/IP of the monitor"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["alertContact"]}},"options":[{"name":"Create","value":"create","description":"Create an alert contact","action":"Create an alert contact"},{"name":"Delete","value":"delete","description":"Delete an alert contact","action":"Delete an alert contact"},{"name":"Get","value":"get","description":"Get an alert contact","action":"Get an alert contact"},{"name":"Get Many","value":"getAll","description":"Get many alert contacts","action":"Get many alert contacts"},{"name":"Update","value":"update","description":"Update an alert contact","action":"Update an alert contact"}],"default":"getAll"},{"displayName":"Friendly Name","name":"friendlyName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alertContact"],"operation":["create"]}},"description":"The friendly name of the alert contact"},{"displayName":"Type","name":"type","type":"options","required":true,"default":"","options":[{"name":"Boxcar","value":4},{"name":"E-Mail","value":2},{"name":"Pushbullet","value":6},{"name":"Pushover","value":9},{"name":"SMS","value":1},{"name":"Twitter DM","value":3},{"name":"Webhook","value":5}],"displayOptions":{"show":{"resource":["alertContact"],"operation":["create"]}},"description":"The type of the alert contact"},{"displayName":"Value","name":"value","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alertContact"],"operation":["create"]}},"description":"The correspondent value for the alert contact type"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alertContact"],"operation":["delete","get"]}},"description":"The ID of the alert contact"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["alertContact"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["alertContact"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["alertContact"],"operation":["getAll"]}},"options":[{"displayName":"Alert Contact IDs","name":"alert_contacts","type":"string","default":"","description":"Alert contact IDs separated with dash, e.g. 236-1782-4790"}]},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["alertContact"],"operation":["update"]}},"description":"The ID of the alert contact"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["alertContact"],"operation":["update"]}},"options":[{"displayName":"Friendly Name","name":"friendly_name","type":"string","default":"","description":"The friendly name of the alert contact"},{"displayName":"Value","name":"value","type":"string","default":"","description":"The correspondent value for the alert contact type (can only be used if it is a Webhook alert contact)"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["maintenanceWindow"]}},"options":[{"name":"Create","value":"create","description":"Create a maintenance window","action":"Create a maintenance window"},{"name":"Delete","value":"delete","description":"Delete a maintenance window","action":"Delete a maintenance window"},{"name":"Get","value":"get","description":"Get a maintenance window","action":"Get a maintenance window"},{"name":"Get Many","value":"getAll","description":"Get many a maintenance windows","action":"Get many maintenance windows"},{"name":"Update","value":"update","description":"Update a maintenance window","action":"Update a maintenance window"}],"default":"getAll"},{"displayName":"Duration (Minutes)","name":"duration","type":"number","required":true,"default":1,"displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["create"]}},"description":"The maintenance window activation period (minutes)"},{"displayName":"Friendly Name","name":"friendlyName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["create"]}},"description":"The friendly name of the maintenance window"},{"displayName":"Type","name":"type","type":"options","required":true,"default":"","options":[{"name":"Once","value":1},{"name":"Daily","value":2},{"name":"Weekly","value":3},{"name":"Monthly","value":4}],"displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["create"]}},"description":"The type of the maintenance window"},{"displayName":"Week Day","name":"weekDay","type":"options","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["create"],"type":[3]}},"options":[{"name":"Monday","value":1},{"name":"Tuesday","value":2},{"name":"Wednesday","value":3},{"name":"Thursday","value":4},{"name":"Friday","value":5},{"name":"Saturday","value":6},{"name":"Sunday","value":7}],"default":""},{"displayName":"Month Day","name":"monthDay","type":"number","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["create"],"type":[4]}},"typeOptions":{"minValue":1,"maxValue":30},"default":1},{"displayName":"Start Time","name":"start_time","type":"dateTime","required":true,"default":"","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["create"]}},"description":"The maintenance window start datetime"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["delete","get"]}},"description":"The ID of the maintenance window"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["getAll"]}},"options":[{"displayName":"Maintenance Window IDs","name":"mwindow","type":"string","default":"","description":"Maintenance windows IDs separated with dash, e.g. 236-1782-4790"}]},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["update"]}},"description":"The ID of the maintenance window"},{"displayName":"Duration (Minutes)","name":"duration","type":"number","required":true,"default":"","displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["update"]}},"description":"The maintenance window activation period (minutes)"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["maintenanceWindow"],"operation":["update"]}},"options":[{"displayName":"Friendly Name","name":"friendly_name","type":"string","default":"","description":"The friendly name of the maintenance window"},{"displayName":"Start Time","name":"start_time","type":"dateTime","default":"","description":"The maintenance window start datetime"},{"displayName":"Type","name":"type","type":"options","default":"","options":[{"name":"Once","value":1},{"name":"Daily","value":2},{"name":"Weekly","value":3},{"name":"Monthly","value":4}],"description":"The type of the maintenance window"},{"displayName":"Week Day","name":"weekDay","type":"options","displayOptions":{"show":{"type":[3]}},"options":[{"name":"Monday","value":1},{"name":"Tuesday","value":2},{"name":"Wednesday","value":3},{"name":"Thursday","value":4},{"name":"Friday","value":5},{"name":"Saturday","value":6},{"name":"Sunday","value":7}],"default":""},{"displayName":"Month Day","name":"monthDay","type":"number","displayOptions":{"show":{"type":[4]}},"typeOptions":{"minValue":1,"maxValue":30},"default":1}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["publicStatusPage"]}},"options":[{"name":"Create","value":"create","description":"Create a public status page","action":"Create a public status page"},{"name":"Delete","value":"delete","description":"Delete a public status page","action":"Delete a public status page"},{"name":"Get","value":"get","description":"Get a public status page","action":"Get a public status page"},{"name":"Get Many","value":"getAll","description":"Get many public status pages","action":"Get many public status pages"}],"default":"getAll"},{"displayName":"Friendly Name","name":"friendlyName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["create"]}},"description":"The friendly name of the status page"},{"displayName":"Monitor IDs","name":"monitors","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["create"]}},"description":"Monitor IDs to be displayed in status page (the values are separated with a dash (-) or 0 for all monitors)"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["create"]}},"options":[{"displayName":"Custom Domain","name":"custom_domain","type":"string","default":"","description":"The domain or subdomain that the status page will run on"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"The password for the status page"},{"displayName":"Sort","name":"sort","type":"options","default":"","options":[{"name":"Friendly Name (A-Z)","value":1},{"name":"Friendly Name (Z-A)","value":2},{"name":"Status (Up-Down-Paused)","value":3},{"name":"Status (Down-Up-Paused)","value":4}],"description":"The sorting of the status page"}]},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["delete","get"]}},"description":"The ID of the public status page"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["getAll"]}},"options":[{"displayName":"Public Status Page IDs","name":"psps","type":"string","default":"","description":"Public status pages IDs separated with dash, e.g. 236-1782-4790"}]},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["update"]}},"description":"The ID of the public status page"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["publicStatusPage"],"operation":["update"]}},"options":[{"displayName":"Custom Domain","name":"custom_domain","type":"string","default":"","description":"The domain or subdomain that the status page will run on"},{"displayName":"Friendly Name","name":"friendly_name","type":"string","default":"","description":"The friendly name of the status page"},{"displayName":"Monitor IDs","name":"monitors","type":"string","default":"","description":"Monitor IDs to be displayed in status page (the values are separated with a dash (-) or 0 for all monitors)"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"The password for the status page"},{"displayName":"Sort","name":"sort","type":"options","default":"","options":[{"name":"Friendly Name (A-Z)","value":1},{"name":"Friendly Name (Z-A)","value":2},{"name":"Status (Up-Down-Paused)","value":3},{"name":"Status (Down-Up-Paused)","value":4}],"description":"The sorting of the status page"}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.uptimerobot/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/uptimerobot/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/UptimeRobot/uptimerobot.svg"},
{"displayName":"urlscan.io","name":"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"},"usableAsTool":true,"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"],"alias":["Scrape"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.urlscanio/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/urlscanio/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/UrlScanIo/urlScanIo.svg"},
{"displayName":"Vero","name":"vero","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Vero API","defaults":{"name":"Vero"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"veroApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"User","value":"user","description":"Create, update and manage the subscription status of your users"},{"name":"Event","value":"event","description":"Track events based on actions your customers take in real time"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Add Tags","value":"addTags","description":"Adds a tag to a users profile","action":"Add tags to a user"},{"name":"Alias","value":"alias","description":"Change a users identifier","action":"Change a user's alias"},{"name":"Create or Update","value":"create","description":"Create or update a user profile","action":"Create or update a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Re-Subscribe","value":"resubscribe","description":"Resubscribe a user","action":"Resubscribe a user"},{"name":"Remove Tags","value":"removeTags","description":"Removes a tag from a users profile","action":"Remove tags from a user"},{"name":"Unsubscribe","value":"unsubscribe","description":"Unsubscribe a user","action":"Unsubscribe a user"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["event"]}},"options":[{"name":"Track","value":"track","description":"Track an event for a specific customer","action":"Track an event"}],"default":"track"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"The unique identifier of the customer"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The table to create the row in"}]},{"displayName":"Data","name":"dataAttributesUi","placeholder":"Add Data","description":"Key value pairs that represent the custom user properties you want to update","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"],"jsonParameters":[false]}},"options":[{"name":"dataAttributesValues","displayName":"Data","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the property to set"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]},{"displayName":"Data","name":"dataAttributesJson","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"description":"Key value pairs that represent the custom user properties you want to update","displayOptions":{"show":{"resource":["user"],"operation":["create"],"jsonParameters":[true]}}},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["alias"]}},"description":"The old unique identifier of the user"},{"displayName":"New ID","name":"newId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["alias"]}},"description":"The new unique identifier of the user"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["unsubscribe"]}},"description":"The unique identifier of the user"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["resubscribe"]}},"description":"The unique identifier of the user"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}},"description":"The unique identifier of the user"},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["addTags"]}},"description":"The unique identifier of the user"},{"displayName":"Tags","name":"tags","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["addTags"]}},"description":"Tags to add separated by \",\""},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["removeTags"]}},"description":"The unique identifier of the user"},{"displayName":"Tags","name":"tags","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["removeTags"]}},"description":"Tags to remove separated by \",\""},{"displayName":"ID","name":"id","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["event"],"operation":["track"]}},"description":"The unique identifier of the customer"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["track"]}}},{"displayName":"Event Name","name":"eventName","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["event"],"operation":["track"]}},"description":"The name of the event tracked"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["event"],"operation":["track"]}}},{"displayName":"Data","name":"dataAttributesUi","placeholder":"Add Data","description":"Key value pairs that represent any properties you want to track with this event","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["event"],"operation":["track"],"jsonParameters":[false]}},"options":[{"name":"dataAttributesValues","displayName":"Data","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the property to set"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]},{"displayName":"Extra","name":"extraAttributesUi","placeholder":"Add Extra","description":"Key value pairs that represent reserved, Vero-specific operators. Refer to the note on “deduplication” below.","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["event"],"operation":["track"],"jsonParameters":[false]}},"options":[{"name":"extraAttributesValues","displayName":"Extra","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the property to set"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the property to set"}]}]},{"displayName":"Data","name":"dataAttributesJson","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"description":"Key value pairs that represent the custom user properties you want to update","displayOptions":{"show":{"resource":["event"],"operation":["track"],"jsonParameters":[true]}}},{"displayName":"Extra","name":"extraAttributesJson","type":"json","default":"","typeOptions":{"alwaysOpenEditWindow":true},"description":"Key value pairs that represent reserved, Vero-specific operators. Refer to the note on “deduplication” below.","displayOptions":{"show":{"resource":["event"],"operation":["track"],"jsonParameters":[true]}}}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.vero/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/vero/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Vero/vero.svg"},
{"displayName":"Venafi TLS Protect Cloud","name":"venafiTlsProtectCloud","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Venafi TLS Protect Cloud API","defaults":{"name":"Venafi TLS Protect Cloud"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"venafiTlsProtectCloudApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","noDataExpression":true,"type":"options","options":[{"name":"Certificate","value":"certificate"},{"name":"Certificate Request","value":"certificateRequest"}],"default":"certificateRequest"},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["certificate"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a certificate","action":"Delete a certificate"},{"name":"Download","value":"download","description":"Download a certificate","action":"Download a certificate"},{"name":"Get","value":"get","description":"Retrieve a certificate","action":"Get a certificate"},{"name":"Get Many","value":"getMany","description":"Retrieve many certificates","action":"Get many certificates"},{"name":"Renew","value":"renew","description":"Renew a certificate","action":"Renew a certificate"}],"default":"delete"},{"displayName":"Certificate ID","name":"certificateId","type":"string","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["certificate"]}},"default":""},{"displayName":"Download Item","name":"downloadItem","type":"options","options":[{"name":"Certificate","value":"certificate"},{"name":"Keystore","value":"keystore"}],"displayOptions":{"show":{"operation":["download"],"resource":["certificate"]}},"default":"certificate"},{"displayName":"Keystore Type","name":"keystoreType","type":"options","options":[{"name":"JKS","value":"JKS"},{"name":"PKCS12","value":"PKCS12"},{"name":"PEM","value":"PEM"}],"default":"PEM","displayOptions":{"show":{"operation":["download"],"resource":["certificate"],"downloadItem":["keystore"]}}},{"displayName":"Certificate Label","name":"certificateLabel","type":"string","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["certificate"],"downloadItem":["keystore"]}},"default":""},{"displayName":"Private Key Passphrase","name":"privateKeyPassphrase","type":"string","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["certificate"],"downloadItem":["keystore"]}},"default":""},{"displayName":"Keystore Passphrase","name":"keystorePassphrase","type":"string","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["certificate"],"downloadItem":["keystore"],"keystoreType":["JKS"]}},"default":""},{"displayName":"Input Data Field Name","name":"binaryProperty","type":"string","default":"data","displayOptions":{"show":{"operation":["download"],"resource":["certificate"]}},"required":true,"description":"The name of the input field containing the binary file data to be uploaded"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["download"],"resource":["certificate"]}},"options":[{"displayName":"Chain Order","name":"chainOrder","type":"options","options":[{"name":"EE_FIRST","value":"EE_FIRST","description":"Download the certificate with the end-entity portion of the chain first"},{"name":"EE_ONLY","value":"EE_ONLY","description":"Download only the end-entity certificate"},{"name":"ROOT_FIRST","value":"ROOT_FIRST","description":"Download the certificate with root portion of the chain first"}],"default":"ROOT_FIRST"},{"displayName":"Format","name":"format","type":"options","options":[{"name":"PEM","value":"PEM"},{"name":"DER","value":"DER"}],"default":"PEM"}]},{"displayName":"Certificate ID","name":"certificateId","type":"string","required":true,"displayOptions":{"show":{"operation":["get","delete"],"resource":["certificate"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getMany"],"resource":["certificate"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getMany"],"resource":["certificate"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["getMany"],"resource":["certificate"]}},"options":[{"displayName":"Subject","name":"subject","type":"string","default":""}]},{"displayName":"Application Name or ID","name":"applicationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getApplications"},"displayOptions":{"show":{"operation":["renew"],"resource":["certificate"]}},"default":""},{"displayName":"Existing Certificate ID","name":"existingCertificateId","type":"string","displayOptions":{"show":{"operation":["renew"],"resource":["certificate"]}},"default":""},{"displayName":"Certificate Issuing Template Name or ID","name":"certificateIssuingTemplateId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCertificateIssuingTemplates"},"displayOptions":{"show":{"operation":["renew"],"resource":["certificate"]}},"default":""},{"displayName":"Certificate Signing Request","name":"certificateSigningRequest","type":"string","displayOptions":{"show":{"operation":["renew"],"resource":["certificate"]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["renew"],"resource":["certificate"]}},"options":[{"displayName":"Validity Period","name":"validityPeriod","type":"options","options":[{"name":"1 Year","value":"P1Y"},{"name":"10 Days","value":"P10D"},{"name":"12 Hours","value":"PT12H"}],"default":"P1Y"}]},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","displayOptions":{"show":{"resource":["certificateRequest"]}},"options":[{"name":"Create","value":"create","description":"Create a new certificate request","action":"Create a certificate request"},{"name":"Get","value":"get","description":"Retrieve a certificate request","action":"Get a certificate request"},{"name":"Get Many","value":"getMany","description":"Retrieve many certificate requests","action":"Get many certificate requests"}],"default":"create"},{"displayName":"Application Name or ID","name":"applicationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getApplications"},"displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"]}},"default":""},{"displayName":"Certificate Issuing Template Name or ID","name":"certificateIssuingTemplateId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCertificateIssuingTemplates","loadOptionsDependsOn":["applicationId"]},"displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"]}},"default":""},{"displayName":"Generate CSR","name":"generateCsr","type":"boolean","displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"]}},"default":false},{"displayName":"Common Name","name":"commonName","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"],"generateCsr":[true]}},"type":"string","default":"n8n.io","description":"The Common Name field for the certificate Subject (CN)"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"],"generateCsr":[true]}},"options":[{"displayName":"Key Type","name":"keyType","type":"options","options":[{"name":"EC","value":"EC","description":"Elliptic Curve (EC)"},{"name":"RSA","value":"RSA","description":"Rivest, Shamir, Adleman key (RSA)"}],"default":"RSA","description":"The encryption algorithm for the public key"},{"displayName":"Key Curve","name":"keyCurve","type":"options","options":[{"name":"ED25519","value":"ED25519","description":"Use Edwards-curve Digital Signature Algorithm (EdDSA)"},{"name":"P256","value":"P256","description":"Use Elliptic Prime Curve 256 bit encryption"},{"name":"P384","value":"P384","description":"Use Elliptic Prime Curve 384 bit encryption"},{"name":"P521","value":"P521","description":"Use Elliptic Prime Curve 521 bit encryption"},{"name":"UNKNOWN","value":"UNKNOWN"}],"default":"ED25519"},{"displayName":"Key Length","name":"keyLength","type":"number","default":2048,"description":"The number of bits to allow for key generation"},{"displayName":"(O) Organization","name":"organization","type":"string","default":"","description":"The name of a company or organization"},{"displayName":"(OU) Organizational Unit(s)","name":"organizationalUnits","type":"string","typeOptions":{"multipleValues":true},"default":"","description":"The name of a department or section"},{"displayName":"(L) City/Locality","name":"locality","type":"string","default":"","description":"The name of a city or town"},{"displayName":"(ST) State","name":"state","type":"string","default":"","description":"The name of a state or province"},{"displayName":"(C) Country","name":"country","type":"string","default":"","description":"A 2 letter country code"},{"displayName":"Subject Alt Names","name":"SubjectAltNamesUi","placeholder":"Add Subject","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"SubjectAltNamesValues","displayName":"Subject Alt Name","values":[{"displayName":"Typename","name":"Typename","type":"options","options":[{"name":"DNS","value":"dnsNames"}],"description":"What type of SAN is being used","default":"dnsNames"},{"displayName":"Name","name":"name","type":"string","default":"community.n8n.io","description":"The SAN friendly name that corresponds to the Type or TypeName parameter. For example, if a TypeName is IPAddress, the Name value is a valid IP address."}]}]}]},{"displayName":"Certificate Signing Request","name":"certificateSigningRequest","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"],"generateCsr":[false]}},"default":""},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["certificateRequest"]}},"options":[{"displayName":"Validity Period","name":"validityPeriod","type":"string","placeholder":"P1Y","default":"P1Y","description":"Specify how long the issued certificate should be valid for. Use ISO8601 format.","hint":"e.g. 1 year -> P1Y"}]},{"displayName":"Certificate Request ID","name":"certificateRequestId","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["certificateRequest"]}},"default":""},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getMany"],"resource":["certificateRequest"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getMany"],"resource":["certificateRequest"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":50,"description":"Max number of results to return"}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.venafitlsprotectcloud/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/venafitlsprotectcloud/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Venafi/venafi.svg"},
{"displayName":"Venafi TLS Protect Cloud Trigger","name":"venafiTlsProtectCloudTrigger","group":["trigger"],"version":1,"description":"Starts the workflow when Venafi events occur","defaults":{"name":"Venafi TLS Protect Cloud Trigger"},"credentials":[{"name":"venafiTlsProtectCloudApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"inputs":[],"outputs":["main"],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"typeOptions":{"loadOptionsMethod":"getActivityTypes"},"required":true,"default":[],"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Trigger On","name":"triggerOn","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getActivitySubTypes","loadOptionsDependsOn":["resource"]},"required":true,"default":[],"description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.venafitlsprotectcloudtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/venafitlsprotectcloud/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Venafi/venafi.svg"},
{"displayName":"Venafi TLS Protect Datacenter","name":"venafiTlsProtectDatacenter","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Venafi TLS Protect Datacenter","defaults":{"name":"Venafi TLS Protect Datacenter"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"venafiTlsProtectDatacenterApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Certificate","value":"certificate"},{"name":"Policy","value":"policy"}],"default":"certificate"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["certificate"]}},"options":[{"name":"Create","value":"create","description":"Provision a new certificate","action":"Create a certificate"},{"name":"Delete","value":"delete","description":"Delete a certificate","action":"Delete a certificate"},{"name":"Download","value":"download","description":"Download a certificate","action":"Download a certificate"},{"name":"Get","value":"get","description":"Retrieve a certificate","action":"Get a certificate"},{"name":"Get Many","value":"getMany","description":"Retrieve many certificates","action":"Get many certificates"},{"name":"Renew","value":"renew","description":"Renew a certificate","action":"Renew a certificate"}],"default":"create"},{"displayName":"Policy DN","name":"PolicyDN","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["certificate"]}},"default":"","description":"The folder DN for the new certificate. If the value is missing, the folder name is the system default. If no system default is configured"},{"displayName":"Subject","name":"Subject","type":"string","displayOptions":{"show":{"operation":["create"],"resource":["certificate"]}},"default":"","description":"The Common Name field for the certificate Subject (DN)"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["certificate"]}},"options":[{"displayName":"Approvers","name":"Approvers","type":"string","typeOptions":{"multipleValues":true},"default":"","description":"An array of one or more identities for certificate workflow approvers"},{"displayName":"CADN","name":"CADN","type":"string","default":"","description":"Only required when no policy sets a CA template. The Distinguished Name (DN) of the Trust Protection Platform Certificate Authority Template object for enrolling the certificate."},{"displayName":"Certificate Type","name":"CertificateType","type":"options","options":[{"name":"Code Signing","value":"Code Signing","description":"X.509 Code Signing Certificate"},{"name":"Device","value":"Device","description":"X.509 Device Certificate"},{"name":"Server","value":"Server","description":"X.509 Server Certificate"},{"name":"User","value":"User","description":"X.509 User Certificate"}],"default":"","description":"One of the following Certificate objects. Ignores any other value."},{"displayName":"City","name":"City","type":"string","default":"","description":"The City field for the certificate Subject DN. Specify a value when requesting a centrally generated CSR."},{"displayName":"Contacts","name":"Contacts","type":"string","typeOptions":{"multipleValues":true},"default":[],"description":"An array of one or more identities for users or groups who receive notifications about events pertaining to the object"},{"displayName":"Country","name":"Country","type":"string","default":"","description":"The Country field for the certificate Subject DN. Specify a value when requesting a centrally generated CSR."},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Custom Fields","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"name":"customFielsValues","displayName":"Address","values":[{"displayName":"Name","name":"Name","type":"string","default":""},{"displayName":"Values","name":"Values","type":"string","default":""}]}]},{"displayName":"Created By","name":"CreatedBy","type":"string","default":"Web SDK","description":"The person, entity, or caller of this request. The default is Web SDK. Avoid overriding the default unless the caller is a significant enterprise application that is tightly integrated with Trust Protection Platform, such as a custom web portal. To add details, use Origin instead. If you want both attributes to have the same value, set only CreatedBy."},{"displayName":"Devices","name":"Devices","type":"collection","placeholder":"Add Field","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Device"},"default":{},"options":[{"displayName":"Applications","name":"applications","type":"string","default":"","description":"An array of one or more Application objects to allow software, which runs on ObjectName, to use the same certificate"},{"displayName":"Cloud Instance ID","name":"CloudInstanceID","type":"string","default":"","description":"Required for Amazon EC2 provisioning. The unique cloud instance ID."},{"displayName":"Cloud Region","name":"CloudRegion","type":"string","default":"","description":"Required for Amazon EC2 provisioning. The geographic location where the cloud service instance resides. An instance in AWS can only exist in a single region."},{"displayName":"Cloud Service","name":"CloudService","type":"string","default":"","description":"Required for Amazon EC2 provisioning. AWS: An Amazon E2C cloud service. Requires you to install and configure the Cloud Instance Monitoring feature."},{"displayName":"Concurrent Connection Limit","name":"ConcurrentConnectionLimit","type":"number","default":0,"description":"Maximum number of connections the device will accept from Trust Protection Platform"},{"displayName":"Contacts","name":"Contacts","type":"string","typeOptions":{"multipleValues":true},"default":[],"description":"An array of one or more identities who receive notifications for this device"},{"displayName":"Created By","name":"CreatedBy","type":"string","default":"Web SDK","description":"The person or entity that is creating the device and any associated software applications for the device. Any value is accepted. Default is Web SDK."},{"displayName":"Credential DN","name":"CredentialDN","type":"string","default":"","description":"The device credential"},{"displayName":"Description","name":"description","type":"string","default":"","description":"The description for this device"},{"displayName":"Enforce Known Host","name":"EnforceKnownHost","type":"boolean","default":true,"description":"For SSH keys. true: Enable known host key enforcement. false: Disable known host key enforcement."},{"displayName":"Host","name":"host","type":"string","default":"","description":"The physical Fully Qualified Domain Name (FQDN) for the host or the IP address for a device"},{"displayName":"Object Name","name":"ObjectName","type":"string","default":"","description":"The device host name or IP address for the certificate object in Trust Protection Platform. If the value is missing, the object name is the Subject."},{"displayName":"Port","name":"port","type":"number","default":0,"description":"The port number to communicate with the device"},{"displayName":"Sudo Credential DN","name":"SudoCredentialDN","type":"number","default":0,"description":"Use in conjunction with UseSudo. The DN that holds the password credential to be used if sudo is configured to prompt for a password when executing a command."},{"displayName":"Temp Directory","name":"TempDirectory","type":"string","default":"","description":"The host directory path to hold temporary files during provisioning. For example /tmp/. The folder should have the necessary write permissions."},{"displayName":"Trusted Fingerprint","name":"TrustedFingerprint","type":"string","default":"","description":"For Secure Shell (SSH) keys. The SSH server key fingerprint. If this value is set, and EnforceKnownHost is enabled, Trust Protection Platform will only successfully connect to the device if the hosts fingerprint matches this value."},{"displayName":"Use Sudo","name":"UseSudo","type":"boolean","default":false,"description":"Use in conjunction with SudoCredentialDN. For cases where the device credentials require sudo privilege elevation to execute commands when installing the certificate on a Unix or Linux device: true: Execute commands using sudo when provisioning. false: Execute commands directly without using sudo."}]},{"displayName":"Disable Automatic Renewal","name":"DisableAutomaticRenewal","type":"boolean","default":false,"description":"The setting to control whether manual intervention is required for certificate renewal"},{"displayName":"Elliptic Curve","name":"EllipticCurve","type":"options","options":[{"name":"P256","value":"P256","description":"Use Elliptic Prime Curve 256 bit encryption"},{"name":"P384","value":"P384","description":"Use Elliptic Prime Curve 384 bit encryption"},{"name":"P521","value":"P521","description":"Use Elliptic Prime Curve 521 bit encryption. (not supported by all Certificate Authorities)."}],"default":"","description":"For Elliptic Curve Cryptography (ECC), use this parameter in conjunction with KeyAlgorithm"},{"displayName":"Key Algorithm","name":"KeyAlgorithm","type":"options","options":[{"name":"RSA","value":"RSA","description":"Rivest, Shamir, Adleman key (RSA)"},{"name":"ECC","value":"ECC","description":"Elliptic Curve Cryptography (ECC)"}],"default":"","description":"The encryption algorithm for the public ke:"},{"displayName":"Key Bit Size","name":"KeyBitSize","type":"number","default":2048,"description":"Use this parameter when KeyAlgorithm is RSA. The number of bits to allow for key generation."},{"displayName":"Management Type","name":"ManagementType","type":"options","options":[{"name":"Enrollment","value":"Enrollment","description":"Issue a new certificate, renewcertificate, or key generation request to a CA for enrollment"},{"name":"Monitoring","value":"Monitoring","description":"Allow Trust Protection Platform to monitor the certificate for expiration and renewal"},{"name":"Provisioning","value":"Provisioning","description":"Issue a new certificate, renew a certificate, or send a key generation request to a CA for enrollment. Automatically install or provision the certificate."},{"name":"Unassigned","value":"Unassigned","description":"Certificates are neither enrolled or monitored by Trust Protection Platform"}],"default":"","description":"The level of management that Trust Protection Platform applies to the certificate"},{"displayName":"Origin","name":"origin","type":"string","typeOptions":{"multipleValues":true},"default":"Web SDK","description":"Additional information, such as the name and version of the calling application, that describes the source of this enrollment, renewal, or provisioning request. The default is Web SDK."},{"displayName":"Organization","name":"Organization","type":"string","default":"","description":"The Organization field for the certificate Subject DN. Specify a value when the CSR centrally generates."},{"displayName":"Organizational Unit","name":"OrganizationalUnit","type":"string","default":"","description":"The department or division within the organization that is responsible for maintaining the certificate"},{"displayName":"PKCS10","name":"PKCS10","type":"string","default":"","description":"The PKCS#10 Certificate Signing Request (CSR). Omit escape characters such as or . If this value is provided, any Subject DN fields and the KeyBitSize in the request are ignored."},{"displayName":"Reenable","name":"Reenable","type":"boolean","default":false,"description":"The action to control a previously disabled certificate"},{"displayName":"Set Work To Do","name":"SetWorkToDo","type":"boolean","default":false,"description":"The setting to control certificate processing"},{"displayName":"State","name":"State","type":"string","default":"","description":"The State field for the certificate Subject DN. Specify a value when requesting a centrally generated CSR."},{"displayName":"Subject Alt Names","name":"SubjectAltNamesUi","placeholder":"Add Subject","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"options":[{"name":"SubjectAltNamesValues","displayName":"Subject Alt Name","values":[{"displayName":"Typename","name":"Typename","type":"options","options":[{"name":"OtherName","value":0,"description":"Specify a Uniform Resource Name (URN) or username"},{"name":"Email","value":1},{"name":"DNS","value":2},{"name":"URI","value":6},{"name":"IP Address","value":7}],"description":"An integer that represents the kind of SAN","default":""},{"displayName":"Name","name":"name","type":"string","default":"","description":"The SAN friendly name that corresponds to the Type or TypeName parameter. For example, if a TypeName is IPAddress, the Name value is a valid IP address."}]}]}]},{"displayName":"Certificate DN","name":"certificateDn","type":"string","required":true,"displayOptions":{"show":{"operation":["download"],"resource":["certificate"]}},"default":""},{"displayName":"Include Private Key","name":"includePrivateKey","type":"boolean","displayOptions":{"show":{"resource":["certificate"],"operation":["download"]}},"default":false},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"required":true,"displayOptions":{"show":{"resource":["certificate"],"operation":["download"],"includePrivateKey":[true]}},"default":""},{"displayName":"Input Data Field Name","name":"binaryProperty","type":"string","required":true,"default":"data","displayOptions":{"show":{"operation":["download"],"resource":["certificate"]}},"description":"The name of the input field containing the binary file data to be uploaded"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["download"],"resource":["certificate"]}},"options":[{"displayName":"Include Chain","name":"IncludeChain","type":"boolean","default":true},{"displayName":"Root First Order","name":"RootFirstOrder","type":"string","default":""},{"displayName":"Keystore Password","name":"KeystorePassword","type":"string","typeOptions":{"password":true},"default":""}]},{"displayName":"Certificate GUID","name":"certificateId","type":"string","required":true,"displayOptions":{"show":{"operation":["get","delete"],"resource":["certificate"]}},"default":"","description":"A GUID that uniquely identifies the certificate"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getMany"],"resource":["certificate"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getMany"],"resource":["certificate"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":500},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"operation":["getMany"],"resource":["certificate"]}},"options":[{"displayName":"Fields","name":"fields","type":"multiOptions","options":[{"name":"Issuer","value":"Issuer"},{"name":"KeyAlgorithm","value":"KeyAlgorithm"},{"name":"KeySize","value":"KeySize"},{"name":"Subject","value":"Subject"}],"default":[],"description":"Include one or more of the following certificate attributes in the return value"}]},{"displayName":"Certificate DN","name":"certificateDN","type":"string","required":true,"displayOptions":{"show":{"operation":["renew"],"resource":["certificate"]}},"default":"","description":"The Distinguished Name (DN) of the certificate to renew"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["renew"],"resource":["certificate"]}},"options":[{"displayName":"PKCS10","name":"PKCS10","type":"string","default":"","description":"The PKCS#10 Certificate Signing Request (CSR). Omit escape characters such as or . If this value is provided, any Subject DN fields and the KeyBitSize in the request are ignored."},{"displayName":"Reenable","name":"Reenable","type":"boolean","default":false,"description":"The action to control a previously disabled certificate"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["policy"]}},"options":[{"name":"Get","value":"get","description":"Get a policy","action":"Get a policy"}],"default":"get"},{"displayName":"Policy DN","name":"policyDn","type":"string","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["policy"]}},"default":"","description":"The Distinguished Name (DN) of the policy folder"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["policy"]}},"options":[{"displayName":"PKCS10","name":"PKCS10","type":"string","default":"","description":"The PKCS#10 policy Signing Request (CSR). Omit escape characters such as or . If this value is provided, any Subject DN fields and the KeyBitSize in the request are ignored."}]}],"codex":{"categories":["Development"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.venafitlsprotectdatacenter/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/venafitlsprotectdatacenter/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Venafi/venafi.svg"},
{"displayName":"Vonage","name":"vonage","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Vonage API","defaults":{"name":"Vonage"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"vonageApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"SMS","value":"sms"}],"default":"sms"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Send","value":"send","action":"Send an SMS"}],"displayOptions":{"show":{"resource":["sms"]}},"default":"send"},{"displayName":"From","name":"from","type":"string","displayOptions":{"show":{"resource":["sms"],"operation":["send"]}},"default":"","description":"The name or number the message should be sent from"},{"displayName":"To","name":"to","type":"string","displayOptions":{"show":{"resource":["sms"],"operation":["send"]}},"default":"","description":"The number that the message should be sent to. Numbers are specified in E.164 format."},{"displayName":"Message","name":"message","type":"string","displayOptions":{"show":{"resource":["sms"],"operation":["send"]}},"default":"","description":"The body of the message being sent"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"resource":["sms"],"operation":["send"]}},"default":{},"options":[{"displayName":"Account Ref","name":"account-ref","type":"string","default":"","description":"An optional string used to identify separate accounts using the SMS endpoint for billing purposes. To use this feature, please email support@nexmo.com."},{"displayName":"Callback","name":"callback","type":"string","default":"","description":"The webhook endpoint the delivery receipt for this sms is sent to. This parameter overrides the webhook endpoint you set in Dashboard."},{"displayName":"Client Ref","name":"client-ref","type":"string","default":"","description":"You can optionally include your own reference of up to 40 characters"},{"displayName":"Message Class","name":"message-class","type":"options","options":[{"name":"0","value":0},{"name":"1","value":1},{"name":"2","value":2},{"name":"3","value":3}],"default":"","description":"The Data Coding Scheme value of the message"},{"displayName":"Protocol ID","name":"protocol-id","type":"string","default":"","description":"The value of the protocol identifier to use. Ensure that the value is aligned with udh."},{"displayName":"Status Report Req","name":"status-report-req","type":"boolean","default":false,"description":"Whether to receive a Delivery Receipt"},{"displayName":"TTL (in Minutes)","name":"ttl","type":"number","default":4320,"description":"By default Nexmo attempt delivery for 72 hours"}]}],"codex":{"categories":["Communication"],"alias":["SMS"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.vonage/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/vonage/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Vonage/vonage.svg","dark":"icons/n8n-nodes-base/dist/nodes/Vonage/vonage.dark.svg"}},
{"displayName":"Wait","name":"wait","icon":"fa:pause-circle","iconColor":"crimson","group":["organization"],"version":[1,1.1],"description":"Wait before continue with execution","defaults":{"name":"Wait","color":"#804050"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"httpBasicAuth","required":true,"displayOptions":{"show":{"incomingAuthentication":["basicAuth"]}}},{"name":"httpHeaderAuth","required":true,"displayOptions":{"show":{"incomingAuthentication":["headerAuth"]}}},{"name":"jwtAuth","required":true,"displayOptions":{"show":{"incomingAuthentication":["jwtAuth"]}}}],"waitingNodeTooltip":"={{ ((parameters, resumeUrl, formResumeUrl) => {\n    const resume = parameters.resume;\n    if (['webhook', 'form'].includes(resume)) {\n        const { webhookSuffix } = (parameters.options ?? {});\n        const suffix = webhookSuffix && typeof webhookSuffix !== 'object' ? `/${webhookSuffix}` : '';\n        let message = '';\n        const baseUrl = resume === 'form' ? formResumeUrl : resumeUrl;\n        // Insert suffix before query parameters if present (for URLs with ?signature=token)\n        // Note: Cannot use URL class here because it is not available in expressions\n        let url;\n        const queryIndex = baseUrl.indexOf('?');\n        if (queryIndex !== -1) {\n            url = baseUrl.slice(0, queryIndex) + suffix + baseUrl.slice(queryIndex);\n        }\n        else {\n            url = baseUrl + suffix;\n        }\n        if (resume === 'form') {\n            message = 'Execution will continue when form is submitted on ';\n        }\n        if (resume === 'webhook') {\n            message = 'Execution will continue when webhook is received on ';\n        }\n        return `${message}<a href=\"${url}\" target=\"_blank\">${url}</a>`;\n    }\n    return 'Execution will continue when wait time is over';\n})($parameter, $execution.resumeUrl, $execution.resumeFormUrl) }}","webhooks":[{"name":"default","httpMethod":"={{$parameter[\"httpMethod\"] || \"GET\"}}","isFullPath":true,"responseCode":"={{((parameters) => {\n    if (parameters.responseCode) {\n        return parameters.responseCode;\n    }\n    const responseCodeOptions = parameters.options;\n    if (responseCodeOptions?.responseCode?.values) {\n        const { responseCode, customCode } = responseCodeOptions.responseCode.values;\n        if (customCode) {\n            return customCode;\n        }\n        return responseCode;\n    }\n    return 200;\n})($parameter)}}","responseMode":"={{$parameter[\"responseMode\"]}}","responseData":"={{$parameter[\"responseData\"]}}","responseBinaryPropertyName":"={{$parameter[\"responseBinaryPropertyName\"]}}","responseContentType":"={{$parameter[\"options\"][\"responseContentType\"]}}","responsePropertyName":"={{$parameter[\"options\"][\"responsePropertyName\"]}}","responseHeaders":"={{$parameter[\"options\"][\"responseHeaders\"]}}","path":"={{$parameter[\"options\"][\"webhookSuffix\"] || \"\"}}","restartWebhook":true},{"name":"default","httpMethod":"GET","responseMode":"onReceived","path":"={{$parameter[\"options\"][\"webhookSuffix\"] || \"\"}}","restartWebhook":true,"isFullPath":true,"nodeType":"form"},{"name":"default","httpMethod":"POST","responseMode":"={{$parameter[\"responseMode\"]}}","responseData":"={{$parameter[\"responseMode\"] === \"lastNode\" ? \"noData\" : undefined}}","path":"={{$parameter[\"options\"][\"webhookSuffix\"] || \"\"}}","restartWebhook":true,"isFullPath":true,"nodeType":"form"}],"properties":[{"displayName":"Resume","name":"resume","type":"options","builderHint":{"message":"For user approval workflows, consider using nodes with operation: \"sendAndWait\" (e.g., email, Slack) instead of Wait node. If using \"webhook\", the URL will be generated at runtime and can be referenced with {{ $execution.resumeUrl }}."},"options":[{"name":"After Time Interval","value":"timeInterval","description":"Waits for a certain amount of time"},{"name":"At Specified Time","value":"specificTime","description":"Waits until a specific date and time to continue"},{"name":"On Webhook Call","value":"webhook","description":"Waits for a webhook call before continuing"},{"name":"On Form Submitted","value":"form","description":"Waits for a form submission before continuing"}],"default":"timeInterval","description":"Determines the waiting mode to use before the workflow continues"},{"displayName":"Authentication","name":"incomingAuthentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"None","value":"none"}],"default":"none","description":"If and how incoming resume-webhook-requests to $execution.resumeFormUrl should be authenticated for additional security","displayOptions":{"show":{"resume":["form"]}}},{"displayName":"Authentication","name":"incomingAuthentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"Header Auth","value":"headerAuth"},{"name":"JWT Auth","value":"jwtAuth"},{"name":"None","value":"none"}],"default":"none","description":"If and how incoming resume-webhook-requests to $execution.resumeUrl should be authenticated for additional security","displayOptions":{"show":{"resume":["webhook"]}}},{"displayName":"Date and Time","name":"dateTime","type":"dateTime","displayOptions":{"show":{"resume":["specificTime"]}},"default":"","description":"The date and time to wait for before continuing","required":true},{"displayName":"Wait Amount","name":"amount","type":"number","typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait","validateType":"number","displayOptions":{"show":{"resume":["timeInterval"],"@version":[1]}}},{"displayName":"Wait Amount","name":"amount","type":"number","typeOptions":{"minValue":0,"numberPrecision":2},"default":5,"description":"The time to wait","validateType":"number","displayOptions":{"show":{"resume":["timeInterval"]},"hide":{"@version":[1]}}},{"displayName":"Wait Unit","name":"unit","type":"options","options":[{"name":"Seconds","value":"seconds"},{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"The time unit of the Wait Amount value","displayOptions":{"show":{"resume":["timeInterval"],"@version":[1]}}},{"displayName":"Wait Unit","name":"unit","type":"options","options":[{"name":"Seconds","value":"seconds"},{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"seconds","description":"The time unit of the Wait Amount value","displayOptions":{"show":{"resume":["timeInterval"]},"hide":{"@version":[1]}}},{"displayName":"The webhook URL will be generated at run time. It can be referenced with the <strong>$execution.resumeUrl</strong> variable. Send it somewhere before getting to this node. <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.wait/?utm_source=n8n_app&utm_medium=node_settings_modal-credential_link&utm_campaign=n8n-nodes-base.wait\" target=\"_blank\">More info</a>","name":"webhookNotice","type":"notice","displayOptions":{"show":{"resume":["webhook"]}},"default":""},{"displayName":"The form url will be generated at run time. It can be referenced with the <strong>$execution.resumeFormUrl</strong> variable. Send it somewhere before getting to this node. <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.wait/?utm_source=n8n_app&utm_medium=node_settings_modal-credential_link&utm_campaign=n8n-nodes-base.wait\" target=\"_blank\">More info</a>","name":"formNotice","type":"notice","displayOptions":{"show":{"resume":["form"]}},"default":""},{"displayName":"Form Title","name":"formTitle","type":"string","default":"","placeholder":"e.g. Contact us","required":true,"description":"Shown at the top of the form","displayOptions":{"show":{"resume":["form"]}}},{"displayName":"Form Description","name":"formDescription","type":"string","default":"","placeholder":"e.g. We'll get back to you soon","description":"Shown underneath the Form Title. Can be used to prompt the user on how to complete the form. Accepts HTML. Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags.","typeOptions":{"rows":2},"displayOptions":{"show":{"resume":["form"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"resume":["form"]}}},{"displayName":"Respond When","name":"responseMode","type":"options","options":[{"name":"Form Is Submitted","value":"onReceived","description":"As soon as this node receives the form submission"},{"name":"Workflow Finishes","value":"lastNode","description":"When the last node of the workflow is executed"},{"name":"Using 'Respond to Webhook' Node","value":"responseNode","description":"When the 'Respond to Webhook' node is executed"}],"default":"onReceived","description":"When to respond to the form submission","displayOptions":{"show":{"resume":["form"]}}},{"displayName":"HTTP Method","name":"httpMethod","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The HTTP method of the Webhook call","displayOptions":{"show":{"resume":["webhook"]}}},{"displayName":"Response Code","name":"responseCode","type":"number","displayOptions":{"hide":{"responseMode":["responseNode"]},"show":{"resume":["webhook"]}},"typeOptions":{"minValue":100,"maxValue":599},"default":200,"description":"The HTTP Response code to return"},{"displayName":"Respond","name":"responseMode","type":"options","options":[{"name":"Immediately","value":"onReceived","description":"As soon as this node executes"},{"name":"When Last Node Finishes","value":"lastNode","description":"Returns data of the last-executed node"},{"name":"Using 'Respond to Webhook' Node","value":"responseNode","description":"Response defined in that node"}],"default":"onReceived","description":"When and how to respond to the webhook","builderHint":{"message":"Use 'responseNode' to respond via a 'Respond to Webhook' node later in the workflow"},"displayOptions":{"show":{"@version":[1,1.1,2],"resume":["webhook"]}}},{"displayName":"Response Data","name":"responseData","type":"options","displayOptions":{"show":{"responseMode":["lastNode"],"resume":["webhook"]}},"options":[{"name":"All Entries","value":"allEntries","description":"Returns all the entries of the last node. Always returns an array."},{"name":"First Entry JSON","value":"firstEntryJson","description":"Returns the JSON data of the first entry of the last node. Always returns a JSON object."},{"name":"First Entry Binary","value":"firstEntryBinary","description":"Returns the binary data of the first entry of the last node. Always returns a binary file."},{"name":"No Response Body","value":"noData","description":"Returns without a body"}],"default":"firstEntryJson","description":"What data should be returned. If it should return all items as an array or only the first item as object."},{"displayName":"Property Name","name":"responseBinaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"responseData":["firstEntryBinary"],"resume":["webhook"]}},"description":"Name of the binary property to return"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"boolean","default":false,"description":"Whether to limit the time this node should wait for a user response before execution resumes","displayOptions":{"show":{"resume":["webhook","form"]}}},{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","displayOptions":{"show":{"limitWaitTime":[true],"resume":["webhook","form"]}},"options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"],"limitWaitTime":[true],"resume":["webhook","form"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"],"limitWaitTime":[true],"resume":["webhook","form"]}},"options":[{"name":"Seconds","value":"seconds"},{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"],"limitWaitTime":[true],"resume":["webhook","form"]}},"default":"","description":"Continue execution after the specified date and time"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Binary File","name":"binaryData","type":"boolean","displayOptions":{"show":{"/httpMethod":["PATCH","PUT","POST"],"@version":[1]}},"default":false,"description":"Whether the webhook will receive binary data"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"show":{"binaryData":[true],"@version":[1]}},"hint":"The name of the output binary field to put the file in","description":"If the data gets received via \"Form-Data Multipart\" it will be the prefix and a number starting with 0 will be attached to it"},{"displayName":"Field Name for Binary Data","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"hide":{"@version":[1]}},"description":"The name of the output field to put any binary file data in. Only relevant if binary data is received."},{"displayName":"Ignore Bots","name":"ignoreBots","type":"boolean","default":false,"description":"Whether to ignore requests from bots like link previewers and web crawlers"},{"displayName":"IP(s) Allowlist","name":"ipWhitelist","type":"string","placeholder":"e.g. 127.0.0.1, 192.168.1.0/24","default":"","description":"Comma-separated list of allowed IP addresses or CIDR ranges. Leave empty to allow all IPs."},{"displayName":"No Response Body","name":"noResponseBody","type":"boolean","default":false,"description":"Whether to send any body in the response","displayOptions":{"hide":{"rawBody":[true]},"show":{"/responseMode":["onReceived"]}}},{"displayName":"Raw Body","name":"rawBody","type":"boolean","displayOptions":{"show":{"@version":[1]},"hide":{"binaryData":[true],"noResponseBody":[true]}},"default":false,"description":"Raw body (binary)"},{"displayName":"Raw Body","name":"rawBody","type":"boolean","displayOptions":{"hide":{"noResponseBody":[true],"@version":[1]}},"default":false,"description":"Whether to return the raw body"},{"displayName":"Response Data","name":"responseData","type":"string","displayOptions":{"show":{"/responseMode":["onReceived"]},"hide":{"noResponseBody":[true]}},"default":"","placeholder":"success","description":"Custom response data to send"},{"displayName":"Response Content-Type","name":"responseContentType","type":"string","displayOptions":{"show":{"/responseData":["firstEntryJson"],"/responseMode":["lastNode"]}},"default":"","placeholder":"application/xml","description":"Set a custom content-type to return if another one as the \"application/json\" should be returned"},{"displayName":"Response Headers","name":"responseHeaders","placeholder":"Add Response Header","description":"Add headers to the webhook response","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"entries","displayName":"Entries","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the header"}]}]},{"displayName":"Property Name","name":"responsePropertyName","type":"string","displayOptions":{"show":{"/responseData":["firstEntryJson"],"/responseMode":["lastNode"]}},"default":"data","description":"Name of the property to return the data of instead of the whole JSON"},{"displayName":"Webhook Suffix","name":"webhookSuffix","type":"string","default":"","placeholder":"webhook","noDataExpression":true,"description":"This suffix path will be appended to the restart URL. Helpful when using multiple wait nodes."}],"displayOptions":{"show":{"resume":["webhook"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resume":["form"]},"hide":{"responseMode":["responseNode"]}},"options":[{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the link “Form automated with n8n” at the bottom of the form"},{"displayName":"Form Response","name":"respondWithOptions","type":"fixedCollection","placeholder":"Add option","default":{"values":{"respondWith":"text"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Respond With","name":"respondWith","type":"options","default":"text","options":[{"name":"Form Submitted Text","value":"text","description":"Show a response text to the user"},{"name":"Redirect URL","value":"redirect","description":"Redirect the user to a URL"}]},{"displayName":"Text to Show","name":"formSubmittedText","description":"The text displayed to users after they fill the form. Leave it empty if don't want to show any additional text.","type":"string","default":"Your response has been recorded","displayOptions":{"show":{"respondWith":["text"]}}},{"displayName":"URL to Redirect to","name":"redirectUrl","description":"The URL to redirect users to after they fill the form. Must be a valid URL.","type":"string","default":"","validateType":"url","placeholder":"e.g. http://www.n8n.io","displayOptions":{"show":{"respondWith":["redirect"]}}}]}]},{"displayName":"Webhook Suffix","name":"webhookSuffix","type":"string","default":"","placeholder":"webhook","noDataExpression":true,"description":"This suffix path will be appended to the restart URL. Helpful when using multiple wait nodes."}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resume":["form"]},"hide":{"responseMode":["onReceived","lastNode"]}},"options":[{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the link “Form automated with n8n” at the bottom of the form"},{"displayName":"Webhook Suffix","name":"webhookSuffix","type":"string","default":"","placeholder":"webhook","noDataExpression":true,"description":"This suffix path will be appended to the restart URL. Helpful when using multiple wait nodes."}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Helpers","Flow"]},"alias":["pause","sleep","delay","timeout"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.wait/"}]}}},
{"displayName":"Webflow","name":"webflow","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Webflow API","defaultVersion":2,"version":[2],"defaults":{"name":"Webflow"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"webflowOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Item","value":"item"}],"default":"item"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create an item"},{"name":"Delete","value":"deleteItem","action":"Delete an item"},{"name":"Get","value":"get","action":"Get an item"},{"name":"Get Many","value":"getAll","action":"Get many items"},{"name":"Update","value":"update","action":"Update an item"}],"displayOptions":{"show":{"resource":["item"]}}},{"displayName":"Site Name or ID","name":"siteId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getSites"},"default":"","description":"ID of the site containing the collection whose items to add to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["item"],"operation":["create"]}}},{"displayName":"Collection Name or ID","name":"collectionId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getCollections","loadOptionsDependsOn":["siteId"]},"default":"","description":"ID of the collection to add an item to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["item"],"operation":["create"]}}},{"displayName":"Live","name":"live","type":"boolean","required":true,"default":false,"description":"Whether the item should be published on the live site","displayOptions":{"show":{"resource":["item"],"operation":["create"]}}},{"displayName":"Fields","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getFields","loadOptionsDependsOn":["collectionId"]},"default":"","description":"Field to set for the item to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value to set for the item to create"}]}],"displayOptions":{"show":{"resource":["item"],"operation":["create"]}}},{"displayName":"Site Name or ID","name":"siteId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getSites"},"default":"","description":"ID of the site containing the collection whose items to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["item"],"operation":["deleteItem"]}}},{"displayName":"Collection Name or ID","name":"collectionId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getCollections","loadOptionsDependsOn":["siteId"]},"default":"","description":"ID of the collection whose items to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["item"],"operation":["deleteItem"]}}},{"displayName":"Item ID","name":"itemId","type":"string","required":true,"default":"","description":"ID of the item to operate on","displayOptions":{"show":{"resource":["item"],"operation":["deleteItem"]}}},{"displayName":"Site Name or ID","name":"siteId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getSites"},"default":"","description":"ID of the site containing the collection whose items to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Collection Name or ID","name":"collectionId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getCollections","loadOptionsDependsOn":["siteId"]},"default":"","description":"ID of the collection whose items to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Item ID","name":"itemId","type":"string","required":true,"default":"","description":"ID of the item to operate on","displayOptions":{"show":{"resource":["item"],"operation":["get"]}}},{"displayName":"Site Name or ID","name":"siteId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getSites"},"default":"","description":"ID of the site containing the collection whose items to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Collection Name or ID","name":"collectionId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getCollections","loadOptionsDependsOn":["siteId"]},"default":"","description":"ID of the collection whose items to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","typeOptions":{"minValue":1,"maxValue":100},"displayOptions":{"show":{"returnAll":[false],"resource":["item"],"operation":["getAll"]}},"default":100,"description":"Max number of results to return"},{"displayName":"Site Name or ID","name":"siteId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getSites"},"default":"","description":"ID of the site containing the collection whose items to add to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["item"],"operation":["update"]}}},{"displayName":"Collection Name or ID","name":"collectionId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getCollections","loadOptionsDependsOn":["siteId"]},"default":"","description":"ID of the collection to add an item to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["item"],"operation":["update"]}}},{"displayName":"Item ID","name":"itemId","type":"string","required":true,"default":"","description":"ID of the item to update","displayOptions":{"show":{"resource":["item"],"operation":["update"]}}},{"displayName":"Live","name":"live","type":"boolean","required":true,"default":false,"description":"Whether the item should be published on the live site","displayOptions":{"show":{"resource":["item"],"operation":["update"]}}},{"displayName":"Fields","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getFields","loadOptionsDependsOn":["collectionId"]},"default":"","description":"Field to set for the item to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value to set for the item to create"}]}],"displayOptions":{"show":{"resource":["item"],"operation":["update"]}}}],"usableAsTool":true,"iconUrl":"icons/n8n-nodes-base/dist/nodes/Webflow/webflow.svg","codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.webflow/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/webflow/"}]}}},
{"displayName":"Webflow","name":"webflow","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Webflow API","defaultVersion":2,"version":1,"defaults":{"name":"Webflow"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"webflowApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"webflowOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Item","value":"item"}],"default":"item"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create an item"},{"name":"Delete","value":"delete","action":"Delete an item"},{"name":"Get","value":"get","action":"Get an item"},{"name":"Get Many","value":"getAll","action":"Get many items"},{"name":"Update","value":"update","action":"Update an item"}],"displayOptions":{"show":{"resource":["item"]}}},{"displayName":"Site Name or ID","name":"siteId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getSites"},"default":"","displayOptions":{"show":{"resource":["item"],"operation":["create"]}},"description":"ID of the site containing the collection whose items to add to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Collection Name or ID","name":"collectionId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getCollections","loadOptionsDependsOn":["siteId"]},"default":"","displayOptions":{"show":{"resource":["item"],"operation":["create"]}},"description":"ID of the collection to add an item to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Live","name":"live","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["item"],"operation":["create"]}},"description":"Whether the item should be published on the live site"},{"displayName":"Fields","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["item"],"operation":["create"]}},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getFields","loadOptionsDependsOn":["collectionId"]},"default":"","description":"Field to set for the item to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value to set for the item to create"}]}]},{"displayName":"Site Name or ID","name":"siteId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getSites"},"default":"","displayOptions":{"show":{"resource":["item"],"operation":["delete","get"]}},"description":"ID of the site containing the collection whose items to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Collection Name or ID","name":"collectionId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getCollections","loadOptionsDependsOn":["siteId"]},"default":"","displayOptions":{"show":{"resource":["item"],"operation":["delete","get"]}},"description":"ID of the collection whose items to operate on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Item ID","name":"itemId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["item"],"operation":["delete","get"]}},"description":"ID of the item to operate on"},{"displayName":"Site Name or ID","name":"siteId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getSites"},"default":"","displayOptions":{"show":{"resource":["item"],"operation":["update"]}},"description":"ID of the site containing the collection whose items to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Collection Name or ID","name":"collectionId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getCollections","loadOptionsDependsOn":["siteId"]},"default":"","displayOptions":{"show":{"resource":["item"],"operation":["update"]}},"description":"ID of the collection whose items to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Item ID","name":"itemId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["item"],"operation":["update"]}},"description":"ID of the item to update"},{"displayName":"Live","name":"live","type":"boolean","required":true,"default":false,"displayOptions":{"show":{"resource":["item"],"operation":["update"]}},"description":"Whether the item should be published on the live site"},{"displayName":"Fields","name":"fieldsUi","placeholder":"Add Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"displayOptions":{"show":{"resource":["item"],"operation":["update"]}},"options":[{"displayName":"Field","name":"fieldValues","values":[{"displayName":"Field Name or ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getFields","loadOptionsDependsOn":["collectionId"]},"default":"","description":"Field to set for the item to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"fieldValue","type":"string","default":"","description":"Value to set for the item to update"}]}]},{"displayName":"Site Name or ID","name":"siteId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getSites"},"default":"","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}},"description":"ID of the site containing the collection whose items to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Collection Name or ID","name":"collectionId","type":"options","required":true,"typeOptions":{"loadOptionsMethod":"getCollections","loadOptionsDependsOn":["siteId"]},"default":"","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}},"description":"ID of the collection whose items to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["item"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["item"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Webflow/webflow.svg","codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.webflow/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/webflow/"}]}}},
{"displayName":"Webflow Trigger","name":"webflowTrigger","group":["trigger"],"description":"Handle Webflow events via webhooks","defaultVersion":2,"version":2,"defaults":{"name":"Webflow Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"webflowOAuth2Api","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Site Name or ID","name":"site","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getSites"},"description":"Site that will trigger the events. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Event","name":"event","type":"options","required":true,"options":[{"name":"Collection Item Created","value":"collection_item_created"},{"name":"Collection Item Deleted","value":"collection_item_deleted"},{"name":"Collection Item Updated","value":"collection_item_changed"},{"name":"Ecomm Inventory Changed","value":"ecomm_inventory_changed"},{"name":"Ecomm New Order","value":"ecomm_new_order"},{"name":"Ecomm Order Changed","value":"ecomm_order_changed"},{"name":"Form Submission","value":"form_submission"},{"name":"Site Publish","value":"site_publish"}],"default":"form_submission"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Webflow/webflow.svg","codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.webflowtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/webflow/"}]}}},
{"displayName":"Webflow Trigger","name":"webflowTrigger","group":["trigger"],"description":"Handle Webflow events via webhooks","defaultVersion":2,"version":1,"defaults":{"name":"Webflow Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"webflowApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"webflowOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Site Name or ID","name":"site","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getSites"},"description":"Site that will trigger the events. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Event","name":"event","type":"options","required":true,"options":[{"name":"Collection Item Created","value":"collection_item_created"},{"name":"Collection Item Deleted","value":"collection_item_deleted"},{"name":"Collection Item Updated","value":"collection_item_changed"},{"name":"Ecomm Inventory Changed","value":"ecomm_inventory_changed"},{"name":"Ecomm New Order","value":"ecomm_new_order"},{"name":"Ecomm Order Changed","value":"ecomm_order_changed"},{"name":"Form Submission","value":"form_submission"},{"name":"Site Publish","value":"site_publish"}],"default":"form_submission"}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Webflow/webflow.svg","codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.webflowtrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/webflow/"}]}}},
{"displayName":"Webhook","name":"webhook","group":["trigger"],"version":[1,1.1,2,2.1],"defaultVersion":2.1,"description":"Starts the workflow when a webhook is called","eventTriggerDescription":"Waiting for you to call the Test URL","activationMessage":"You can now make calls to your production webhook URL.","defaults":{"name":"Webhook"},"supportsCORS":true,"triggerPanel":{"header":"","executionsHelp":{"inactive":"Webhooks have two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'listen' button, then make a request to the test URL. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. Publish the workflow, then make requests to the production URL. These executions will show up in the executions list, but not in the editor.","active":"Webhooks have two modes: test and production. <br /> <br /> <b>Use test mode while you build your workflow</b>. Click the 'listen' button, then make a request to the test URL. The executions will show up in the editor.<br /> <br /> <b>Use production mode to run your workflow automatically</b>. Since the workflow is activated, you can make requests to the production URL. These executions will show up in the <a data-key=\"executions\">executions list</a>, but not in the editor."},"activationHint":"Once you've finished building your workflow, run it without having to click this button by using the production webhook URL."},"inputs":[],"outputs":"={{((parameters) => {\n    const httpMethod = parameters.httpMethod;\n    if (!Array.isArray(httpMethod))\n        return [\n            {\n                type: 'main',\n                displayName: httpMethod,\n            },\n        ];\n    const outputs = httpMethod.map((method) => {\n        return {\n            type: 'main',\n            displayName: method,\n        };\n    });\n    return outputs;\n})($parameter)}}","credentials":[{"name":"httpBasicAuth","required":true,"displayOptions":{"show":{"authentication":["basicAuth"]}}},{"name":"httpHeaderAuth","required":true,"displayOptions":{"show":{"authentication":["headerAuth"]}}},{"name":"jwtAuth","required":true,"displayOptions":{"show":{"authentication":["jwtAuth"]}}}],"webhooks":[{"name":"default","httpMethod":"={{$parameter[\"httpMethod\"] || \"GET\"}}","isFullPath":true,"responseCode":"={{((parameters) => {\n    if (parameters.responseCode) {\n        return parameters.responseCode;\n    }\n    const responseCodeOptions = parameters.options;\n    if (responseCodeOptions?.responseCode?.values) {\n        const { responseCode, customCode } = responseCodeOptions.responseCode.values;\n        if (customCode) {\n            return customCode;\n        }\n        return responseCode;\n    }\n    return 200;\n})($parameter)}}","responseMode":"={{$parameter[\"responseMode\"]}}","responseData":"={{((parameters) => {\n    const { responseData, responseMode, options } = parameters;\n    if (responseData)\n        return responseData;\n    if (responseMode === 'onReceived') {\n        const data = options?.responseData;\n        if (data)\n            return data;\n    }\n    if (options?.noResponseBody)\n        return 'noData';\n    return undefined;\n})($parameter)}}","responseBinaryPropertyName":"={{$parameter[\"responseBinaryPropertyName\"]}}","responseContentType":"={{$parameter[\"options\"][\"responseContentType\"]}}","responsePropertyName":"={{$parameter[\"options\"][\"responsePropertyName\"]}}","responseHeaders":"={{$parameter[\"options\"][\"responseHeaders\"]}}","path":"={{$parameter[\"path\"]}}"}],"sensitiveOutputFields":["headers.authorization","headers.cookie"],"properties":[{"displayName":"Allow Multiple HTTP Methods","name":"multipleMethods","type":"boolean","default":false,"isNodeSetting":true,"description":"Whether to allow the webhook to listen for multiple HTTP methods"},{"displayName":"HTTP Method","name":"httpMethod","type":"options","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":"GET","description":"The HTTP method to listen to","displayOptions":{"show":{"multipleMethods":[false]}}},{"displayName":"HTTP Methods","name":"httpMethod","type":"multiOptions","options":[{"name":"DELETE","value":"DELETE"},{"name":"GET","value":"GET"},{"name":"HEAD","value":"HEAD"},{"name":"PATCH","value":"PATCH"},{"name":"POST","value":"POST"},{"name":"PUT","value":"PUT"}],"default":["GET","POST"],"description":"The HTTP methods to listen to","displayOptions":{"show":{"multipleMethods":[true]}}},{"displayName":"Path","name":"path","type":"string","default":"","placeholder":"webhook","builderHint":{"message":"The webhook path that triggers this workflow","placeholderSupported":false},"description":"The path to listen to, dynamic values could be specified by using ':', e.g. 'your-path/:dynamic-value'. If dynamic values are set 'webhookId' would be prepended to path."},{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"Header Auth","value":"headerAuth"},{"name":"JWT Auth","value":"jwtAuth"},{"name":"None","value":"none"}],"default":"none","description":"The way to authenticate"},{"displayName":"Respond","name":"responseMode","type":"options","options":[{"name":"Immediately","value":"onReceived","description":"As soon as this node executes"},{"name":"When Last Node Finishes","value":"lastNode","description":"Returns data of the last-executed node"},{"name":"Using 'Respond to Webhook' Node","value":"responseNode","description":"Response defined in that node"}],"default":"onReceived","description":"When and how to respond to the webhook","builderHint":{"message":"Use 'responseNode' to respond via a 'Respond to Webhook' node later in the workflow"},"displayOptions":{"show":{"@version":[1,1.1,2]}}},{"displayName":"Respond","name":"responseMode","type":"options","options":[{"name":"Immediately","value":"onReceived","description":"As soon as this node executes"},{"name":"When Last Node Finishes","value":"lastNode","description":"Returns data of the last-executed node"},{"name":"Using 'Respond to Webhook' Node","value":"responseNode","description":"Response defined in that node"},{"name":"Streaming","value":"streaming","description":"Returns data in real time from streaming enabled nodes"}],"default":"onReceived","description":"When and how to respond to the webhook","builderHint":{"message":"Use 'responseNode' to respond via a 'Respond to Webhook' node later in the workflow"},"displayOptions":{"hide":{"@version":[1,1.1,2]}}},{"displayName":"Insert a 'Respond to Webhook' node to control when and how you respond. <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook/\" target=\"_blank\">More details</a>","name":"webhookNotice","type":"notice","displayOptions":{"show":{"responseMode":["responseNode"]}},"default":""},{"displayName":"Insert a node that supports streaming (e.g. 'AI Agent') and enable streaming to stream directly to the response while the workflow is executed. <a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.respondtowebhook/\" target=\"_blank\">More details</a>","name":"webhookStreamingNotice","type":"notice","displayOptions":{"show":{"responseMode":["streaming"]}},"default":""},{"displayName":"Response Code","name":"responseCode","type":"number","displayOptions":{"show":{"@version":[1,1.1]},"hide":{"responseMode":["responseNode"]}},"typeOptions":{"minValue":100,"maxValue":599},"default":200,"description":"The HTTP Response code to return"},{"displayName":"Response Data","name":"responseData","type":"options","displayOptions":{"show":{"responseMode":["lastNode"]}},"options":[{"name":"All Entries","value":"allEntries","description":"Returns all the entries of the last node. Always returns an array."},{"name":"First Entry JSON","value":"firstEntryJson","description":"Returns the JSON data of the first entry of the last node. Always returns a JSON object."},{"name":"First Entry Binary","value":"firstEntryBinary","description":"Returns the binary data of the first entry of the last node. Always returns a binary file."},{"name":"No Response Body","value":"noData","description":"Returns without a body"}],"default":"firstEntryJson","description":"What data should be returned. If it should return all items as an array or only the first item as object."},{"displayName":"Property Name","name":"responseBinaryPropertyName","type":"string","required":true,"default":"data","displayOptions":{"show":{"responseData":["firstEntryBinary"]}},"description":"Name of the binary property to return"},{"displayName":"If you are sending back a response, add a \"Content-Type\" response header with the appropriate value to avoid unexpected behavior","name":"contentTypeNotice","type":"notice","default":"","displayOptions":{"show":{"responseMode":["onReceived"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Allowed Origins (CORS)","name":"allowedOrigins","type":"string","default":"*","description":"Comma-separated list of URLs allowed for cross-origin non-preflight requests. Use * (default) to allow all origins."},{"displayName":"Binary File","name":"binaryData","type":"boolean","displayOptions":{"show":{"/httpMethod":["PATCH","PUT","POST"],"@version":[1]}},"default":false,"description":"Whether the webhook will receive binary data"},{"displayName":"Field Name for Binary Data","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"hide":{"@version":[1]}},"description":"The name of the output field to put any binary file data in. Only relevant if binary data is received."},{"displayName":"Ignore Bots","name":"ignoreBots","type":"boolean","default":false,"description":"Whether to ignore requests from bots like link previewers and web crawlers"},{"displayName":"IP(s) Allowlist","name":"ipWhitelist","type":"string","placeholder":"e.g. 127.0.0.1, 192.168.1.0/24","default":"","description":"Comma-separated list of allowed IP addresses or CIDR ranges. Leave empty to allow all IPs."},{"displayName":"No Response Body","name":"noResponseBody","type":"boolean","default":false,"description":"Whether to send any body in the response","displayOptions":{"hide":{"rawBody":[true]},"show":{"/responseMode":["onReceived"]}}},{"displayName":"Property Name","name":"responsePropertyName","type":"string","displayOptions":{"show":{"/responseData":["firstEntryJson"],"/responseMode":["lastNode"]}},"default":"data","description":"Name of the property to return the data of instead of the whole JSON"},{"displayName":"Put Output File in Field","name":"binaryPropertyName","type":"string","default":"data","displayOptions":{"show":{"binaryData":[true],"@version":[1]}},"hint":"The name of the output binary field to put the file in","description":"If the data gets received via \"Form-Data Multipart\" it will be the prefix and a number starting with 0 will be attached to it"},{"displayName":"Raw Body","name":"rawBody","type":"boolean","displayOptions":{"show":{"@version":[1]},"hide":{"binaryData":[true],"noResponseBody":[true]}},"default":false,"description":"Raw body (binary)"},{"displayName":"Raw Body","name":"rawBody","type":"boolean","displayOptions":{"hide":{"noResponseBody":[true],"@version":[1]}},"default":false,"description":"Whether to return the raw body"},{"displayName":"Response Code","name":"responseCode","placeholder":"Add Response Code","type":"fixedCollection","default":{"values":{"responseCode":200}},"options":[{"name":"values","displayName":"Values","values":[{"displayName":"Response Code","name":"responseCode","type":"options","options":[{"name":"200","value":200,"description":"OK - Request has succeeded"},{"name":"201","value":201,"description":"Created - Request has been fulfilled"},{"name":"204","value":204,"description":"No Content - Request processed, no content returned"},{"name":"301","value":301,"description":"Moved Permanently - Requested resource moved permanently"},{"name":"302","value":302,"description":"Found - Requested resource moved temporarily"},{"name":"304","value":304,"description":"Not Modified - Resource has not been modified"},{"name":"400","value":400,"description":"Bad Request - Request could not be understood"},{"name":"401","value":401,"description":"Unauthorized - Request requires user authentication"},{"name":"403","value":403,"description":"Forbidden - Server understood, but refuses to fulfill"},{"name":"404","value":404,"description":"Not Found - Server has not found a match"},{"name":"Custom Code","value":"customCode","description":"Write any HTTP code"}],"default":200,"description":"The HTTP response code to return"},{"displayName":"Code","name":"customCode","type":"number","default":200,"placeholder":"e.g. 400","typeOptions":{"minValue":100},"displayOptions":{"show":{"responseCode":["customCode"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2}}]},"hide":{"/responseMode":["responseNode"]}}},{"displayName":"Response Content-Type","name":"responseContentType","type":"string","displayOptions":{"show":{"/responseData":["firstEntryJson"],"/responseMode":["lastNode"]}},"default":"","placeholder":"application/xml","description":"Set a custom content-type to return if another one as the \"application/json\" should be returned"},{"displayName":"Response Data","name":"responseData","type":"string","displayOptions":{"show":{"/responseMode":["onReceived"]},"hide":{"noResponseBody":[true]}},"default":"","placeholder":"success","description":"Custom response data to send"},{"displayName":"Response Headers","name":"responseHeaders","placeholder":"Add Response Header","description":"Add headers to the webhook response","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"entries","displayName":"Entries","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Name of the header"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the header"}]}]}]}],"codex":{"categories":["Development","Core Nodes"],"subcategories":{"Core Nodes":["Helpers"]},"alias":["HTTP","API","Build","WH"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.webhook/"}]}},"iconUrl":{"light":"icons/n8n-nodes-base/dist/nodes/Webhook/webhook.svg","dark":"icons/n8n-nodes-base/dist/nodes/Webhook/webhook.dark.svg"}},
{"displayName":"Wekan","name":"wekan","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Wekan API","defaults":{"name":"Wekan"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"wekanApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Board","value":"board"},{"name":"Card","value":"card"},{"name":"Card Comment","value":"cardComment"},{"name":"Checklist","value":"checklist"},{"name":"Checklist Item","value":"checklistItem"},{"name":"List","value":"list"}],"default":"card"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["board"]}},"options":[{"name":"Create","value":"create","description":"Create a new board","action":"Create a board"},{"name":"Delete","value":"delete","description":"Delete a board","action":"Delete a board"},{"name":"Get","value":"get","description":"Get the data of a board","action":"Get a board"},{"name":"Get Many","value":"getAll","description":"Get many user boards","action":"Get many boards"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["card"]}},"options":[{"name":"Create","value":"create","description":"Create a new card","action":"Create a card"},{"name":"Delete","value":"delete","description":"Delete a card","action":"Delete a card"},{"name":"Get","value":"get","description":"Get a card","action":"Get a card"},{"name":"Get Many","value":"getAll","description":"Get many cards","action":"Get many cards"},{"name":"Update","value":"update","description":"Update a card","action":"Update a card"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["cardComment"]}},"options":[{"name":"Create","value":"create","description":"Create a comment on a card","action":"Create a comment on a card"},{"name":"Delete","value":"delete","description":"Delete a comment from a card","action":"Delete a comment from a card"},{"name":"Get","value":"get","description":"Get a card comment","action":"Get a card comment"},{"name":"Get Many","value":"getAll","description":"Get many card comments","action":"Get many card comments"}],"default":"create"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["checklist"]}},"options":[{"name":"Create","value":"create","description":"Create a new checklist","action":"Create a checklist"},{"name":"Delete","value":"delete","description":"Delete a checklist","action":"Delete a checklist"},{"name":"Get","value":"get","description":"Get the data of a checklist","action":"Get a checklist"},{"name":"Get Many","value":"getAll","description":"Returns many checklists for the card","action":"Get many checklists"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["checklistItem"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a checklist item","action":"Delete a checklist item"},{"name":"Get","value":"get","description":"Get a checklist item","action":"Get a checklist item"},{"name":"Update","value":"update","description":"Update a checklist item","action":"Update a checklist item"}],"default":"getAll"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["list"]}},"options":[{"name":"Create","value":"create","description":"Create a new list","action":"Create a list"},{"name":"Delete","value":"delete","description":"Delete a list","action":"Delete a list"},{"name":"Get","value":"get","description":"Get the data of a list","action":"Get a list"},{"name":"Get Many","value":"getAll","description":"Get many board lists","action":"Get many lists"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","default":"","placeholder":"My board","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["board"]}},"description":"The title of the board"},{"displayName":"Owner Name or ID","name":"owner","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["board"]}},"description":"The user ID in Wekan. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["board"]}},"default":{},"options":[{"displayName":"Active","name":"isActive","type":"boolean","default":false,"description":"Whether to set the board active"},{"displayName":"Admin","name":"isAdmin","type":"boolean","default":false,"description":"Whether to set the owner an admin of the board"},{"displayName":"Color","name":"color","type":"options","options":[{"name":"Belize","value":"belize"},{"name":"Midnight","value":"midnight"},{"name":"Nephritis","value":"nephritis"},{"name":"Pomegranate","value":"pomegranate"},{"name":"Pumpkin","value":"pumpkin"},{"name":"Wisteria","value":"wisteria"}],"default":"","description":"The color of the board"},{"displayName":"Comment Only","name":"isCommentOnly","type":"boolean","default":false,"description":"Whether to enable comments"},{"displayName":"No Comments","name":"isNoComments","type":"boolean","default":false,"description":"Whether to disable comments"},{"displayName":"Permission","name":"permission","type":"options","options":[{"name":"Private","value":"private"},{"name":"Public","value":"public"}],"default":"private","description":"Set the board permission"},{"displayName":"Worker","name":"isWorker","type":"boolean","default":false,"description":"Whether to only move cards, assign himself to card and comment"}]},{"displayName":"Board ID","name":"boardId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["board"]}},"description":"The ID of the board to delete"},{"displayName":"Board ID","name":"boardId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["board"]}},"description":"The ID of the board to get"},{"displayName":"User Name or ID","name":"IdUser","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["board"]}},"description":"The ID of the user that boards are attached. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["board"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["board"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["card"]}},"description":"The ID of the board that list belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["card"]}},"description":"The ID of the list to create card in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Title","name":"title","type":"string","default":"","placeholder":"My card","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["card"]}},"description":"The title of the card"},{"displayName":"Swimlane Name or ID","name":"swimlaneId","type":"options","typeOptions":{"loadOptionsMethod":"getSwimlanes","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["card"]}},"description":"The swimlane ID of the new card. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Author Name or ID","name":"authorId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["card"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["create"],"resource":["card"]}},"default":{},"options":[{"displayName":"Assignee Names or IDs","name":"assignees","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"The new list of assignee IDs attached to the card. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Description","name":"description","type":"string","default":"","description":"The new description of the card"},{"displayName":"Member Names or IDs","name":"members","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"The new list of member IDs attached to the card. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["card"]}},"description":"The ID of the board that list belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["card"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["card"]}},"description":"The ID of the card to delete. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["card"]}},"description":"The ID of the board that list belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["card"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Card ID","name":"cardId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["card"]}},"description":"The ID of the card to get"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["card"]}},"description":"The ID of the board that list belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"From Object","name":"fromObject","type":"options","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["card"]}},"options":[{"name":"List","value":"list"},{"name":"Swimlane","value":"swimlane"}],"default":""},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"fromObject":["list"],"operation":["getAll"],"resource":["card"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Swimlane Name or ID","name":"swimlaneId","type":"options","typeOptions":{"loadOptionsMethod":"getSwimlanes","loadOptionsDependsOn":["boardId"]},"default":"","displayOptions":{"show":{"fromObject":["swimlane"],"operation":["getAll"],"resource":["card"]}},"description":"The ID of the swimlane that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["card"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["card"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["card"]}},"description":"The ID of the board that list belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["card"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["card"]}},"description":"The ID of the card to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["card"]}},"default":{},"options":[{"displayName":"Author Name or ID","name":"authorId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","description":"Update the owner of the card. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Assignee Names or IDs","name":"assignees","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"The new list of assignee IDs attached to the card. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Color","name":"color","type":"options","options":[{"value":"black","name":"Black"},{"value":"blue","name":"Blue"},{"value":"crimson","name":"Crimson"},{"value":"darkgreen","name":"Darkgreen"},{"value":"gold","name":"Gold"},{"value":"gray","name":"Gray"},{"value":"green","name":"Green"},{"value":"indigo","name":"Indigo"},{"value":"lime","name":"Lime"},{"value":"magenta","name":"Magenta"},{"value":"mistyrose","name":"Mistyrose"},{"value":"navy","name":"Navy"},{"value":"orange","name":"Orange"},{"value":"paleturquoise","name":"Paleturquoise"},{"value":"peachpuff","name":"Peachpuff"},{"value":"pink","name":"Pink"},{"value":"plum","name":"Plum"},{"value":"purple","name":"Purple"},{"value":"red","name":"Red"},{"value":"saddlebrown","name":"Saddlebrown"},{"value":"silver","name":"Silver"},{"value":"sky","name":"Sky"},{"value":"slateblue","name":"Slateblue"},{"value":"white","name":"White"},{"value":"yellow","name":"Yellow"}],"default":"","description":"The new color of the card"},{"displayName":"Description","name":"description","type":"string","default":"","description":"The new description of the card"},{"displayName":"Due At","name":"dueAt","type":"dateTime","default":"","description":"The new due at field of the card"},{"displayName":"End At","name":"endAt","type":"dateTime","default":"","description":"The new end at field of the card"},{"displayName":"Label IDs","name":"labelIds","type":"string","default":"","description":"The label IDs attached to the card"},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","description":"The new list ID of the card (move operation). Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Member Names or IDs","name":"members","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"default":[],"description":"The new list of member IDs attached to the card. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Over Time","name":"isOverTime","type":"boolean","default":false,"description":"The new over time field of the card"},{"displayName":"Parent Name or ID","name":"parentId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","description":"The parent of the card. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Received At","name":"receivedAt","type":"dateTime","default":"","description":"The new received at field of the card"},{"displayName":"Sort","name":"sort","type":"number","default":0,"description":"The internally used sort value of a card"},{"displayName":"Spent Time","name":"spentTime","type":"number","typeOptions":{"minValue":0},"default":"","description":"The new spent time field of the card"},{"displayName":"Start At","name":"startAt","type":"dateTime","default":"","description":"The new start at field of the card"},{"displayName":"Swimlane Name or ID","name":"swimlaneId","type":"options","typeOptions":{"loadOptionsMethod":"getSwimlanes","loadOptionsDependsOn":["boardId"]},"default":"","description":"The new swimlane ID of the card. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Title","name":"title","type":"string","default":"","description":"The new title of the card"}]},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["cardComment"]}},"description":"The ID of the board that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["cardComment"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["cardComment"]}},"description":"The ID of the card. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Author Name or ID","name":"authorId","type":"options","typeOptions":{"loadOptionsMethod":"getUsers"},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["cardComment"]}},"description":"The user who posted the comment. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Comment","name":"comment","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["cardComment"]}},"description":"The comment text"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["cardComment"]}},"description":"The ID of the board that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["cardComment"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["cardComment"]}},"description":"The ID of the card. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Comment Name or ID","name":"commentId","type":"options","typeOptions":{"loadOptionsMethod":"getComments","loadOptionsDependsOn":["boardId","cardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["cardComment"]}},"description":"The ID of the comment to delete. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Board ID","name":"boardId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["cardComment"]}},"description":"The ID of the board that card belongs to"},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["cardComment"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["cardComment"]}},"description":"The ID of the card. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Comment ID","name":"commentId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["cardComment"]}},"description":"The ID of the comment to get"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["cardComment"]}},"description":"The ID of the board that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["cardComment"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["cardComment"]}},"description":"The ID of the card. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["cardComment"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["cardComment"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["checklist"]}},"description":"The ID of the board where the card is in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["checklist"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["checklist"]}},"description":"The ID of the card to add checklist to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Title","name":"title","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["checklist"]}},"description":"The title of the checklist to add"},{"displayName":"Items","name":"items","type":"string","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Item"},"displayOptions":{"show":{"operation":["create"],"resource":["checklist"]}},"default":[],"description":"Items to be added to the checklist"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["checklist"]}},"description":"The ID of the board that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["checklist"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["checklist"]}},"description":"The ID of the card that checklist belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Checklist Name or ID","name":"checklistId","type":"options","typeOptions":{"loadOptionsMethod":"getChecklists","loadOptionsDependsOn":["boardId","cardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["checklist"]}},"description":"The ID of the checklist to delete. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["checklist"]}},"description":"The ID of the board that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["checklist"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["checklist"]}},"description":"The ID of the card that checklist belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Checklist Name or ID","name":"checklistId","type":"options","typeOptions":{"loadOptionsMethod":"getChecklists","loadOptionsDependsOn":["boardId","cardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["checklist"]}},"description":"The ID of the checklist to get. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["checklist"]}},"description":"The ID of the board that list belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["checklist"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["checklist"]}},"description":"The ID of the card to get checklists. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["checklist"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["checklist"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["checklistItem"]}},"description":"The ID of the board that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["checklistItem"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["checklistItem"]}},"description":"The ID of the card that checklistItem belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Checklist Name or ID","name":"checklistId","type":"options","typeOptions":{"loadOptionsMethod":"getChecklists","loadOptionsDependsOn":["boardId","cardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["checklistItem"]}},"description":"The ID of the checklistItem that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Checklist Item Name or ID","name":"checklistItemId","type":"options","typeOptions":{"loadOptionsMethod":"getChecklistItems","loadOptionsDependsOn":["boardId","cardId","checklistId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["checklistItem"]}},"description":"The ID of the checklistItem item to get. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["checklistItem"]}},"description":"The ID of the board that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["checklistItem"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["checklistItem"]}},"description":"The ID of the card that checklistItem belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Checklist ID","name":"checklistId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["checklistItem"]}},"description":"The ID of the checklistItem that card belongs to"},{"displayName":"Checklist Item Name or ID","name":"checklistItemId","type":"options","typeOptions":{"loadOptionsMethod":"getChecklistItems","loadOptionsDependsOn":["boardId","cardId","checklistId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["checklistItem"]}},"description":"The ID of the checklistItem item to get. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["checklistItem"]}},"description":"The ID of the board that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["checklistItem"]}},"description":"The ID of the list that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Card Name or ID","name":"cardId","type":"options","typeOptions":{"loadOptionsMethod":"getCards","loadOptionsDependsOn":["boardId","listId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["checklistItem"]}},"description":"The ID of the card that checklistItem belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"CheckList Name or ID","name":"checklistId","type":"options","typeOptions":{"loadOptionsMethod":"getChecklists","loadOptionsDependsOn":["boardId","cardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["checklistItem"]}},"description":"The ID of the checklistItem that card belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Checklist Item Name or ID","name":"checklistItemId","type":"options","typeOptions":{"loadOptionsMethod":"getChecklistItems","loadOptionsDependsOn":["boardId","cardId","checklistId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["checklistItem"]}},"description":"The ID of the checklistItem item to update. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","displayOptions":{"show":{"operation":["update"],"resource":["checklistItem"]}},"default":{},"options":[{"displayName":"Title","name":"title","type":"string","default":"","description":"The new title for the checklistItem item"},{"displayName":"Finished","name":"isFinished","type":"boolean","default":false,"description":"Whether the item is checked"}]},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["list"]}},"description":"The ID of the board the list should be created in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Title","name":"title","type":"string","default":"","placeholder":"My list","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["list"]}},"description":"The title of the list"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["list"]}},"description":"The ID of the board that list belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"List Name or ID","name":"listId","type":"options","typeOptions":{"loadOptionsMethod":"getLists","loadOptionsDependsOn":["boardId"]},"default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["list"]}},"description":"The ID of the list to delete. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["list"]}},"description":"The ID of the board that list belongs to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"List ID","name":"listId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["list"]}},"description":"The ID of the list to get"},{"displayName":"Board Name or ID","name":"boardId","type":"options","typeOptions":{"loadOptionsMethod":"getBoards"},"default":"","required":true,"displayOptions":{"show":{"operation":["getAll"],"resource":["list"]}},"description":"ID of the board where the lists are in. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["list"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"operation":["getAll"],"resource":["list"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":200},"default":100,"description":"Max number of results to return"}],"codex":{"categories":["Productivity"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.wekan/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/wekan/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Wekan/wekan.svg"},
{"displayName":"WhatsApp Trigger","name":"whatsAppTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"event\"]}}","description":"Handle WhatsApp events via webhooks","defaults":{"name":"WhatsApp Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"whatsAppTriggerApi","required":true}],"webhooks":[{"name":"setup","httpMethod":"GET","responseMode":"onReceived","path":"webhook"},{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Due to Facebook API limitations, you can use just one WhatsApp trigger for each Facebook App","name":"whatsAppNotice","type":"notice","default":""},{"displayName":"Trigger On","name":"updates","type":"multiOptions","required":true,"default":[],"options":[{"name":"Account Review Update","value":"account_review_update"},{"name":"Account Update","value":"account_update"},{"name":"Business Capability Update","value":"business_capability_update"},{"name":"Message Template Quality Update","value":"message_template_quality_update"},{"name":"Message Template Status Update","value":"message_template_status_update"},{"name":"Messages","value":"messages"},{"name":"Phone Number Name Update","value":"phone_number_name_update"},{"name":"Phone Number Quality Update","value":"phone_number_quality_update"},{"name":"Security","value":"security"},{"name":"Template Category Update","value":"template_category_update"}]},{"displayName":"Options","name":"options","type":"collection","default":{},"placeholder":"Add option","options":[{"displayName":"Receive Message Status Updates","name":"messageStatusUpdates","type":"multiOptions","default":["all"],"description":"WhatsApp sends notifications to the Trigger when the status of a message changes (for example from Sent to Delivered and from Delivered to Read). To avoid multiple executions for one WhatsApp message, you can set the Trigger to execute only on selected message status updates.","options":[{"name":"All","value":"all"},{"name":"Deleted","value":"deleted"},{"name":"Delivered","value":"delivered"},{"name":"Failed","value":"failed"},{"name":"Read","value":"read"},{"name":"Sent","value":"sent"}]}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.whatsapptrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/whatsapp/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/WhatsApp/whatsapp.svg"},
{"displayName":"WhatsApp Business Cloud","name":"whatsApp","group":["output"],"version":[1,1.1],"defaultVersion":1.1,"subtitle":"={{ $parameter[\"resource\"] + \": \" + $parameter[\"operation\"] }}","description":"Access WhatsApp API","defaults":{"name":"WhatsApp Business Cloud"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"waitingNodeTooltip":"={{ ((parameters) => {\n    if (parameters?.operation === 'sendAndWait') {\n        return \"Execution will continue after the user's response\";\n    }\n    return '';\n})($parameter) }}","webhooks":[{"name":"default","httpMethod":"GET","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true},{"name":"default","httpMethod":"POST","responseMode":"onReceived","responseData":"","path":"={{ $nodeId }}","restartWebhook":true,"isFullPath":true}],"credentials":[{"name":"whatsAppApi","required":true}],"requestDefaults":{"baseURL":"https://graph.facebook.com/v13.0/"},"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Message","value":"message"},{"name":"Media","value":"media"}],"default":"message"},{"displayName":"Operation","noDataExpression":true,"name":"operation","type":"options","placeholder":"","options":[{"name":"Send","value":"send","action":"Send message"},{"name":"Send and Wait for Response","value":"sendAndWait","action":"Send message and wait for response"},{"name":"Send Template","value":"sendTemplate","action":"Send template"}],"default":"sendTemplate","routing":{"request":{"ignoreHttpStatusErrors":true},"send":{"preSend":[null]},"output":{"postReceive":[null]}},"displayOptions":{"show":{"resource":["message"]}}},{"displayName":"Messaging Product","name":"messagingProduct","default":"whatsapp","type":"hidden","routing":{"send":{"type":"body","property":"messaging_product"}},"displayOptions":{"show":{"resource":["message"]}}},{"displayName":"Sender Phone Number (or ID)","name":"phoneNumberId","type":"options","typeOptions":{"loadOptions":{"routing":{"request":{"url":"={{$credentials.businessAccountId}}/phone_numbers","method":"GET"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.display_phone_number}} - {{$responseItem.verified_name}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"default":"","placeholder":"","required":true,"description":"The ID of the business account's phone number from which the message will be sent from","routing":{"request":{"method":"POST","url":"={{$value}}/messages"}},"displayOptions":{"show":{"resource":["message"]}}},{"displayName":"Recipient's Phone Number","name":"recipientPhoneNumber","type":"string","default":"","required":true,"description":"Phone number of the recipient of the message","hint":"When entering a phone number, make sure to include the country code","routing":{"send":{"type":"body","preSend":[null]}},"displayOptions":{"show":{"resource":["message"]}}},{"displayName":"MessageType","noDataExpression":true,"name":"messageType","type":"options","placeholder":"","options":[{"name":"Audio","value":"audio"},{"name":"Contacts","value":"contacts"},{"name":"Document","value":"document"},{"name":"Image","value":"image"},{"name":"Location","value":"location"},{"name":"Text","value":"text"},{"name":"Video","value":"video"}],"default":"text","description":"The type of the message","displayOptions":{"show":{"resource":["message"],"operation":["send"]}}},{"displayName":"Operation","name":"operation","noDataExpression":true,"type":"options","placeholder":"","options":[{"name":"Upload","value":"mediaUpload","action":"Upload media"},{"name":"Download","value":"mediaUrlGet","action":"Download media"},{"name":"Delete","value":"mediaDelete","action":"Delete media"}],"default":"mediaUpload","displayOptions":{"show":{"resource":["media"]}},"description":"The operation to perform on the media"},{"displayName":"Name","name":"name","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"operation":["send"],"messageType":["contacts"]}},"placeholder":"Add Parameter","default":{},"options":[{"displayName":"Name","name":"data","values":[{"displayName":"Formatted Name","name":"formatted_name","type":"string","required":true,"default":"","routing":{"send":{"type":"body","property":"contacts[0].name.formatted_name"}}},{"displayName":"First Name","name":"first_name","type":"string","default":"","routing":{"send":{"type":"body","property":"contacts[0].name.first_name"}}},{"displayName":"Last Name","name":"last_name","type":"string","default":"","routing":{"send":{"type":"body","property":"contacts[0].name.last_name"}}},{"displayName":"Middle Name","name":"middle_name","type":"string","default":"","routing":{"send":{"type":"body","property":"contacts[0].name.middle_name"}}},{"displayName":"Suffix","name":"suffix","type":"string","default":"","routing":{"send":{"type":"body","property":"contacts[0].name.suffix"}}},{"displayName":"Prefix","name":"prefix","type":"string","default":"","routing":{"send":{"type":"body","property":"contacts[0].name.prefix"}}}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["send"],"messageType":["contacts"]}},"options":[{"displayName":"Addresses","name":"addresses","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{},"options":[{"displayName":"Address","name":"address","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Home","value":"HOME"},{"name":"Work","value":"WORK"}],"default":"HOME","routing":{"send":{"property":"=contacts[0].addresses[{{$index}}].type","type":"body"}}},{"displayName":"Street","name":"street","type":"string","default":"","routing":{"send":{"property":"=contacts[0].addresses[{{$index}}].street","type":"body"}}},{"displayName":"City","name":"city","type":"string","default":"","routing":{"send":{"property":"=contacts[0].addresses[{{$index}}].city","type":"body"}}},{"displayName":"State","name":"state","type":"string","default":"","routing":{"send":{"property":"=contacts[0].addresses[{{$index}}].state","type":"body"}}},{"displayName":"Zip","name":"zip","type":"string","default":"","routing":{"send":{"property":"=contacts[0].addresses[{{$index}}].zip","type":"body"}}},{"displayName":"Country","name":"country","type":"string","default":"","routing":{"send":{"property":"=contacts[0].addresses[{{$index}}].country","type":"body"}}},{"displayName":"Country Code","name":"country_code","type":"string","default":"","routing":{"send":{"property":"=contacts[0].addresses[{{$index}}].country_code","type":"body"}}}]}]},{"displayName":"Birthday","name":"birthday","type":"string","default":"","routing":{"send":{"property":"contacts[0].birthday","type":"body"}},"placeholder":"YYYY-MM-DD"},{"displayName":"Emails","name":"emails","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{},"options":[{"displayName":"Email","name":"data","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Home","value":"HOME"},{"name":"Work","value":"WORK"}],"default":"HOME","routing":{"send":{"property":"=contacts[0].emails[{{$index}}].type","type":"body"}}},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","routing":{"send":{"property":"=contacts[0].emails[{{$index}}].email","type":"body"}}}]}]},{"displayName":"Organization","name":"organization","type":"fixedCollection","typeOptions":{"multipleValues":false},"placeholder":"Add Parameter","default":{},"options":[{"displayName":"Organization","name":"data","values":[{"displayName":"Company","name":"company","type":"string","default":"","routing":{"send":{"type":"body","property":"contacts[0].org.company"}}},{"displayName":"Department","name":"department","type":"string","default":"","routing":{"send":{"type":"body","property":"contacts[0].org.department"}}},{"displayName":"Title","name":"title","type":"string","default":"","routing":{"send":{"type":"body","property":"contacts[0].org.title"}}}]}]},{"displayName":"Phones","name":"phones","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{},"options":[{"displayName":"Phone","name":"data","values":[{"displayName":"Type","name":"type","displayOptions":{"show":{"@version":[1]}},"type":"options","options":[{"name":"Cell","value":"CELL"},{"name":"Home","value":"HOME"},{"name":"Iphone","value":"IPHONE"},{"name":"Main","value":"MAIN"},{"name":"WhatsApp ID","value":"wa_id"},{"name":"Work","value":"WORK"}],"default":"CELL","routing":{"send":{"property":"=contacts[0].phones[{{$index}}].type","type":"body"}}},{"displayName":"Type","name":"type","displayOptions":{"show":{"@version":[{"_cnd":{"gt":1}}]}},"type":"options","options":[{"name":"Cell","value":"CELL"},{"name":"Home","value":"HOME"},{"name":"Iphone","value":"IPHONE"},{"name":"Main","value":"MAIN"},{"name":"Work","value":"WORK"}],"default":"CELL","routing":{"send":{"property":"=contacts[0].phones[{{$index}}].type","type":"body"}}},{"displayName":"Phone","name":"phone","type":"string","default":"","routing":{"send":{"property":"=contacts[0].phones[{{$index}}].phone","type":"body"}}},{"displayName":"WhatsApp User ID","name":"whatsapp_user_id","type":"string","default":"","description":"If omitted, the message will display an Invite to WhatsApp button instead of the standard buttons","routing":{"send":{"property":"=contacts[0].phones[{{$index}}].wa_id","type":"body"}},"displayOptions":{"hide":{"@version":[{"_cnd":{"lt":1.1}}]}}}]}]},{"displayName":"URLs","name":"urls","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Parameter","default":{},"options":[{"displayName":"URL","name":"url","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Home","value":"HOME"},{"name":"Work","value":"WORK"}],"default":"HOME","routing":{"send":{"property":"=contacts[0].urls[{{$index}}].type","type":"body"}}},{"displayName":"URL","name":"url","type":"string","default":"","routing":{"send":{"property":"=contacts[0].urls[{{$index}}].url","type":"body"}}}]}]}]},{"displayName":"Longitude","name":"longitude","type":"number","required":true,"default":"","typeOptions":{"minValue":-180,"maxValue":180},"displayOptions":{"show":{"resource":["message"],"operation":["send"],"messageType":["location"]}},"routing":{"send":{"type":"body","property":"location.longitude"}}},{"displayName":"Latitude","name":"latitude","type":"number","default":"","required":true,"typeOptions":{"minValue":-90,"maxValue":90},"displayOptions":{"show":{"resource":["message"],"operation":["send"],"messageType":["location"]}},"routing":{"send":{"type":"body","property":"location.latitude"}}},{"displayName":"Additional Fields","name":"additionalFields","type":"fixedCollection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["send"],"messageType":["location"]}},"options":[{"displayName":"Name and Address","name":"nameAndAddress","values":[{"displayName":"Name","name":"name","type":"string","default":"","routing":{"send":{"type":"body","property":"location.name"}}},{"displayName":"Address","name":"address","type":"string","default":"","routing":{"send":{"type":"body","property":"location.address"}}}]}]},{"displayName":"Text Body","name":"textBody","type":"string","required":true,"default":"","description":"The body of the message (max 4096 characters)","displayOptions":{"show":{"resource":["message"],"operation":["send"],"messageType":["text"]}},"routing":{"send":{"type":"body","property":"text.body"}}},{"displayName":"Take Audio From","name":"mediaPath","type":"options","default":"useMediaLink","description":"Use a link, an ID, or n8n to upload an audio file","options":[{"name":"Link","value":"useMediaLink","description":"WhatsApp will download the audio, saving you the step of uploading audio yourself"},{"name":"WhatsApp Media","value":"useMediaId","description":"If you have already uploaded the audio to WhatsApp"},{"name":"n8n","value":"useMedian8n","description":"Use binary data passed into this node"}],"displayOptions":{"show":{"operation":["send"],"messageType":["audio"]}}},{"displayName":"Take Document From","name":"mediaPath","type":"options","default":"useMediaLink","description":"Use a link, an ID, or n8n to upload a document","options":[{"name":"Link","value":"useMediaLink","description":"When using a link, WhatsApp will download the document, saving you the step of uploading document yourself"},{"name":"WhatsApp Media","value":"useMediaId","description":"You can use an ID if you have already uploaded the document to WhatsApp"},{"name":"n8n","value":"useMedian8n","description":"Upload a binary file on the item being processed in n8n"}],"displayOptions":{"show":{"operation":["send"],"messageType":["document"]}}},{"displayName":"Take Image From","name":"mediaPath","type":"options","default":"useMediaLink","description":"Use a link, an ID, or n8n to upload an image","options":[{"name":"Link","value":"useMediaLink","description":"When using a link, WhatsApp will download the image, saving you the step of uploading image yourself"},{"name":"WhatsApp Media","value":"useMediaId","description":"You can use an ID if you have already uploaded the image to WhatsApp"},{"name":"n8n","value":"useMedian8n","description":"Upload a binary file on the item being processed in n8n"}],"displayOptions":{"show":{"operation":["send"],"messageType":["image"]}}},{"displayName":"Take Video From","name":"mediaPath","type":"options","default":"useMediaLink","description":"Use a link, an ID, or n8n to upload a video","options":[{"name":"Link","value":"useMediaLink","description":"When using a link, WhatsApp will download the video, saving you the step of uploading video yourself"},{"name":"WhatsApp Media","value":"useMediaId","description":"You can use an ID if you have already uploaded the video to WhatsApp"},{"name":"n8n","value":"useMedian8n","description":"Upload a binary file on the item being processed in n8n"}],"displayOptions":{"show":{"operation":["send"],"messageType":["video"]}}},{"displayName":"Link","name":"mediaLink","type":"string","default":"","description":"Link of the media to be sent","displayOptions":{"show":{"operation":["send"],"messageType":["image","video","audio","sticker","document"],"mediaPath":["useMediaLink"]}},"routing":{"send":{"type":"body","property":"={{$parameter[\"messageType\"]}}.link"}}},{"displayName":"ID","name":"mediaId","type":"string","default":"","description":"ID of the media to be sent","displayOptions":{"show":{"operation":["send"],"messageType":["image","video","audio","sticker","document"],"mediaPath":["useMediaId"]}},"routing":{"send":{"type":"body","property":"={{$parameter[\"messageType\"]}}.id"}}},{"displayName":"Input Data Field Name","name":"mediaPropertyName","type":"string","default":"data","description":"The name of the input field containing the binary file data to be uploaded","required":true,"displayOptions":{"show":{"operation":["send"],"messageType":["image","video","audio","sticker","document"],"mediaPath":["useMedian8n"]}},"routing":{"send":{"preSend":[null]}}},{"displayName":"Filename","name":"mediaFilename","type":"string","default":"","description":"The name of the file (required when using a file ID)","required":true,"displayOptions":{"show":{"operation":["send"],"messageType":["document"],"mediaPath":["useMediaId"]}},"routing":{"send":{"type":"body","property":"={{$parameter[\"messageType\"]}}.filename"}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["send"],"messageType":["image","video","audio","sticker","document"]}},"options":[{"displayName":"Filename","name":"mediaFilename","type":"string","default":"","description":"The name of the file","routing":{"send":{"type":"body","property":"={{$parameter[\"messageType\"]}}.filename"}},"displayOptions":{"show":{"/messageType":["document"]}}},{"displayName":"Caption","name":"mediaCaption","type":"string","default":"","description":"The caption of the media","routing":{"send":{"type":"body","property":"={{$parameter[\"messageType\"]}}.caption"}}}]},{"displayName":"Template","name":"template","default":"","type":"options","displayOptions":{"show":{"operation":["sendTemplate"],"resource":["message"]}},"typeOptions":{"loadOptions":{"routing":{"request":{"url":"={{$credentials.businessAccountId}}/message_templates","method":"GET"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.name}} - {{$responseItem.language}}","value":"={{$responseItem.name}}|{{$responseItem.language}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"required":true,"description":"Name of the template","routing":{"send":{"type":"body","preSend":[null]}}},{"displayName":"Components","name":"components","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"placeholder":"Add Component","displayOptions":{"show":{"operation":["sendTemplate"],"resource":["message"]}},"routing":{"send":{"preSend":[null]}},"options":[{"name":"component","displayName":"Component","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Body","value":"body"},{"name":"Button","value":"button"},{"name":"Header","value":"header"}],"default":"body"},{"displayName":"Parameters","name":"bodyParameters","type":"fixedCollection","typeOptions":{"sortable":true,"multipleValues":true},"displayOptions":{"show":{"type":["body"]}},"placeholder":"Add Parameter","default":{},"options":[{"displayName":"Parameter","name":"parameter","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Text","value":"text"},{"name":"Currency","value":"currency"},{"name":"Date Time","value":"date_time"}],"default":"text"},{"displayName":"Text","name":"text","type":"string","displayOptions":{"show":{"type":["text"]}},"default":""},{"displayName":"Currency Code","name":"code","type":"options","options":[{"name":"AED - UAE Dirham","value":"AED"},{"name":"AFN - Afghani","value":"AFN"},{"name":"ALL - Lek","value":"ALL"},{"name":"AMD - Armenian Dram","value":"AMD"},{"name":"ANG - Netherlands Antillean Guilder","value":"ANG"},{"name":"AOA - Kwanza","value":"AOA"},{"name":"ARS - Argentine Peso","value":"ARS"},{"name":"AUD - Australian Dollar","value":"AUD"},{"name":"AWG - Aruban Florin","value":"AWG"},{"name":"AZN - Azerbaijan Manat","value":"AZN"},{"name":"BAM - Convertible Mark","value":"BAM"},{"name":"BBD - Barbados Dollar","value":"BBD"},{"name":"BDT - Taka","value":"BDT"},{"name":"BGN - Bulgarian Lev","value":"BGN"},{"name":"BHD - Bahraini Dinar","value":"BHD"},{"name":"BIF - Burundi Franc","value":"BIF"},{"name":"BMD - Bermudian Dollar","value":"BMD"},{"name":"BND - Brunei Dollar","value":"BND"},{"name":"BOB - Boliviano","value":"BOB"},{"name":"BOV - Mvdol","value":"BOV"},{"name":"BRL - Brazilian Real","value":"BRL"},{"name":"BSD - Bahamian Dollar","value":"BSD"},{"name":"BTN - Ngultrum","value":"BTN"},{"name":"BWP - Pula","value":"BWP"},{"name":"BYN - Belarusian Ruble","value":"BYN"},{"name":"BZD - Belize Dollar","value":"BZD"},{"name":"CAD - Canadian Dollar","value":"CAD"},{"name":"CDF - Congolese Franc","value":"CDF"},{"name":"CHE - WIR Euro","value":"CHE"},{"name":"CHF - Swiss Franc","value":"CHF"},{"name":"CHW - WIR Franc","value":"CHW"},{"name":"CLF - Unidad de Fomento","value":"CLF"},{"name":"CLP - Chilean Peso","value":"CLP"},{"name":"CNY - Yuan Renminbi","value":"CNY"},{"name":"COP - Colombian Peso","value":"COP"},{"name":"COU - Unidad de Valor Real","value":"COU"},{"name":"CRC - Costa Rican Colon","value":"CRC"},{"name":"CUC - Peso Convertible","value":"CUC"},{"name":"CUP - Cuban Peso","value":"CUP"},{"name":"CVE - Cabo Verde Escudo","value":"CVE"},{"name":"CZK - Czech Koruna","value":"CZK"},{"name":"DJF - Djibouti Franc","value":"DJF"},{"name":"DKK - Danish Krone","value":"DKK"},{"name":"DOP - Dominican Peso","value":"DOP"},{"name":"DZD - Algerian Dinar","value":"DZD"},{"name":"EGP - Egyptian Pound","value":"EGP"},{"name":"ERN - Nakfa","value":"ERN"},{"name":"ETB - Ethiopian Birr","value":"ETB"},{"name":"EUR - Euro","value":"EUR"},{"name":"FJD - Fiji Dollar","value":"FJD"},{"name":"FKP - Falkland Islands Pound","value":"FKP"},{"name":"GBP - Pound Sterling","value":"GBP"},{"name":"GEL - Lari","value":"GEL"},{"name":"GHS - Ghana Cedi","value":"GHS"},{"name":"GIP - Gibraltar Pound","value":"GIP"},{"name":"GMD - Dalasi","value":"GMD"},{"name":"GNF - Guinean Franc","value":"GNF"},{"name":"GTQ - Quetzal","value":"GTQ"},{"name":"GYD - Guyana Dollar","value":"GYD"},{"name":"HKD - Hong Kong Dollar","value":"HKD"},{"name":"HNL - Lempira","value":"HNL"},{"name":"HRK - Kuna","value":"HRK"},{"name":"HTG - Gourde","value":"HTG"},{"name":"HUF - Forint","value":"HUF"},{"name":"IDR - Rupiah","value":"IDR"},{"name":"ILS - New Israeli Sheqel","value":"ILS"},{"name":"INR - Indian Rupee","value":"INR"},{"name":"IQD - Iraqi Dinar","value":"IQD"},{"name":"IRR - Iranian Rial","value":"IRR"},{"name":"ISK - Iceland Krona","value":"ISK"},{"name":"JMD - Jamaican Dollar","value":"JMD"},{"name":"JOD - Jordanian Dinar","value":"JOD"},{"name":"JPY - Yen","value":"JPY"},{"name":"KES - Kenyan Shilling","value":"KES"},{"name":"KGS - Som","value":"KGS"},{"name":"KHR - Riel","value":"KHR"},{"name":"KMF - Comorian Franc ","value":"KMF"},{"name":"KPW - North Korean Won","value":"KPW"},{"name":"KRW - Won","value":"KRW"},{"name":"KWD - Kuwaiti Dinar","value":"KWD"},{"name":"KYD - Cayman Islands Dollar","value":"KYD"},{"name":"KZT - Tenge","value":"KZT"},{"name":"LAK - Lao Kip","value":"LAK"},{"name":"LBP - Lebanese Pound","value":"LBP"},{"name":"LKR - Sri Lanka Rupee","value":"LKR"},{"name":"LRD - Liberian Dollar","value":"LRD"},{"name":"LSL - Loti","value":"LSL"},{"name":"LYD - Libyan Dinar","value":"LYD"},{"name":"MAD - Moroccan Dirham","value":"MAD"},{"name":"MDL - Moldovan Leu","value":"MDL"},{"name":"MGA - Malagasy Ariary","value":"MGA"},{"name":"MKD - Denar","value":"MKD"},{"name":"MMK - Kyat","value":"MMK"},{"name":"MNT - Tugrik","value":"MNT"},{"name":"MOP - Pataca","value":"MOP"},{"name":"MRU - Ouguiya","value":"MRU"},{"name":"MUR - Mauritius Rupee","value":"MUR"},{"name":"MVR - Rufiyaa","value":"MVR"},{"name":"MWK - Malawi Kwacha","value":"MWK"},{"name":"MXN - Mexican Peso","value":"MXN"},{"name":"MXV - Mexican Unidad de Inversion (UDI)","value":"MXV"},{"name":"MYR - Malaysian Ringgit","value":"MYR"},{"name":"MZN - Mozambique Metical","value":"MZN"},{"name":"NAD - Namibia Dollar","value":"NAD"},{"name":"NGN - Naira","value":"NGN"},{"name":"NIO - Cordoba Oro","value":"NIO"},{"name":"NOK - Norwegian Krone","value":"NOK"},{"name":"NPR - Nepalese Rupee","value":"NPR"},{"name":"NZD - New Zealand Dollar","value":"NZD"},{"name":"OMR - Rial Omani","value":"OMR"},{"name":"PAB - Balboa","value":"PAB"},{"name":"PEN - Sol","value":"PEN"},{"name":"PGK - Kina","value":"PGK"},{"name":"PHP - Philippine Peso","value":"PHP"},{"name":"PKR - Pakistan Rupee","value":"PKR"},{"name":"PLN - Zloty","value":"PLN"},{"name":"PYG - Guarani","value":"PYG"},{"name":"QAR - Qatari Rial","value":"QAR"},{"name":"RON - Romanian Leu","value":"RON"},{"name":"RSD - Serbian Dinar","value":"RSD"},{"name":"RUB - Russian Ruble","value":"RUB"},{"name":"RWF - Rwanda Franc","value":"RWF"},{"name":"SAR - Saudi Riyal","value":"SAR"},{"name":"SBD - Solomon Islands Dollar","value":"SBD"},{"name":"SCR - Seychelles Rupee","value":"SCR"},{"name":"SDG - Sudanese Pound","value":"SDG"},{"name":"SEK - Swedish Krona","value":"SEK"},{"name":"SGD - Singapore Dollar","value":"SGD"},{"name":"SHP - Saint Helena Pound","value":"SHP"},{"name":"SLL - Leone","value":"SLL"},{"name":"SOS - Somali Shilling","value":"SOS"},{"name":"SRD - Surinam Dollar","value":"SRD"},{"name":"SSP - South Sudanese Pound","value":"SSP"},{"name":"STN - Dobra","value":"STN"},{"name":"SVC - El Salvador Colon","value":"SVC"},{"name":"SYP - Syrian Pound","value":"SYP"},{"name":"SZL - Lilangeni","value":"SZL"},{"name":"THB - Baht","value":"THB"},{"name":"TJS - Somoni","value":"TJS"},{"name":"TMT - Turkmenistan New Manat","value":"TMT"},{"name":"TND - Tunisian Dinar","value":"TND"},{"name":"TOP - Pa’anga","value":"TOP"},{"name":"TRY - Turkish Lira","value":"TRY"},{"name":"TTD - Trinidad and Tobago Dollar","value":"TTD"},{"name":"TWD - New Taiwan Dollar","value":"TWD"},{"name":"TZS - Tanzanian Shilling","value":"TZS"},{"name":"UAH - Hryvnia","value":"UAH"},{"name":"UGX - Uganda Shilling","value":"UGX"},{"name":"USD - US Dollar","value":"USD"},{"name":"USN - US Dollar (Next day)","value":"USN"},{"name":"UYI - Uruguay Peso en Unidades Indexadas (UI)","value":"UYI"},{"name":"UYU - Peso Uruguayo","value":"UYU"},{"name":"UYW - Unidad Previsional","value":"UYW"},{"name":"UZS - Uzbekistan Sum","value":"UZS"},{"name":"VES - Bolívar Soberano","value":"VES"},{"name":"VND - Dong","value":"VND"},{"name":"VUV - Vatu","value":"VUV"},{"name":"WST - Tala","value":"WST"},{"name":"XAF - CFA Franc BEAC","value":"XAF"},{"name":"XAG - Silver","value":"XAG"},{"name":"XAU - Gold","value":"XAU"},{"name":"XBA - Bond Markets Unit European Composite Unit (EURCO)","value":"XBA"},{"name":"XBB - Bond Markets Unit European Monetary Unit (E.M.U.-6)","value":"XBB"},{"name":"XBC - Bond Markets Unit European Unit of Account 9 (E.U.A.-9)","value":"XBC"},{"name":"XBD - Bond Markets Unit European Unit of Account 17 (E.U.A.-17)","value":"XBD"},{"name":"XCD - East Caribbean Dollar","value":"XCD"},{"name":"XDR - SDR (Special Drawing Right)","value":"XDR"},{"name":"XOF - CFA Franc BCEAO","value":"XOF"},{"name":"XPD - Palladium","value":"XPD"},{"name":"XPF - CFP Franc","value":"XPF"},{"name":"XPT - Platinum","value":"XPT"},{"name":"XSU - Sucre","value":"XSU"},{"name":"XTS - Codes specifically reserved for testing purposes","value":"XTS"},{"name":"XUA - ADB Unit of Account","value":"XUA"},{"name":"XXX - The codes assigned for transactions where no currency is involved","value":"XXX"},{"name":"YER - Yemeni Rial","value":"YER"},{"name":"ZAR - Rand","value":"ZAR"},{"name":"ZMW - Zambian Kwacha","value":"ZMW"},{"name":"ZWL - Zimbabwe Dollar","value":"ZWL"}],"displayOptions":{"show":{"type":["currency"]}},"default":"","placeholder":"USD"},{"displayName":"Amount","name":"amount_1000","type":"number","displayOptions":{"show":{"type":["currency"]}},"default":"","placeholder":""},{"displayName":"Date Time","name":"date_time","type":"dateTime","displayOptions":{"show":{"type":["date_time"]}},"default":"","placeholder":""},{"displayName":"Fallback Value","name":"fallback_value","type":"string","displayOptions":{"show":{"type":["currency"]}},"default":""}]}]},{"displayName":"Sub Type","name":"sub_type","type":"options","displayOptions":{"show":{"type":["button"]}},"options":[{"name":"Quick Reply","value":"quick_reply","description":"Allows your customer to call a phone number and visit a website"},{"name":"URL","value":"url"}],"default":"quick_reply"},{"displayName":"Index","name":"index","type":"number","typeOptions":{"maxValue":2,"minValue":0},"displayOptions":{"show":{"type":["button"]}},"default":0},{"displayName":"Parameters","name":"buttonParameters","type":"fixedCollection","typeOptions":{"multipleValues":false},"displayOptions":{"show":{"type":["button"]}},"placeholder":"Add Parameter","default":{},"options":[{"displayName":"Parameter","name":"parameter","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Payload","value":"payload"},{"name":"Text","value":"text"}],"default":"payload"},{"displayName":"Payload","name":"payload","type":"string","displayOptions":{"show":{"type":["payload"]}},"default":""},{"displayName":"Text","name":"text","type":"string","displayOptions":{"show":{"type":["text"]}},"default":""}]}]},{"displayName":"Parameters","name":"headerParameters","type":"fixedCollection","typeOptions":{"sortable":true,"multipleValues":true},"displayOptions":{"show":{"type":["header"]}},"placeholder":"Add Parameter","default":{},"options":[{"displayName":"Parameter","name":"parameter","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Text","value":"text"},{"name":"Currency","value":"currency"},{"name":"Date Time","value":"date_time"},{"name":"Image","value":"image"}],"default":"text"},{"displayName":"Text","name":"text","type":"string","displayOptions":{"show":{"type":["text"]}},"default":""},{"displayName":"Currency Code","name":"code","type":"options","options":[{"name":"AED - UAE Dirham","value":"AED"},{"name":"AFN - Afghani","value":"AFN"},{"name":"ALL - Lek","value":"ALL"},{"name":"AMD - Armenian Dram","value":"AMD"},{"name":"ANG - Netherlands Antillean Guilder","value":"ANG"},{"name":"AOA - Kwanza","value":"AOA"},{"name":"ARS - Argentine Peso","value":"ARS"},{"name":"AUD - Australian Dollar","value":"AUD"},{"name":"AWG - Aruban Florin","value":"AWG"},{"name":"AZN - Azerbaijan Manat","value":"AZN"},{"name":"BAM - Convertible Mark","value":"BAM"},{"name":"BBD - Barbados Dollar","value":"BBD"},{"name":"BDT - Taka","value":"BDT"},{"name":"BGN - Bulgarian Lev","value":"BGN"},{"name":"BHD - Bahraini Dinar","value":"BHD"},{"name":"BIF - Burundi Franc","value":"BIF"},{"name":"BMD - Bermudian Dollar","value":"BMD"},{"name":"BND - Brunei Dollar","value":"BND"},{"name":"BOB - Boliviano","value":"BOB"},{"name":"BOV - Mvdol","value":"BOV"},{"name":"BRL - Brazilian Real","value":"BRL"},{"name":"BSD - Bahamian Dollar","value":"BSD"},{"name":"BTN - Ngultrum","value":"BTN"},{"name":"BWP - Pula","value":"BWP"},{"name":"BYN - Belarusian Ruble","value":"BYN"},{"name":"BZD - Belize Dollar","value":"BZD"},{"name":"CAD - Canadian Dollar","value":"CAD"},{"name":"CDF - Congolese Franc","value":"CDF"},{"name":"CHE - WIR Euro","value":"CHE"},{"name":"CHF - Swiss Franc","value":"CHF"},{"name":"CHW - WIR Franc","value":"CHW"},{"name":"CLF - Unidad de Fomento","value":"CLF"},{"name":"CLP - Chilean Peso","value":"CLP"},{"name":"CNY - Yuan Renminbi","value":"CNY"},{"name":"COP - Colombian Peso","value":"COP"},{"name":"COU - Unidad de Valor Real","value":"COU"},{"name":"CRC - Costa Rican Colon","value":"CRC"},{"name":"CUC - Peso Convertible","value":"CUC"},{"name":"CUP - Cuban Peso","value":"CUP"},{"name":"CVE - Cabo Verde Escudo","value":"CVE"},{"name":"CZK - Czech Koruna","value":"CZK"},{"name":"DJF - Djibouti Franc","value":"DJF"},{"name":"DKK - Danish Krone","value":"DKK"},{"name":"DOP - Dominican Peso","value":"DOP"},{"name":"DZD - Algerian Dinar","value":"DZD"},{"name":"EGP - Egyptian Pound","value":"EGP"},{"name":"ERN - Nakfa","value":"ERN"},{"name":"ETB - Ethiopian Birr","value":"ETB"},{"name":"EUR - Euro","value":"EUR"},{"name":"FJD - Fiji Dollar","value":"FJD"},{"name":"FKP - Falkland Islands Pound","value":"FKP"},{"name":"GBP - Pound Sterling","value":"GBP"},{"name":"GEL - Lari","value":"GEL"},{"name":"GHS - Ghana Cedi","value":"GHS"},{"name":"GIP - Gibraltar Pound","value":"GIP"},{"name":"GMD - Dalasi","value":"GMD"},{"name":"GNF - Guinean Franc","value":"GNF"},{"name":"GTQ - Quetzal","value":"GTQ"},{"name":"GYD - Guyana Dollar","value":"GYD"},{"name":"HKD - Hong Kong Dollar","value":"HKD"},{"name":"HNL - Lempira","value":"HNL"},{"name":"HRK - Kuna","value":"HRK"},{"name":"HTG - Gourde","value":"HTG"},{"name":"HUF - Forint","value":"HUF"},{"name":"IDR - Rupiah","value":"IDR"},{"name":"ILS - New Israeli Sheqel","value":"ILS"},{"name":"INR - Indian Rupee","value":"INR"},{"name":"IQD - Iraqi Dinar","value":"IQD"},{"name":"IRR - Iranian Rial","value":"IRR"},{"name":"ISK - Iceland Krona","value":"ISK"},{"name":"JMD - Jamaican Dollar","value":"JMD"},{"name":"JOD - Jordanian Dinar","value":"JOD"},{"name":"JPY - Yen","value":"JPY"},{"name":"KES - Kenyan Shilling","value":"KES"},{"name":"KGS - Som","value":"KGS"},{"name":"KHR - Riel","value":"KHR"},{"name":"KMF - Comorian Franc ","value":"KMF"},{"name":"KPW - North Korean Won","value":"KPW"},{"name":"KRW - Won","value":"KRW"},{"name":"KWD - Kuwaiti Dinar","value":"KWD"},{"name":"KYD - Cayman Islands Dollar","value":"KYD"},{"name":"KZT - Tenge","value":"KZT"},{"name":"LAK - Lao Kip","value":"LAK"},{"name":"LBP - Lebanese Pound","value":"LBP"},{"name":"LKR - Sri Lanka Rupee","value":"LKR"},{"name":"LRD - Liberian Dollar","value":"LRD"},{"name":"LSL - Loti","value":"LSL"},{"name":"LYD - Libyan Dinar","value":"LYD"},{"name":"MAD - Moroccan Dirham","value":"MAD"},{"name":"MDL - Moldovan Leu","value":"MDL"},{"name":"MGA - Malagasy Ariary","value":"MGA"},{"name":"MKD - Denar","value":"MKD"},{"name":"MMK - Kyat","value":"MMK"},{"name":"MNT - Tugrik","value":"MNT"},{"name":"MOP - Pataca","value":"MOP"},{"name":"MRU - Ouguiya","value":"MRU"},{"name":"MUR - Mauritius Rupee","value":"MUR"},{"name":"MVR - Rufiyaa","value":"MVR"},{"name":"MWK - Malawi Kwacha","value":"MWK"},{"name":"MXN - Mexican Peso","value":"MXN"},{"name":"MXV - Mexican Unidad de Inversion (UDI)","value":"MXV"},{"name":"MYR - Malaysian Ringgit","value":"MYR"},{"name":"MZN - Mozambique Metical","value":"MZN"},{"name":"NAD - Namibia Dollar","value":"NAD"},{"name":"NGN - Naira","value":"NGN"},{"name":"NIO - Cordoba Oro","value":"NIO"},{"name":"NOK - Norwegian Krone","value":"NOK"},{"name":"NPR - Nepalese Rupee","value":"NPR"},{"name":"NZD - New Zealand Dollar","value":"NZD"},{"name":"OMR - Rial Omani","value":"OMR"},{"name":"PAB - Balboa","value":"PAB"},{"name":"PEN - Sol","value":"PEN"},{"name":"PGK - Kina","value":"PGK"},{"name":"PHP - Philippine Peso","value":"PHP"},{"name":"PKR - Pakistan Rupee","value":"PKR"},{"name":"PLN - Zloty","value":"PLN"},{"name":"PYG - Guarani","value":"PYG"},{"name":"QAR - Qatari Rial","value":"QAR"},{"name":"RON - Romanian Leu","value":"RON"},{"name":"RSD - Serbian Dinar","value":"RSD"},{"name":"RUB - Russian Ruble","value":"RUB"},{"name":"RWF - Rwanda Franc","value":"RWF"},{"name":"SAR - Saudi Riyal","value":"SAR"},{"name":"SBD - Solomon Islands Dollar","value":"SBD"},{"name":"SCR - Seychelles Rupee","value":"SCR"},{"name":"SDG - Sudanese Pound","value":"SDG"},{"name":"SEK - Swedish Krona","value":"SEK"},{"name":"SGD - Singapore Dollar","value":"SGD"},{"name":"SHP - Saint Helena Pound","value":"SHP"},{"name":"SLL - Leone","value":"SLL"},{"name":"SOS - Somali Shilling","value":"SOS"},{"name":"SRD - Surinam Dollar","value":"SRD"},{"name":"SSP - South Sudanese Pound","value":"SSP"},{"name":"STN - Dobra","value":"STN"},{"name":"SVC - El Salvador Colon","value":"SVC"},{"name":"SYP - Syrian Pound","value":"SYP"},{"name":"SZL - Lilangeni","value":"SZL"},{"name":"THB - Baht","value":"THB"},{"name":"TJS - Somoni","value":"TJS"},{"name":"TMT - Turkmenistan New Manat","value":"TMT"},{"name":"TND - Tunisian Dinar","value":"TND"},{"name":"TOP - Pa’anga","value":"TOP"},{"name":"TRY - Turkish Lira","value":"TRY"},{"name":"TTD - Trinidad and Tobago Dollar","value":"TTD"},{"name":"TWD - New Taiwan Dollar","value":"TWD"},{"name":"TZS - Tanzanian Shilling","value":"TZS"},{"name":"UAH - Hryvnia","value":"UAH"},{"name":"UGX - Uganda Shilling","value":"UGX"},{"name":"USD - US Dollar","value":"USD"},{"name":"USN - US Dollar (Next day)","value":"USN"},{"name":"UYI - Uruguay Peso en Unidades Indexadas (UI)","value":"UYI"},{"name":"UYU - Peso Uruguayo","value":"UYU"},{"name":"UYW - Unidad Previsional","value":"UYW"},{"name":"UZS - Uzbekistan Sum","value":"UZS"},{"name":"VES - Bolívar Soberano","value":"VES"},{"name":"VND - Dong","value":"VND"},{"name":"VUV - Vatu","value":"VUV"},{"name":"WST - Tala","value":"WST"},{"name":"XAF - CFA Franc BEAC","value":"XAF"},{"name":"XAG - Silver","value":"XAG"},{"name":"XAU - Gold","value":"XAU"},{"name":"XBA - Bond Markets Unit European Composite Unit (EURCO)","value":"XBA"},{"name":"XBB - Bond Markets Unit European Monetary Unit (E.M.U.-6)","value":"XBB"},{"name":"XBC - Bond Markets Unit European Unit of Account 9 (E.U.A.-9)","value":"XBC"},{"name":"XBD - Bond Markets Unit European Unit of Account 17 (E.U.A.-17)","value":"XBD"},{"name":"XCD - East Caribbean Dollar","value":"XCD"},{"name":"XDR - SDR (Special Drawing Right)","value":"XDR"},{"name":"XOF - CFA Franc BCEAO","value":"XOF"},{"name":"XPD - Palladium","value":"XPD"},{"name":"XPF - CFP Franc","value":"XPF"},{"name":"XPT - Platinum","value":"XPT"},{"name":"XSU - Sucre","value":"XSU"},{"name":"XTS - Codes specifically reserved for testing purposes","value":"XTS"},{"name":"XUA - ADB Unit of Account","value":"XUA"},{"name":"XXX - The codes assigned for transactions where no currency is involved","value":"XXX"},{"name":"YER - Yemeni Rial","value":"YER"},{"name":"ZAR - Rand","value":"ZAR"},{"name":"ZMW - Zambian Kwacha","value":"ZMW"},{"name":"ZWL - Zimbabwe Dollar","value":"ZWL"}],"displayOptions":{"show":{"type":["currency"]}},"default":"","placeholder":"USD"},{"displayName":"Amount","name":"amount_1000","type":"number","displayOptions":{"show":{"type":["currency"]}},"default":"","placeholder":""},{"displayName":"Date Time","name":"date_time","type":"dateTime","displayOptions":{"show":{"type":["date_time"]}},"default":"","placeholder":""},{"displayName":"Image Link","name":"imageLink","type":"string","displayOptions":{"show":{"type":["image"]}},"default":""}]}]}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["send"],"messageType":["text"]}},"options":[{"displayName":"Show URL Previews","name":"previewUrl","type":"boolean","default":false,"description":"Whether to display URL previews in text messages","routing":{"send":{"type":"body","property":"text.preview_url"}}}]},{"displayName":"Sender Phone Number (or ID)","name":"phoneNumberId","type":"options","typeOptions":{"loadOptions":{"routing":{"request":{"url":"={{$credentials.businessAccountId}}/phone_numbers","method":"GET"},"output":{"postReceive":[{"type":"rootProperty","properties":{"property":"data"}},{"type":"setKeyValue","properties":{"name":"={{$responseItem.display_phone_number}} - {{$responseItem.verified_name}}","value":"={{$responseItem.id}}"}},{"type":"sort","properties":{"key":"name"}}]}}}},"default":"","placeholder":"","routing":{"request":{"method":"POST","url":"={{$value}}/media"}},"displayOptions":{"show":{"operation":["mediaUpload"],"resource":["media"]}},"required":true,"description":"The ID of the business account's phone number to store the media"},{"displayName":"Property Name","name":"mediaPropertyName","type":"string","default":"data","displayOptions":{"show":{"operation":["mediaUpload"],"resource":["media"]}},"required":true,"description":"Name of the binary property which contains the data for the file to be uploaded","routing":{"send":{"preSend":[null]}}},{"displayName":"Media ID","name":"mediaGetId","type":"string","default":"","displayOptions":{"show":{"operation":["mediaUrlGet"],"resource":["media"]}},"routing":{"request":{"method":"GET","url":"=/{{$value}}"}},"required":true,"description":"The ID of the media"},{"displayName":"Media ID","name":"mediaDeleteId","type":"string","default":"","displayOptions":{"show":{"operation":["mediaDelete"],"resource":["media"]}},"routing":{"request":{"method":"DELETE","url":"=/{{$value}}"}},"required":true,"description":"The ID of the media"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["media"],"operation":["mediaUpload"]}},"options":[{"displayName":"Filename","name":"mediaFileName","type":"string","default":"","description":"The name to use for the file"}]},{"displayName":"Message","name":"message","type":"string","default":"","required":true,"typeOptions":{"rows":4},"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Response Type","name":"responseType","type":"options","default":"approval","options":[{"name":"Approval","value":"approval","description":"User can approve/disapprove from within the message"},{"name":"Free Text","value":"freeText","description":"User can submit a response via a form"},{"name":"Custom Form","value":"customForm","description":"User can submit a response via a custom form"}],"displayOptions":{"show":{"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Define Form","name":"defineForm","type":"options","noDataExpression":true,"options":[{"name":"Using Fields Below","value":"fields"},{"name":"Using JSON","value":"json"}],"default":"fields","displayOptions":{"show":{"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Fields","name":"jsonOutput","type":"json","typeOptions":{"rows":5},"default":"[\n  {\n    \"fieldLabel\": \"Name\",\n    \"placeholder\": \"enter your name\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Age\",\n    \"fieldType\": \"number\",\n    \"placeholder\": \"enter your age\"\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Textarea\",\n    \"fieldType\": \"textarea\"\n  },\n  {\n    \"fieldLabel\": \"Dropdown Options\",\n    \"fieldType\": \"dropdown\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    },\n    \"requiredField\": true\n  },\n  {\n    \"fieldLabel\": \"Checkboxes\",\n    \"fieldType\": \"checkbox\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Radio\",\n    \"fieldType\": \"radio\",\n    \"fieldOptions\": {\n      \"values\": [\n        {\n          \"option\": \"option 1\"\n        },\n        {\n          \"option\": \"option 2\"\n        }\n      ]\n    }\n  },\n  {\n    \"fieldLabel\": \"Email\",\n    \"fieldType\": \"email\",\n    \"placeholder\": \"me@mail.con\"\n  },\n  {\n    \"fieldLabel\": \"File\",\n    \"fieldType\": \"file\",\n    \"multipleFiles\": true,\n    \"acceptFileTypes\": \".jpg, .png\"\n  },\n  {\n    \"fieldLabel\": \"Number\",\n    \"fieldType\": \"number\"\n  },\n  {\n    \"fieldLabel\": \"Password\",\n    \"fieldType\": \"password\"\n  }\n]\n","validateType":"form-fields","ignoreValidationDuringExecution":true,"hint":"<a href=\"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.form/\" target=\"_blank\">See docs</a> for field syntax","displayOptions":{"show":{"defineForm":["json"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"lt":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Form Elements","name":"formFields","placeholder":"Add Form Element","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true,"sortable":true,"hideOptionalFields":true,"addOptionalFieldButtonText":"Add Attributes","fixedCollection":{"itemTitle":"={{ $collection.item.properties.find(p => p.name === \"fieldType\").options.find(o => o.value === $collection.item.value.fieldType).name }}"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","required":true,"type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[2.4]}}},{"displayName":"Label","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"gte":2.4}}]}}},{"displayName":"Field Name","name":"fieldLabel","type":"string","default":"","placeholder":"e.g. What is your name?","description":"Label that appears above the input field","required":true,"displayOptions":{"hide":{"fieldType":["hiddenField","html"]},"show":{"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"],"@version":[{"_cnd":{"lt":2.4}}]}}},{"displayName":"Element Type","name":"fieldType","type":"options","default":"text","description":"The type of field to add to the form","options":[{"name":"Checkboxes","value":"checkbox"},{"name":"Custom HTML","value":"html"},{"name":"Date","value":"date"},{"name":"Dropdown","value":"dropdown"},{"name":"Email","value":"email"},{"name":"File","value":"file"},{"name":"Hidden Field","value":"hiddenField"},{"name":"Number","value":"number"},{"name":"Password","value":"password"},{"name":"Radio Buttons","value":"radio"},{"name":"Text Input","value":"text"},{"name":"Textarea","value":"textarea"}],"required":true},{"displayName":"Element Name","name":"elementName","type":"string","default":"","placeholder":"e.g. content-section","description":"Optional field. It can be used to include the html in the output.","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Custom Field Name","name":"fieldName","description":"The name of the field, used in input attributes and referenced by the workflow","type":"string","default":"","displayOptions":{"hide":{"fieldType":["html"]},"show":{"@version":[{"_cnd":{"gte":2.5}}]}}},{"displayName":"Placeholder","name":"placeholder","description":"Sample text to display inside the field","type":"string","default":"","displayOptions":{"hide":{"fieldType":["dropdown","date","file","html","hiddenField","radio","checkbox"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-filled in the form field","type":"string","default":"","displayOptions":{"show":{"fieldType":["text","number","email","textarea"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default date value that will be pre-filled in the form field (format: YYYY-MM-DD)","type":"dateTime","typeOptions":{"dateOnly":true},"default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value that will be pre-selected. Must match one of the option labels.","type":"string","default":"","displayOptions":{"show":{"fieldType":["dropdown","radio"]}}},{"displayName":"Default Value","name":"defaultValue","description":"Default value(s) that will be pre-selected. Must match one or multiple of the option labels. Separate multiple pre-selected options with a comma.","type":"string","default":"","displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Field Value","name":"fieldValue","description":"Input value can be set here or will be passed as a query parameter via Field Name if no value is set","type":"string","default":"","displayOptions":{"show":{"fieldType":["hiddenField"]}}},{"displayName":"Field Options","name":"fieldOptions","placeholder":"Add Field Option","description":"List of options that can be selected from the dropdown","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["dropdown"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Option","name":"option","type":"string","default":""}]}]},{"displayName":"Checkboxes","name":"fieldOptions","placeholder":"Add Checkbox","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["checkbox"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Checkbox Label","name":"option","type":"string","default":""}]}]},{"displayName":"Radio Buttons","name":"fieldOptions","placeholder":"Add Radio Button","type":"fixedCollection","default":{"values":[{"option":""}]},"required":true,"displayOptions":{"show":{"fieldType":["radio"]}},"typeOptions":{"multipleValues":true,"sortable":true},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Radio Button Label","name":"option","type":"string","default":""}]}]},{"displayName":"Multiple Choice is a legacy option, please use Checkboxes or Radio Buttons field type instead","name":"multiselectLegacyNotice","type":"notice","default":"","displayOptions":{"show":{"multiselect":[true],"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Multiple Choice","name":"multiselect","type":"boolean","default":false,"description":"Whether to allow the user to select multiple options from the dropdown list","displayOptions":{"show":{"fieldType":["dropdown"],"@version":[{"_cnd":{"lt":2.3}}]}}},{"displayName":"Limit Selection","name":"limitSelection","type":"options","default":"unlimited","options":[{"name":"Exact Number","value":"exact"},{"name":"Range","value":"range"},{"name":"Unlimited","value":"unlimited"}],"displayOptions":{"show":{"fieldType":["checkbox"]}}},{"displayName":"Number of Selections","name":"numberOfSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["exact"]}}},{"displayName":"Minimum Selections","name":"minSelections","type":"number","default":0,"typeOptions":{"numberPrecision":0,"minValue":0,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"Maximum Selections","name":"maxSelections","type":"number","default":1,"typeOptions":{"numberPrecision":0,"minValue":1,"showEvenWhenOptional":true},"displayOptions":{"show":{"fieldType":["checkbox"],"limitSelection":["range"]}}},{"displayName":"HTML","name":"html","typeOptions":{"editor":"htmlEditor"},"type":"string","noDataExpression":true,"default":"<!-- Your custom HTML here --->\n\n\n","description":"HTML elements to display on the form page","hint":"Does not accept <code>&lt;script&gt;</code>, <code>&lt;style&gt;</code> or <code>&lt;input&gt;</code> tags","displayOptions":{"show":{"fieldType":["html"]}}},{"displayName":"Multiple Files","name":"multipleFiles","type":"boolean","default":true,"description":"Whether to allow the user to select multiple files from the file input or just one","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"Accepted File Types","name":"acceptFileTypes","type":"string","default":"","description":"Comma-separated list of allowed file extensions","hint":"Leave empty to allow all file types","placeholder":"e.g. .jpg, .png","displayOptions":{"show":{"fieldType":["file"]}}},{"displayName":"The displayed date is formatted based on the locale of the user's browser","name":"formatDate","type":"notice","default":"","displayOptions":{"show":{"fieldType":["date"]}}},{"displayName":"Required Field","name":"requiredField","type":"boolean","default":false,"description":"Whether to require the user to enter a value for this field before submitting the form","displayOptions":{"hide":{"fieldType":["html","hiddenField"]}}}]}],"displayOptions":{"show":{"@version":[{"_cnd":{"gte":2.5}}],"defineForm":["fields"],"responseType":["customForm"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Approval Options","name":"approvalOptions","type":"fixedCollection","placeholder":"Add option","default":{},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Type of Approval","name":"approvalType","type":"options","placeholder":"Add option","default":"single","options":[{"name":"Approve Only","value":"single"},{"name":"Approve and Disapprove","value":"double"}]},{"displayName":"Approve Button Label","name":"approveLabel","type":"string","default":"✓ Approve","displayOptions":{"show":{"approvalType":["single","double"]}}},{"displayName":"Disapprove Button Label","name":"disapproveLabel","type":"string","default":"✗ Decline","displayOptions":{"show":{"approvalType":["double"]}}}]}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["approval"],"resource":["message"],"operation":["sendAndWait"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Message Button Label","name":"messageButtonLabel","type":"string","default":"Respond"},{"displayName":"Response Form Title","name":"responseFormTitle","description":"Title of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Description","name":"responseFormDescription","description":"Description of the form that the user can access to provide their response","type":"string","default":""},{"displayName":"Response Form Button Label","name":"responseFormButtonLabel","type":"string","default":"Submit"},{"displayName":"Response Form Custom Styling","name":"responseFormCustomCss","type":"string","typeOptions":{"rows":10,"editor":"cssEditor"},"default":":root {\n\t--font-family: 'Open Sans', sans-serif;\n\t--font-weight-normal: 400;\n\t--font-weight-bold: 600;\n\t--font-size-body: 12px;\n\t--font-size-label: 14px;\n\t--font-size-test-notice: 12px;\n\t--font-size-input: 14px;\n\t--font-size-header: 20px;\n\t--font-size-paragraph: 14px;\n\t--font-size-link: 12px;\n\t--font-size-error: 12px;\n\t--font-size-html-h1: 28px;\n\t--font-size-html-h2: 20px;\n\t--font-size-html-h3: 16px;\n\t--font-size-html-h4: 14px;\n\t--font-size-html-h5: 12px;\n\t--font-size-html-h6: 10px;\n\t--font-size-subheader: 14px;\n\n\t/* Colors */\n\t--color-background: #fbfcfe;\n\t--color-test-notice-text: #e6a23d;\n\t--color-test-notice-bg: #fefaf6;\n\t--color-test-notice-border: #f6dcb7;\n\t--color-card-bg: #ffffff;\n\t--color-card-border: #dbdfe7;\n\t--color-card-shadow: rgba(99, 77, 255, 0.06);\n\t--color-link: #7e8186;\n\t--color-header: #525356;\n\t--color-label: #555555;\n\t--color-input-border: #dbdfe7;\n\t--color-input-text: #71747A;\n\t--color-focus-border: rgb(90, 76, 194);\n\t--color-submit-btn-bg: #ff6d5a;\n\t--color-submit-btn-text: #ffffff;\n\t--color-error: #ea1f30;\n\t--color-required: #ff6d5a;\n\t--color-clear-button-bg: #7e8186;\n\t--color-html-text: #555;\n\t--color-html-link: #ff6d5a;\n\t--color-header-subtext: #7e8186;\n\n\t/* Border Radii */\n\t--border-radius-card: 8px;\n\t--border-radius-input: 6px;\n\t--border-radius-clear-btn: 50%;\n\t--card-border-radius: 8px;\n\n\t/* Spacing */\n\t--padding-container-top: 24px;\n\t--padding-card: 24px;\n\t--padding-test-notice-vertical: 12px;\n\t--padding-test-notice-horizontal: 24px;\n\t--margin-bottom-card: 16px;\n\t--padding-form-input: 12px;\n\t--card-padding: 24px;\n\t--card-margin-bottom: 16px;\n\n\t/* Dimensions */\n\t--container-width: 448px;\n\t--submit-btn-height: 48px;\n\t--checkbox-size: 18px;\n\n\t/* Others */\n\t--box-shadow-card: 0px 4px 16px 0px var(--color-card-shadow);\n\t--opacity-placeholder: 0.5;\n}","description":"Override default styling of the response form with CSS"},{"displayName":"Limit Wait Time","name":"limitWaitTime","type":"fixedCollection","description":"Whether to limit the time this node should wait for a user response before execution resumes","default":{"values":{"limitType":"afterTimeInterval","resumeAmount":45,"resumeUnit":"minutes"}},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Limit Type","name":"limitType","type":"options","default":"afterTimeInterval","description":"Sets the condition for the execution to resume. Can be a specified date or after some time.","options":[{"name":"After Time Interval","description":"Waits for a certain amount of time","value":"afterTimeInterval"},{"name":"At Specified Time","description":"Waits until the set date and time to continue","value":"atSpecifiedTime"}]},{"displayName":"Amount","name":"resumeAmount","type":"number","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"typeOptions":{"minValue":0,"numberPrecision":2},"default":1,"description":"The time to wait"},{"displayName":"Unit","name":"resumeUnit","type":"options","displayOptions":{"show":{"limitType":["afterTimeInterval"]}},"options":[{"name":"Minutes","value":"minutes"},{"name":"Hours","value":"hours"},{"name":"Days","value":"days"}],"default":"hours","description":"Unit of the interval value"},{"displayName":"Max Date and Time","name":"maxDateAndTime","type":"dateTime","displayOptions":{"show":{"limitType":["atSpecifiedTime"]}},"default":"","description":"Continue execution after the specified date and time"}]}]},{"displayName":"Append n8n Attribution","name":"appendAttribution","type":"boolean","default":true,"description":"Whether to include the phrase \"This message was sent automatically with n8n\" to the end of the message"}],"displayOptions":{"show":{"responseType":["freeText","customForm"],"resource":["message"],"operation":["sendAndWait"]}}}],"codex":{"categories":["Communication","HITL"],"subcategories":{"HITL":["Human in the Loop"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.whatsapp/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/whatsapp/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/WhatsApp/whatsapp.svg"},
{"displayName":"Wise","name":"wise","group":["transform"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Wise API","defaults":{"name":"Wise"},"inputs":["main"],"outputs":["main"],"credentials":[{"name":"wiseApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"},{"name":"Exchange Rate","value":"exchangeRate"},{"name":"Profile","value":"profile"},{"name":"Quote","value":"quote"},{"name":"Recipient","value":"recipient"},{"name":"Transfer","value":"transfer"}],"default":"account"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getBalances","options":[{"name":"Get Balances","value":"getBalances","description":"Retrieve balances for all account currencies of this user","action":"Get balances"},{"name":"Get Currencies","value":"getCurrencies","description":"Retrieve currencies in the borderless account of this user","action":"Get currencies"},{"name":"Get Statement","value":"getStatement","description":"Retrieve the statement for the borderless account of this user","action":"Get a statement"}],"displayOptions":{"show":{"resource":["account"]}}},{"displayName":"Profile Name or ID","name":"profileId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getProfiles"},"description":"ID of the user profile to retrieve the balance of. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["account"],"operation":["getBalances"]}}},{"displayName":"Profile Name or ID","name":"profileId","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getProfiles"},"description":"ID of the user profile whose account to retrieve the statement of. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["account"],"operation":["getStatement"]}}},{"displayName":"Borderless Account Name or ID","name":"borderlessAccountId","type":"options","default":[],"required":true,"typeOptions":{"loadOptionsMethod":"getBorderlessAccounts","loadOptionsDependsOn":["profileId"]},"description":"ID of the borderless account to retrieve the statement of. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["account"],"operation":["getStatement"]}}},{"displayName":"Currency","name":"currency","type":"string","default":"","description":"Code of the currency of the borderless account to retrieve the statement of","displayOptions":{"show":{"resource":["account"],"operation":["getStatement"]}}},{"displayName":"Format","name":"format","type":"options","default":"json","description":"File format to retrieve the statement in","displayOptions":{"show":{"resource":["account"],"operation":["getStatement"]}},"options":[{"name":"JSON","value":"json"},{"name":"CSV","value":"csv"},{"name":"PDF","value":"pdf"},{"name":"XML (CAMT.053)","value":"xml"}]},{"displayName":"Put Output File in Field","name":"binaryProperty","type":"string","required":true,"default":"data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"resource":["account"],"operation":["getStatement"],"format":["csv","pdf","xml"]}}},{"displayName":"File Name","name":"fileName","type":"string","required":true,"default":"","placeholder":"data.pdf","description":"Name of the file that will be downloaded","displayOptions":{"show":{"resource":["account"],"operation":["getStatement"],"format":["csv","pdf","xml"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["getStatement"]}},"options":[{"displayName":"Line Style","name":"lineStyle","type":"options","default":"COMPACT","description":"Line style to retrieve the statement in","options":[{"name":"Compact","value":"COMPACT","description":"Single line per transaction"},{"name":"Flat","value":"FLAT","description":"Separate lines for transaction fees"}]},{"displayName":"Range","name":"range","type":"fixedCollection","placeholder":"Add Range","default":{},"options":[{"displayName":"Range Properties","name":"rangeProperties","values":[{"displayName":"Range Start","name":"intervalStart","type":"dateTime","default":""},{"displayName":"Range End","name":"intervalEnd","type":"dateTime","default":""}]}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","action":"Get an exchange rate"}],"displayOptions":{"show":{"resource":["exchangeRate"]}}},{"displayName":"Source Currency","name":"source","type":"string","default":"","description":"Code of the source currency to retrieve the exchange rate for","displayOptions":{"show":{"resource":["exchangeRate"],"operation":["get"]}}},{"displayName":"Target Currency","name":"target","type":"string","default":"","description":"Code of the target currency to retrieve the exchange rate for","displayOptions":{"show":{"resource":["exchangeRate"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["exchangeRate"],"operation":["get"]}},"options":[{"displayName":"Interval","name":"interval","type":"options","default":"day","options":[{"name":"Day","value":"day"},{"name":"Hour","value":"hour"},{"name":"Minute","value":"minute"}]},{"displayName":"Range","name":"range","type":"fixedCollection","placeholder":"Add Range","description":"Range of time to retrieve the exchange rate for","default":{},"options":[{"displayName":"Range Properties","name":"rangeProperties","values":[{"displayName":"Range Start","name":"from","type":"dateTime","default":""},{"displayName":"Range End","name":"to","type":"dateTime","default":""}]}]},{"displayName":"Time","name":"time","type":"dateTime","default":"","description":"Point in time to retrieve the exchange rate for"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Get","value":"get","action":"Get a profile"},{"name":"Get Many","value":"getAll","action":"Get many profiles"}],"displayOptions":{"show":{"resource":["profile"]}}},{"displayName":"Profile Name or ID","name":"profileId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getProfiles"},"description":"ID of the user profile to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["profile"],"operation":["get"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a quote"},{"name":"Get","value":"get","action":"Get a quote"}],"displayOptions":{"show":{"resource":["quote"]}}},{"displayName":"Profile Name or ID","name":"profileId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getProfiles"},"description":"ID of the user profile to create the quote under. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["quote"],"operation":["create"]}}},{"displayName":"Target Account Name or ID","name":"targetAccountId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getRecipients"},"description":"ID of the account that will receive the funds. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["quote"],"operation":["create"]}}},{"displayName":"Amount Type","name":"amountType","type":"options","default":"source","options":[{"name":"Source","value":"source"},{"name":"Target","value":"target"}],"description":"Whether the amount is to be sent or received","displayOptions":{"show":{"resource":["quote"],"operation":["create"]}}},{"displayName":"Amount","name":"amount","type":"number","default":1,"typeOptions":{"minValue":1},"description":"Amount of funds for the quote to create","displayOptions":{"show":{"resource":["quote"],"operation":["create"]}}},{"displayName":"Source Currency","name":"sourceCurrency","type":"string","default":"","description":"Code of the currency to send for the quote to create","displayOptions":{"show":{"resource":["quote"],"operation":["create"]}}},{"displayName":"Target Currency","name":"targetCurrency","type":"string","default":"","description":"Code of the currency to receive for the quote to create","displayOptions":{"show":{"resource":["quote"],"operation":["create"]}}},{"displayName":"Quote ID","name":"quoteId","type":"string","required":true,"default":"","description":"ID of the quote to retrieve","displayOptions":{"show":{"resource":["quote"],"operation":["get"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"getAll","options":[{"name":"Get Many","value":"getAll","action":"Get many recipients"}],"displayOptions":{"show":{"resource":["recipient"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["recipient"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["recipient"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"default":"get","options":[{"name":"Create","value":"create","action":"Create a transfer"},{"name":"Delete","value":"delete","action":"Delete a transfer"},{"name":"Execute","value":"execute","action":"Execute a transfer"},{"name":"Get","value":"get","action":"Get a transfer"},{"name":"Get Many","value":"getAll","action":"Get many transfers"}],"displayOptions":{"show":{"resource":["transfer"]}}},{"displayName":"Profile Name or ID","name":"profileId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getProfiles","loadOptionsDependsOn":["profileId"]},"description":"ID of the user profile to retrieve the balance of. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["transfer"],"operation":["create"]}}},{"displayName":"Quote ID","name":"quoteId","type":"string","required":true,"default":"","description":"ID of the quote based on which to create the transfer","displayOptions":{"show":{"resource":["transfer"],"operation":["create"]}}},{"displayName":"Target Account Name or ID","name":"targetAccountId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getRecipients"},"description":"ID of the account that will receive the funds. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["transfer"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["transfer"],"operation":["create"]}},"options":[{"displayName":"Reference","name":"reference","type":"string","default":"","description":"Reference text to show in the recipient's bank statement"}]},{"displayName":"Transfer ID","name":"transferId","type":"string","required":true,"default":"","description":"ID of the transfer to delete","displayOptions":{"show":{"resource":["transfer"],"operation":["delete"]}}},{"displayName":"Profile Name or ID","name":"profileId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getProfiles"},"description":"ID of the user profile to execute the transfer under. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["transfer"],"operation":["execute"]}}},{"displayName":"Transfer ID","name":"transferId","type":"string","required":true,"default":"","description":"ID of the transfer to execute","displayOptions":{"show":{"resource":["transfer"],"operation":["execute"]}}},{"displayName":"Transfer ID","name":"transferId","type":"string","required":true,"default":"","description":"ID of the transfer to retrieve","displayOptions":{"show":{"resource":["transfer"],"operation":["get"]}}},{"displayName":"Download Receipt","name":"downloadReceipt","type":"boolean","required":true,"default":false,"description":"Whether to download the transfer receipt as a PDF file. Only for executed transfers, having status 'Outgoing Payment Sent'.","displayOptions":{"show":{"resource":["transfer"],"operation":["get"]}}},{"displayName":"Put Output File in Field","name":"binaryProperty","type":"string","required":true,"default":"data","hint":"The name of the output binary field to put the file in","displayOptions":{"show":{"resource":["transfer"],"operation":["get"],"downloadReceipt":[true]}}},{"displayName":"File Name","name":"fileName","type":"string","required":true,"default":"","placeholder":"data.pdf","description":"Name of the file that will be downloaded","displayOptions":{"show":{"resource":["transfer"],"operation":["get"],"downloadReceipt":[true]}}},{"displayName":"Profile Name or ID","name":"profileId","type":"options","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getProfiles"},"description":"ID of the user profile to retrieve. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["transfer"],"operation":["getAll"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["transfer"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["transfer"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["transfer"],"operation":["getAll"]}},"options":[{"displayName":"Range","name":"range","type":"fixedCollection","placeholder":"Add Range","description":"Range of time for filtering the transfers","default":{},"options":[{"displayName":"Range Properties","name":"rangeProperties","values":[{"displayName":"Created Date Start","name":"createdDateStart","type":"dateTime","default":""},{"displayName":"Created Date End","name":"createdDateEnd","type":"dateTime","default":""}]}]},{"displayName":"Source Currency","name":"sourceCurrency","type":"string","default":"","description":"Code of the source currency for filtering the transfers"},{"displayName":"Status","name":"status","type":"options","default":"processing","options":[{"name":"Bounced Back","value":"bounced_back"},{"name":"Cancelled","value":"cancelled"},{"name":"Charged Back","value":"charged_back"},{"name":"Funds Converted","value":"funds_converted"},{"name":"Funds Refunded","value":"funds_refunded"},{"name":"Incoming Payment Waiting","value":"incoming_payment_waiting"},{"name":"Outgoing Payment Sent","value":"outgoing_payment_sent"},{"name":"Processing","value":"processing"},{"name":"Unknown","value":"unknown"},{"name":"Waiting for Recipient Input to Proceed","value":"waiting_recipient_input_to_proceed"}]},{"displayName":"Target Currency","name":"targetCurrency","type":"string","default":"","description":"Code of the target currency for filtering the transfers"}]}],"codex":{"categories":["Finance & Accounting"],"alias":["Currency"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.wise/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/wise/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Wise/wise.svg"},
{"displayName":"Wise Trigger","name":"wiseTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"event\"]}}","description":"Handle Wise events via webhooks","defaults":{"name":"Wise Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"wiseApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Profile Name or ID","name":"profileId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"typeOptions":{"loadOptionsMethod":"getProfiles"},"default":""},{"displayName":"Event","name":"event","type":"options","required":true,"default":"","options":[{"name":"Balance Credit","value":"balanceCredit","description":"Triggered every time a balance account is credited"},{"name":"Balance Update","value":"balanceUpdate","description":"Triggered every time a balance account is credited or debited"},{"name":"Transfer Active Case","value":"transferActiveCases","description":"Triggered every time a transfer's list of active cases is updated"},{"name":"Transfer State Changed","value":"tranferStateChange","description":"Triggered every time a transfer's status is updated"}]}],"codex":{"categories":["Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.wisetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/wise/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Wise/wise.svg"},
{"displayName":"WooCommerce","name":"wooCommerce","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume WooCommerce API","defaults":{"name":"WooCommerce"},"inputs":["main"],"outputs":["main"],"usableAsTool":true,"credentials":[{"name":"wooCommerceApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Customer","value":"customer"},{"name":"Order","value":"order"},{"name":"Product","value":"product"}],"default":"product"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["customer"]}},"options":[{"name":"Create","value":"create","description":"Create a customer","action":"Create a customer"},{"name":"Delete","value":"delete","description":"Delete a customer","action":"Delete a customer"},{"name":"Get","value":"get","description":"Retrieve a customer","action":"Get a customer"},{"name":"Get Many","value":"getAll","description":"Retrieve 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"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["customer"],"operation":["create"]}},"options":[{"displayName":"Billing Address","name":"billing","type":"collection","default":{},"placeholder":"Add Field","options":[{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Address 1","name":"address_1","type":"string","default":""},{"displayName":"Address 2","name":"address_2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postcode","name":"postcode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Metadata","name":"meta_data","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Metadata Field","options":[{"displayName":"Metadata Fields","name":"meta_data_fields","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"displayOptions":{"show":{"/resource":["customer"],"/operation":["create"]}},"default":""},{"displayName":"Shipping Address","name":"shipping","type":"collection","default":{},"placeholder":"Add Field","options":[{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Address 1","name":"address_1","type":"string","default":""},{"displayName":"Address 2","name":"address_2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postcode","name":"postcode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]},{"displayName":"Username","name":"username","type":"string","default":""}]},{"displayName":"Customer ID","name":"customerId","description":"ID of the customer to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customer"],"operation":["delete"]}}},{"displayName":"Customer ID","name":"customerId","description":"ID of the customer to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customer"],"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":["customer"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["customer"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["customer"],"operation":["getAll"]}},"options":[{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"Email address to filter customers by"},{"displayName":"Sort Order","name":"order","description":"Order to sort customers in","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"},{"displayName":"Order By","name":"orderby","description":"Field to sort customers by","type":"options","options":[{"name":"ID","value":"id"},{"name":"Include","value":"include"},{"name":"Name","value":"name"},{"name":"Registered Date","value":"registered_date"}],"default":"id"}]},{"displayName":"Customer ID","name":"customerId","description":"ID of the customer to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["customer"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["customer"],"operation":["update"]}},"options":[{"displayName":"Billing Address","name":"billing","type":"collection","default":{},"placeholder":"Add Field","options":[{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Address 1","name":"address_1","type":"string","default":""},{"displayName":"Address 2","name":"address_2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postcode","name":"postcode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]},{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Metadata","name":"meta_data","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Metadata Field","options":[{"displayName":"Metadata Fields","name":"meta_data_fields","values":[{"displayName":"Key","name":"key","type":"string","default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"displayOptions":{"show":{"/resource":["customer"],"/operation":["create"]}},"default":""},{"displayName":"Shipping Address","name":"shipping","type":"collection","default":{},"placeholder":"Add Field","options":[{"displayName":"First Name","name":"first_name","type":"string","default":""},{"displayName":"Last Name","name":"last_name","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Address 1","name":"address_1","type":"string","default":""},{"displayName":"Address 2","name":"address_2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"State","name":"state","type":"string","default":""},{"displayName":"Postcode","name":"postcode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["product"]}},"options":[{"name":"Create","value":"create","description":"Create a product","action":"Create a product"},{"name":"Delete","value":"delete","description":"Delete a product","action":"Delete a product"},{"name":"Get","value":"get","description":"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":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["create"]}},"description":"Product name"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["create"]}},"options":[{"displayName":"Backorders","name":"backorders","type":"options","options":[{"name":"No","value":"no"},{"name":"Notify","value":"notify"},{"name":"Yes","value":"yes"}],"default":"no","description":"If managing stock, this controls if backorders are allowed"},{"displayName":"Button Text","name":"buttonText","type":"string","default":"","description":"Product external button text. Only for external products."},{"displayName":"Catalog Visibility","name":"catalogVisibility","type":"options","options":[{"name":"Catalog","value":"catalog"},{"name":"Hidden","value":"hidden"},{"name":"Search","value":"search"},{"name":"Visible","value":"visible"}],"default":"visible"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[],"description":"List of categories. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Cross Sell IDs","name":"crossSellIds","type":"string","default":"","description":"List of cross-sell products IDs. Multiple can be added separated by ,."},{"displayName":"Date On Sale From","name":"dateOnSaleFrom","type":"dateTime","default":"","description":"Start date of sale price, in the site's timezone"},{"displayName":"Date On Sale To","name":"dateOnSaleTo","type":"dateTime","default":"","description":"Ennd date of sale price, in the site's timezone"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Product description"},{"displayName":"Downloadable","name":"downloadable","type":"boolean","default":false,"description":"Whether the product is downloadable"},{"displayName":"External URL","name":"externalUrl","type":"string","default":"","description":"Product external URL. Only for external products."},{"displayName":"Featured","name":"featured","type":"boolean","default":false,"description":"Whether the product is featured"},{"displayName":"Manage Stock","name":"manageStock","type":"boolean","default":false,"description":"Stock management at product level"},{"displayName":"Menu Order","name":"menuOrder","type":"number","default":1,"description":"Menu order, used to custom sort products"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"Product parent ID"},{"displayName":"Purchase Note","name":"purchaseNote","type":"string","default":"","description":"Optional note to send the customer after purchase"},{"displayName":"Regular Price","name":"regularPrice","type":"string","default":"","description":"Product regular price"},{"displayName":"Reviews Allowed","name":"reviewsAllowed","type":"boolean","default":true,"description":"Whether to allow reviews"},{"displayName":"Sale Price","name":"salePrice","type":"string","default":"","description":"Product sale price"},{"displayName":"Shipping Class","name":"shippingClass","type":"string","default":"","description":"Shipping class slug"},{"displayName":"Short Description","name":"shortDescription","type":"string","default":"","description":"Product short description"},{"displayName":"SKU","name":"sku","type":"string","default":"","description":"Unique identifier"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"Product slug"},{"displayName":"Sold Individually","name":"soldIndividually","type":"boolean","default":false,"description":"Whether to allow one item to be bought in a single order"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"publish","description":"A named status for the product"},{"displayName":"Stock Quantity","name":"stockQuantity","type":"number","default":1},{"displayName":"Stock Status","name":"stockStatus","type":"options","options":[{"name":"In Stock","value":"instock"},{"name":"Out Of Stock","value":"outofstock"},{"name":"On Back Order","value":"onbackorder"}],"default":"instock","description":"Controls the stock status of the product"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"List of tags. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Tax Class","name":"taxClass","type":"string","default":""},{"displayName":"Tax Status","name":"taxStatus","type":"options","options":[{"name":"Taxable","value":"taxable"},{"name":"Shipping","value":"shipping"},{"name":"None","value":"none"}],"default":"taxable"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Simple","value":"simple"},{"name":"Grouped","value":"grouped"},{"name":"External","value":"external"},{"name":"Variable","value":"variable"}],"default":"simple","description":"Product type"},{"displayName":"Upsell IDs","name":"upsellIds","type":"string","default":"","description":"List of up-sell products IDs. Multiple can be added separated by ,."},{"displayName":"Virtual","name":"virtual","type":"boolean","default":false,"description":"Whether the product is virtual"},{"displayName":"Weight","name":"weight","type":"string","default":"","description":"Product weight"}]},{"displayName":"Dimensions","name":"dimensionsUi","placeholder":"Add Dimension","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["product"],"operation":["create"]}},"description":"Product dimensions","options":[{"name":"dimensionsValues","displayName":"Dimension","values":[{"displayName":"Height","name":"height","type":"string","default":"","description":"Product height"},{"displayName":"Length","name":"length","type":"string","default":"","description":"Product length"},{"displayName":"Width","name":"width","type":"string","default":"","description":"Product width"}]}]},{"displayName":"Images","name":"imagesUi","placeholder":"Add Image","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["product"],"operation":["create"]}},"description":"Product Image","options":[{"name":"imagesValues","displayName":"Image","values":[{"displayName":"Alt","name":"alt","type":"string","default":"","description":"Image alternative text"},{"displayName":"Src","name":"src","type":"string","default":"","description":"Image URL"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Image name"}]}]},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["product"],"operation":["create"]}},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]},{"displayName":"Product ID","name":"productId","type":"string","displayOptions":{"show":{"resource":["product"],"operation":["update"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["update"]}},"options":[{"displayName":"Backorders","name":"backorders","type":"options","options":[{"name":"No","value":"no"},{"name":"Notify","value":"notify"},{"name":"Yes","value":"yes"}],"default":"no","description":"If managing stock, this controls if backorders are allowed"},{"displayName":"Button Text","name":"buttonText","type":"string","default":"","description":"Product external button text. Only for external products."},{"displayName":"Catalog Visibility","name":"catalogVisibility","type":"options","options":[{"name":"Visible","value":"visible"},{"name":"Catalog","value":"catalog"},{"name":"Search","value":"search"},{"name":"Hidden","value":"hidden"}],"default":"visible"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[],"description":"List of categories. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Cross Sell IDs","name":"crossSellIds","type":"string","default":"","description":"List of cross-sell products IDs. Multiple can be added separated by ,."},{"displayName":"Date On Sale From","name":"dateOnSaleFrom","type":"dateTime","default":"","description":"Start date of sale price, in the site's timezone"},{"displayName":"Date On Sale To","name":"dateOnSaleTo","type":"dateTime","default":"","description":"Ennd date of sale price, in the site's timezone"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Product description"},{"displayName":"Downloadable","name":"downloadable","type":"boolean","default":false,"description":"Whether the product is downloadable"},{"displayName":"External URL","name":"externalUrl","type":"string","default":"","description":"Product external URL. Only for external products."},{"displayName":"Featured","name":"featured","type":"boolean","default":false,"description":"Whether the product is featured"},{"displayName":"Manage Stock","name":"manageStock","type":"boolean","default":false,"description":"Stock management at product level"},{"displayName":"Menu Order","name":"menuOrder","type":"number","default":1,"description":"Menu order, used to custom sort products"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Product name"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"Product parent ID"},{"displayName":"Purchase Note","name":"purchaseNote","type":"string","default":"","description":"Optional note to send the customer after purchase"},{"displayName":"Regular Price","name":"regularPrice","type":"string","default":"","description":"Product regular price"},{"displayName":"Reviews Allowed","name":"reviewsAllowed","type":"boolean","default":true,"description":"Whether to allow reviews"},{"displayName":"Sale Price","name":"salePrice","type":"string","default":"","description":"Product sale price"},{"displayName":"Shipping Class","name":"shippingClass","type":"string","default":"","description":"Shipping class slug"},{"displayName":"Short Description","name":"shortDescription","type":"string","default":"","description":"Product short description"},{"displayName":"SKU","name":"sku","type":"string","default":"","description":"Unique identifier"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"Product slug"},{"displayName":"Sold Individually","name":"soldIndividually","type":"boolean","default":false,"description":"Whether to allow one item to be bought in a single order"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"publish","description":"A named status for the product"},{"displayName":"Stock Quantity","name":"stockQuantity","type":"number","default":1},{"displayName":"Stock Status","name":"stockStatus","type":"options","options":[{"name":"In Stock","value":"instock"},{"name":"Out Of Stock","value":"outofstock"},{"name":"On Back Order","value":"onbackorder"}],"default":"instock","description":"Controls the stock status of the product"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"List of tags. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Tax Class","name":"taxClass","type":"string","default":""},{"displayName":"Tax Status","name":"taxStatus","type":"options","options":[{"name":"Taxable","value":"taxable"},{"name":"Shipping","value":"shipping"},{"name":"None","value":"none"}],"default":"taxable"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Simple","value":"simple"},{"name":"Grouped","value":"grouped"},{"name":"External","value":"external"},{"name":"Variable","value":"variable"}],"default":"simple","description":"Product type"},{"displayName":"Upsell IDs","name":"upsellIds","type":"string","default":"","description":"List of up-sell products IDs. Multiple can be added separated by ,."},{"displayName":"Virtual","name":"virtual","type":"boolean","default":false,"description":"Whether the product is virtual"},{"displayName":"Weight","name":"weight","type":"string","default":"","description":"Product weight"}]},{"displayName":"Dimensions","name":"dimensionsUi","placeholder":"Add Dimension","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["product"],"operation":["update"]}},"description":"Product dimensions","options":[{"name":"dimensionsValues","displayName":"Dimension","values":[{"displayName":"Height","name":"height","type":"string","default":"","description":"Product height"},{"displayName":"Length","name":"length","type":"string","default":"","description":"Product length"},{"displayName":"Width","name":"width","type":"string","default":"","description":"Product width"}]}]},{"displayName":"Images","name":"imagesUi","placeholder":"Add Image","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["product"],"operation":["update"]}},"description":"Product Image","options":[{"name":"imagesValues","displayName":"Image","values":[{"displayName":"Alt","name":"alt","type":"string","default":"","description":"Image alternative text"},{"displayName":"Src","name":"src","type":"string","default":"","description":"Image URL"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Image name"}]}]},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["product"],"operation":["update"]}},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]},{"displayName":"Product ID","name":"productId","type":"string","displayOptions":{"show":{"resource":["product"],"operation":["get"]}},"default":""},{"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":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["getAll"]}},"options":[{"displayName":"After","name":"after","type":"dateTime","default":"","description":"Limit response to resources published after a given ISO8601 compliant date"},{"displayName":"Before","name":"before","type":"dateTime","default":"","description":"Limit response to resources published before a given ISO8601 compliant date"},{"displayName":"Category Name or ID","name":"category","type":"options","default":"","typeOptions":{"loadOptionsMethod":"getCategories"},"description":"Limit result set to products assigned a specific category ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"},{"displayName":"Featured","name":"featured","type":"boolean","default":false,"description":"Whether to limit the result set to featured products"},{"displayName":"Max Price","name":"maxPrice","type":"string","default":"","description":"Limit result set to products based on a maximun price"},{"displayName":"Min Price","name":"minPrice","type":"string","default":"","description":"Limit result set to products based on a minimum price"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"Order sort attribute ascending or descending"},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Date","value":"date"},{"name":"ID","value":"id"},{"name":"Include","value":"include"},{"name":"Slug","value":"slug"},{"name":"Title","value":"title"}],"default":"id","description":"Sort collection by object attribute"},{"displayName":"Search","name":"search","type":"string","default":"","description":"Limit results to those matching a string"},{"displayName":"SKU","name":"sku","type":"string","default":"","description":"Limit result set to products with a specific SKU"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"Limit result set to products with a specific slug"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Any","value":"any"},{"name":"Draft","value":"draft"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"any","description":"Limit result set to products assigned a specific status"},{"displayName":"Stock Status","name":"stockStatus","type":"options","options":[{"name":"In Stock","value":"instock"},{"name":"Out Of Stock","value":"outofstock"},{"name":"On Back Order","value":"onbackorder"}],"default":"","description":"Controls the stock status of the product"},{"displayName":"Tag Name or ID","name":"tag","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getTags"},"description":"Limit result set to products assigned a specific tag ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Tax Class","name":"taxClass","type":"options","options":[{"name":"Standar","value":"standard"},{"name":"Reduced Rate","value":"reduced-rate"},{"name":"Zero Rate","value":"zero-rate."}],"default":"","description":"Limit result set to products with a specific tax class"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Simple","value":"simple"},{"name":"Grouped","value":"grouped"},{"name":"External","value":"external"},{"name":"Variable","value":"variable"}],"default":"simple","description":"Product type"}]},{"displayName":"Product ID","name":"productId","type":"string","displayOptions":{"show":{"resource":["product"],"operation":["delete"]}},"default":""},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["order"]}},"options":[{"name":"Create","value":"create","description":"Create a order","action":"Create an order"},{"name":"Delete","value":"delete","description":"Delete a order","action":"Delete an order"},{"name":"Get","value":"get","description":"Get a order","action":"Get an order"},{"name":"Get Many","value":"getAll","description":"Get many orders","action":"Get many orders"},{"name":"Update","value":"update","description":"Update a order","action":"Update an order"}],"default":"create"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["order"],"operation":["create"]}},"options":[{"displayName":"Currency","name":"currency","type":"string","default":"","description":"Currency the order was created with"},{"displayName":"Customer ID","name":"customerId","type":"string","default":"","description":"User ID who owns the order. 0 for guests."},{"displayName":"Customer Note","name":"customerNote","type":"string","default":"","description":"Note left by customer during checkout"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"Parent order ID"},{"displayName":"Payment Method ID","name":"paymentMethodId","type":"string","default":""},{"displayName":"Payment Method Title","name":"paymentMethodTitle","type":"string","default":""},{"displayName":"Set Paid","name":"setPaid","type":"boolean","default":false,"description":"Whether the order is paid. It will set the status to processing and reduce stock items."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Cancelled","value":"cancelled"},{"name":"Completed","value":"completed"},{"name":"Failed","value":"failed"},{"name":"on-hold","value":"on-hold"},{"name":"Pending","value":"pending"},{"name":"Processing","value":"processing"},{"name":"Refunded","value":"refunded"},{"name":"Trash","value":"trash"}],"default":"pending","description":"A named status for the order"},{"displayName":"Transaction ID","name":"transactionID","type":"string","default":"","description":"Unique transaction ID"}]},{"displayName":"Billing","name":"billingUi","placeholder":"Add Billing","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["order"],"operation":["create"]}},"description":"Billing address","options":[{"name":"billingValues","displayName":"Address","values":[{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Address Line 1","name":"address_1","type":"string","default":""},{"displayName":"Address Line 2","name":"address_2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":"","description":"ISO code or name of the state, province or district"},{"displayName":"Postal Code","name":"postcode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]}]},{"displayName":"Coupon Lines","name":"couponLinesUi","placeholder":"Add Coupon Line","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["create"]}},"description":"Coupons line data","options":[{"name":"couponLinesValues","displayName":"Coupon Line","values":[{"displayName":"Code","name":"code","type":"string","default":"","description":"Coupon code"},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]}]}]},{"displayName":"Fee Lines","name":"feeLinesUi","placeholder":"Add Fee Line","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["create"]}},"description":"Fee line data","options":[{"name":"feeLinesValues","displayName":"Fee Line","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Fee name"},{"displayName":"Tax Class","name":"taxClass","type":"string","description":"Tax class of fee","default":""},{"displayName":"Tax Status","name":"taxStatus","type":"options","options":[{"name":"Taxable","value":"taxable"},{"name":"None","value":"none"}],"default":"","description":"Tax class of fee"},{"displayName":"Total","name":"total","type":"string","default":"","description":"Line total (after discounts)"},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]}]}]},{"displayName":"Line Items","name":"lineItemsUi","placeholder":"Add Line Item","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["create"]}},"description":"Line item data","options":[{"name":"lineItemsValues","displayName":"Line Item","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Product name"},{"displayName":"Product ID","name":"productId","type":"number","default":0},{"displayName":"Variation ID","name":"variationId","type":"number","default":0,"description":"Variation ID, if applicable"},{"displayName":"Quantity","name":"quantity","type":"number","default":1,"description":"Quantity ordered"},{"displayName":"Tax Class","name":"taxClass","type":"string","default":"","description":"Slug of the tax class of product"},{"displayName":"Subtotal","name":"subtotal","type":"string","default":"","description":"Line subtotal (before discounts)"},{"displayName":"Total","name":"total","type":"string","default":"","description":"Line total (after discounts)"},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]}]}]},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["create"]}},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]},{"displayName":"Shipping","name":"shippingUi","placeholder":"Add Shipping","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["order"],"operation":["create"]}},"description":"Shipping address","options":[{"name":"shippingValues","displayName":"Address","values":[{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Address Line 1","name":"address_1","type":"string","default":""},{"displayName":"Address Line 2","name":"address_2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":"","description":"ISO code or name of the state, province or district"},{"displayName":"Postal Code","name":"postcode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""}]}]},{"displayName":"Shipping Lines","name":"shippingLinesUi","placeholder":"Add Shipping Line","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["create"]}},"description":"Shipping line data","options":[{"name":"shippingLinesValues","displayName":"Fee Line","values":[{"displayName":"Method Title","name":"methodTitle","type":"string","default":"","description":"Shipping method name"},{"displayName":"Method ID","name":"method ID","type":"string","description":"Shipping method ID","default":""},{"displayName":"Total","name":"total","type":"string","default":"","description":"Line total (after discounts)"},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]}]}]},{"displayName":"Order ID","name":"orderId","type":"string","displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"default":""},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"options":[{"displayName":"Currency","name":"currency","type":"string","default":"","description":"Currency the order was created with"},{"displayName":"Customer ID","name":"customerId","type":"string","default":"","description":"User ID who owns the order. 0 for guests."},{"displayName":"Customer Note","name":"customerNote","type":"string","default":"","description":"Note left by customer during checkout"},{"displayName":"Parent ID","name":"parentId","type":"string","default":"","description":"Parent order ID"},{"displayName":"Payment Method ID","name":"paymentMethodId","type":"string","default":""},{"displayName":"Payment Method Title","name":"paymentMethodTitle","type":"string","default":""},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Cancelled","value":"cancelled"},{"name":"Completed","value":"completed"},{"name":"Failed","value":"failed"},{"name":"on-hold","value":"on-hold"},{"name":"Pending","value":"pending"},{"name":"Processing","value":"processing"},{"name":"Refunded","value":"refunded"},{"name":"Trash","value":"trash"}],"default":"pending","description":"A named status for the order"},{"displayName":"Transaction ID","name":"transactionID","type":"string","default":"","description":"Unique transaction ID"}]},{"displayName":"Billing","name":"billingUi","placeholder":"Add Billing","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"description":"Billing address","options":[{"name":"billingValues","displayName":"Address","values":[{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Address Line 1","name":"address_1","type":"string","default":""},{"displayName":"Address Line 2","name":"address_2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":"","description":"ISO code or name of the state, province or district"},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Phone","name":"phone","type":"string","default":""}]}]},{"displayName":"Coupon Lines","name":"couponLinesUi","placeholder":"Add Coupon Line","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"description":"Coupons line data","options":[{"name":"couponLinesValues","displayName":"Coupon Line","values":[{"displayName":"Code","name":"code","type":"string","default":"","description":"Coupon code"},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]}]}]},{"displayName":"Fee Lines","name":"feeLinesUi","placeholder":"Add Fee Line","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"description":"Fee line data","options":[{"name":"feeLinesValues","displayName":"Fee Line","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Fee name"},{"displayName":"Tax Class","name":"taxClass","type":"string","description":"Tax class of fee","default":""},{"displayName":"Tax Status","name":"taxStatus","type":"options","options":[{"name":"Taxable","value":"taxable"},{"name":"None","value":"none"}],"default":"","description":"Tax class of fee"},{"displayName":"Total","name":"total","type":"string","default":"","description":"Line total (after discounts)"},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]}]}]},{"displayName":"Line Items","name":"lineItemsUi","placeholder":"Add Line Item","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"description":"Line item data","options":[{"name":"lineItemsValues","displayName":"Line Item","values":[{"displayName":"Name","name":"name","type":"string","default":"","description":"Product name"},{"displayName":"Product ID","name":"productId","type":"number","default":0},{"displayName":"Variation ID","name":"variationId","type":"number","default":0,"description":"Variation ID, if applicable"},{"displayName":"Quantity","name":"quantity","type":"number","default":1,"description":"Quantity ordered"},{"displayName":"Tax Class","name":"taxClass","type":"string","default":"","description":"Slug of the tax class of product"},{"displayName":"Subtotal","name":"subtotal","type":"string","default":"","description":"Line subtotal (before discounts)"},{"displayName":"Total","name":"total","type":"string","default":"","description":"Line total (after discounts)"},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]}]}]},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]},{"displayName":"Shipping","name":"shippingUi","placeholder":"Add Shipping","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"description":"Shipping address","options":[{"name":"shippingValues","displayName":"Address","values":[{"displayName":"First Name","name":"firstName","type":"string","default":""},{"displayName":"Last Name","name":"lastName","type":"string","default":""},{"displayName":"Company","name":"company","type":"string","default":""},{"displayName":"Address Line 1","name":"address_1","type":"string","default":""},{"displayName":"Address Line 2","name":"address_2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":"","description":"ISO code or name of the state, province or district"},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""}]}]},{"displayName":"Shipping Lines","name":"shippingLinesUi","placeholder":"Add Shipping Line","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["order"],"operation":["update"]}},"description":"Shipping line data","options":[{"name":"shippingLinesValues","displayName":"Fee Line","values":[{"displayName":"Method Title","name":"methodTitle","type":"string","default":"","description":"Shipping method name"},{"displayName":"Method ID","name":"method ID","type":"string","description":"Shipping method ID","default":""},{"displayName":"Total","name":"total","type":"string","default":"","description":"Line total (after discounts)"},{"displayName":"Metadata","name":"metadataUi","placeholder":"Add Metadata","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"Meta data","options":[{"name":"metadataValues","displayName":"Metadata","values":[{"displayName":"Key","name":"key","type":"string","default":"","description":"Name of the metadata key to add"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set for the metadata key"}]}]}]}]},{"displayName":"Order ID","name":"orderId","type":"string","displayOptions":{"show":{"resource":["order"],"operation":["get"]}},"default":""},{"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":100},"default":50,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["order"],"operation":["getAll"]}},"options":[{"displayName":"After","name":"after","type":"dateTime","default":"","description":"Limit response to resources published after a given ISO8601 compliant date"},{"displayName":"Before","name":"before","type":"dateTime","default":"","description":"Limit response to resources published before a given ISO8601 compliant date"},{"displayName":"Customer","name":"customer","type":"string","default":"","description":"Limit result set to orders assigned a specific customer"},{"displayName":"Decimal Points","name":"decimalPoints","type":"number","typeOptions":{"minValue":0,"maxValue":10},"default":2,"description":"Number of decimal points to use in each resource"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"Order sort attribute ascending or descending"},{"displayName":"Product","name":"product","type":"string","default":"","description":"Limit result set to orders assigned a specific product"},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Date","value":"date"},{"name":"ID","value":"id"},{"name":"Include","value":"include"},{"name":"Slug","value":"slug"},{"name":"Title","value":"title"}],"default":"id","description":"Sort collection by object attribute"},{"displayName":"Search","name":"search","type":"string","default":"","description":"Limit results to those matching a string"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Any","value":"any"},{"name":"Cancelled","value":"cancelled"},{"name":"Completed","value":"completed"},{"name":"Failed","value":"failed"},{"name":"On-Hold","value":"on-hold"},{"name":"Pending","value":"pending"},{"name":"Processing","value":"processing"},{"name":"Refunded","value":"refunded"},{"name":"Trash","value":"trash"}],"default":"any","description":"Limit result set to orders assigned a specific status"}]},{"displayName":"Order ID","name":"orderId","type":"string","displayOptions":{"show":{"resource":["order"],"operation":["delete"]}},"default":""}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.woocommerce/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/woocommerce/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/WooCommerce/wooCommerce.svg"},
{"displayName":"WooCommerce Trigger","name":"wooCommerceTrigger","group":["trigger"],"version":1,"description":"Handle WooCommerce events via webhooks","defaults":{"name":"WooCommerce Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"wooCommerceApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Event","name":"event","type":"options","required":true,"default":"","options":[{"name":"coupon.created","value":"coupon.created"},{"name":"coupon.deleted","value":"coupon.deleted"},{"name":"coupon.updated","value":"coupon.updated"},{"name":"customer.created","value":"customer.created"},{"name":"customer.deleted","value":"customer.deleted"},{"name":"customer.updated","value":"customer.updated"},{"name":"order.created","value":"order.created"},{"name":"order.deleted","value":"order.deleted"},{"name":"order.updated","value":"order.updated"},{"name":"product.created","value":"product.created"},{"name":"product.deleted","value":"product.deleted"},{"name":"product.updated","value":"product.updated"}],"description":"Determines which resource events the webhook is triggered for"}],"codex":{"categories":["Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.woocommercetrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/woocommerce/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/WooCommerce/wooCommerce.svg"},
{"displayName":"Wordpress","name":"wordpress","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Wordpress API","defaults":{"name":"Wordpress"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"wordpressApi","required":true,"displayOptions":{"show":{"authType":["basicAuth"]}}},{"name":"wordpressOAuth2Api","required":true,"displayOptions":{"show":{"authType":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authType","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"OAuth2 (WordPress.com)","value":"oAuth2"}],"default":"basicAuth","description":"The authentication method to use"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Post","value":"post"},{"name":"Page","value":"page"},{"name":"User","value":"user"}],"default":"post"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["post"]}},"options":[{"name":"Create","value":"create","description":"Create a post","action":"Create a post"},{"name":"Get","value":"get","description":"Get a post","action":"Get a post"},{"name":"Get Many","value":"getAll","description":"Get many posts","action":"Get many posts"},{"name":"Update","value":"update","description":"Update a post","action":"Update a post"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"description":"The title for the post"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["create"]}},"options":[{"displayName":"Author Name or ID","name":"authorId","type":"options","typeOptions":{"loadOptionsMethod":"getAuthors"},"default":"","description":"The ID for the author of the object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Content","name":"content","type":"string","default":"","description":"The content for the post"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"An alphanumeric identifier for the object unique to its type"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"A password to protect access to the content and excerpt"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Future","value":"future"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"draft","description":"A named status for the post"},{"displayName":"Date","name":"date","type":"dateTime","default":"","description":"The date the post was published, in the site's timezone"},{"displayName":"Comment Status","name":"commentStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"Whether or not comments are open on the post"},{"displayName":"Ping Status","name":"pingStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"If the a message should be send to announce the post"},{"displayName":"Format","name":"format","type":"options","options":[{"name":"Aside","value":"aside"},{"name":"Audio","value":"audio"},{"name":"Chat","value":"chat"},{"name":"Gallery","value":"gallery"},{"name":"Image","value":"image"},{"name":"Link","value":"link"},{"name":"Quote","value":"quote"},{"name":"Standard","value":"standard"},{"name":"Status","value":"status"},{"name":"Video","value":"video"}],"default":"standard","description":"Whether or not comments are open on the post"},{"displayName":"Sticky","name":"sticky","type":"boolean","default":false,"description":"Whether or not the object should be treated as sticky"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[],"description":"The terms assigned to the object in the category taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"The terms assigned to the object in the post_tag taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Template","name":"postTemplate","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Elementor Template","name":"elementor","type":"boolean","default":true,"description":"Whether site uses elementor page builder"},{"displayName":"Template","name":"template","type":"string","default":"","description":"The theme file to use","displayOptions":{"show":{"elementor":[false]}}},{"displayName":"Template","name":"template","type":"options","options":[{"name":"Standard","value":""},{"name":"Elementor Canvas","value":"elementor_canvas"},{"name":"Elementor Header Footer","value":"elementor_header_footer"},{"name":"Elementor Theme","value":"elementor_theme"}],"default":"","description":"The Elementor template to use","displayOptions":{"show":{"elementor":[true]}}}]}]}]},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"description":"Unique identifier for the object"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["update"]}},"options":[{"displayName":"Author Name or ID","name":"authorId","type":"options","typeOptions":{"loadOptionsMethod":"getAuthors"},"default":"","description":"The ID for the author of the object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title for the post"},{"displayName":"Content","name":"content","type":"string","default":"","description":"The content for the post"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"An alphanumeric identifier for the object unique to its type"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"A password to protect access to the content and excerpt"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Future","value":"future"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"draft","description":"A named status for the post"},{"displayName":"Date","name":"date","type":"dateTime","default":"","description":"The date the post was published, in the site's timezone"},{"displayName":"Comment Status","name":"commentStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"Whether or not comments are open on the post"},{"displayName":"Ping Status","name":"pingStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"Whether or not comments are open on the post"},{"displayName":"Format","name":"format","type":"options","options":[{"name":"Aside","value":"aside"},{"name":"Audio","value":"audio"},{"name":"Chat","value":"chat"},{"name":"Gallery","value":"gallery"},{"name":"Image","value":"image"},{"name":"Link","value":"link"},{"name":"Quote","value":"quote"},{"name":"Standard","value":"standard"},{"name":"Status","value":"status"},{"name":"Video","value":"video"}],"default":"standard","description":"The format of the post"},{"displayName":"Sticky","name":"sticky","type":"boolean","default":false,"description":"Whether or not the object should be treated as sticky"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getCategories"},"default":[],"description":"The terms assigned to the object in the category taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"The terms assigned to the object in the post_tag taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Template","name":"postTemplate","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Elementor Template","name":"elementor","type":"boolean","default":true,"description":"Whether site uses elementor page builder"},{"displayName":"Template","name":"template","type":"string","default":"","description":"The theme file to use","displayOptions":{"show":{"elementor":[false]}}},{"displayName":"Template","name":"template","type":"options","options":[{"name":"Standard","value":""},{"name":"Elementor Canvas","value":"elementor_canvas"},{"name":"Elementor Header Footer","value":"elementor_header_footer"},{"name":"Elementor Theme","value":"elementor_theme"}],"default":"","description":"The Elementor template to use","displayOptions":{"show":{"elementor":[true]}}}]}]}]},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["post"],"operation":["get"]}},"description":"Unique identifier for the object"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["get"]}},"options":[{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"The password for the post if it is password protected"},{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["post"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":10},"default":5,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["getAll"]}},"options":[{"displayName":"After","name":"after","type":"dateTime","default":"","description":"Limit response to posts published after a given ISO8601 compliant date"},{"displayName":"Author Names or IDs","name":"author","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getAuthors"},"description":"Limit result set to posts assigned to specific authors. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Before","name":"before","type":"dateTime","default":"","description":"Limit response to posts published before a given ISO8601 compliant date"},{"displayName":"Category Names or IDs","name":"categories","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getCategories"},"description":"Limit result set to all items that have the specified term assigned in the categories taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"},{"displayName":"Exclude Categories","name":"excludedCategories","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getCategories"},"description":"Limit result set to all items except those that have the specified term assigned in the categories taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Exclude Tags","name":"excludedTags","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getTags"},"description":"Limit result set to all items except those that have the specified term assigned in the tags taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"Order sort attribute ascending or descending"},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Author","value":"author"},{"name":"Date","value":"date"},{"name":"ID","value":"id"},{"name":"Include","value":"include"},{"name":"Include Slugs","value":"include_slugs"},{"name":"Modified","value":"modified"},{"name":"Parent","value":"parent"},{"name":"Relevance","value":"relevance"},{"name":"Slug","value":"slug"},{"name":"Title","value":"title"}],"default":"id","description":"Sort collection by object attribute"},{"displayName":"Search","name":"search","type":"string","default":"","description":"Limit results to those matching a string"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Future","value":"future"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"publish","description":"The status of the post"},{"displayName":"Sticky","name":"sticky","type":"boolean","default":false,"description":"Whether to limit the result set to items that are sticky"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getTags"},"description":"Limit result set to all items that have the specified term assigned in the tags taxonomy. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Post ID","name":"postId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["post"],"operation":["delete"]}},"description":"Unique identifier for the object"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["post"],"operation":["delete"]}},"options":[{"displayName":"Force","name":"force","type":"boolean","default":false,"description":"Whether to bypass trash and force deletion"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["page"]}},"options":[{"name":"Create","value":"create","description":"Create a page","action":"Create a page"},{"name":"Get","value":"get","description":"Get a page","action":"Get a page"},{"name":"Get Many","value":"getAll","description":"Get many pages","action":"Get many pages"},{"name":"Update","value":"update","description":"Update a page","action":"Update a page"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["page"],"operation":["create"]}},"description":"The title for the page"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["page"],"operation":["create"]}},"options":[{"displayName":"Author Name or ID","name":"authorId","type":"options","typeOptions":{"loadOptionsMethod":"getAuthors"},"default":"","description":"The ID for the author of the object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Parent ID","name":"parent","type":"number","default":"","description":"The ID for the parent of the post"},{"displayName":"Content","name":"content","type":"string","default":"","description":"The content for the page"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"An alphanumeric identifier for the object unique to its type"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"A password to protect access to the content and excerpt"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Future","value":"future"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"draft","description":"A named status for the page"},{"displayName":"Comment Status","name":"commentStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"Whether or not comments are open on the page"},{"displayName":"Ping Status","name":"pingStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"If the a message should be send to announce the page"},{"displayName":"Template","name":"pageTemplate","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Elementor Template","name":"elementor","type":"boolean","default":true,"description":"Whether site uses elementor page builder"},{"displayName":"Template","name":"template","type":"string","default":"","description":"The theme file to use","displayOptions":{"show":{"elementor":[false]}}},{"displayName":"Template","name":"template","type":"options","options":[{"name":"Standard","value":""},{"name":"Elementor Canvas","value":"elementor_canvas"},{"name":"Elementor Header Footer","value":"elementor_header_footer"},{"name":"Elementor Theme","value":"elementor_theme"}],"default":"","description":"The Elementor template to use","displayOptions":{"show":{"elementor":[true]}}}]}]},{"displayName":"Menu Order","name":"menuOrder","type":"number","default":0,"description":"The order of the page in relation to other pages"},{"displayName":"Featured Media ID","name":"featuredMediaId","type":"number","default":"","description":"The ID of the featured media for the page"}]},{"displayName":"Page ID","name":"pageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["page"],"operation":["update"]}},"description":"Unique identifier for the object"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["page"],"operation":["update"]}},"options":[{"displayName":"Author Name or ID","name":"authorId","type":"options","typeOptions":{"loadOptionsMethod":"getAuthors"},"default":"","description":"The ID for the author of the object. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Parent ID","name":"parent","type":"number","default":"","description":"The ID for the parent of the post"},{"displayName":"Title","name":"title","type":"string","default":"","description":"The title for the page"},{"displayName":"Content","name":"content","type":"string","default":"","description":"The content for the page"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"An alphanumeric identifier for the object unique to its type"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"A password to protect access to the content and excerpt"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Future","value":"future"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"draft","description":"A named status for the page"},{"displayName":"Comment Status","name":"commentStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"Whether or not comments are open on the page"},{"displayName":"Ping Status","name":"pingStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Close","value":"closed"}],"default":"open","description":"Whether or not comments are open on the page"},{"displayName":"Template","name":"pageTemplate","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":false},"options":[{"displayName":"Values","name":"values","values":[{"displayName":"Elementor Template","name":"elementor","type":"boolean","default":true,"description":"Whether site uses elementor page builder"},{"displayName":"Template","name":"template","type":"string","default":"","description":"The theme file to use","displayOptions":{"show":{"elementor":[false]}}},{"displayName":"Template","name":"template","type":"options","options":[{"name":"Standard","value":""},{"name":"Elementor Canvas","value":"elementor_canvas"},{"name":"Elementor Header Footer","value":"elementor_header_footer"},{"name":"Elementor Theme","value":"elementor_theme"}],"default":"","description":"The Elementor template to use","displayOptions":{"show":{"elementor":[true]}}}]}]},{"displayName":"Menu Order","name":"menuOrder","type":"number","default":0,"description":"The order of the page in relation to other pages"},{"displayName":"Comment Status","name":"commentStatus","type":"options","options":[{"name":"Open","value":"open"},{"name":"Closed","value":"closed"}],"default":"open","description":"Whether or not comments are open on the page"},{"displayName":"Featured Media ID","name":"featuredMediaId","type":"number","default":"","description":"The ID of the featured media for the page"}]},{"displayName":"Page ID","name":"pageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["page"],"operation":["get"]}},"description":"Unique identifier for the object"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["page"],"operation":["get"]}},"options":[{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"The password for the page if it is password protected"},{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["page"],"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":["page"],"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":["page"],"operation":["getAll"]}},"options":[{"displayName":"After","name":"after","type":"dateTime","default":"","description":"Limit response to pages published after a given ISO8601 compliant date"},{"displayName":"Author Names or IDs","name":"author","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getAuthors"},"description":"Limit result set to pages assigned to specific authors. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Before","name":"before","type":"dateTime","default":"","description":"Limit response to pages published before a given ISO8601 compliant date"},{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"},{"displayName":"Menu Order","name":"menuOrder","type":"number","default":0,"description":"Limit result set to items with a specific menu order value"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"Order sort attribute ascending or descending"},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Author","value":"author"},{"name":"Date","value":"date"},{"name":"ID","value":"id"},{"name":"Include","value":"include"},{"name":"Include Slugs","value":"include_slugs"},{"name":"Modified","value":"modified"},{"name":"Parent","value":"parent"},{"name":"Relevance","value":"relevance"},{"name":"Slug","value":"slug"},{"name":"Title","value":"title"}],"default":"id","description":"Sort collection by object attribute"},{"displayName":"Page","name":"page","type":"number","default":1,"description":"Current page of the collection"},{"displayName":"Parent Page ID","name":"parent","type":"number","default":"","description":"Limit result set to items with a particular parent page ID"},{"displayName":"Search","name":"search","type":"string","default":"","description":"Limit results to those matching a string"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"draft"},{"name":"Future","value":"future"},{"name":"Pending","value":"pending"},{"name":"Private","value":"private"},{"name":"Publish","value":"publish"}],"default":"publish","description":"The status of the page"}]},{"displayName":"Page ID","name":"pageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["page"],"operation":["delete"]}},"description":"Unique identifier for the object"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["page"],"operation":["delete"]}},"options":[{"displayName":"Force","name":"force","type":"boolean","default":false,"description":"Whether to bypass trash and force deletion"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a user","action":"Create a user"},{"name":"Get","value":"get","description":"Get a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Get many users","action":"Get many users"},{"name":"Update","value":"update","description":"Update a user","action":"Update a user"}],"default":"create"},{"displayName":"Username","name":"username","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"Login name for the user"},{"displayName":"Name","name":"name","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"Display name for the user"},{"displayName":"First Name","name":"firstName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"First name for the user"},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"Last name for the user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"The email address for the user"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"description":"Password for the user (never included)"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"URL","name":"url","type":"string","default":"","description":"URL of the user"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the user"},{"displayName":"Nickname","name":"nickname","type":"string","default":"","description":"The nickname for the user"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"An alphanumeric identifier for the user"}]},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"description":"Unique identifier for the user"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"displayName":"Username","name":"username","type":"string","default":"","description":"Login name for the user"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Display name for the user"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name for the user"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name for the user"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The email address for the user"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"Password for the user (never included)"},{"displayName":"URL","name":"url","type":"string","default":"","description":"URL of the user"},{"displayName":"Description","name":"description","type":"string","default":"","description":"Description of the user"},{"displayName":"Nickname","name":"nickname","type":"string","default":"","description":"The nickname for the user"},{"displayName":"Slug","name":"slug","type":"string","default":"","description":"An alphanumeric identifier for the user"}]},{"displayName":"User ID","name":"userId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"description":"Unique identifier for the user"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"options":[{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"}]},{"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":10},"default":5,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"displayName":"Context","name":"context","type":"options","options":[{"name":"View","value":"view"},{"name":"Embed","value":"embed"},{"name":"Edit","value":"edit"}],"default":"view","description":"Scope under which the request is made; determines fields present in response"},{"displayName":"Order By","name":"orderBy","type":"options","options":[{"name":"Email","value":"email"},{"name":"ID","value":"id"},{"name":"Include","value":"include"},{"name":"Include Slugs","value":"include_slugs"},{"name":"Name","value":"name"},{"name":"Registered Date","value":"registered_date"},{"name":"Slug","value":"slug"},{"name":"URL","value":"url"}],"default":"id","description":"Sort collection by object attribute"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"ASC","value":"asc"},{"name":"DESC","value":"desc"}],"default":"desc","description":"Order sort attribute ascending or descending"},{"displayName":"Search","name":"search","type":"string","default":"","description":"Limit results to those matching a string"},{"displayName":"Who","name":"who","type":"options","options":[{"name":"Authors","value":"authors"}],"default":"authors","description":"Limit result set to users who are considered authors"}]},{"displayName":"Reassign","name":"reassign","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["user"],"operation":["delete"]}},"description":"Reassign the deleted user's posts and links to this user ID"}],"codex":{"categories":["Marketing"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.wordpress/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/wordpress/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Wordpress/wordpress.svg"},
{"displayName":"Workable Trigger","name":"workableTrigger","group":["trigger"],"version":1,"subtitle":"={{$parameter[\"triggerOn\"]}}","description":"Starts the workflow when Workable events occur","defaults":{"name":"Workable Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"workableApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Trigger On","name":"triggerOn","type":"options","options":[{"name":"Candidate Created","value":"candidateCreated"},{"name":"Candidate Moved","value":"candidateMoved"}],"default":"","required":true},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"options":[{"displayName":"Job Name or ID","name":"job","type":"options","typeOptions":{"loadOptionsMethod":"getJobs"},"default":"","description":"Get notifications only for one job. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Stage Name or ID","name":"stage","type":"options","typeOptions":{"loadOptionsMethod":"getStages"},"default":"","description":"Get notifications for specific stages. e.g. 'hired'. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]}],"codex":{"categories":["Miscellaneous"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.workabletrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/workable/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Workable/workable.png"},
{"displayName":"Workflow Trigger","hidden":true,"name":"workflowTrigger","icon":"fa:network-wired","iconColor":"orange-red","group":["trigger"],"version":1,"description":"Triggers based on various lifecycle events, like when a workflow is activated","eventTriggerDescription":"","mockManualExecution":true,"activationMessage":"Your workflow will now trigger executions on the event you have defined.","defaults":{"name":"Workflow Trigger","color":"#ff6d5a"},"inputs":[],"outputs":["main"],"properties":[{"displayName":"This node is deprecated and would not be updated in the future. Please use 'n8n Trigger' node instead.","name":"oldVersionNotice","type":"notice","default":""},{"displayName":"Events","name":"events","type":"multiOptions","required":true,"default":[],"description":"Specifies under which conditions an execution should happen:\n\t\t\t\t\t<ul>\n\t\t\t\t\t\t<li><b>Active Workflow Updated</b>: Triggers when this workflow is updated</li>\n\t\t\t\t\t\t<li><b>Workflow Activated</b>: Triggers when this workflow is activated</li>\n\t\t\t\t\t</ul>","options":[{"name":"Active Workflow Updated","value":"update","description":"Triggers when this workflow is updated"},{"name":"Workflow Activated","value":"activate","description":"Triggers when this workflow is activated"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Flow","Other Trigger Nodes"]},"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.workflowtrigger/"}]}}},
{"hidden":true,"displayName":"Write Binary File","name":"writeBinaryFile","icon":"fa:file-export","group":["output"],"version":1,"description":"Writes a binary file to disk","defaults":{"name":"Write Binary File","color":"#CC2233"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"File Name","name":"fileName","type":"string","default":"","required":true,"placeholder":"/data/example.jpg","description":"Path to which the file should be written"},{"displayName":"Property Name","name":"dataPropertyName","type":"string","default":"data","required":true,"description":"Name of the binary property which contains the data for the file to be written"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Append","name":"append","type":"boolean","default":false,"description":"Whether to append to an existing file"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Files"]},"alias":["Text","Save","Export"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.readwritefile/"}]}}},
{"displayName":"Wufoo Trigger","name":"wufooTrigger","group":["trigger"],"version":1,"description":"Handle Wufoo events via webhooks","defaults":{"name":"Wufoo Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"wufooApi","required":true}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Forms Name or ID","name":"form","type":"options","required":true,"default":"","typeOptions":{"loadOptionsMethod":"getForms"},"description":"The form upon which will trigger this node when a new entry is made. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"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"],"alias":["Form"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.wufootrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/wufoo/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Wufoo/wufoo.png"},
{"displayName":"Xero","name":"xero","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Xero API","defaults":{"name":"Xero"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"xeroOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Contact","value":"contact"},{"name":"Invoice","value":"invoice"}],"default":"invoice"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"required":true},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"description":"Full name of contact/organisation","required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"displayName":"Account Number","name":"accountNumber","type":"string","default":"","description":"A user defined account number"},{"displayName":"Addresses","name":"addressesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Address","options":[{"name":"addressesValues","displayName":"Address","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"PO Box","value":"POBOX"},{"name":"Street","value":"STREET"}],"default":""},{"displayName":"Line 1","name":"line1","type":"string","default":""},{"displayName":"Line 2","name":"line2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Region","name":"region","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Attention To","name":"attentionTo","type":"string","default":""}]}]},{"displayName":"Bank Account Details","name":"bankAccountDetails","type":"string","default":"","description":"Bank account number of contact"},{"displayName":"Contact Number","name":"contactNumber","type":"string","default":"","description":"This field is read only on the Xero contact screen, used to identify contacts in external systems"},{"displayName":"Contact Status","name":"contactStatus","type":"options","options":[{"name":"Active","value":"ACTIVE","description":"The Contact is active and can be used in transactions"},{"name":"Archived","value":"ARCHIVED","description":"The Contact is archived and can no longer be used in transactions"},{"name":"GDPR Request","value":"GDPRREQUEST","description":"The Contact is the subject of a GDPR erasure request"}],"default":"","description":"Current status of a contact - see contact status types"},{"displayName":"Default Currency","name":"defaultCurrency","type":"string","default":"","description":"Default currency for raising invoices against contact"},{"displayName":"Email","name":"emailAddress","type":"string","default":"","description":"Email address of contact person (umlauts not supported) (max length = 255)"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of contact person (max length = 255)"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of contact person (max length = 255)"},{"displayName":"Phones","name":"phonesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Phone","options":[{"name":"phonesValues","displayName":"Phones","values":[{"displayName":"Type","name":"phoneType","type":"options","options":[{"name":"Default","value":"DEFAULT"},{"name":"DDI","value":"DDI"},{"name":"Mobile","value":"MOBILE"},{"name":"Fax","value":"FAX"}],"default":""},{"displayName":"Number","name":"phoneNumber","type":"string","default":""},{"displayName":"Area Code","name":"phoneAreaCode","type":"string","default":""},{"displayName":"Country Code","name":"phoneCountryCode","type":"string","default":""}]}]},{"displayName":"Purchase Default Account Code Name or ID","name":"purchasesDefaultAccountCode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCodes"},"default":"","description":"The default purchases account code for contacts. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Sales Default Account Code Name or ID","name":"salesDefaultAccountCode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCodes"},"default":"","description":"The default sales account code for contacts. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Skype","name":"skypeUserName","type":"string","default":"","description":"Skype user name of contact"},{"displayName":"Tax Number","name":"taxNumber","type":"string","default":"","description":"Tax number of contact"},{"displayName":"Xero Network Key","name":"xeroNetworkKey","type":"string","default":"","description":"Store XeroNetworkKey for contacts"}]},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"required":true},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}},"required":true},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Include Archived","name":"includeArchived","type":"boolean","default":false,"description":"Whether contacts with a status of ARCHIVED will be included in the response"},{"displayName":"Order By","name":"orderBy","type":"string","placeholder":"contactID","default":"","description":"Order by any element returned"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"Asc","value":"ASC"},{"name":"Desc","value":"DESC"}],"default":""},{"displayName":"Where","name":"where","type":"string","placeholder":"EmailAddress!=null&&EmailAddress.StartsWith(\"boom\")","default":"","description":"The where parameter allows you to filter on endpoints and elements that don't have explicit parameters. <a href=\"https://developer.xero.com/documentation/api/requests-and-responses#get-modified\">Examples Here</a>."}]},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"required":true},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"required":true},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Account Number","name":"accountNumber","type":"string","default":"","description":"A user defined account number"},{"displayName":"Addresses","name":"addressesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Address","options":[{"name":"addressesValues","displayName":"Address","values":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"PO Box","value":"POBOX"},{"name":"Street","value":"STREET"}],"default":""},{"displayName":"Line 1","name":"line1","type":"string","default":""},{"displayName":"Line 2","name":"line2","type":"string","default":""},{"displayName":"City","name":"city","type":"string","default":""},{"displayName":"Region","name":"region","type":"string","default":""},{"displayName":"Postal Code","name":"postalCode","type":"string","default":""},{"displayName":"Country","name":"country","type":"string","default":""},{"displayName":"Attention To","name":"attentionTo","type":"string","default":""}]}]},{"displayName":"Bank Account Details","name":"bankAccountDetails","type":"string","default":"","description":"Bank account number of contact"},{"displayName":"Contact Number","name":"contactNumber","type":"string","default":"","description":"This field is read only on the Xero contact screen, used to identify contacts in external systems"},{"displayName":"Contact Status","name":"contactStatus","type":"options","options":[{"name":"Active","value":"ACTIVE","description":"The Contact is active and can be used in transactions"},{"name":"Archived","value":"ARCHIVED","description":"The Contact is archived and can no longer be used in transactions"},{"name":"GDPR Request","value":"GDPRREQUEST","description":"The Contact is the subject of a GDPR erasure request"}],"default":"","description":"Current status of a contact - see contact status types"},{"displayName":"Default Currency","name":"defaultCurrency","type":"string","default":"","description":"Default currency for raising invoices against contact"},{"displayName":"Email","name":"emailAddress","type":"string","default":"","description":"Email address of contact person (umlauts not supported) (max length = 255)"},{"displayName":"First Name","name":"firstName","type":"string","default":"","description":"First name of contact person (max length = 255)"},{"displayName":"Last Name","name":"lastName","type":"string","default":"","description":"Last name of contact person (max length = 255)"},{"displayName":"Name","name":"name","type":"string","default":"","description":"Full name of contact/organisation"},{"displayName":"Phones","name":"phonesUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"placeholder":"Add Phone","options":[{"name":"phonesValues","displayName":"Phones","values":[{"displayName":"Type","name":"phoneType","type":"options","options":[{"name":"Default","value":"DEFAULT"},{"name":"DDI","value":"DDI"},{"name":"Mobile","value":"MOBILE"},{"name":"Fax","value":"FAX"}],"default":""},{"displayName":"Number","name":"phoneNumber","type":"string","default":""},{"displayName":"Area Code","name":"phoneAreaCode","type":"string","default":""},{"displayName":"Country Code","name":"phoneCountryCode","type":"string","default":""}]}]},{"displayName":"Purchase Default Account Code Name or ID","name":"purchasesDefaultAccountCode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCodes"},"default":"","description":"The default purchases account code for contacts. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Sales Default Account Code Name or ID","name":"salesDefaultAccountCode","type":"options","typeOptions":{"loadOptionsMethod":"getAccountCodes"},"default":"","description":"The default sales account code for contacts. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Skype","name":"skypeUserName","type":"string","default":"","description":"Skype user name of contact"},{"displayName":"Tax Number","name":"taxNumber","type":"string","default":"","description":"Tax number of contact"},{"displayName":"Xero Network Key","name":"xeroNetworkKey","type":"string","default":"","description":"Store XeroNetworkKey for contacts"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["invoice"]}},"options":[{"name":"Create","value":"create","description":"Create a invoice","action":"Create an invoice"},{"name":"Get","value":"get","description":"Get a invoice","action":"Get an invoice"},{"name":"Get Many","value":"getAll","description":"Get many invoices","action":"Get many invoices"},{"name":"Update","value":"update","description":"Update a invoice","action":"Update an invoice"}],"default":"create"},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"required":true},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Bill","value":"ACCPAY","description":"Accounts Payable or supplier invoice"},{"name":"Sales Invoice","value":"ACCREC","description":"Accounts Receivable or customer invoice"}],"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"required":true,"description":"Invoice Type"},{"displayName":"Contact ID","name":"contactId","type":"string","default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"required":true},{"displayName":"Line Items","name":"lineItemsUi","placeholder":"Add Line Item","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"description":"Line item data","options":[{"name":"lineItemsValues","displayName":"Line Item","values":[{"displayName":"Description","name":"description","type":"string","default":"","description":"A line item with just a description"},{"displayName":"Quantity","name":"quantity","type":"number","default":1,"typeOptions":{"minValue":1},"description":"LineItem Quantity"},{"displayName":"Unit Amount","name":"unitAmount","type":"string","default":"","description":"Lineitem unit amount. By default, unit amount will be rounded to two decimal places."},{"displayName":"Item Code Name or ID","name":"itemCode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getItemCodes","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Account Code Name or ID","name":"accountCode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountCodes","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Tax Type","name":"taxType","type":"options","options":[{"name":"Tax on Purchases","value":"INPUT"},{"name":"Tax Exempt","value":"NONE"},{"name":"Tax on Sales","value":"OUTPUT"},{"name":"Sales Tax on Imports","value":"GSTONIMPORTS"}],"default":"","required":true},{"displayName":"Tax Amount","name":"taxAmount","type":"string","default":"","description":"The tax amount is auto calculated as a percentage of the line amount based on the tax rate"},{"displayName":"Line Amount","name":"lineAmount","type":"string","default":"","description":"The line amount reflects the discounted price if a DiscountRate has been used"},{"displayName":"Discount Rate","name":"discountRate","type":"string","default":"","description":"Percentage discount or discount amount being applied to a line item. Only supported on ACCREC invoices - ACCPAY invoices and credit notes in Xero do not support discounts."}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}},"options":[{"displayName":"Branding Theme Name or ID","name":"brandingThemeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBrandingThemes","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Currency Name or ID","name":"currency","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCurrencies","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Currency Rate","name":"currencyRate","type":"string","default":"","description":"The currency rate for a multicurrency invoice. If no rate is specified, the XE.com day rate is used."},{"displayName":"Date","name":"date","type":"dateTime","default":"","description":"Date invoice was issued - YYYY-MM-DD. If the Date element is not specified it will default to the current date based on the timezone setting of the organisation."},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":"","description":"Date invoice is due - YYYY-MM-DD"},{"displayName":"Expected Payment Date","name":"expectedPaymentDate","type":"dateTime","default":"","description":"Shown on sales invoices (Accounts Receivable) when this has been set"},{"displayName":"Invoice Number","name":"invoiceNumber","type":"string","default":""},{"displayName":"Line Amount Type","name":"lineAmountType","type":"options","options":[{"name":"Exclusive","value":"Exclusive","description":"Line items are exclusive of tax"},{"name":"Inclusive","value":"Inclusive","description":"Line items are inclusive tax"},{"name":"NoTax","value":"NoTax","description":"Line have no tax"}],"default":"Exclusive"},{"displayName":"Planned Payment Date","name":"plannedPaymentDate","type":"dateTime","default":"","description":"Shown on bills (Accounts Payable) when this has been set"},{"displayName":"Reference","name":"reference","type":"string","default":"","description":"ACCREC only - additional reference number (max length = 255)"},{"displayName":"Send To Contact","name":"sendToContact","type":"boolean","default":false,"description":"Whether the invoice in the Xero app should be marked as \"sent\". This can be set only on invoices that have been approved."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"DRAFT"},{"name":"Submitted","value":"SUBMITTED"},{"name":"Authorised","value":"AUTHORISED"}],"default":"DRAFT"},{"displayName":"URL","name":"url","type":"string","default":"","description":"URL link to a source document - shown as \"Go to [appName]\" in the Xero app"}]},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}},"required":true},{"displayName":"Invoice ID","name":"invoiceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}},"options":[{"displayName":"Branding Theme Name or ID","name":"brandingThemeId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getBrandingThemes","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Contact ID","name":"contactId","type":"string","default":""},{"displayName":"Currency Name or ID","name":"currency","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getCurrencies","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Currency Rate","name":"currencyRate","type":"string","default":"","description":"The currency rate for a multicurrency invoice. If no rate is specified, the XE.com day rate is used."},{"displayName":"Date","name":"date","type":"dateTime","default":"","description":"Date invoice was issued - YYYY-MM-DD. If the Date element is not specified it will default to the current date based on the timezone setting of the organisation."},{"displayName":"Due Date","name":"dueDate","type":"dateTime","default":"","description":"Date invoice is due - YYYY-MM-DD"},{"displayName":"Expected Payment Date","name":"expectedPaymentDate","type":"dateTime","default":"","description":"Shown on sales invoices (Accounts Receivable) when this has been set"},{"displayName":"Invoice Number","name":"invoiceNumber","type":"string","default":""},{"displayName":"Line Amount Type","name":"lineAmountType","type":"options","options":[{"name":"Exclusive","value":"Exclusive","description":"Line items are exclusive of tax"},{"name":"Inclusive","value":"Inclusive","description":"Line items are inclusive tax"},{"name":"NoTax","value":"NoTax","description":"Line have no tax"}],"default":"Exclusive"},{"displayName":"Line Items","name":"lineItemsUi","placeholder":"Add Line Item","type":"fixedCollection","default":{},"typeOptions":{"multipleValues":true},"description":"Line item data","options":[{"name":"lineItemsValues","displayName":"Line Item","values":[{"displayName":"Line Item ID","name":"lineItemId","type":"string","default":"","description":"The Xero generated identifier for a LineItem"},{"displayName":"Description","name":"description","type":"string","default":"","description":"A line item with just a description"},{"displayName":"Quantity","name":"quantity","type":"number","default":1,"typeOptions":{"minValue":1},"description":"LineItem Quantity"},{"displayName":"Unit Amount","name":"unitAmount","type":"string","default":"","description":"Lineitem unit amount. By default, unit amount will be rounded to two decimal places."},{"displayName":"Item Code Name or ID","name":"itemCode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getItemCodes","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Account Code Name or ID","name":"accountCode","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountCodes","loadOptionsDependsOn":["organizationId"]},"default":""},{"displayName":"Tax Type","name":"taxType","type":"options","options":[{"name":"Tax on Purchases","value":"INPUT"},{"name":"Tax Exempt","value":"NONE"},{"name":"Tax on Sales","value":"OUTPUT"},{"name":"Sales Tax on Imports","value":"GSTONIMPORTS"}],"default":"","required":true},{"displayName":"Tax Amount","name":"taxAmount","type":"string","default":"","description":"The tax amount is auto calculated as a percentage of the line amount based on the tax rate"},{"displayName":"Line Amount","name":"lineAmount","type":"string","default":"","description":"The line amount reflects the discounted price if a DiscountRate has been used"},{"displayName":"Discount Rate","name":"discountRate","type":"string","default":"","description":"Percentage discount or discount amount being applied to a line item. Only supported on ACCREC invoices - ACCPAY invoices and credit notes in Xero do not support discounts."}]}]},{"displayName":"Planned Payment Date","name":"plannedPaymentDate","type":"dateTime","default":"","description":"Shown on bills (Accounts Payable) when this has been set"},{"displayName":"Reference","name":"reference","type":"string","default":"","description":"ACCREC only - additional reference number (max length = 255)"},{"displayName":"Send To Contact","name":"sendToContact","type":"boolean","default":false,"description":"Whether the invoice in the Xero app should be marked as \"sent\". This can be set only on invoices that have been approved."},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Draft","value":"DRAFT"},{"name":"Submitted","value":"SUBMITTED"},{"name":"Authorised","value":"AUTHORISED"}],"default":"DRAFT"},{"displayName":"URL","name":"url","type":"string","default":"","description":"URL link to a source document - shown as \"Go to [appName]\" in the Xero app"}]},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["get"]}},"required":true},{"displayName":"Invoice ID","name":"invoiceId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["invoice"],"operation":["get"]}}},{"displayName":"Organization Name or ID","name":"organizationId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getTenants"},"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}},"required":true},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}},"options":[{"displayName":"Created By My App","name":"createdByMyApp","type":"boolean","default":false,"description":"Whether you'll only retrieve Invoices created by your app"},{"displayName":"Order By","name":"orderBy","type":"string","placeholder":"InvoiceID","default":"","description":"Order by any element returned"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"Asc","value":"ASC"},{"name":"Desc","value":"DESC"}],"default":""},{"displayName":"Statuses","name":"statuses","type":"multiOptions","options":[{"name":"Draft","value":"DRAFT"},{"name":"Submitted","value":"SUBMITTED"},{"name":"Authorised","value":"AUTHORISED"}],"default":[]},{"displayName":"Where","name":"where","type":"string","placeholder":"EmailAddress!=null&&EmailAddress.StartsWith(\"boom\")","default":"","description":"The where parameter allows you to filter on endpoints and elements that don't have explicit parameters. <a href=\"https://developer.xero.com/documentation/api/requests-and-responses#get-modified\">Examples Here</a>."}]}],"codex":{"categories":["Finance & Accounting"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.xero/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/xero/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Xero/xero.svg"},
{"displayName":"XML","name":"xml","icon":"fa:file-code","iconColor":"purple","group":["transform"],"version":1,"subtitle":"={{$parameter[\"mode\"]===\"jsonToxml\" ? \"JSON to XML\" : \"XML to JSON\"}}","description":"Convert data from and to XML","defaults":{"name":"XML","color":"#333377"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Mode","name":"mode","type":"options","options":[{"name":"JSON to XML","value":"jsonToxml","description":"Converts data from JSON to XML"},{"name":"XML to JSON","value":"xmlToJson","description":"Converts data from XML to JSON"}],"default":"xmlToJson","description":"From and to what format the data should be converted"},{"displayName":"If your XML is inside a binary file, use the 'Extract from File' node to convert it to text first","name":"xmlNotice","type":"notice","default":"","displayOptions":{"show":{"mode":["xmlToJson"]}}},{"displayName":"Property Name","name":"dataPropertyName","type":"string","displayOptions":{"show":{"mode":["jsonToxml"]}},"default":"data","required":true,"description":"Name of the property to which to contains the converted XML data"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"mode":["jsonToxml"]}},"default":{},"options":[{"displayName":"Allow Surrogate Chars","name":"allowSurrogateChars","type":"boolean","default":false,"description":"Whether to allow using characters from the Unicode surrogate blocks"},{"displayName":"Attribute Key","name":"attrkey","type":"string","default":"$","description":"Prefix that is used to access the attributes"},{"displayName":"Cdata","name":"cdata","type":"boolean","default":false,"description":"Whether to wrap text nodes in &lt;![CDATA[ ... ]]&gt; instead of escaping when necessary. Does not add &lt;![CDATA[ ... ]]&gt; if it is not required."},{"displayName":"Character Key","name":"charkey","type":"string","default":"_","description":"Prefix that is used to access the character content"},{"displayName":"Headless","name":"headless","type":"boolean","default":false,"description":"Whether to omit the XML header"},{"displayName":"Root Name","name":"rootName","type":"string","default":"root","description":"Root element name to be used"}]},{"displayName":"Property Name","name":"dataPropertyName","type":"string","displayOptions":{"show":{"mode":["xmlToJson"]}},"default":"data","required":true,"description":"Name of the property which contains the XML data to convert"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","displayOptions":{"show":{"mode":["xmlToJson"]}},"default":{},"options":[{"displayName":"Attribute Key","name":"attrkey","type":"string","default":"$","description":"Prefix that is used to access the attributes"},{"displayName":"Character Key","name":"charkey","type":"string","default":"_","description":"Prefix that is used to access the character content"},{"displayName":"Explicit Array","name":"explicitArray","type":"boolean","default":false,"description":"Whether to always put child nodes in an array if true; otherwise an array is created only if there is more than one"},{"displayName":"Explicit Root","name":"explicitRoot","type":"boolean","default":true,"description":"Whether to set this if you want to get the root node in the resulting object"},{"displayName":"Ignore Attributes","name":"ignoreAttrs","type":"boolean","default":false,"description":"Whether to ignore all XML attributes and only create text nodes"},{"displayName":"Merge Attributes","name":"mergeAttrs","type":"boolean","default":true,"description":"Whether to merge attributes and child elements as properties of the parent, instead of keying attributes off a child attribute object. This option is ignored if ignoreAttrs is true."},{"displayName":"Normalize","name":"normalize","type":"boolean","default":false,"description":"Whether to trim whitespaces inside text nodes"},{"displayName":"Normalize Tags","name":"normalizeTags","type":"boolean","default":false,"description":"Whether to normalize all tag names to lowercase"},{"displayName":"Trim","name":"trim","type":"boolean","default":false,"description":"Whether to trim the whitespace at the beginning and end of text nodes"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"alias":["Parse"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.xml/"}]}}},
{"displayName":"Yourls","name":"yourls","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Yourls API","defaults":{"name":"Yourls"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"yourlsApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"URL","value":"url"}],"default":"url"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["url"]}},"options":[{"name":"Expand","value":"expand","description":"Expand a URL","action":"Expand a URL"},{"name":"Shorten","value":"shorten","description":"Shorten a URL","action":"Shorten a URL"},{"name":"Stats","value":"stats","description":"Get stats about one short URL","action":"Get stats for a URL"}],"default":"shorten"},{"displayName":"URL","name":"url","type":"string","required":true,"displayOptions":{"show":{"resource":["url"],"operation":["shorten"]}},"default":"","description":"The URL to shorten"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["url"],"operation":["shorten"]}},"options":[{"displayName":"Keyword","name":"keyword","type":"string","default":""},{"displayName":"Title","name":"title","type":"string","default":"","description":"Title for custom short URLs"}]},{"displayName":"Short URL","name":"shortUrl","type":"string","required":true,"displayOptions":{"show":{"resource":["url"],"operation":["expand"]}},"default":"","description":"The short URL to expand"},{"displayName":"Short URL","name":"shortUrl","type":"string","required":true,"displayOptions":{"show":{"resource":["url"],"operation":["stats"]}},"default":"","description":"The short URL for which to get stats"}],"codex":{"categories":["Utility"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.yourls/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/yourls/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Yourls/yourls.png"},
{"displayName":"Zammad","name":"zammad","group":["input"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume the Zammad API","defaults":{"name":"Zammad"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"zammadBasicAuthApi","required":true,"testedBy":"zammadBasicAuthApiTest","displayOptions":{"show":{"authentication":["basicAuth"]}}},{"name":"zammadTokenAuthApi","required":true,"testedBy":"zammadTokenAuthApiTest","displayOptions":{"show":{"authentication":["tokenAuth"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Basic Auth","value":"basicAuth"},{"name":"Token Auth","value":"tokenAuth"}],"default":"tokenAuth"},{"displayName":"Resource","name":"resource","noDataExpression":true,"type":"options","options":[{"name":"Group","value":"group"},{"name":"Organization","value":"organization"},{"name":"Ticket","value":"ticket"},{"name":"User","value":"user"}],"default":"user"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["group"]}},"options":[{"name":"Create","value":"create","description":"Create a group","action":"Create a group"},{"name":"Delete","value":"delete","description":"Delete a group","action":"Delete a group"},{"name":"Get","value":"get","description":"Retrieve a group","action":"Get a group"},{"name":"Get Many","value":"getAll","description":"Get many groups","action":"Get many groups"},{"name":"Update","value":"update","description":"Update a group","action":"Update a group"}],"default":"create"},{"displayName":"Group Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["group"]}}},{"displayName":"Group ID","name":"id","type":"string","description":"Group to update. Specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["update"]}}},{"displayName":"Group ID","name":"id","type":"string","description":"Group to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["delete"]}}},{"displayName":"Group ID","name":"id","type":"string","description":"Group to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["group"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["group"],"operation":["create"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadGroupCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Notes","name":"note","type":"string","default":""}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["group"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadGroupCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Group Name","name":"name","type":"string","default":""},{"displayName":"Notes","name":"note","type":"string","default":""}]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["group"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["group"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["organization"]}},"options":[{"name":"Create","value":"create","description":"Create an organization","action":"Create an organization"},{"name":"Delete","value":"delete","description":"Delete an organization","action":"Delete an organization"},{"name":"Get","value":"get","description":"Retrieve an organization","action":"Get an organization"},{"name":"Get Many","value":"getAll","description":"Retrieve many organizations","action":"Get many organizations"},{"name":"Update","value":"update","description":"Update an organization","action":"Update an organization"}],"default":"create"},{"displayName":"Organization Name","name":"name","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["create"],"resource":["organization"]}}},{"displayName":"Organization ID","name":"id","type":"string","description":"Organization to update. Specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["update"]}}},{"displayName":"Organization ID","name":"id","type":"string","description":"Organization to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["delete"]}}},{"displayName":"Organization ID","name":"id","type":"string","description":"Organization to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"operation":["create"],"resource":["organization"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Shared","name":"shared","type":"boolean","default":false,"description":"Whether the organization is shared with other instances"},{"displayName":"Domain","name":"domain","type":"string","default":"","description":"The domain associated with the organization"},{"displayName":"Domain Assignment","name":"domain_assignment","type":"boolean","default":true,"description":"Whether to assign users based on their email domain"},{"displayName":"Active","name":"active","type":"boolean","default":true,"description":"Whether the organization is active"},{"displayName":"VIP","name":"vip","type":"boolean","default":false,"description":"Whether the organization is marked as VIP"},{"displayName":"Notes","name":"note","type":"string","default":"","description":"A note about the organization"},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadOrganizationCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["organization"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Shared","name":"shared","type":"boolean","default":false,"description":"Whether the organization is shared with other instances"},{"displayName":"Domain","name":"domain","type":"string","default":"","description":"The domain associated with the organization"},{"displayName":"Domain Assignment","name":"domain_assignment","type":"boolean","default":true,"description":"Whether to assign users based on their email domain"},{"displayName":"Active","name":"active","type":"boolean","default":true,"description":"Whether the organization is active"},{"displayName":"VIP","name":"vip","type":"boolean","default":false,"description":"Whether the organization is marked as VIP"},{"displayName":"Notes","name":"note","type":"string","default":"","description":"A note about the organization"},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadOrganizationCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["organization"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["organization"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Create","value":"create","description":"Create a ticket","action":"Create a ticket"},{"name":"Delete","value":"delete","description":"Delete a ticket","action":"Delete a ticket"},{"name":"Get","value":"get","description":"Retrieve a ticket","action":"Get a ticket"},{"name":"Get Many","value":"getAll","description":"Retrieve many tickets","action":"Get many tickets"},{"name":"Update","value":"update","description":"Update a ticket","action":"Update a ticket"}],"default":"create"},{"displayName":"Title","name":"title","type":"string","description":"Title of the ticket to create","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Group Name or ID","name":"group","type":"options","typeOptions":{"loadOptionsMethod":"loadGroupNames"},"placeholder":"First-Level Helpdesk","description":"Group that will own the ticket to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Customer Email Name or ID","name":"customer","type":"options","typeOptions":{"loadOptionsMethod":"loadCustomerEmails"},"description":"Email address of the customer concerned in the ticket to create. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":"","placeholder":"hello@n8n.io","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Ticket ID","name":"id","type":"string","description":"Ticket to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get"]}}},{"displayName":"Ticket ID","name":"id","type":"string","default":"","description":"Ticket to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["delete"]}}},{"displayName":"Ticket ID","name":"id","type":"string","default":"","description":"Ticket to update. Specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}}},{"displayName":"Article","name":"article","type":"fixedCollection","placeholder":"Add Article","required":true,"default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"options":[{"displayName":"Article Details","name":"articleDetails","values":[{"displayName":"Subject","name":"subject","type":"string","default":""},{"displayName":"Body","name":"body","type":"string","default":""},{"displayName":"Visibility","name":"visibility","type":"options","default":"internal","options":[{"name":"External","value":"external","description":"Visible to customers"},{"name":"Internal","value":"internal","description":"Visible to help desk"}]},{"displayName":"Sender","name":"sender","type":"options","options":[{"name":"Agent","value":"Agent"},{"name":"Customer","value":"Customer"},{"name":"System","value":"System","description":"Only subject will be displayed in Zammad"}],"default":"Agent"},{"displayName":"Article Type","name":"type","type":"options","options":[{"name":"Chat","value":"chat"},{"name":"Email","value":"email"},{"name":"Fax","value":"fax"},{"name":"Note","value":"note"},{"name":"Phone","value":"phone"},{"name":"SMS","value":"sms"}],"default":"note"},{"displayName":"Reply To","name":"reply_to","type":"string","default":""}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadTicketCustomFields"},"default":"","description":"Internal name of the custom field to set. Choose from the list, or specify a name using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Title","name":"title","type":"string","default":"","description":"Title of the ticket"},{"displayName":"Group","name":"group","type":"options","typeOptions":{"loadOptionsMethod":"loadGroupNames"},"default":"","description":"Group that will own the ticket. Choose from the list, or specify a name using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"State","name":"state_id","type":"options","typeOptions":{"loadOptionsMethod":"loadTicketStates"},"default":"","description":"State of the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Pending Time","name":"pending_time","type":"dateTime","default":"","description":"Date and time when the pending ticket should be activated (required for pending reminder, pending close, and snooze states)"},{"displayName":"Priority","name":"priority_id","type":"options","typeOptions":{"loadOptionsMethod":"loadTicketPriorities"},"default":"","description":"Priority of the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Owner","name":"owner_id","type":"options","typeOptions":{"loadOptionsMethod":"loadUsers"},"default":"","description":"Agent responsible for the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Customer","name":"customer_id","type":"options","typeOptions":{"loadOptionsMethod":"loadCustomerIds"},"default":"","description":"Customer associated with the ticket. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Note","name":"note","type":"string","typeOptions":{"editor":"htmlEditor"},"default":"","description":"Internal note for the ticket"},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadTicketCustomFields"},"default":"","description":"Internal name of the custom field to set. Choose from the list, or specify a name using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a user","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Retrieve a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Retrieve many users","action":"Get many users"},{"name":"Get Self","value":"getSelf","description":"Retrieve currently logged-in user","action":"Get currently logged-in user"},{"name":"Update","value":"update","description":"Update a user","action":"Update a user"}],"default":"create"},{"displayName":"First Name","name":"firstname","type":"string","default":"","placeholder":"John","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"Last Name","name":"lastname","type":"string","default":"","placeholder":"Smith","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}}},{"displayName":"User ID","name":"id","type":"string","description":"User to update. Specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"User ID","name":"id","type":"string","description":"User to delete. Specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"User ID","name":"id","type":"string","description":"User to retrieve. Specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Address","name":"addressUi","type":"fixedCollection","placeholder":"Add Address","default":{},"options":[{"displayName":"Address Details","name":"addressDetails","values":[{"displayName":"City","name":"city","type":"string","default":"","placeholder":"Berlin"},{"displayName":"Country","name":"country","type":"string","default":"","placeholder":"Germany"},{"displayName":"Street & Number","name":"address","type":"string","default":"","placeholder":"Borsigstr. 27"},{"displayName":"Zip Code","name":"zip","type":"string","default":"","placeholder":"10115"}]}]},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadUserCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Department","name":"department","type":"string","default":"","placeholder":"Finance"},{"displayName":"Email Address","name":"email","type":"string","placeholder":"name@email.com","default":""},{"displayName":"Fax","name":"fax","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"Notes","name":"note","type":"string","default":""},{"displayName":"Organization Name or ID","name":"organization","type":"options","description":"Name of the organization to assign to the user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":"","typeOptions":{"loadOptionsMethod":"loadOrganizations"}},{"displayName":"Phone (Landline)","name":"phone","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"Phone (Mobile)","name":"mobile","type":"string","default":"","placeholder":"+49 1522 3433333"},{"displayName":"Verified","name":"verified","type":"boolean","default":false,"description":"Whether the user has been verified"},{"displayName":"VIP","name":"vip","type":"boolean","default":false,"description":"Whether the user is a Very Important Person"},{"displayName":"Website","name":"web","type":"string","default":"","placeholder":"https://n8n.io"}]},{"displayName":"Update Fields","name":"updateFields","type":"collection","displayOptions":{"show":{"operation":["update"],"resource":["user"]}},"default":{},"placeholder":"Add Field","options":[{"displayName":"Active","name":"active","type":"boolean","default":true},{"displayName":"Address","name":"addressUi","type":"fixedCollection","placeholder":"Add Address","default":{},"options":[{"displayName":"Address Details","name":"addressDetails","values":[{"displayName":"City","name":"city","type":"string","default":"","placeholder":"Berlin"},{"displayName":"Country","name":"country","type":"string","default":"","placeholder":"Germany"},{"displayName":"Street & Number","name":"address","type":"string","default":"","placeholder":"Borsigstr. 27"},{"displayName":"Zip Code","name":"zip","type":"string","default":"","placeholder":"10115"}]}]},{"displayName":"Custom Fields","name":"customFieldsUi","type":"fixedCollection","default":{},"placeholder":"Add Custom Field","typeOptions":{"multipleValues":true},"options":[{"name":"customFieldPairs","displayName":"Custom Field","values":[{"displayName":"Field Name or ID","name":"name","type":"options","typeOptions":{"loadOptionsMethod":"loadUserCustomFields"},"default":"","description":"Name of the custom field to set. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Field Value","name":"value","type":"string","default":"","description":"Value to set on the custom field"}]}]},{"displayName":"Department","name":"department","type":"string","default":"","placeholder":"Finance"},{"displayName":"Email Address","name":"email","type":"string","default":"","placeholder":"hello@n8n.io"},{"displayName":"Fax","name":"fax","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"First Name","name":"firstname","type":"string","default":"","placeholder":"John"},{"displayName":"Last Name","name":"lastname","type":"string","default":"","placeholder":"Smith"},{"displayName":"Notes","name":"note","type":"string","default":""},{"displayName":"Organization Name or ID","name":"organization","type":"options","description":"Name of the organization to assign to the user. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","default":"","typeOptions":{"loadOptionsMethod":"loadOrganizationNames"}},{"displayName":"Phone (Landline)","name":"phone","type":"string","default":"","placeholder":"+49 30 901820"},{"displayName":"Phone (Mobile)","name":"mobile","type":"string","default":"","placeholder":"+49 1522 3433333"},{"displayName":"Verified","name":"verified","type":"boolean","default":false,"description":"Whether the user has been verified"},{"displayName":"VIP","name":"vip","type":"boolean","default":false,"description":"Whether the user is a Very Important Person"},{"displayName":"Website","name":"web","type":"string","default":"","placeholder":"https://n8n.io"}]},{"displayName":"Query","name":"query","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["search"],"resource":["user"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"typeOptions":{"minValue":1},"displayOptions":{"show":{"operation":["search"],"resource":["user"]}},"description":"Max number of results to return"},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":50,"description":"Max number of results to return","typeOptions":{"minValue":1},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Filters","name":"filters","type":"collection","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":{},"placeholder":"Add Filter","options":[{"displayName":"Query","name":"query","type":"string","default":"","description":"Query to filter results by","placeholder":"user.firstname:john"},{"displayName":"Sort","name":"sortUi","type":"fixedCollection","placeholder":"Add Sort Options","default":{},"options":[{"displayName":"Sort Options","name":"sortDetails","values":[{"displayName":"Sort Key Name or ID","name":"sort_by","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"loadUserFields"},"default":""},{"displayName":"Sort Order","name":"order_by","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"}]}]}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.zammad/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/zammad/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zammad/zammad.svg"},
{"displayName":"Zendesk","name":"zendesk","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Zendesk API","defaults":{"name":"Zendesk"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"zendeskApi","required":true,"displayOptions":{"show":{"authentication":["apiToken"]}}},{"name":"zendeskOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Token","value":"apiToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Ticket","value":"ticket","description":"Tickets are the means through which your end users (customers) communicate with agents in Zendesk Support"},{"name":"Ticket Field","value":"ticketField","description":"Manage system and custom ticket fields"},{"name":"User","value":"user","description":"Manage users"},{"name":"Organization","value":"organization","description":"Manage organizations"}],"default":"ticket"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Create","value":"create","description":"Create a ticket","action":"Create a ticket"},{"name":"Delete","value":"delete","description":"Delete a ticket","action":"Delete a ticket"},{"name":"Get","value":"get","description":"Get a ticket","action":"Get a ticket"},{"name":"Get Many","value":"getAll","description":"Get many tickets","action":"Get many tickets"},{"name":"Recover","value":"recover","description":"Recover a suspended ticket","action":"Recover a ticket"},{"name":"Update","value":"update","description":"Update a ticket","action":"Update a ticket"}],"default":"create"},{"displayName":"Description","name":"description","type":"string","default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}},"required":true,"description":"The first comment on the ticket"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["ticket"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["create"],"jsonParameters":[false]}},"options":[{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Custom Field","name":"customFieldsValues","values":[{"displayName":"Name or ID","name":"id","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"Custom field ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom field Value"}]}]},{"displayName":"External ID","name":"externalId","type":"string","default":"","description":"An ID you can use to link Zendesk Support tickets to local records"},{"displayName":"Group Name or ID","name":"group","type":"options","typeOptions":{"loadOptionsMethod":"getGroups"},"default":"","description":"The group this ticket is assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Recipient","name":"recipient","type":"string","default":"","description":"The original recipient e-mail address of the ticket"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Closed","value":"closed"},{"name":"New","value":"new"},{"name":"On-Hold","value":"hold"},{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Solved","value":"solved"}],"default":"","description":"The state of the ticket"},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The value of the subject field for this ticket"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"The array of tags applied to this ticket. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Question","value":"question"},{"name":"Incident","value":"incident"},{"name":"Problem","value":"problem"},{"name":"Task","value":"task"}],"default":"","description":"The type of this ticket"}]},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["create"],"jsonParameters":[true]}},"description":"Object of values to set as described <a href=\"https://developer.zendesk.com/rest_api/docs/support/tickets\">here</a>"},{"displayName":"Ticket ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}}},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["ticket"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["update"],"jsonParameters":[false]}},"options":[{"displayName":"Assignee Email","name":"assigneeEmail","type":"string","default":"","description":"The e-mail address of the assignee"},{"displayName":"Custom Fields","name":"customFieldsUi","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"displayName":"Custom Field","name":"customFieldsValues","values":[{"displayName":"Name or ID","name":"id","type":"options","typeOptions":{"loadOptionsMethod":"getCustomFields"},"default":"","description":"Custom field ID. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Custom field Value"}]}]},{"displayName":"External ID","name":"externalId","type":"string","default":"","description":"An ID you can use to link Zendesk Support tickets to local records"},{"displayName":"Group Name or ID","name":"group","type":"options","typeOptions":{"loadOptionsMethod":"getGroups"},"default":"","description":"The group this ticket is assigned to. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Internal Note","name":"internalNote","type":"string","default":"","description":"Internal Ticket Note (Accepts HTML)"},{"displayName":"Public Reply","name":"publicReply","type":"string","default":"","description":"Public ticket reply"},{"displayName":"Recipient","name":"recipient","type":"string","default":"","description":"The original recipient e-mail address of the ticket"},{"displayName":"Status","name":"status","type":"options","options":[{"name":"Closed","value":"closed"},{"name":"New","value":"new"},{"name":"On-Hold","value":"hold"},{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Solved","value":"solved"}],"default":"","description":"The state of the ticket"},{"displayName":"Subject","name":"subject","type":"string","default":"","description":"The value of the subject field for this ticket"},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"The array of tags applied to this ticket. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Question","value":"question"},{"name":"Incident","value":"incident"},{"name":"Problem","value":"problem"},{"name":"Task","value":"task"}],"default":"","description":"The type of this ticket"}]},{"displayName":"Update Fields","name":"updateFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["ticket"],"operation":["update"],"jsonParameters":[true]}},"description":"Object of values to update as described <a href=\"https://developer.zendesk.com/rest_api/docs/support/tickets\">here</a>"},{"displayName":"Ticket Type","name":"ticketType","type":"options","options":[{"name":"Regular","value":"regular"},{"name":"Suspended","value":"suspended"}],"default":"regular","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get","delete","getAll"]}}},{"displayName":"Ticket ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get"],"ticketType":["regular"]}}},{"displayName":"Suspended Ticket ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["get"],"ticketType":["suspended"]}},"description":"Ticket ID"},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["ticket"],"operation":["getAll"]}},"options":[{"displayName":"Group Name or ID","name":"group","type":"options","typeOptions":{"loadOptionsMethod":"getGroups"},"displayOptions":{"show":{"/ticketType":["regular"]}},"default":"","description":"The group to search. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Query","name":"query","type":"string","displayOptions":{"show":{"/ticketType":["regular"]}},"default":"","description":"<a href=\"https://developer.zendesk.com/api-reference/ticketing/ticket-management/search/#syntax-examples\">Query syntax</a> to search tickets"},{"displayName":"Sort By","name":"sortBy","type":"options","options":[{"name":"Created At","value":"created_at"},{"name":"Priority","value":"priority"},{"name":"Status","value":"status"},{"name":"Ticket Type","value":"ticket_type"},{"name":"Updated At","value":"updated_at"}],"default":"updated_at","description":"Defaults to sorting by relevance"},{"displayName":"Sort Order","name":"sortOrder","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"asc"},{"displayName":"Status","name":"status","type":"options","displayOptions":{"show":{"/ticketType":["regular"]}},"options":[{"name":"Closed","value":"closed"},{"name":"New","value":"new"},{"name":"On-Hold","value":"hold"},{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Solved","value":"solved"}],"default":"","description":"The state of the ticket"}]},{"displayName":"Ticket ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["delete"],"ticketType":["regular"]}}},{"displayName":"Suspended Ticket ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["delete"],"ticketType":["suspended"]}},"description":"Ticket ID"},{"displayName":"Suspended Ticket ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticket"],"operation":["recover"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["ticketField"]}},"options":[{"name":"Get","value":"get","description":"Get a ticket field","action":"Get a ticket field"},{"name":"Get Many","value":"getAll","description":"Get many system and custom ticket fields","action":"Get many ticket fields"}],"default":"get"},{"displayName":"Ticket Field ID","name":"ticketFieldId","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["ticketField"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["ticketField"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["ticketField"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a user","action":"Create a user"},{"name":"Delete","value":"delete","description":"Delete a user","action":"Delete a user"},{"name":"Get","value":"get","description":"Get a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Get many users","action":"Get many users"},{"name":"Get Organizations","value":"getOrganizations","description":"Get a user's organizations","action":"Get a user's organizations"},{"name":"Get Related Data","value":"getRelatedData","description":"Get data related to the user","action":"Get data related to a user"},{"name":"Search","value":"search","description":"Search users","action":"Search a user"},{"name":"Update","value":"update","description":"Update a user","action":"Update a user"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"required":true,"description":"The user's name"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"options":[{"displayName":"Alias","name":"alias","type":"string","default":"","description":"An alias displayed to end users"},{"displayName":"Custom Role ID","name":"custom_role_id","type":"number","default":0,"description":"A custom role if the user is an agent on the Enterprise plan"},{"displayName":"Details","name":"details","type":"string","default":"","description":"Any details you want to store about the user, such as an address"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The user's primary email address"},{"displayName":"External ID","name":"external_id","type":"string","default":"","description":"A unique identifier from another system"},{"displayName":"Locale","name":"locale","type":"options","typeOptions":{"loadOptionsMethod":"getLocales"},"default":"","description":"The user's locale. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Moderator","name":"moderator","type":"boolean","default":false,"description":"Whether the user has forum moderation capabilities"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Any notes you want to store about the user"},{"displayName":"Only Private Comments","name":"only_private_comments","type":"boolean","default":false,"description":"Whether the user can only create private comments"},{"displayName":"Organization Name or ID","name":"organization_id","typeOptions":{"loadOptionsMethod":"getOrganizations"},"type":"options","default":"","description":"The ID of the user's organization. If the user has more than one organization memberships, the ID of the user's default organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The user's primary phone number"},{"displayName":"Report CSV","name":"report_csv","type":"boolean","default":false,"description":"Whether or not the user can access the CSV report on the Search tab of the Reporting page in the Support admin interface"},{"displayName":"Restricted Agent","name":"restricted_agent","type":"boolean","default":false,"description":"Whether the agent has any restrictions; false for admins and unrestricted agents, true for other agents"},{"displayName":"Role","name":"role","type":"options","options":[{"name":"End User","value":"end-user"},{"name":"Agent","value":"agent"},{"name":"Admin","value":"admin"}],"default":"","description":"The user's role"},{"displayName":"Signature","name":"signature","type":"string","default":"","description":"The user's signature. Only agents and admins can have signatures."},{"displayName":"Suspended","name":"suspended","type":"boolean","default":false,"description":"Whether the agent is suspended. Tickets from suspended users are also suspended, and these users cannot sign in to the end user portal."},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"The array of tags applied to this user. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Ticket Restriction","name":"ticket_restriction","type":"options","options":[{"name":"Organization","value":"organization"},{"name":"Groups","value":"groups"},{"name":"Assigned","value":"assigned"},{"name":"Requested","value":"requested"}],"default":"","description":"Specifies which tickets the user has access to"},{"displayName":"Timezone","name":"time_zone","type":"string","default":"","description":"The user's time zone"},{"displayName":"User Fields","name":"userFieldsUi","placeholder":"Add User Field","description":"Values of custom fields in the user's profile","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"userFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getUserFields"},"default":"","description":"Name of the field to sort on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field"}]}]},{"displayName":"Verified","name":"verified","type":"boolean","default":false,"description":"Whether the user's primary identity is verified or not"}]},{"displayName":"User ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"displayName":"Alias","name":"alias","type":"string","default":"","description":"An alias displayed to end users"},{"displayName":"Custom Role ID","name":"custom_role_id","type":"number","default":0,"description":"A custom role if the user is an agent on the Enterprise plan"},{"displayName":"Details","name":"details","type":"string","default":"","description":"Any details you want to store about the user, such as an address"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","default":"","description":"The user's primary email address"},{"displayName":"External ID","name":"external_id","type":"string","default":"","description":"A unique identifier from another system"},{"displayName":"Locale","name":"locale","type":"options","typeOptions":{"loadOptionsMethod":"getLocales"},"default":"","description":"The user's locale. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Moderator","name":"moderator","type":"boolean","default":false,"description":"Whether the user has forum moderation capabilities"},{"displayName":"Name","name":"name","type":"string","default":"","description":"The user's name"},{"displayName":"Notes","name":"notes","type":"string","default":"","description":"Any notes you want to store about the user"},{"displayName":"Only Private Comments","name":"only_private_comments","type":"boolean","default":false,"description":"Whether the user can only create private comments"},{"displayName":"Organization Name or ID","name":"organization_id","typeOptions":{"loadOptionsMethod":"getOrganizations"},"type":"options","default":"","description":"The ID of the user's organization. If the user has more than one organization memberships, the ID of the user's default organization. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Phone","name":"phone","type":"string","default":"","description":"The user's primary phone number"},{"displayName":"Report CSV","name":"report_csv","type":"boolean","default":false,"description":"Whether or not the user can access the CSV report on the Search tab of the Reporting page in the Support admin interface"},{"displayName":"Restricted Agent","name":"restricted_agent","type":"boolean","default":false,"description":"Whether the agent has any restrictions; false for admins and unrestricted agents, true for other agents"},{"displayName":"Role","name":"role","type":"options","options":[{"name":"End User","value":"end-user"},{"name":"Agent","value":"agent"},{"name":"Admin","value":"admin"}],"default":"","description":"The user's role"},{"displayName":"Signature","name":"signature","type":"string","default":"","description":"The user's signature. Only agents and admins can have signatures."},{"displayName":"Suspended","name":"suspended","type":"boolean","default":false,"description":"Whether the agent is suspended. Tickets from suspended users are also suspended, and these users cannot sign in to the end user portal."},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"The array of tags applied to this user. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Ticket Restriction","name":"ticket_restriction","type":"options","options":[{"name":"Organization","value":"organization"},{"name":"Groups","value":"groups"},{"name":"Assigned","value":"assigned"},{"name":"Requested","value":"requested"}],"default":"","description":"Specifies which tickets the user has access to"},{"displayName":"Timezone","name":"time_zone","type":"string","default":"","description":"The user's time zone"},{"displayName":"User Fields","name":"userFieldsUi","placeholder":"Add User Field","description":"Values of custom fields in the user's profile","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"userFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","typeOptions":{"loadOptionsMethod":"getUserFields"},"default":"","description":"Name of the field to sort on. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of the field"}]}]},{"displayName":"Verified","name":"verified","type":"boolean","default":false,"description":"Whether the user's primary identity is verified or not"}]},{"displayName":"User ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["getAll"]}},"options":[{"displayName":"Roles","name":"role","type":"multiOptions","options":[{"name":"End User","value":"end-user"},{"name":"Agent","value":"agent"},{"name":"Admin","value":"admin"}],"default":[]}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["user"],"operation":["search"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["user"],"operation":["search"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["search"]}},"options":[{"displayName":"Query","name":"query","type":"string","default":""},{"displayName":"External ID","name":"external_id","type":"string","default":""}]},{"displayName":"User ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["delete"]}}},{"displayName":"User ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["getRelatedData"]}}},{"displayName":"User ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["getOrganizations"]}}},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["organization"]}},"options":[{"name":"Count","value":"count","description":"Count organizations","action":"Count organizations"},{"name":"Create","value":"create","description":"Create an organization","action":"Create an organization"},{"name":"Delete","value":"delete","description":"Delete an organization","action":"Delete an organization"},{"name":"Get","value":"get","description":"Get an organization","action":"Get an organization"},{"name":"Get Many","value":"getAll","description":"Get many organizations","action":"Get many organizations"},{"name":"Get Related Data","value":"getRelatedData","description":"Get data related to the organization","action":"Get data related to an organization"},{"name":"Update","value":"update","description":"Update a organization","action":"Update an organization"}],"default":"create"},{"displayName":"Name","name":"name","type":"string","default":"","displayOptions":{"show":{"resource":["organization"],"operation":["create"]}},"required":true},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["organization"],"operation":["create"]}},"options":[{"displayName":"Details","name":"details","type":"string","default":"","description":"Details about the organization, such as the address"},{"displayName":"Domain Names","name":"domain_names","type":"string","default":"","description":"Comma-separated domain names associated with this organization"},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"Organization Fields","name":"organizationFieldsUi","placeholder":"Add Organization Field","description":"Values of custom fields in the organization's profile","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"organizationFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getOrganizationFields"},"default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"IDs of tags applied to this organization. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Organization ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["organization"],"operation":["update"]}},"options":[{"displayName":"Details","name":"details","type":"string","default":"","description":"Details about the organization, such as the address"},{"displayName":"Domain Names","name":"domain_names","type":"string","default":"","description":"Comma-separated domain names associated with this organization"},{"displayName":"Name","name":"name","type":"string","default":""},{"displayName":"Notes","name":"notes","type":"string","default":""},{"displayName":"Organization Fields","name":"organizationFieldsUi","placeholder":"Add Organization Field","description":"Values of custom fields in the organization's profile","type":"fixedCollection","typeOptions":{"multipleValues":true},"default":{},"options":[{"name":"organizationFieldValues","displayName":"Field","values":[{"displayName":"Field Name or ID","name":"field","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getOrganizationFields"},"default":""},{"displayName":"Value","name":"value","type":"string","default":""}]}]},{"displayName":"Tag Names or IDs","name":"tags","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getTags"},"default":[],"description":"IDs of tags applied to this organization. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."}]},{"displayName":"Organization ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"resource":["organization"],"operation":["getAll"]}},"default":false,"description":"Whether to return all results or only up to a given limit"},{"displayName":"Limit","name":"limit","type":"number","displayOptions":{"show":{"resource":["organization"],"operation":["getAll"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":100},"default":100,"description":"Max number of results to return"},{"displayName":"Organization ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["delete"]}}},{"displayName":"Organization ID","name":"id","type":"string","default":"","required":true,"displayOptions":{"show":{"resource":["organization"],"operation":["getRelatedData"]}}}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.zendesk/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/zendesk/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zendesk/zendesk.svg"},
{"displayName":"Zendesk Trigger","name":"zendeskTrigger","group":["trigger"],"version":1,"description":"Handle Zendesk events via webhooks","defaults":{"name":"Zendesk Trigger"},"inputs":[],"outputs":["main"],"credentials":[{"name":"zendeskApi","required":true,"displayOptions":{"show":{"authentication":["apiToken"]}}},{"name":"zendeskOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"webhooks":[{"name":"default","httpMethod":"POST","responseMode":"onReceived","path":"webhook"}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"API Token","value":"apiToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"apiToken"},{"displayName":"Service","name":"service","type":"options","required":true,"options":[{"name":"Support","value":"support"}],"default":"support"},{"displayName":"Options","name":"options","type":"collection","displayOptions":{"show":{"service":["support"]}},"default":{},"options":[{"displayName":"Field Names or IDs","name":"fields","description":"The fields to return the values of. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","type":"multiOptions","default":[],"typeOptions":{"loadOptionsMethod":"getFields"}}],"placeholder":"Add option"},{"displayName":"Conditions","name":"conditions","placeholder":"Add Condition","type":"fixedCollection","typeOptions":{"multipleValues":true},"displayOptions":{"show":{"service":["support"]}},"description":"The condition to set","default":{},"options":[{"name":"all","displayName":"All","values":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Ticket","value":"ticket"}],"default":"ticket"},{"displayName":"Field","name":"field","type":"options","displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Assignee","value":"assignee"},{"name":"Group","value":"group"},{"name":"Priority","value":"priority"},{"name":"Status","value":"status"},{"name":"Type","value":"type"}],"default":"status"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Changed","value":"changed"},{"name":"Changed From","value":"value_previous"},{"name":"Changed To","value":"value"},{"name":"Greater Than","value":"greater_than"},{"name":"Is","value":"is"},{"name":"Is Not","value":"is_not"},{"name":"Less Than","value":"less_than"},{"name":"Not Changed","value":"not_changed"},{"name":"Not Changed From","value":"not_value_previous"},{"name":"Not Changed To","value":"not_value"}],"displayOptions":{"hide":{"field":["assignee"]}},"default":"is"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Changed","value":"changed"},{"name":"Changed From","value":"value_previous"},{"name":"Changed To","value":"value"},{"name":"Is","value":"is"},{"name":"Is Not","value":"is_not"},{"name":"Not Changed","value":"not_changed"},{"name":"Not Changed From","value":"not_value_previous"},{"name":"Not Changed To","value":"not_value"}],"displayOptions":{"show":{"field":["assignee"]}},"default":"is"},{"displayName":"Value","name":"value","type":"options","displayOptions":{"show":{"field":["status"]},"hide":{"operation":["changed","not_changed"],"field":["assignee","group","priority","type"]}},"options":[{"name":"Closed","value":"closed"},{"name":"New","value":"new"},{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Solved","value":"solved"}],"default":"open"},{"displayName":"Value","name":"value","type":"options","displayOptions":{"show":{"field":["type"]},"hide":{"operation":["changed","not_changed"],"field":["assignee","group","priority","status"]}},"options":[{"name":"Question","value":"question"},{"name":"Incident","value":"incident"},{"name":"Problem","value":"problem"},{"name":"Task","value":"task"}],"default":"question"},{"displayName":"Value","name":"value","type":"options","displayOptions":{"show":{"field":["priority"]},"hide":{"operation":["changed","not_changed"],"field":["assignee","group","type","status"]}},"options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"},{"name":"Urgent","value":"urgent"}],"default":"low"},{"displayName":"Value","name":"value","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups"},"displayOptions":{"show":{"field":["group"]},"hide":{"field":["assignee","priority","type","status"]}},"default":""},{"displayName":"Value","name":"value","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"field":["assignee"]},"hide":{"field":["group","priority","type","status"]}},"default":""}]},{"name":"any","displayName":"Any","values":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Ticket","value":"ticket"}],"default":"ticket"},{"displayName":"Field","name":"field","type":"options","displayOptions":{"show":{"resource":["ticket"]}},"options":[{"name":"Assignee","value":"assignee"},{"name":"Group","value":"group"},{"name":"Priority","value":"priority"},{"name":"Status","value":"status"},{"name":"Type","value":"type"}],"default":"status"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Changed","value":"changed"},{"name":"Changed From","value":"value_previous"},{"name":"Changed To","value":"value"},{"name":"Greater Than","value":"greater_than"},{"name":"Is","value":"is"},{"name":"Is Not","value":"is_not"},{"name":"Less Than","value":"less_than"},{"name":"Not Changed","value":"not_changed"},{"name":"Not Changed From","value":"not_value_previous"},{"name":"Not Changed To","value":"not_value"}],"displayOptions":{"hide":{"field":["assignee"]}},"default":"is"},{"displayName":"Operation","name":"operation","type":"options","options":[{"name":"Changed","value":"changed"},{"name":"Changed From","value":"value_previous"},{"name":"Changed To","value":"value"},{"name":"Is","value":"is"},{"name":"Is Not","value":"is_not"},{"name":"Not Changed","value":"not_changed"},{"name":"Not Changed From","value":"not_value_previous"},{"name":"Not Changed To","value":"not_value"}],"displayOptions":{"show":{"field":["assignee"]}},"default":"is"},{"displayName":"Value","name":"value","type":"options","displayOptions":{"show":{"field":["status"]},"hide":{"operation":["changed","not_changed"],"field":["assignee","group","priority","type"]}},"options":[{"name":"Closed","value":"closed"},{"name":"New","value":"new"},{"name":"Open","value":"open"},{"name":"Pending","value":"pending"},{"name":"Solved","value":"solved"}],"default":"open"},{"displayName":"Value","name":"value","type":"options","displayOptions":{"show":{"field":["type"]},"hide":{"operation":["changed","not_changed"],"field":["assignee","group","priority","status"]}},"options":[{"name":"Question","value":"question"},{"name":"Incident","value":"incident"},{"name":"Problem","value":"problem"},{"name":"Task","value":"task"}],"default":"question"},{"displayName":"Value","name":"value","type":"options","displayOptions":{"show":{"field":["priority"]},"hide":{"operation":["changed","not_changed"],"field":["assignee","group","type","status"]}},"options":[{"name":"Low","value":"low"},{"name":"Normal","value":"normal"},{"name":"High","value":"high"},{"name":"Urgent","value":"urgent"}],"default":"low"},{"displayName":"Value","name":"value","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getGroups"},"displayOptions":{"show":{"field":["group"]},"hide":{"field":["assignee","priority","type","status"]}},"default":""},{"displayName":"Value","name":"value","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getUsers"},"displayOptions":{"show":{"field":["assignee"]},"hide":{"field":["group","priority","type","status"]}},"default":""}]}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/trigger-nodes/n8n-nodes-base.zendesktrigger/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/zendesk/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zendesk/zendesk.svg"},
{"displayName":"Zoho CRM","name":"zohoCrm","group":["transform"],"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","version":1,"description":"Consume Zoho CRM API","defaults":{"name":"Zoho CRM"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"zohoOAuth2Api","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Account","value":"account"},{"name":"Contact","value":"contact"},{"name":"Deal","value":"deal"},{"name":"Invoice","value":"invoice"},{"name":"Lead","value":"lead"},{"name":"Product","value":"product"},{"name":"Purchase Order","value":"purchaseOrder"},{"name":"Quote","value":"quote"},{"name":"Sales Order","value":"salesOrder"},{"name":"Vendor","value":"vendor"}],"default":"account"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["account"]}},"options":[{"name":"Create","value":"create","description":"Create an account","action":"Create an account"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or Update an account"},{"name":"Delete","value":"delete","description":"Delete an account","action":"Delete an account"},{"name":"Get","value":"get","description":"Get an account","action":"Get an account"},{"name":"Get Many","value":"getAll","description":"Get many accounts","action":"Get many accounts"},{"name":"Update","value":"update","description":"Update an account","action":"Update an account"}],"default":"create"},{"displayName":"Account Name","name":"accountName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["create"]}}},{"displayName":"Account Name","name":"accountName","description":"Name of the account. If a record with this account name exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["create","upsert"]}},"options":[{"displayName":"Account Number","name":"Account_Number","type":"string","default":""},{"displayName":"Account Site","name":"Account_Site","type":"string","default":"","description":"Name of the account’s location, e.g. Headquarters or London"},{"displayName":"Account Type Name or ID","name":"Account_Type","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountType"},"default":[]},{"displayName":"Annual Revenue","name":"Annual_Revenue","type":"number","default":""},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Contact Details","name":"Contact_Details","type":"string","default":""},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomAccountFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Employees","name":"Employees","type":"number","default":"","description":"Number of employees in the account’s company"},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":"","description":"Exchange rate of the default currency to the home currency"},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"Industry","name":"Industry","type":"string","default":""},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Ticker Symbol","name":"Ticker_Symbol","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]},{"displayName":"Account ID","name":"accountId","description":"ID of the account to delete. Can be found at the end of the URL.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["delete"]}}},{"displayName":"Account ID","name":"accountId","description":"ID of the account to retrieve. Can be found at the end of the URL.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["account"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getAccountFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getAccountFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Account ID","name":"accountId","description":"ID of the account to update. Can be found at the end of the URL.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["account"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["account"],"operation":["update"]}},"options":[{"displayName":"Account Name","name":"Account_Name","type":"string","default":""},{"displayName":"Account Number","name":"Account_Number","type":"string","default":""},{"displayName":"Account Site","name":"Account_Site","type":"string","default":"","description":"Name of the account’s location, e.g. Headquarters or London"},{"displayName":"Account Type Name or ID","name":"Account_Type","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getAccountType"},"default":[]},{"displayName":"Annual Revenue","name":"Annual_Revenue","type":"number","default":""},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Contact Details","name":"Contact_Details","type":"string","default":""},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomAccountFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Employees","name":"Employees","type":"number","default":"","description":"Number of employees in the account’s company"},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":"","description":"Exchange rate of the default currency to the home currency"},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"Industry","name":"Industry","type":"string","default":""},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Ticker Symbol","name":"Ticker_Symbol","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["contact"]}},"options":[{"name":"Create","value":"create","description":"Create a contact","action":"Create a contact"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or Update a contact"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a contact"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a contact"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many contacts"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a contact"}],"default":"create"},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["create"]}},"options":[{"displayName":"Assistant","name":"Assistant","type":"string","default":"","description":"Name of the contact’s assistant"},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomContactFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Date of Birth","name":"Date_of_Birth","type":"dateTime","default":""},{"displayName":"Department","name":"Department","type":"string","default":"","description":"Company department to which the contact belongs"},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Email (Primary)","name":"Email","type":"string","default":""},{"displayName":"Email (Secondary)","name":"Secondary_Email","type":"string","default":""},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"First Name","name":"First_Name","type":"string","default":""},{"displayName":"Full Name","name":"Full_Name","type":"string","default":""},{"displayName":"Mailing Address","name":"Mailing_Address","type":"fixedCollection","default":{},"placeholder":"Add Mailing Address Field","options":[{"displayName":"Mailing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Mailing_Street","type":"string","default":""},{"displayName":"City","name":"Mailing_City","type":"string","default":""},{"displayName":"State","name":"Mailing_State","type":"string","default":""},{"displayName":"Country","name":"Mailing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Mailing_Zip","type":"string","default":""}]}]},{"displayName":"Mobile","name":"Mobile","type":"string","default":""},{"displayName":"Other Address","name":"Other_Address","type":"fixedCollection","default":{},"placeholder":"Add Other Address Field","options":[{"displayName":"Other Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Other_Street","type":"string","default":""},{"displayName":"City","name":"Other_City","type":"string","default":""},{"displayName":"State","name":"Other_State","type":"string","default":""},{"displayName":"Zip Code","name":"Other_Zip","type":"string","default":""}]}]},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Phone (Assistant)","name":"Asst_Phone","type":"string","default":"","description":"Phone number of the contact’s assistant"},{"displayName":"Phone (Home)","name":"Home_Phone","type":"string","default":""},{"displayName":"Phone (Other)","name":"Other_Phone","type":"string","default":""},{"displayName":"Salutation","name":"Salutation","type":"string","default":""},{"displayName":"Skype ID","name":"Skype_ID","type":"string","default":""},{"displayName":"Title","name":"Title","type":"string","default":"","description":"Position of the contact at their company"},{"displayName":"Twitter","name":"Twitter","type":"string","default":""}]},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["upsert"]}},"options":[{"displayName":"Assistant","name":"Assistant","type":"string","default":"","description":"Name of the contact’s assistant"},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomContactFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Date of Birth","name":"Date_of_Birth","type":"dateTime","default":""},{"displayName":"Department","name":"Department","type":"string","default":"","description":"Company department to which the contact belongs"},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Email (Primary)","name":"Email","type":"string","default":"","description":"Email of the contact. If a record with this email exists it will be updated, otherwise a new one will be created."},{"displayName":"Email (Secondary)","name":"Secondary_Email","type":"string","default":""},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"First Name","name":"First_Name","type":"string","default":""},{"displayName":"Full Name","name":"Full_Name","type":"string","default":""},{"displayName":"Mailing Address","name":"Mailing_Address","type":"fixedCollection","default":{},"placeholder":"Add Mailing Address Field","options":[{"displayName":"Mailing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Mailing_Street","type":"string","default":""},{"displayName":"City","name":"Mailing_City","type":"string","default":""},{"displayName":"State","name":"Mailing_State","type":"string","default":""},{"displayName":"Country","name":"Mailing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Mailing_Zip","type":"string","default":""}]}]},{"displayName":"Mobile","name":"Mobile","type":"string","default":""},{"displayName":"Other Address","name":"Other_Address","type":"fixedCollection","default":{},"placeholder":"Add Other Address Field","options":[{"displayName":"Other Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Other_Street","type":"string","default":""},{"displayName":"City","name":"Other_City","type":"string","default":""},{"displayName":"State","name":"Other_State","type":"string","default":""},{"displayName":"Zip Code","name":"Other_Zip","type":"string","default":""}]}]},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Phone (Assistant)","name":"Asst_Phone","type":"string","default":"","description":"Phone number of the contact’s assistant"},{"displayName":"Phone (Home)","name":"Home_Phone","type":"string","default":""},{"displayName":"Phone (Other)","name":"Other_Phone","type":"string","default":""},{"displayName":"Salutation","name":"Salutation","type":"string","default":""},{"displayName":"Skype ID","name":"Skype_ID","type":"string","default":""},{"displayName":"Title","name":"Title","type":"string","default":"","description":"Position of the contact at their company"},{"displayName":"Twitter","name":"Twitter","type":"string","default":""}]},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["delete"]}}},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getContactFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getContactFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Contact ID","name":"contactId","description":"ID of the contact to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["contact"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["contact"],"operation":["update"]}},"options":[{"displayName":"Assistant","name":"Assistant","type":"string","default":""},{"displayName":"Assistant’s Phone","name":"Asst_Phone","type":"string","default":"","description":"Phone number of the contact’s assistant"},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomContactFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Date of Birth","name":"Date_of_Birth","type":"dateTime","default":""},{"displayName":"Department","name":"Department","type":"string","default":""},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Email (Primary)","name":"Email","type":"string","default":""},{"displayName":"Email (Secondary)","name":"Secondary_Email","type":"string","default":""},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"First Name","name":"First_Name","type":"string","default":""},{"displayName":"Full Name","name":"Full_Name","type":"string","default":""},{"displayName":"Home Phone","name":"Home_Phone","type":"string","default":""},{"displayName":"Last Name","name":"Last_Name","type":"string","default":""},{"displayName":"Mailing Address","name":"Mailing_Address","type":"fixedCollection","default":{},"placeholder":"Add Mailing Address Field","options":[{"displayName":"Mailing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Mailing_Street","type":"string","default":""},{"displayName":"City","name":"Mailing_City","type":"string","default":""},{"displayName":"State","name":"Mailing_State","type":"string","default":""},{"displayName":"Country","name":"Mailing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Mailing_Zip","type":"string","default":""}]}]},{"displayName":"Mobile","name":"Mobile","type":"string","default":""},{"displayName":"Other Address","name":"Other_Address","type":"fixedCollection","default":{},"placeholder":"Add Other Address Field","options":[{"displayName":"Other Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Other_Street","type":"string","default":""},{"displayName":"City","name":"Other_City","type":"string","default":""},{"displayName":"State","name":"Other_State","type":"string","default":""},{"displayName":"Zip Code","name":"Other_Zip","type":"string","default":""}]}]},{"displayName":"Other Phone","name":"Other_Phone","type":"string","default":""},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Salutation","name":"Salutation","type":"string","default":""},{"displayName":"Skype ID","name":"Skype_ID","type":"string","default":""},{"displayName":"Title","name":"Title","type":"string","default":"","description":"Position of the contact at their company"},{"displayName":"Twitter","name":"Twitter","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["deal"]}},"options":[{"name":"Create","value":"create","description":"Create a deal","action":"Create a deal"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or Update a deal"},{"name":"Delete","value":"delete","description":"Delete a contact","action":"Delete a deal"},{"name":"Get","value":"get","description":"Get a contact","action":"Get a deal"},{"name":"Get Many","value":"getAll","description":"Get many contacts","action":"Get many deals"},{"name":"Update","value":"update","description":"Update a contact","action":"Update a deal"}],"default":"create"},{"displayName":"Deal Name","name":"dealName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["create"]}}},{"displayName":"Deal Name","name":"dealName","description":"Name of the deal. If a record with this deal name exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["upsert"]}}},{"displayName":"Stage Name or ID","name":"stage","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","required":true,"default":[],"typeOptions":{"loadOptionsMethod":"getDealStage"},"displayOptions":{"show":{"resource":["deal"],"operation":["create","upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["create","upsert"]}},"options":[{"displayName":"Amount","name":"Amount","type":"number","default":"","description":"Monetary amount of the deal"},{"displayName":"Closing Date","name":"Closing_Date","type":"dateTime","default":""},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomDealFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Lead Conversion Time","name":"Lead_Conversion_Time","type":"number","default":"","description":"Average number of days to convert the lead into a deal"},{"displayName":"Next Step","name":"Next_Step","type":"string","default":"","description":"Description of the next step in the sales process"},{"displayName":"Overall Sales Duration","name":"Overall_Sales_Duration","type":"number","default":"","description":"Average number of days to convert the lead into a deal and to win the deal"},{"displayName":"Probability","name":"Probability","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":"","description":"Probability of deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Sales Cycle Duration","name":"Sales_Cycle_Duration","type":"number","default":0,"description":"Average number of days for the deal to be won"}]},{"displayName":"Deal ID","name":"dealId","description":"ID of the deal to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["delete"]}}},{"displayName":"Deal ID","name":"dealId","description":"ID of the deal to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["deal"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["deal"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getDealFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getDealFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Deal ID","name":"dealId","description":"ID of the deal to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["deal"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["deal"],"operation":["update"]}},"options":[{"displayName":"Amount","name":"Amount","type":"number","default":"","description":"Monetary amount of the deal"},{"displayName":"Closing Date","name":"Closing_Date","type":"dateTime","default":""},{"displayName":"Currency","name":"Currency","type":"string","default":"","description":"Symbol of the currency in which revenue is generated"},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomDealFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Deal Name","name":"Deal_Name","type":"string","default":""},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Lead Conversion Time","name":"Lead_Conversion_Time","type":"number","default":"","description":"Average number of days to convert the lead into a deal"},{"displayName":"Next Step","name":"Next_Step","type":"string","default":"","description":"Description of the next step in the sales process"},{"displayName":"Overall Sales Duration","name":"Overall_Sales_Duration","type":"number","default":"","description":"Average number of days to convert the lead into a deal and to win the deal"},{"displayName":"Probability","name":"Probability","type":"number","typeOptions":{"minValue":0,"maxValue":100},"default":"","description":"Probability of deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Sales Cycle Duration","name":"Sales_Cycle_Duration","type":"number","default":0,"description":"Average number of days to win the deal"},{"displayName":"Stage Name or ID","name":"Stage","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","typeOptions":{"loadOptionsMethod":"getDealStage"},"default":[]}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["invoice"]}},"options":[{"name":"Create","value":"create","description":"Create an invoice","action":"Create an invoice"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or Update an invoice"},{"name":"Delete","value":"delete","description":"Delete an invoice","action":"Delete an invoice"},{"name":"Get","value":"get","description":"Get an invoice","action":"Get an invoice"},{"name":"Get Many","value":"getAll","description":"Get many invoices","action":"Get many invoices"},{"name":"Update","value":"update","description":"Update an invoice","action":"Update an invoice"}],"default":"create"},{"displayName":"Subject","name":"subject","description":"Subject or title of the invoice","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","description":"Subject or title of the invoice. If a record with this subject exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["upsert"]}}},{"displayName":"Products","name":"Product_Details","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Product"},"default":{},"placeholder":"Add Field","options":[{"displayName":"List Price","name":"list_price","type":"number","default":""},{"displayName":"Product Name or ID","name":"id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getProducts"}},{"displayName":"Product Description","name":"product_description","type":"string","default":""},{"displayName":"Quantity","name":"quantity","type":"number","default":1},{"displayName":"Quantity in Stock","name":"quantity_in_stock","type":"number","default":0},{"displayName":"Tax","name":"Tax","type":"number","default":0},{"displayName":"Total","name":"total","type":"number","default":0},{"displayName":"Total After Discount","name":"total_after_discount","type":"number","default":0},{"displayName":"Total (Net)","name":"net_total","type":"number","default":0},{"displayName":"Unit Price","name":"unit_price","type":"number","default":0}],"displayOptions":{"show":{"resource":["invoice"],"operation":["create","upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["create","upsert"]}},"options":[{"displayName":"Account Name or ID","name":"accountId","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account associated with this invoice. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Adjustment","name":"Adjustment","type":"number","default":"","description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomInvoiceFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Due Date","name":"Due_Date","type":"dateTime","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":"","description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":"","description":"Total amount for the product after deducting tax and discounts"},{"displayName":"Invoice Date","name":"Invoice_Date","type":"dateTime","default":""},{"displayName":"Invoice Number","name":"Invoice_Number","type":"string","default":""},{"displayName":"Sales Commission","name":"Sales_Commission","type":"number","default":"","description":"Commission of sales person on deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Status","name":"Status","type":"string","default":""},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":"","description":"Total amount for the product excluding tax"},{"displayName":"Tax","name":"Tax","type":"number","default":"","description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the invoice"}]},{"displayName":"Invoice ID","name":"invoiceId","description":"ID of the invoice to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["delete"]}}},{"displayName":"Invoice ID","name":"invoiceId","description":"ID of the invoice to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getInvoiceFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getInvoiceFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Invoice ID","name":"invoiceId","description":"ID of the invoice to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["invoice"],"operation":["update"]}},"options":[{"displayName":"Account Name or ID","name":"accountId","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account associated with this invoice. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Adjustment","name":"Adjustment","type":"number","default":"","description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomInvoiceFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Due Date","name":"Due_Date","type":"dateTime","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":"","description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":"","description":"Total amount for the product after deducting tax and discounts"},{"displayName":"Invoice Date","name":"Invoice_Date","type":"dateTime","default":""},{"displayName":"Invoice Number","name":"Invoice_Number","type":"string","default":""},{"displayName":"Products","name":"Product_Details","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Product"},"default":{},"placeholder":"Add Field","options":[{"displayName":"List Price","name":"list_price","type":"number","default":""},{"displayName":"Product Name or ID","name":"id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getProducts"}},{"displayName":"Product Description","name":"product_description","type":"string","default":""},{"displayName":"Quantity","name":"quantity","type":"number","default":1},{"displayName":"Quantity in Stock","name":"quantity_in_stock","type":"number","default":0},{"displayName":"Tax","name":"Tax","type":"number","default":0},{"displayName":"Total","name":"total","type":"number","default":0},{"displayName":"Total After Discount","name":"total_after_discount","type":"number","default":0},{"displayName":"Total (Net)","name":"net_total","type":"number","default":0},{"displayName":"Unit Price","name":"unit_price","type":"number","default":0}]},{"displayName":"Sales Commission","name":"Sales_Commission","type":"number","default":"","description":"Commission of sales person on deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Status","name":"Status","type":"string","default":""},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":"","description":"Total amount for the product excluding tax"},{"displayName":"Subject","name":"Subject","type":"string","default":"","description":"Subject or title of the invoice"},{"displayName":"Tax","name":"Tax","type":"number","default":"","description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the invoice"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["lead"]}},"options":[{"name":"Create","value":"create","description":"Create a lead","action":"Create a lead"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a lead"},{"name":"Delete","value":"delete","description":"Delete a lead","action":"Delete a lead"},{"name":"Get","value":"get","description":"Get a lead","action":"Get a lead"},{"name":"Get Fields","value":"getFields","description":"Get lead fields","action":"Get lead fields"},{"name":"Get Many","value":"getAll","description":"Get many leads","action":"Get many leads"},{"name":"Update","value":"update","description":"Update a lead","action":"Update a lead"}],"default":"create"},{"displayName":"Company","name":"Company","description":"Company at which the lead works","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["create"]}}},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["create"]}},"options":[{"displayName":"Address","name":"Address","type":"fixedCollection","default":{},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Street","type":"string","default":""},{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"State","name":"State","type":"string","default":""},{"displayName":"Country","name":"Country","type":"string","default":""},{"displayName":"Zip Code","name":"Zip_Code","type":"string","default":""}]}]},{"displayName":"Annual Revenue","name":"Annual_Revenue","type":"number","default":"","description":"Annual revenue of the lead’s company"},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomLeadFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Designation","name":"Designation","type":"string","default":"","description":"Position of the lead at their company"},{"displayName":"Email","name":"Email","type":"string","default":""},{"displayName":"Email Opt Out","name":"Email_Opt_Out","type":"boolean","default":false},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"First Name","name":"First_Name","type":"string","default":""},{"displayName":"Full Name","name":"Full_Name","type":"string","default":""},{"displayName":"Industry","name":"Industry","type":"string","default":"","description":"Industry to which the lead belongs"},{"displayName":"Industry Type","name":"Industry_Type","type":"string","default":"","description":"Type of industry to which the lead belongs"},{"displayName":"Lead Source","name":"Lead_Source","type":"string","default":"","description":"Source from which the lead was created"},{"displayName":"Lead Status","name":"Lead_Status","type":"string","default":""},{"displayName":"Mobile","name":"Mobile","type":"string","default":""},{"displayName":"Number of Employees","name":"No_of_Employees","type":"number","default":"","description":"Number of employees in the lead’s company"},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Salutation","name":"Salutation","type":"string","default":""},{"displayName":"Secondary Email","name":"Secondary_Email","type":"string","default":""},{"displayName":"Skype ID","name":"Skype_ID","type":"string","default":""},{"displayName":"Twitter","name":"Twitter","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]},{"displayName":"Company","name":"Company","description":"Company at which the lead works","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["upsert"]}}},{"displayName":"Last Name","name":"lastName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["upsert"]}},"options":[{"displayName":"Address","name":"Address","type":"fixedCollection","default":{},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Street","type":"string","default":""},{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"State","name":"State","type":"string","default":""},{"displayName":"Country","name":"Country","type":"string","default":""},{"displayName":"Zip Code","name":"Zip_Code","type":"string","default":""}]}]},{"displayName":"Annual Revenue","name":"Annual_Revenue","type":"number","default":"","description":"Annual revenue of the lead’s company"},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomLeadFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Designation","name":"Designation","type":"string","default":"","description":"Position of the lead at their company"},{"displayName":"Email","name":"Email","type":"string","default":"","description":"Email of the lead. If a record with this email exists it will be updated, otherwise a new one will be created."},{"displayName":"Email Opt Out","name":"Email_Opt_Out","type":"boolean","default":false},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"First Name","name":"First_Name","type":"string","default":""},{"displayName":"Full Name","name":"Full_Name","type":"string","default":""},{"displayName":"Industry","name":"Industry","type":"string","default":"","description":"Industry to which the lead belongs"},{"displayName":"Industry Type","name":"Industry_Type","type":"string","default":"","description":"Type of industry to which the lead belongs"},{"displayName":"Lead Source","name":"Lead_Source","type":"string","default":"","description":"Source from which the lead was created"},{"displayName":"Lead Status","name":"Lead_Status","type":"string","default":""},{"displayName":"Mobile","name":"Mobile","type":"string","default":""},{"displayName":"Number of Employees","name":"No_of_Employees","type":"number","default":"","description":"Number of employees in the lead’s company"},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Salutation","name":"Salutation","type":"string","default":""},{"displayName":"Secondary Email","name":"Secondary_Email","type":"string","default":""},{"displayName":"Skype ID","name":"Skype_ID","type":"string","default":""},{"displayName":"Twitter","name":"Twitter","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]},{"displayName":"Lead ID","name":"leadId","description":"ID of the lead to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["delete"]}}},{"displayName":"Lead ID","name":"leadId","description":"ID of the lead to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["lead"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["lead"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getLeadFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getLeadFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Lead ID","name":"leadId","description":"ID of the lead to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["lead"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["lead"],"operation":["update"]}},"options":[{"displayName":"Address","name":"Address","type":"fixedCollection","default":{},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Street","type":"string","default":""},{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"State","name":"State","type":"string","default":""},{"displayName":"Country","name":"Country","type":"string","default":""},{"displayName":"Zip Code","name":"Zip_Code","type":"string","default":""}]}]},{"displayName":"Annual Revenue","name":"Annual_Revenue","type":"number","default":"","description":"Annual revenue of the lead’s company"},{"displayName":"Company","name":"Company","type":"string","default":"","description":"Company at which the lead works"},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomLeadFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Designation","name":"Designation","type":"string","default":"","description":"Position of the lead at their company"},{"displayName":"Email","name":"Email","type":"string","default":""},{"displayName":"Email Opt Out","name":"Email_Opt_Out","type":"boolean","default":false},{"displayName":"Fax","name":"Fax","type":"string","default":""},{"displayName":"First Name","name":"First_Name","type":"string","default":""},{"displayName":"Full Name","name":"Full_Name","type":"string","default":""},{"displayName":"Industry","name":"Industry","type":"string","default":"","description":"Industry to which the lead belongs"},{"displayName":"Industry Type","name":"Industry_Type","type":"string","default":"","description":"Type of industry to which the lead belongs"},{"displayName":"Last Name","name":"Last_Name","type":"string","default":""},{"displayName":"Lead Source","name":"Lead_Source","type":"string","default":"","description":"Source from which the lead was created"},{"displayName":"Lead Status","name":"Lead_Status","type":"string","default":""},{"displayName":"Mobile","name":"Mobile","type":"string","default":""},{"displayName":"Number of Employees","name":"No_of_Employees","type":"number","default":"","description":"Number of employees in the lead’s company"},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Salutation","name":"Salutation","type":"string","default":""},{"displayName":"Secondary Email","name":"Secondary_Email","type":"string","default":""},{"displayName":"Skype ID","name":"Skype_ID","type":"string","default":""},{"displayName":"Twitter","name":"Twitter","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["product"]}},"options":[{"name":"Create","value":"create","description":"Create a product","action":"Create a product"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a product"},{"name":"Delete","value":"delete","description":"Delete a product","action":"Delete a product"},{"name":"Get","value":"get","description":"Get a product","action":"Get a product"},{"name":"Get Many","value":"getAll","description":"Get many products","action":"Get many products"},{"name":"Update","value":"update","description":"Update a product","action":"Update a product"}],"default":"create"},{"displayName":"Product Name","name":"productName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["create"]}}},{"displayName":"Product Name","name":"productName","description":"Name of the product. If a record with this product name exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["create","upsert"]}},"options":[{"displayName":"Commission Rate","name":"Commission_Rate","type":"number","description":"Commission rate for the product. For example, enter 12 for 12%.","typeOptions":{"minValue":0},"default":0},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomProductFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Manufacturer","name":"Manufacturer","type":"string","default":""},{"displayName":"Product Active","name":"Product_Active","type":"boolean","default":false},{"displayName":"Product Category","name":"Product_Category","type":"string","default":""},{"displayName":"Quantity in Demand","name":"Qty_in_Demand","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Quantity in Stock","name":"Qty_in_Stock","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Taxable","name":"Taxable","type":"boolean","default":false},{"displayName":"Unit Price","name":"Unit_Price","type":"number","typeOptions":{"minValue":0},"default":0}]},{"displayName":"Product ID","name":"productId","description":"ID of the product to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["delete"]}}},{"displayName":"Product ID","name":"productId","description":"ID of the product to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["product"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["product"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getProductFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getProductFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Product ID","name":"productId","description":"ID of the product to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["product"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["product"],"operation":["update"]}},"options":[{"displayName":"Commission Rate","name":"Commission_Rate","type":"number","description":"Commission rate for the product. For example, enter 12 for 12%.","typeOptions":{"minValue":0},"default":0},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomProductFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Manufacturer","name":"Manufacturer","type":"string","default":""},{"displayName":"Product Active","name":"Product_Active","type":"boolean","default":false},{"displayName":"Product Category","name":"Product_Category","type":"string","default":""},{"displayName":"Quantity in Demand","name":"Qty_in_Demand","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Quantity in Stock","name":"Qty_in_Stock","type":"number","typeOptions":{"minValue":0},"default":0},{"displayName":"Taxable","name":"Taxable","type":"boolean","default":false},{"displayName":"Unit Price","name":"Unit_Price","type":"number","typeOptions":{"minValue":0},"default":0}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["purchaseOrder"]}},"options":[{"name":"Create","value":"create","description":"Create a purchase order","action":"Create a purchase order"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a purchase order"},{"name":"Delete","value":"delete","description":"Delete a purchase order","action":"Delete a purchase order"},{"name":"Get","value":"get","description":"Get a purchase order","action":"Get a purchase order"},{"name":"Get Many","value":"getAll","description":"Get many purchase orders","action":"Get many purchase orders"},{"name":"Update","value":"update","description":"Update a purchase order","action":"Update a purchase order"}],"default":"create"},{"displayName":"Subject","name":"subject","description":"Subject or title of the purchase order","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","description":"Subject or title of the purchase order. If a record with this subject exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["upsert"]}}},{"displayName":"Vendor Name or ID","name":"vendorId","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getVendors"},"description":"ID of the vendor associated with the purchase order. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>.","displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["create","upsert"]}}},{"displayName":"Products","name":"Product_Details","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Product"},"default":{},"placeholder":"Add Field","options":[{"displayName":"List Price","name":"list_price","type":"number","default":""},{"displayName":"Product Name or ID","name":"id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getProducts"}},{"displayName":"Product Description","name":"product_description","type":"string","default":""},{"displayName":"Quantity","name":"quantity","type":"number","default":1},{"displayName":"Quantity in Stock","name":"quantity_in_stock","type":"number","default":0},{"displayName":"Tax","name":"Tax","type":"number","default":0},{"displayName":"Total","name":"total","type":"number","default":0},{"displayName":"Total After Discount","name":"total_after_discount","type":"number","default":0},{"displayName":"Total (Net)","name":"net_total","type":"number","default":0},{"displayName":"Unit Price","name":"unit_price","type":"number","default":0}],"displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["create","upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["create","upsert"]}},"options":[{"displayName":"Adjustment","name":"Adjustment","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"billing_address_fields","values":[{"displayName":"Billing City","name":"Billing_City","type":"string","default":""},{"displayName":"Billing Code","name":"Billing_Code","type":"string","default":""},{"displayName":"Billing Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Billing State","name":"Billing_State","type":"string","default":""},{"displayName":"Billing Street","name":"Billing_Street","type":"string","default":""}]}]},{"displayName":"Carrier","name":"Carrier","type":"string","default":"","description":"Name of the carrier"},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomPurchaseOrderFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Discount","name":"Discount","type":"number","description":"Discount applied to the purchase order. For example, enter 12 for 12%.","default":0,"typeOptions":{"minValue":0}},{"displayName":"Due Date","name":"Due_Date","type":"dateTime","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product after deducting tax and discounts"},{"displayName":"PO Date","name":"PO_Date","type":"dateTime","default":"","description":"Date on which the purchase order was issued"},{"displayName":"PO Number","name":"PO_Number","type":"string","default":"","description":"ID of the purchase order after creating a case"},{"displayName":"Sales Commission","name":"Sales_Commission","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Commission of sales person on deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Status Name or ID","name":"Status","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getPurchaseOrderStatus"},"description":"Status of the purchase order. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product excluding tax"},{"displayName":"Tax","name":"Tax","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the purchase order"},{"displayName":"Tracking Number","name":"Tracking_Number","type":"string","default":""}]},{"displayName":"Purchase Order ID","name":"purchaseOrderId","description":"ID of the purchase order to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["delete"]}}},{"displayName":"Purchase Order ID","name":"purchaseOrderId","description":"ID of the purchase order to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getPurchaseOrderFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getPurchaseOrderFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Purchase Order ID","name":"purchaseOrderId","description":"ID of the purchase order to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["purchaseOrder"],"operation":["update"]}},"options":[{"displayName":"Adjustment","name":"Adjustment","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Carrier","name":"Carrier","type":"string","default":"","description":"Name of the carrier"},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomPurchaseOrderFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Discount","name":"Discount","type":"number","default":0,"typeOptions":{"minValue":0}},{"displayName":"Due Date","name":"Due_Date","type":"dateTime","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product after deducting tax and discounts"},{"displayName":"PO Date","name":"PO_Date","type":"dateTime","default":"","description":"Date on which the purchase order was issued"},{"displayName":"PO Number","name":"PO_Number","type":"string","default":"","description":"ID of the purchase order after creating a case"},{"displayName":"Sales Commission","name":"Sales_Commission","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Commission of sales person on deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Status Name or ID","name":"Status","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getPurchaseOrderStatus"},"description":"Status of the purchase order. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product excluding tax"},{"displayName":"Subject","name":"Subject","type":"string","default":"","description":"Subject or title of the purchase order"},{"displayName":"Tax","name":"Tax","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the purchase order"},{"displayName":"Tracking Number","name":"Tracking_Number","type":"string","default":""}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["quote"]}},"options":[{"name":"Create","value":"create","description":"Create a quote","action":"Create a quote"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a quote"},{"name":"Delete","value":"delete","description":"Delete a quote","action":"Delete a quote"},{"name":"Get","value":"get","description":"Get a quote","action":"Get a quote"},{"name":"Get Many","value":"getAll","description":"Get many quotes","action":"Get many quotes"},{"name":"Update","value":"update","description":"Update a quote","action":"Update a quote"}],"default":"create"},{"displayName":"Subject","name":"subject","description":"Subject or title of the quote","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["quote"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","description":"Subject or title of the quote. If a record with this subject exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["quote"],"operation":["upsert"]}}},{"displayName":"Products","name":"Product_Details","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Product"},"default":{},"placeholder":"Add Field","options":[{"displayName":"List Price","name":"list_price","type":"number","default":""},{"displayName":"Product Name or ID","name":"id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getProducts"}},{"displayName":"Product Description","name":"product_description","type":"string","default":""},{"displayName":"Quantity","name":"quantity","type":"number","default":1},{"displayName":"Quantity in Stock","name":"quantity_in_stock","type":"number","default":0},{"displayName":"Tax","name":"Tax","type":"number","default":0},{"displayName":"Total","name":"total","type":"number","default":0},{"displayName":"Total After Discount","name":"total_after_discount","type":"number","default":0},{"displayName":"Total (Net)","name":"net_total","type":"number","default":0},{"displayName":"Unit Price","name":"unit_price","type":"number","default":0}],"displayOptions":{"show":{"resource":["quote"],"operation":["create","upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["quote"],"operation":["create","upsert"]}},"options":[{"displayName":"Adjustment","name":"Adjustment","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Carrier","name":"Carrier","type":"string","default":""},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomQuoteFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product after deducting tax and discounts"},{"displayName":"Quote Stage Name or ID","name":"Quote_Stage","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getQuoteStage"},"description":"Stage of the quote. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product excluding tax"},{"displayName":"Tax","name":"Tax","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount as the sum of sales tax and value-added tax"},{"displayName":"Team","name":"Team","type":"string","default":"","description":"Team for whom the quote is created"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the quote"},{"displayName":"Valid Till","name":"Valid_Till","type":"dateTime","default":"","description":"Date until when the quote is valid"}]},{"displayName":"Quote ID","name":"quoteId","description":"ID of the quote to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["quote"],"operation":["delete"]}}},{"displayName":"Quote ID","name":"quoteId","description":"ID of the quote to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["quote"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["quote"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["quote"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["quote"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getQuoteFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getQuoteFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Quote ID","name":"quoteId","description":"ID of the quote to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["quote"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["quote"],"operation":["update"]}},"options":[{"displayName":"Adjustment","name":"Adjustment","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Carrier","name":"Carrier","type":"string","default":""},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomQuoteFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product after deducting tax and discounts"},{"displayName":"Quote Stage Name or ID","name":"Quote_Stage","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getQuoteStage"},"description":"Stage of the quote. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product excluding tax"},{"displayName":"Subject","name":"Subject","type":"string","default":"","description":"Subject or title of the quote"},{"displayName":"Tax","name":"Tax","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Team","name":"Team","type":"string","default":"","description":"Team for whom the quote is created"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the quote"},{"displayName":"Valid Till","name":"Valid_Till","type":"dateTime","default":"","description":"Date until when the quote is valid"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["salesOrder"]}},"options":[{"name":"Create","value":"create","description":"Create a sales order","action":"Create a sales order"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a sales order"},{"name":"Delete","value":"delete","description":"Delete a sales order","action":"Delete a sales order"},{"name":"Get","value":"get","description":"Get a sales order","action":"Get a sales order"},{"name":"Get Many","value":"getAll","description":"Get many sales orders","action":"Get many sales orders"},{"name":"Update","value":"update","description":"Update a sales order","action":"Update a sales order"}],"default":"create"},{"displayName":"Account Name or ID","name":"accountId","required":true,"type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getAccounts"},"displayOptions":{"show":{"resource":["salesOrder"],"operation":["create","upsert"]}}},{"displayName":"Subject","name":"subject","description":"Subject or title of the sales order","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesOrder"],"operation":["create"]}}},{"displayName":"Subject","name":"subject","description":"Subject or title of the sales order. If a record with this subject exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesOrder"],"operation":["upsert"]}}},{"displayName":"Products","name":"Product_Details","type":"collection","typeOptions":{"multipleValues":true,"multipleValueButtonText":"Add Product"},"default":{},"placeholder":"Add Field","options":[{"displayName":"List Price","name":"list_price","type":"number","default":""},{"displayName":"Product Name or ID","name":"id","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getProducts"}},{"displayName":"Product Description","name":"product_description","type":"string","default":""},{"displayName":"Quantity","name":"quantity","type":"number","default":1},{"displayName":"Quantity in Stock","name":"quantity_in_stock","type":"number","default":0},{"displayName":"Tax","name":"Tax","type":"number","default":0},{"displayName":"Total","name":"total","type":"number","default":0},{"displayName":"Total After Discount","name":"total_after_discount","type":"number","default":0},{"displayName":"Total (Net)","name":"net_total","type":"number","default":0},{"displayName":"Unit Price","name":"unit_price","type":"number","default":0}],"displayOptions":{"show":{"resource":["salesOrder"],"operation":["create","upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["salesOrder"],"operation":["create","upsert"]}},"options":[{"displayName":"Adjustment","name":"Adjustment","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Carrier","name":"Carrier","type":"string","default":"","description":"Name of the carrier"},{"displayName":"Contact Name or ID","name":"contactId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getContacts"}},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomSalesOrderFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Deal Name or ID","name":"dealId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getDeals"}},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Discount","name":"Discount","type":"number","description":"Discount applied to the sales order. For example, enter 12 for 12%.","default":0,"typeOptions":{"minValue":0}},{"displayName":"Due Date","name":"Due_Date","type":"dateTime","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product after deducting tax and discounts"},{"displayName":"Sales Order Number","name":"SO_Number","type":"string","default":"","description":"ID of the sales order after creating a case"},{"displayName":"Sales Commission","name":"Sales_Commission","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Commission of sales person on deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Status Name or ID","name":"Status","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getSalesOrderStatus"},"description":"Status of the sales order. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product excluding tax"},{"displayName":"Tax","name":"Tax","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the purchase order"}]},{"displayName":"Sales Order ID","name":"salesOrderId","description":"ID of the sales order to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesOrder"],"operation":["delete"]}}},{"displayName":"Sales Order ID","name":"salesOrderId","description":"ID of the sales order to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesOrder"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["salesOrder"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["salesOrder"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["salesOrder"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getSalesOrderFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getSalesOrderFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Sales Order ID","name":"salesOrderId","description":"ID of the sales order to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["salesOrder"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["salesOrder"],"operation":["update"]}},"options":[{"displayName":"Account Name or ID","name":"accountId","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getAccounts"},"description":"ID of the account associated with this invoice. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Adjustment","name":"Adjustment","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Adjustment in the grand total, if any"},{"displayName":"Billing Address","name":"Billing_Address","type":"fixedCollection","default":{},"placeholder":"Add Billing Address Field","options":[{"displayName":"Billing Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Billing_Street","type":"string","default":""},{"displayName":"City","name":"Billing_City","type":"string","default":""},{"displayName":"State","name":"Billing_State","type":"string","default":""},{"displayName":"Country","name":"Billing_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Billing_Code","type":"string","default":""}]}]},{"displayName":"Carrier","name":"Carrier","type":"string","default":"","description":"Name of the carrier"},{"displayName":"Contact Name or ID","name":"contactId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getContacts"}},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","description":"Symbol of the currency in which revenue is generated","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomSalesOrderFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Deal Name or ID","name":"dealId","type":"options","description":"Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>","default":[],"typeOptions":{"loadOptionsMethod":"getDeals"}},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Discount","name":"Discount","type":"number","default":0,"typeOptions":{"minValue":0}},{"displayName":"Due Date","name":"Due_Date","type":"dateTime","default":""},{"displayName":"Exchange Rate","name":"Exchange_Rate","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Exchange rate of the default currency to the home currency"},{"displayName":"Grand Total","name":"Grand_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product after deducting tax and discounts"},{"displayName":"Sales Order Number","name":"SO_Number","type":"string","default":"","description":"ID of the sales order after creating a case"},{"displayName":"Sales Commission","name":"Sales_Commission","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Commission of sales person on deal closure as a percentage. For example, enter 12 for 12%."},{"displayName":"Shipping Address","name":"Shipping_Address","type":"fixedCollection","default":{},"placeholder":"Add Shipping Address Field","options":[{"displayName":"Shipping Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Shipping_Street","type":"string","default":""},{"displayName":"City","name":"Shipping_City","type":"string","default":""},{"displayName":"State","name":"Shipping_State","type":"string","default":""},{"displayName":"Country","name":"Shipping_Country","type":"string","default":""},{"displayName":"Zip Code","name":"Shipping_Code","type":"string","default":""}]}]},{"displayName":"Status Name or ID","name":"Status","type":"options","default":[],"typeOptions":{"loadOptionsMethod":"getSalesOrderStatus"},"description":"Status of the sales order. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Sub Total","name":"Sub_Total","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Total amount for the product excluding tax"},{"displayName":"Subject","name":"Subject","type":"string","default":"","description":"Subject or title of the sales order"},{"displayName":"Tax","name":"Tax","type":"number","default":0,"typeOptions":{"minValue":0},"description":"Tax amount as the sum of sales tax and value-added tax"},{"displayName":"Terms and Conditions","name":"Terms_and_Conditions","type":"string","default":"","description":"Terms and conditions associated with the purchase order"}]},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["vendor"]}},"options":[{"name":"Create","value":"create","description":"Create a vendor","action":"Create a vendor"},{"name":"Create or Update","value":"upsert","description":"Create a new record, or update the current one if it already exists (upsert)","action":"Create or update a vendor"},{"name":"Delete","value":"delete","description":"Delete a vendor","action":"Delete a vendor"},{"name":"Get","value":"get","description":"Get a vendor","action":"Get a vendor"},{"name":"Get Many","value":"getAll","description":"Get many vendors","action":"Get many vendors"},{"name":"Update","value":"update","description":"Update a vendor","action":"Update a vendor"}],"default":"create"},{"displayName":"Vendor Name","name":"vendorName","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["vendor"],"operation":["create"]}}},{"displayName":"Vendor Name","name":"vendorName","description":"Name of the vendor. If a record with this vendor name exists it will be updated, otherwise a new one will be created.","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["vendor"],"operation":["upsert"]}}},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["vendor"],"operation":["create","upsert"]}},"options":[{"displayName":"Address","name":"Address","type":"fixedCollection","default":{},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Street","type":"string","default":""},{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"State","name":"State","type":"string","default":""},{"displayName":"Country","name":"Country","type":"string","default":""},{"displayName":"Zip Code","name":"Zip_Code","type":"string","default":""}]}]},{"displayName":"Category","name":"Category","type":"string","default":""},{"displayName":"Currency","name":"Currency","type":"options","default":"USD","options":[{"name":"US Dollar","value":"USD"},{"name":"Euro","value":"EUR"},{"name":"UAE Dirham","value":"AED"},{"name":"Afghani","value":"AFN"},{"name":"Lek","value":"ALL"},{"name":"Argentine Peso","value":"ARS"},{"name":"Australian Dollar","value":"AUD"},{"name":"Azerbaijan Manat","value":"AZN"},{"name":"Barbados Dollar","value":"BBD"},{"name":"Taka","value":"BDT"},{"name":"Bulgarian Lev","value":"BGN"},{"name":"Bermudian Dollar","value":"BMD"},{"name":"Brunei Dollar","value":"BND"},{"name":"Boliviano","value":"BOB"},{"name":"Brazilian Real","value":"BRL"},{"name":"Bahamian Dollar","value":"BSD"},{"name":"Pula","value":"BWP"},{"name":"Belize Dollar","value":"BZD"},{"name":"Canadian Dollar","value":"CAD"},{"name":"Swiss Franc","value":"CHF"},{"name":"Chilean Peso","value":"CLP"},{"name":"Yuan Renminbi","value":"CNY"},{"name":"Colombian Peso","value":"COP"},{"name":"Costa Rican Colon","value":"CRC"},{"name":"Czech Koruna","value":"CZK"},{"name":"Danish Krone","value":"DKK"},{"name":"Dominican Peso","value":"DOP"},{"name":"Algerian Dinar","value":"DZD"},{"name":"Egyptian Pound","value":"EGP"},{"name":"Fiji Dollar","value":"FJD"},{"name":"Pound Sterling","value":"GBP"},{"name":"Quetzal","value":"GTQ"},{"name":"Hong Kong Dollar","value":"HKD"},{"name":"Lempira","value":"HNL"},{"name":"Kuna","value":"HRK"},{"name":"Forint","value":"HUF"},{"name":"Rupiah","value":"IDR"},{"name":"New Israeli Sheqel","value":"ILS"},{"name":"Indian Rupee","value":"INR"},{"name":"Jamaican Dollar","value":"JMD"},{"name":"Yen","value":"JPY"},{"name":"Kenyan Shilling","value":"KES"},{"name":"Won","value":"KRW"},{"name":"Tenge","value":"KZT"},{"name":"Lao Kip","value":"LAK"},{"name":"Lebanese Pound","value":"LBP"},{"name":"Sri Lanka Rupee","value":"LKR"},{"name":"Liberian Dollar","value":"LRD"},{"name":"Moroccan Dirham","value":"MAD"},{"name":"Kyat","value":"MMK"},{"name":"Pataca","value":"MOP"},{"name":"Ouguiya","value":"MRO"},{"name":"Mauritius Rupee","value":"MUR"},{"name":"Rufiyaa","value":"MVR"},{"name":"Mexican Peso","value":"MXN"},{"name":"Malaysian Ringgit","value":"MYR"},{"name":"Cordoba Oro","value":"NIO"},{"name":"Norwegian Krone","value":"NOK"},{"name":"Nepalese Rupee","value":"NPR"},{"name":"New Zealand Dollar","value":"NZD"},{"name":"Sol","value":"PEN"},{"name":"Kina","value":"PGK"},{"name":"Philippine Peso","value":"PHP"},{"name":"Pakistan Rupee","value":"PKR"},{"name":"Zloty","value":"PLN"},{"name":"Qatari Rial","value":"QAR"},{"name":"Romanian Leu","value":"RON"},{"name":"Russian Ruble","value":"RUB"},{"name":"Saudi Riyal","value":"SAR"},{"name":"Solomon Islands Dollar","value":"SBD"},{"name":"Seychelles Rupee","value":"SCR"},{"name":"Swedish Krona","value":"SEK"},{"name":"Singapore Dollar","value":"SGD"},{"name":"Syrian Pound","value":"SYP"},{"name":"Baht","value":"THB"},{"name":"Pa’anga","value":"TOP"},{"name":"Turkish Lira","value":"TRY"},{"name":"Trinidad and Tobago Dollar","value":"TTD"},{"name":"New Taiwan Dollar","value":"TWD"},{"name":"Hryvnia","value":"UAH"},{"name":"Dong","value":"VND"},{"name":"Vatu","value":"VUV"},{"name":"Tala","value":"WST"},{"name":"East Caribbean Dollar","value":"XCD"},{"name":"West African CFA Franc","value":"XOF"},{"name":"Yemeni Rial","value":"YER"},{"name":"Rand","value":"ZAR"}]},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomVendorFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Email","name":"Email","type":"string","default":""},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]},{"displayName":"Vendor ID","name":"vendorId","description":"ID of the vendor to delete","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["vendor"],"operation":["delete"]}}},{"displayName":"Vendor ID","name":"vendorId","description":"ID of the vendor to retrieve","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["vendor"],"operation":["get"]}}},{"displayName":"Return All","name":"returnAll","type":"boolean","default":false,"description":"Whether to return all results or only up to a given limit","displayOptions":{"show":{"resource":["vendor"],"operation":["getAll"]}}},{"displayName":"Limit","name":"limit","type":"number","default":5,"description":"Max number of results to return","typeOptions":{"minValue":1,"maxValue":1000},"displayOptions":{"show":{"resource":["vendor"],"operation":["getAll"],"returnAll":[false]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"displayOptions":{"show":{"resource":["vendor"],"operation":["getAll"]}},"options":[{"displayName":"Approved","name":"approved","type":"boolean","default":true,"description":"Whether to retrieve only approved records. Defaults to true."},{"displayName":"Converted","name":"converted","type":"boolean","default":false,"description":"Whether to retrieve only converted records. Defaults to false."},{"displayName":"Fields","name":"fields","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getVendorFields"},"default":[],"description":"Return only these fields"},{"displayName":"Include Child","name":"include_child","type":"boolean","default":false,"description":"Whether to retrieve only records from child territories"},{"displayName":"Sort By","name":"sort_by","type":"options","typeOptions":{"loadOptionsMethod":"getVendorFields"},"default":[],"description":"Field to sort records by"},{"displayName":"Sort Order","name":"sort_order","type":"options","options":[{"name":"Ascending","value":"asc"},{"name":"Descending","value":"desc"}],"default":"desc","description":"Ascending or descending order sort order"},{"displayName":"Territory ID","name":"territory_id","type":"string","default":"","description":"Retrieve only records from this territory"}]},{"displayName":"Vendor ID","name":"vendorId","description":"ID of the vendor to update","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["vendor"],"operation":["update"]}}},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["vendor"],"operation":["update"]}},"options":[{"displayName":"Address","name":"Address","type":"fixedCollection","default":{},"placeholder":"Add Address Field","options":[{"displayName":"Address Fields","name":"address_fields","values":[{"displayName":"Street","name":"Street","type":"string","default":""},{"displayName":"City","name":"City","type":"string","default":""},{"displayName":"State","name":"State","type":"string","default":""},{"displayName":"Country","name":"Country","type":"string","default":""},{"displayName":"Zip Code","name":"Zip_Code","type":"string","default":""}]}]},{"displayName":"Category","name":"Category","type":"string","default":""},{"displayName":"Currency","name":"Currency","type":"string","default":""},{"displayName":"Custom Fields","name":"customFields","placeholder":"Add Custom Field","type":"fixedCollection","typeOptions":{"multipleValues":true},"description":"Filter by custom fields","default":{},"options":[{"name":"customFields","displayName":"Custom Field","values":[{"displayName":"Field ID","name":"fieldId","type":"options","typeOptions":{"loadOptionsMethod":"getCustomVendorFields"},"default":"","description":"Custom field to set a value to"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value to set on custom field"}]}]},{"displayName":"Description","name":"Description","type":"string","default":""},{"displayName":"Email","name":"Email","type":"string","default":""},{"displayName":"Phone","name":"Phone","type":"string","default":""},{"displayName":"Vendor Name","name":"Vendor_Name","type":"string","default":""},{"displayName":"Website","name":"Website","type":"string","default":""}]}],"codex":{"categories":["Communication","Sales"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.zohocrm/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/zoho/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zoho/zoho.svg"},
{"displayName":"Zoom","name":"zoom","group":["input"],"version":1,"description":"Consume Zoom API","subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","defaults":{"name":"Zoom"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"zoomApi","required":true,"displayOptions":{"show":{"authentication":["accessToken"]}}},{"name":"zoomOAuth2Api","required":true,"displayOptions":{"show":{"authentication":["oAuth2"]}}}],"properties":[{"displayName":"Authentication","name":"authentication","type":"options","options":[{"name":"Access Token","value":"accessToken"},{"name":"OAuth2","value":"oAuth2"}],"default":"accessToken"},{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Meeting","value":"meeting"}],"default":"meeting"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["meeting"]}},"options":[{"name":"Create","value":"create","description":"Create a meeting","action":"Create a meeting"},{"name":"Delete","value":"delete","description":"Delete a meeting","action":"Delete a meeting"},{"name":"Get","value":"get","description":"Retrieve a meeting","action":"Get a meeting"},{"name":"Get Many","value":"getAll","description":"Retrieve many meetings","action":"Get many meetings"},{"name":"Update","value":"update","description":"Update a meeting","action":"Update a meeting"}],"default":"create"},{"displayName":"Topic","name":"topic","type":"string","default":"","displayOptions":{"show":{"operation":["create"],"resource":["meeting"]}},"description":"Topic of the meeting"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["create"],"resource":["meeting"]}},"options":[{"displayName":"Agenda","name":"agenda","type":"string","default":"","description":"Meeting agenda"},{"displayName":"Duration","name":"duration","type":"number","typeOptions":{"minValue":0},"default":0,"description":"Meeting duration (minutes)"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"Password to join the meeting with maximum 10 characters"},{"displayName":"Schedule For","name":"scheduleFor","type":"string","default":"","description":"Schedule meeting for someone else from your account, provide their email ID"},{"displayName":"Settings","name":"settings","type":"collection","placeholder":"Add Setting","default":{},"options":[{"displayName":"Audio","name":"audio","type":"options","options":[{"name":"Both Telephony and VoiP","value":"both"},{"name":"Telephony","value":"telephony"},{"name":"VOIP","value":"voip"}],"default":"both","description":"Determine how participants can join audio portion of the meeting"},{"displayName":"Alternative Hosts","name":"alternativeHosts","type":"string","default":"","description":"Alternative hosts email IDs"},{"displayName":"Auto Recording","name":"autoRecording","type":"options","options":[{"name":"Record on Local","value":"local"},{"name":"Record on Cloud","value":"cloud"},{"name":"Disabled","value":"none"}],"default":"none"},{"displayName":"Host Meeting in China","name":"cnMeeting","type":"boolean","default":false},{"displayName":"Host Meeting in India","name":"inMeeting","type":"boolean","default":false},{"displayName":"Host Video","name":"hostVideo","type":"boolean","default":false,"description":"Whether to start a video when host joins the meeting"},{"displayName":"Join Before Host","name":"joinBeforeHost","type":"boolean","default":false,"description":"Whether to allow participants to join the meeting before host starts it"},{"displayName":"Muting Upon Entry","name":"muteUponEntry","type":"boolean","default":false,"description":"Whether to mute participants upon entry"},{"displayName":"Participant Video","name":"participantVideo","type":"boolean","default":false,"description":"Whether to start a video when participant joins the meeting"},{"displayName":"Registration Type","name":"registrationType","type":"options","options":[{"name":"Attendees register once and can attend any of the occurrences","value":1},{"name":"Attendees need to register for every occurrence","value":2},{"name":"Attendees register once and can choose one or more occurrences to attend","value":3}],"default":1,"description":"Registration type. Used for recurring meetings with fixed time only."},{"displayName":"Watermark","name":"watermark","type":"boolean","default":false,"description":"Whether to add a watermark when viewing a shared screen"}]},{"displayName":"Start Time","name":"startTime","type":"dateTime","default":"","description":"Start time should be used only for scheduled or recurring meetings with fixed time"},{"displayName":"Timezone Name or ID","name":"timeZone","type":"options","typeOptions":{"loadOptionsMethod":"getTimezones"},"default":"","description":"Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Instant Meeting","value":1},{"name":"Scheduled Meeting","value":2},{"name":"Recurring Meeting with No Fixed Time","value":3},{"name":"Recurring Meeting with Fixed Time","value":8}],"default":2,"description":"Meeting type"}]},{"displayName":"ID","name":"meetingId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["get"],"resource":["meeting"]}},"description":"Meeting ID"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["get"],"resource":["meeting"]}},"options":[{"displayName":"Occurrence ID","name":"occurrenceId","type":"string","default":"","description":"To view meeting details of a particular occurrence of the recurring meeting"},{"displayName":"Show Previous Occurrences","name":"showPreviousOccurrences","type":"boolean","default":false,"description":"Whether to view meeting details of all previous occurrences of the recurring meeting"}]},{"displayName":"Return All","name":"returnAll","type":"boolean","displayOptions":{"show":{"operation":["getAll"],"resource":["meeting"]}},"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":["meeting"],"returnAll":[false]}},"typeOptions":{"minValue":1,"maxValue":300},"default":30,"description":"Max number of results to return"},{"displayName":"Filters","name":"filters","type":"collection","placeholder":"Add Filter","default":{},"displayOptions":{"show":{"operation":["getAll"],"resource":["meeting"]}},"options":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Scheduled","value":"scheduled","description":"This includes all valid past meetings, live meetings and upcoming scheduled meetings"},{"name":"Live","value":"live","description":"All ongoing meetings"},{"name":"Upcoming","value":"upcoming","description":"All upcoming meetings including live meetings"}],"default":"live","description":"Meeting type"}]},{"displayName":"ID","name":"meetingId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["delete"],"resource":["meeting"]}},"description":"Meeting ID"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["delete"],"resource":["meeting"]}},"options":[{"displayName":"Occurrence ID","name":"occurrenceId","type":"string","default":"","description":"Meeting occurrence ID"},{"displayName":"Schedule Reminder","name":"scheduleForReminder","type":"boolean","default":false,"description":"Whether to notify hosts and alternative hosts about meeting cancellation via email"}]},{"displayName":"ID","name":"meetingId","type":"string","default":"","required":true,"displayOptions":{"show":{"operation":["update"],"resource":["meeting"]}},"description":"Meeting ID"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["update"],"resource":["meeting"]}},"options":[{"displayName":"Agenda","name":"agenda","type":"string","default":"","description":"Meeting agenda"},{"displayName":"Duration","name":"duration","type":"number","typeOptions":{"minValue":0},"default":0,"description":"Meeting duration (minutes)"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"default":"","description":"Password to join the meeting with maximum 10 characters"},{"displayName":"Schedule For","name":"scheduleFor","type":"string","default":"","description":"Schedule meeting for someone else from your account, provide their email ID"},{"displayName":"Settings","name":"settings","type":"collection","placeholder":"Add Setting","default":{},"options":[{"displayName":"Audio","name":"audio","type":"options","options":[{"name":"Both Telephony and VoiP","value":"both"},{"name":"Telephony","value":"telephony"},{"name":"VOIP","value":"voip"}],"default":"both","description":"Determine how participants can join audio portion of the meeting"},{"displayName":"Alternative Hosts","name":"alternativeHosts","type":"string","default":"","description":"Alternative hosts email IDs"},{"displayName":"Auto Recording","name":"autoRecording","type":"options","options":[{"name":"Record on Local","value":"local"},{"name":"Record on Cloud","value":"cloud"},{"name":"Disabled","value":"none"}],"default":"none"},{"displayName":"Host Meeting in China","name":"cnMeeting","type":"boolean","default":false},{"displayName":"Host Meeting in India","name":"inMeeting","type":"boolean","default":false},{"displayName":"Host Video","name":"hostVideo","type":"boolean","default":false,"description":"Whether to start a video when host joins the meeting"},{"displayName":"Join Before Host","name":"joinBeforeHost","type":"boolean","default":false,"description":"Whether to allow participants to join the meeting before host starts it"},{"displayName":"Muting Upon Entry","name":"muteUponEntry","type":"boolean","default":false,"description":"Whether to mute participants upon entry"},{"displayName":"Participant Video","name":"participantVideo","type":"boolean","default":false,"description":"Whether to start a video when participant joins the meeting"},{"displayName":"Registration Type","name":"registrationType","type":"options","options":[{"name":"Attendees Register Once and Can Attend Any of the Occurrences","value":1},{"name":"Attendees Need to Register for Every Occurrence","value":2},{"name":"Attendees Register Once and Can Choose One or More Occurrences to Attend","value":3}],"default":1,"description":"Registration type. Used for recurring meetings with fixed time only."},{"displayName":"Watermark","name":"watermark","type":"boolean","default":false,"description":"Whether to add watermark when viewing a shared screen"}]},{"displayName":"Start Time","name":"startTime","type":"dateTime","default":"","description":"Start time should be used only for scheduled or recurring meetings with fixed time"},{"displayName":"Timezone Name or ID","name":"timeZone","type":"options","typeOptions":{"loadOptionsMethod":"getTimezones"},"default":"","description":"Time zone used in the response. The default is the time zone of the calendar. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Topic","name":"topic","type":"string","default":"","description":"Meeting topic"},{"displayName":"Type","name":"type","type":"options","options":[{"name":"Instant Meeting","value":1},{"name":"Scheduled Meeting","value":2},{"name":"Recurring Meeting with No Fixed Time","value":3},{"name":"Recurring Meeting with Fixed Time","value":8}],"default":2,"description":"Meeting type"}]}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.zoom/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/zoom/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zoom/zoom.svg"},
{"displayName":"Zulip","name":"zulip","group":["output"],"version":1,"subtitle":"={{$parameter[\"operation\"] + \": \" + $parameter[\"resource\"]}}","description":"Consume Zulip API","defaults":{"name":"Zulip"},"usableAsTool":true,"inputs":["main"],"outputs":["main"],"credentials":[{"name":"zulipApi","required":true}],"properties":[{"displayName":"Resource","name":"resource","type":"options","noDataExpression":true,"options":[{"name":"Message","value":"message"},{"name":"Stream","value":"stream"},{"name":"User","value":"user"}],"default":"message"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["message"]}},"options":[{"name":"Delete","value":"delete","description":"Delete a message","action":"Delete a message"},{"name":"Get","value":"get","description":"Get a message","action":"Get a message"},{"name":"Send Private","value":"sendPrivate","description":"Send a private message","action":"Send a private message"},{"name":"Send to Stream","value":"sendStream","description":"Send a message to stream","action":"Send a message to a stream"},{"name":"Update","value":"update","description":"Update a message","action":"Update a message"},{"name":"Upload a File","value":"updateFile","action":"Upload a file"}],"default":"sendPrivate"},{"displayName":"To","name":"to","type":"multiOptions","typeOptions":{"loadOptionsMethod":"getUsers"},"required":true,"default":[],"displayOptions":{"show":{"resource":["message"],"operation":["sendPrivate"]}},"description":"The destination stream, or a comma-separated list containing the usernames (emails) of the recipients. Choose from the list, or specify IDs using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Content","name":"content","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["sendPrivate"]}},"description":"The content of the message"},{"displayName":"Stream Name or ID","name":"stream","type":"options","typeOptions":{"loadOptionsMethod":"getStreams"},"required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["sendStream"]}},"description":"The destination stream, or a comma-separated list containing the usernames (emails) of the recipients. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Topic Name or ID","name":"topic","type":"options","typeOptions":{"loadOptionsDependsOn":["stream"],"loadOptionsMethod":"getTopics"},"required":true,"displayOptions":{"show":{"resource":["message"],"operation":["sendStream"]}},"default":"","description":"The topic of the message. Only required if type is stream, ignored otherwise. Choose from the list, or specify an ID using an <a href=\"https://docs.n8n.io/code/expressions/\">expression</a>."},{"displayName":"Content","name":"content","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["sendStream"]}},"description":"The content of the message"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"description":"Unique identifier for the message"},{"displayName":"Update Fields","name":"updateFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["message"],"operation":["update"]}},"options":[{"displayName":"Content","name":"content","type":"string","default":"","description":"The content of the message"},{"displayName":"Propagate Mode","name":"propagateMode","type":"options","options":[{"name":"Change One","value":"changeOne"},{"name":"Change Later","value":"changeLater"},{"name":"Change All","value":"changeAll"}],"default":"changeOne","description":"Which message(s) should be edited: just the one indicated in message_id, messages in the same topic that had been sent after this one, or all of them"},{"displayName":"Topic","name":"topic","type":"string","default":"","description":"The topic of the message. Only required for stream messages."}]},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["get"]}},"description":"Unique identifier for the message"},{"displayName":"Message ID","name":"messageId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["message"],"operation":["delete"]}},"description":"Unique identifier for the message"},{"displayName":"Put Output File in Field","name":"dataBinaryProperty","type":"string","required":true,"default":"data","displayOptions":{"show":{"resource":["message"],"operation":["updateFile"]}},"hint":"The name of the output binary field to put the file in"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["stream"]}},"options":[{"name":"Create","value":"create","description":"Create a stream","action":"Create a stream"},{"name":"Delete","value":"delete","description":"Delete a stream","action":"Delete a stream"},{"name":"Get Many","value":"getAll","description":"Get many streams","action":"Get many streams"},{"name":"Get Subscribed","value":"getSubscribed","description":"Get subscribed streams","action":"Get subscribed streams"},{"name":"Update","value":"update","description":"Update a stream","action":"Update a stream"}],"default":"create"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["stream"],"operation":["create"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["stream"],"operation":["create"],"jsonParameters":[true]}},"description":"JSON format parameters for stream creation"},{"displayName":"Subscriptions","name":"subscriptions","type":"fixedCollection","default":{},"displayOptions":{"show":{"resource":["stream"],"operation":["create"],"jsonParameters":[false]}},"required":true,"description":"A list of dictionaries containing the the key name and value specifying the name of the stream to subscribe. If the stream does not exist a new stream is created.","typeOptions":{"multipleValues":true},"options":[{"displayName":"Subscription Properties","name":"properties","values":[{"displayName":"Name","name":"name","type":"string","required":true,"default":"","description":"Name of Subscription"},{"displayName":"Description","name":"description","type":"string","required":true,"default":"","description":"Description of Subscription"}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["stream"],"operation":["create"],"jsonParameters":[false]}},"options":[{"displayName":"Announce","name":"announce","type":"boolean","default":false,"description":"If announce is True and one of the streams specified in subscriptions has to be created (i.e. doesnt exist to begin with), an announcement will be made notifying that a new stream was created."},{"displayName":"Authorization Errors Fatal","name":"authorizationErrorsFatal","type":"boolean","default":false,"description":"Whether authorization errors (such as when the requesting user is not authorized to access a private stream) should be considered fatal or not. When True, an authorization error is reported as such. When set to False, the returned JSON payload indicates that there was an authorization error, but the response is still considered a successful one."},{"displayName":"History Public to Subscribers","name":"historyPublicToSubscribers","type":"boolean","default":false,"description":"Whether the streams message history should be available to newly subscribed members, or users can only access messages they actually received while subscribed to the stream"},{"displayName":"Invite Only","name":"inviteOnly","type":"boolean","default":false,"description":"Whether the streams specified in subscriptions are invite-only or not"},{"displayName":"Principals","name":"principals","type":"fixedCollection","default":{},"description":"A list of email addresses of the users that will be subscribed/unsubscribed to the streams specified in the subscriptions argument. If not provided, then the requesting user/bot is subscribed.","typeOptions":{"multipleValues":true},"options":[{"displayName":"Principals Properties","name":"properties","values":[{"displayName":"Principal Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"default":"","description":"Principal email address"}]}]},{"displayName":"Stream Post Policy","name":"streamPostPolicy","type":"options","default":"","description":"Policy for which users can post messages to the stream","options":[{"name":"1","value":1,"description":"Any user can post"},{"name":"2","value":2,"description":"Only administrators can post"},{"name":"3","value":3,"description":"Only new members can post"}]}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["stream"],"operation":["getAll"]}},"options":[{"displayName":"Include All Active","name":"includeAllActive","type":"boolean","default":true,"description":"Whether to include all active streams. The user must have administrative privileges to use this parameter."},{"displayName":"Include Default","name":"includeDefault","type":"boolean","default":true,"description":"Whether to include all default streams for the users realm"},{"displayName":"Include Owner Subscribed","name":"includeOwnersubscribed","type":"boolean","default":true,"description":"Whether the user is a bot, include all streams that the bots owner is subscribed to"},{"displayName":"Include Public","name":"includePublic","type":"boolean","default":true,"description":"Whether to include all public streams"},{"displayName":"Include Subscribed","name":"includeSubscribed","type":"boolean","default":true,"description":"Whether to include all streams that the user is subscribed to"}]},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["stream"],"operation":["getSubscribed"]}},"options":[{"displayName":"Include Subscribers","name":"includeSubscribers","type":"boolean","default":true,"description":"Whether each returned stream object should include a subscribers field containing a list of the user IDs of its subscribers"}]},{"displayName":"Stream ID","name":"streamId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["stream"],"operation":["update"]}},"description":"ID of stream to update"},{"displayName":"JSON Parameters","name":"jsonParameters","type":"boolean","default":false,"displayOptions":{"show":{"resource":["stream"],"operation":["update"]}}},{"displayName":"Additional Fields","name":"additionalFieldsJson","type":"json","typeOptions":{"alwaysOpenEditWindow":true},"default":"","displayOptions":{"show":{"resource":["stream"],"operation":["update"],"jsonParameters":[true]}},"description":"JSON format parameters for stream creation"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["stream"],"operation":["update"],"jsonParameters":[false]}},"options":[{"displayName":"Announcement Only","name":"isAnnouncementOnly","type":"boolean","default":false,"description":"Whether the stream is limited to announcements"},{"displayName":"Description","name":"description","type":"string","default":"","description":"The new description for the stream","placeholder":"Place of discussion"},{"displayName":"Is Private","name":"isPrivate","type":"boolean","default":false,"description":"Whether the stream is a private stream"},{"displayName":"History Public to Subscribers","name":"historyPublicToSubscribers","type":"boolean","default":false,"description":"Whether the streams message history should be available to newly subscribed members, or users can only access messages they actually received while subscribed to the stream"},{"displayName":"New Name","name":"newName","type":"string","default":"","description":"The new name for the stream","placeholder":"Italy"},{"displayName":"Stream Post Policy","name":"streamPostPolicy","type":"options","default":"","description":"Policy for which users can post messages to the stream","options":[{"name":"1","value":1,"description":"Any user can post"},{"name":"2","value":2,"description":"Only administrators can post"},{"name":"3","value":3,"description":"Only new members can post"}]}]},{"displayName":"Stream ID","name":"streamId","type":"string","required":true,"default":"","displayOptions":{"show":{"resource":["stream"],"operation":["delete"]}},"description":"ID of stream to delete"},{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"displayOptions":{"show":{"resource":["user"]}},"options":[{"name":"Create","value":"create","description":"Create a user","action":"Create a user"},{"name":"Deactivate","value":"deactivate","description":"Deactivate a user","action":"Deactivate a user"},{"name":"Get","value":"get","description":"Get a user","action":"Get a user"},{"name":"Get Many","value":"getAll","description":"Get many users","action":"Get many users"},{"name":"Update","value":"update","description":"Update a user","action":"Update a user"}],"default":"create"},{"displayName":"Email","name":"email","type":"string","placeholder":"name@email.com","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":"","description":"The email address of the new user"},{"displayName":"Full Name","name":"fullName","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":"","description":"The full name of the new user"},{"displayName":"Password","name":"password","type":"string","typeOptions":{"password":true},"required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":"","description":"The password of the new user"},{"displayName":"Short Name","name":"shortName","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["create"]}},"default":"","description":"The short name of the new user. Not user-visible."},{"displayName":"User ID","name":"userId","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["get"]}},"default":"","description":"The ID of user to get"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["get","getAll"]}},"options":[{"displayName":"Client Gravatar","name":"clientGravatar","type":"boolean","default":false,"description":"Whether the client supports computing gravatars URLs. If enabled, avatar_url will be included in the response only if there is a Zulip avatar, and will be null for users who are using gravatar as their avatar."},{"displayName":"Custom Profile Fields","name":"includeCustomProfileFields","type":"boolean","default":false,"description":"Whether the client wants custom profile field data to be included in the response"}]},{"displayName":"User ID","name":"userId","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"default":"","description":"The ID of user to update"},{"displayName":"Additional Fields","name":"additionalFields","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"resource":["user"],"operation":["update"]}},"options":[{"displayName":"Full Name","name":"fullName","type":"string","default":"","description":"The users full name"},{"displayName":"Is Admin","name":"isAdmin","type":"boolean","default":false,"description":"Whether the target user is an administrator"},{"displayName":"Is Guest","name":"isGuest","type":"boolean","default":false,"description":"Whether the target user is a guest"},{"displayName":"Profile Data","name":"profileData","type":"fixedCollection","default":{},"description":"A dictionary containing the to be updated custom profile field data for the user","typeOptions":{"multipleValues":true},"options":[{"displayName":"Property","name":"property","values":[{"displayName":"ID","name":"id","type":"string","required":true,"default":"","description":"ID of custom profile data value"},{"displayName":"Value","name":"value","type":"string","default":"","description":"Value of custom profile data"}]}]},{"displayName":"Role","name":"role","type":"options","options":[{"name":"Guest","value":600},{"name":"Member","value":400},{"name":"Organization Administrator","value":200},{"name":"Organization Moderator","value":300},{"name":"Organization Owner","value":100}],"default":"","description":"Role for the user"}]},{"displayName":"User ID","name":"userId","type":"string","required":true,"displayOptions":{"show":{"resource":["user"],"operation":["deactivate"]}},"default":"","description":"The ID of user to deactivate"}],"codex":{"categories":["Communication"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/app-nodes/n8n-nodes-base.zulip/"}],"credentialDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/credentials/zulip/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Zulip/zulip.svg"},
{"displayName":"Aggregate","name":"aggregate","group":["transform"],"subtitle":"","version":1,"description":"Combine a field from many items into a list in a single item","defaults":{"name":"Aggregate"},"inputs":["main"],"outputs":["main"],"builderHint":{"message":"Need to combine items from multiple branches? Use merge node. This nodes combines all items from one branch into one item.","relatedNodes":[{"nodeType":"n8n-nodes-base.merge","relationHint":"For multiple branches"},{"nodeType":"n8n-nodes-base.splitOut","relationHint":"Reverse operation"}]},"properties":[{"displayName":"Aggregate","name":"aggregate","type":"options","default":"aggregateIndividualFields","options":[{"name":"Individual Fields","value":"aggregateIndividualFields"},{"name":"All Item Data (Into a Single List)","value":"aggregateAllItemData"}]},{"displayName":"Fields To Aggregate","name":"fieldsToAggregate","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Aggregate","default":{"fieldToAggregate":[{"fieldToAggregate":"","renameField":false}]},"displayOptions":{"show":{"aggregate":["aggregateIndividualFields"]}},"options":[{"displayName":"","name":"fieldToAggregate","values":[{"displayName":"Input Field Name","name":"fieldToAggregate","type":"string","default":"","description":"The name of a field in the input items to aggregate together","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Rename Field","name":"renameField","type":"boolean","default":false,"description":"Whether to give the field a different name in the output"},{"displayName":"Output Field Name","name":"outputFieldName","displayOptions":{"show":{"renameField":[true]}},"type":"string","default":"","description":"The name of the field to put the aggregated data in. Leave blank to use the input field name.","requiresDataPath":"single"}]}]},{"displayName":"Put Output in Field","name":"destinationFieldName","type":"string","displayOptions":{"show":{"aggregate":["aggregateAllItemData"]}},"default":"data","description":"The name of the output field to put the data in"},{"displayName":"Include","name":"include","type":"options","default":"allFields","options":[{"name":"All Fields","value":"allFields"},{"name":"Specified Fields","value":"specifiedFields"},{"name":"All Fields Except","value":"allFieldsExcept"}],"displayOptions":{"show":{"aggregate":["aggregateAllItemData"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"string","placeholder":"e.g. email, name","default":"","requiresDataPath":"multiple","displayOptions":{"show":{"aggregate":["aggregateAllItemData"],"include":["allFieldsExcept"]}}},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"string","placeholder":"e.g. email, name","default":"","requiresDataPath":"multiple","displayOptions":{"show":{"aggregate":["aggregateAllItemData"],"include":["specifiedFields"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name","displayOptions":{"hide":{"/aggregate":["aggregateAllItemData"]}}},{"displayName":"Merge Lists","name":"mergeLists","type":"boolean","default":false,"description":"Whether to merge the output into a single flat list (rather than a list of lists), if the field to aggregate is a list","displayOptions":{"hide":{"/aggregate":["aggregateAllItemData"]}}},{"displayName":"Include Binaries","name":"includeBinaries","type":"boolean","default":false,"description":"Whether to include the binary data in the new item"},{"displayName":"Keep Only Unique Binaries","name":"keepOnlyUnique","type":"boolean","default":false,"description":"Whether to keep only unique binaries by comparing mime types, file types, file sizes and file extensions","displayOptions":{"show":{"includeBinaries":[true]}}},{"displayName":"Keep Missing And Null Values","name":"keepMissing","type":"boolean","default":false,"description":"Whether to add a null entry to the aggregated list when there is a missing or null value","displayOptions":{"hide":{"/aggregate":["aggregateAllItemData"]}}}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"alias":["Aggregate","Combine","Flatten","Transform","Array","List","Item"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.aggregate/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Transform/Aggregate/aggregate.svg"},
{"displayName":"Limit","name":"limit","group":["transform"],"subtitle":"","version":1,"description":"Restrict the number of items","defaults":{"name":"Limit"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Max Items","name":"maxItems","type":"number","typeOptions":{"minValue":1},"default":1,"description":"If there are more items than this number, some are removed"},{"displayName":"Keep","name":"keep","type":"options","options":[{"name":"First Items","value":"firstItems"},{"name":"Last Items","value":"lastItems"}],"default":"firstItems","description":"When removing items, whether to keep the ones at the start or the ending"}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"alias":["Limit","Remove","Slice","Transform","Array","List","Item"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.limit/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Transform/Limit/limit.svg"},
{"displayName":"Remove Duplicates","name":"removeDuplicates","group":["transform"],"defaultVersion":2,"description":"Delete items with matching field values","subtitle":"","version":[1,1.1],"defaults":{"name":"Remove Duplicates"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Compare","name":"compare","type":"options","options":[{"name":"All Fields","value":"allFields"},{"name":"All Fields Except","value":"allFieldsExcept"},{"name":"Selected Fields","value":"selectedFields"}],"default":"allFields","description":"The fields of the input items to compare to see if they are the same"},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"string","placeholder":"e.g. email, name","requiresDataPath":"multiple","description":"Fields in the input to exclude from the comparison","default":"","displayOptions":{"show":{"compare":["allFieldsExcept"]}}},{"displayName":"Fields To Compare","name":"fieldsToCompare","type":"string","placeholder":"e.g. email, name","requiresDataPath":"multiple","description":"Fields in the input to add to the comparison","default":"","displayOptions":{"show":{"compare":["selectedFields"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"compare":["allFieldsExcept","selectedFields"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Remove Other Fields","name":"removeOtherFields","type":"boolean","default":false,"description":"Whether to remove any fields that are not being compared. If disabled, will keep the values from the first of the duplicates."}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Transform/RemoveDuplicates/removeDuplicates.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"alias":["Dedupe","Deduplicate","Duplicates","Remove","Unique","Transform","Array","List","Item"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.removeduplicates/"}]}}},
{"displayName":"Remove Duplicates","name":"removeDuplicates","group":["transform"],"defaultVersion":2,"description":"Delete items with matching field values","subtitle":"","version":[2],"defaults":{"name":"Remove Duplicates"},"inputs":["main"],"outputs":["main"],"outputNames":["Kept","Discarded"],"hints":[{"message":"The dedupe key set in “Value to Dedupe On” has no value","displayCondition":"={{ $parameter[\"operation\"] === \"removeItemsSeenInPreviousExecutions\" && ($parameter[\"logic\"] === \"removeItemsWithAlreadySeenKeyValues\" && $parameter[\"dedupeValue\"] === undefined) || ($parameter[\"logic\"] === \"removeItemsUpToStoredIncrementalKey\" && $parameter[\"incrementalDedupeValue\"] === undefined) || ($parameter[\"logic\"] === \"removeItemsUpToStoredDate\" && $parameter[\"dateDedupeValue\"] === undefined) }}","whenToDisplay":"beforeExecution","location":"outputPane"}],"properties":[{"displayName":"Operation","name":"operation","type":"options","noDataExpression":true,"options":[{"name":"Remove Items Repeated Within Current Input","value":"removeDuplicateInputItems","description":"Remove duplicates from incoming items","action":"Remove items repeated within current input"},{"name":"Remove Items Processed in Previous Executions","value":"removeItemsSeenInPreviousExecutions","description":"Deduplicate items already seen in previous executions","action":"Remove items processed in previous executions"},{"name":"Clear Deduplication History","value":"clearDeduplicationHistory","description":"Wipe the store of previous items","action":"Clear deduplication history"}],"default":"removeDuplicateInputItems"},{"displayName":"Compare","name":"compare","type":"options","options":[{"name":"All Fields","value":"allFields"},{"name":"All Fields Except","value":"allFieldsExcept"},{"name":"Selected Fields","value":"selectedFields"}],"default":"allFields","description":"The fields of the input items to compare to see if they are the same","displayOptions":{"show":{"operation":["removeDuplicateInputItems"]}}},{"displayName":"Fields To Exclude","name":"fieldsToExclude","type":"string","placeholder":"e.g. email, name","requiresDataPath":"multiple","description":"Fields in the input to exclude from the comparison","default":"","displayOptions":{"show":{"compare":["allFieldsExcept"]}}},{"displayName":"Fields To Compare","name":"fieldsToCompare","type":"string","placeholder":"e.g. email, name","requiresDataPath":"multiple","description":"Fields in the input to add to the comparison","default":"","displayOptions":{"show":{"compare":["selectedFields"]}}},{"displayName":"Keep Items Where","name":"logic","type":"options","noDataExpression":true,"options":[{"name":"Value Is New","value":"removeItemsWithAlreadySeenKeyValues","description":"Remove all input items with values matching those already processed"},{"name":"Value Is Higher than Any Previous Value","value":"removeItemsUpToStoredIncrementalKey","description":"Works with incremental values, removes all input items with values up to the stored value"},{"name":"Value Is a Date Later than Any Previous Date","value":"removeItemsUpToStoredDate","description":"Works with date values, removes all input items with values up to the stored date"}],"default":"removeItemsWithAlreadySeenKeyValues","description":"How to select input items to remove by comparing them with key values previously processed","displayOptions":{"show":{"operation":["removeItemsSeenInPreviousExecutions"]}}},{"displayName":"Value to Dedupe On","name":"dedupeValue","type":"string","default":"","description":"Use an input field (or a combination of fields) that has a unique ID value","hint":"The input field value to compare between items","placeholder":"e.g. ID","required":true,"displayOptions":{"show":{"logic":["removeItemsWithAlreadySeenKeyValues"],"/operation":["removeItemsSeenInPreviousExecutions"]}}},{"displayName":"Value to Dedupe On","name":"incrementalDedupeValue","type":"number","default":"","description":"Use an input field (or a combination of fields) that has an incremental value","hint":"The input field value to compare between items, an incremental value is expected","placeholder":"e.g. ID","displayOptions":{"show":{"logic":["removeItemsUpToStoredIncrementalKey"],"/operation":["removeItemsSeenInPreviousExecutions"]}}},{"displayName":"Value to Dedupe On","name":"dateDedupeValue","type":"dateTime","default":"","description":"Use an input field that has a date value in ISO format","hint":"The input field value to compare between items, a date is expected","placeholder":" e.g. 2024-08-09T13:44:16Z","displayOptions":{"show":{"logic":["removeItemsUpToStoredDate"],"/operation":["removeItemsSeenInPreviousExecutions"]}}},{"displayName":"Mode","name":"mode","type":"options","default":"cleanDatabase","description":"How you want to modify the key values stored on the database. None of these modes removes input items.","displayOptions":{"show":{"operation":["clearDeduplicationHistory"]}},"options":[{"name":"Clean Database","value":"cleanDatabase","description":"Clear all values stored for a key in the database"}]},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"operation":["removeDuplicateInputItems","removeItemsSeenInPreviousExecutions","clearDeduplicationHistory"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"displayOptions":{"show":{"/operation":["removeDuplicateInputItems"]},"hide":{"/compare":["allFields"]}},"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Remove Other Fields","name":"removeOtherFields","type":"boolean","default":false,"displayOptions":{"show":{"/operation":["removeDuplicateInputItems"]},"hide":{"/compare":["allFields"]}},"description":"Whether to remove any fields that are not being compared. If disabled, will keep the values from the first of the duplicates."},{"displayName":"Scope","name":"scope","type":"options","default":"node","displayOptions":{"show":{"/operation":["clearDeduplicationHistory","removeItemsSeenInPreviousExecutions"]}},"description":"If set to ‘workflow,’ key values will be shared across all nodes in the workflow. If set to ‘node,’ key values will be specific to this node.","options":[{"name":"Workflow","value":"workflow","description":"Deduplication info will be shared by all the nodes in the workflow"},{"name":"Node","value":"node","description":"Deduplication info will be stored only for this node"}]},{"displayName":"History Size","name":"historySize","type":"number","default":10000,"hint":"The max number of past items to store for deduplication","displayOptions":{"show":{"/logic":["removeItemsWithAlreadySeenKeyValues"],"/operation":["removeItemsSeenInPreviousExecutions"]}}}]}],"iconUrl":"icons/n8n-nodes-base/dist/nodes/Transform/RemoveDuplicates/removeDuplicates.svg","codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"alias":["Dedupe","Deduplicate","Duplicates","Remove","Unique","Transform","Array","List","Item"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.removeduplicates/"}]}}},
{"displayName":"Split Out","name":"splitOut","group":["transform"],"subtitle":"","version":1,"description":"Turn a list inside item(s) into separate items","defaults":{"name":"Split Out"},"inputs":["main"],"outputs":["main"],"builderHint":{"relatedNodes":[{"nodeType":"n8n-nodes-base.aggregate","relationHint":"Reverse operation - combine items back"}]},"properties":[{"displayName":"Fields To Split Out","name":"fieldToSplitOut","type":"string","default":"","required":true,"placeholder":"Drag fields from the left or type their names","description":"The name of the input fields to break out into separate items. Separate multiple field names by commas. For binary data, use $binary.","requiresDataPath":"multiple","hint":"Use $binary to split out the input item by binary data"},{"displayName":"Include","name":"include","type":"options","options":[{"name":"No Other Fields","value":"noOtherFields"},{"name":"All Other Fields","value":"allOtherFields"},{"name":"Selected Other Fields","value":"selectedOtherFields"}],"default":"noOtherFields","description":"Whether to copy any other fields into the new items"},{"displayName":"Fields To Include","name":"fieldsToInclude","type":"string","placeholder":"e.g. email, name","requiresDataPath":"multiple","description":"Fields in the input items to aggregate together","default":"","displayOptions":{"show":{"include":["selectedOtherFields"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Destination Field Name","name":"destinationFieldName","type":"string","requiresDataPath":"multiple","default":"","description":"The field in the output under which to put the split field contents"},{"displayName":"Include Binary","name":"includeBinary","type":"boolean","default":false,"description":"Whether to include the binary data in the new items"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"alias":["Split","Nested","Transform","Array","List","Item"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.splitout/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Transform/SplitOut/splitOut.svg"},
{"displayName":"Sort","name":"sort","group":["transform"],"subtitle":"","version":1,"description":"Change items order","defaults":{"name":"Sort"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Type","name":"type","type":"options","options":[{"name":"Simple","value":"simple"},{"name":"Random","value":"random"},{"name":"Code","value":"code"}],"default":"simple","description":"The type of sorting to perform"},{"displayName":"Fields To Sort By","name":"sortFieldsUi","type":"fixedCollection","typeOptions":{"multipleValues":true},"placeholder":"Add Field To Sort By","options":[{"displayName":"","name":"sortField","values":[{"displayName":"Field Name","name":"fieldName","type":"string","required":true,"default":"","description":"The field to sort by","placeholder":"e.g. id","hint":" Enter the field name as text","requiresDataPath":"single"},{"displayName":"Order","name":"order","type":"options","options":[{"name":"Ascending","value":"ascending"},{"name":"Descending","value":"descending"}],"default":"ascending","description":"The order to sort by"}]}],"default":{},"description":"The fields of the input items to sort by","displayOptions":{"show":{"type":["simple"]}}},{"displayName":"Code","name":"code","type":"string","typeOptions":{"alwaysOpenEditWindow":true,"editor":"jsEditor","rows":10},"default":"// The two items to compare are in the variables a and b\n\t// Access the fields in a.json and b.json\n\t// Return -1 if a should go before b\n\t// Return 1 if b should go before a\n\t// Return 0 if there's no difference\n\n\tfieldName = 'myField';\n\n\tif (a.json[fieldName] < b.json[fieldName]) {\n\treturn -1;\n\t}\n\tif (a.json[fieldName] > b.json[fieldName]) {\n\treturn 1;\n\t}\n\treturn 0;","description":"Javascript code to determine the order of any two items","displayOptions":{"show":{"type":["code"]}}},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add Field","default":{},"displayOptions":{"show":{"type":["simple"]}},"options":[{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"alias":["Sort","Order","Transform","Array","List","Item","Random"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.sort/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Transform/Sort/sort.svg"},
{"displayName":"Summarize","name":"summarize","group":["transform"],"subtitle":"","version":[1,1.1],"description":"Sum, count, max, etc. across items","defaults":{"name":"Summarize"},"inputs":["main"],"outputs":["main"],"properties":[{"displayName":"Fields to Summarize","name":"fieldsToSummarize","type":"fixedCollection","placeholder":"Add Field","default":{"values":[{"aggregation":"count","field":""}]},"typeOptions":{"multipleValues":true},"options":[{"displayName":"","name":"values","values":[{"displayName":"Aggregation","name":"aggregation","type":"options","options":[{"name":"Append","value":"append"},{"name":"Average","value":"average"},{"name":"Concatenate","value":"concatenate"},{"name":"Count","value":"count"},{"name":"Count Unique","value":"countUnique"},{"name":"Max","value":"max"},{"name":"Min","value":"min"},{"name":"Sum","value":"sum"}],"default":"count","description":"How to combine the values of the field you want to summarize"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"hide":{"aggregation":["average","sum","countUnique","count","max","min"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize. The field should contain numerical values; null, undefined, empty strings would be ignored.","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["average","sum"]}},"requiresDataPath":"single"},{"displayName":"Field","name":"field","type":"string","default":"","description":"The name of an input field that you want to summarize; null, undefined, empty strings would be ignored","placeholder":"e.g. cost","hint":" Enter the field name as text","displayOptions":{"show":{"aggregation":["countUnique","count","max","min"]}},"requiresDataPath":"single"},{"displayName":"Include Empty Values","name":"includeEmpty","type":"boolean","default":false,"displayOptions":{"show":{"aggregation":["append","concatenate","count","countUnique"]}}},{"displayName":"Separator","name":"separateBy","type":"options","default":",","options":[{"name":"Comma","value":","},{"name":"Comma and Space","value":", "},{"name":"New Line","value":"\n"},{"name":"None","value":""},{"name":"Space","value":" "},{"name":"Other","value":"other"}],"hint":"What to insert between values","displayOptions":{"show":{"aggregation":["concatenate"]}}},{"displayName":"Custom Separator","name":"customSeparator","type":"string","default":"","displayOptions":{"show":{"aggregation":["concatenate"],"separateBy":["other"]}}}]}]},{"displayName":"Fields to Split By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"hide":{"/options.outputFormat":["singleItem"]}},"requiresDataPath":"multiple"},{"displayName":"Fields to Group By","name":"fieldsToSplitBy","type":"string","placeholder":"e.g. country, city","default":"","description":"The name of the input fields that you want to split the summary by","hint":"Enter the name of the fields as text (separated by commas)","displayOptions":{"show":{"/options.outputFormat":["singleItem"]}},"requiresDataPath":"multiple"},{"displayName":"Options","name":"options","type":"collection","placeholder":"Add option","default":{},"options":[{"displayName":"Continue if Field Not Found","name":"continueIfFieldNotFound","type":"boolean","default":false,"description":"Whether to continue if field to summarize can't be found in any items and return single empty item, otherwise an error would be thrown","displayOptions":{"hide":{"@version":[{"_cnd":{"gte":1.1}}]}}},{"displayName":"Disable Dot Notation","name":"disableDotNotation","type":"boolean","default":false,"description":"Whether to disallow referencing child fields using `parent.child` in the field name"},{"displayName":"Output Format","name":"outputFormat","type":"options","default":"separateItems","options":[{"name":"Each Split in a Separate Item","value":"separateItems"},{"name":"All Splits in a Single Item","value":"singleItem"}]},{"displayName":"Ignore items without valid fields to group by","name":"skipEmptySplitFields","type":"boolean","default":false}]}],"codex":{"categories":["Core Nodes"],"subcategories":{"Core Nodes":["Data Transformation"]},"alias":["Append","Array","Average","Concatenate","Count","Group","Item","List","Max","Min","Pivot","Sum","Summarise","Summarize","Transform","Unique"],"resources":{"primaryDocumentation":[{"url":"https://docs.n8n.io/integrations/builtin/core-nodes/n8n-nodes-base.summarize/"}]}},"iconUrl":"icons/n8n-nodes-base/dist/nodes/Transform/Summarize/summarize.svg"}
]