mirror of
				https://github.com/n8n-io/n8n-nodes-starter.git
				synced 2025-10-30 23:02:25 -05:00 
			
		
		
		
	Outgrow Trigger V1
This commit is contained in:
		
					parent
					
						
							
								e863c55657
							
						
					
				
			
			
				commit
				
					
						24f7ae4a19
					
				
			
		
					 14 changed files with 564 additions and 585 deletions
				
			
		
							
								
								
									
										22
									
								
								credentials/outgrowApi.credentials.ts
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										22
									
								
								credentials/outgrowApi.credentials.ts
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,22 @@ | |||
| import { | ||||
| 	ICredentialType, | ||||
| 	INodeProperties, | ||||
| } from 'n8n-workflow'; | ||||
| 
 | ||||
| export class outgrowApi implements ICredentialType { | ||||
| 	name = 'outgrowApi'; // 👈 Must match what you use in the node
 | ||||
| 	displayName = 'Outgrow API'; | ||||
| 	documentationUrl = 'https://docs.n8n.io/integrations/creating-nodes/build/credentials/'; | ||||
| 	properties: INodeProperties[] = [ | ||||
| 		{ | ||||
| 			displayName: 'API Key', | ||||
| 			name: 'apiKey', | ||||
| 			type: 'string', | ||||
| 			default: '', | ||||
| 			required: true, | ||||
| 			description: 'Your Outgrow API key', | ||||
| 		}, | ||||
| 	]; | ||||
| 
 | ||||
| 	// No built-in auth here since we inject key manually in node code
 | ||||
| } | ||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue