mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
@@ -215,7 +215,6 @@ export class PipedriveTrigger implements INodeType {
|
||||
async create(this: IHookFunctions): Promise<boolean> {
|
||||
const webhookUrl = this.getNodeWebhookUrl('default');
|
||||
const authentication = this.getNodeParameter('authentication', 0) as string;
|
||||
|
||||
const eventAction = this.getNodeParameter('action') as string;
|
||||
const eventObject = this.getNodeParameter('object') as string;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user