mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
⚡ Add label field to persons, organizations and deals (#1209)
* ⚡ Add label field to persons, organizations and deals * ⚡ Add option no label to label field * ⚡ Add organization:update operation * ⚡ Fix removing label from Organization on Pipedrive-Node Co-authored-by: Jan Oberhauser <jan.oberhauser@gmail.com>
This commit is contained in:
@@ -75,7 +75,6 @@ export async function pipedriveApiRequest(this: IHookFunctions | IExecuteFunctio
|
||||
}
|
||||
|
||||
query.api_token = credentials.apiToken;
|
||||
|
||||
//@ts-ignore
|
||||
responseData = await this.helpers.request(options);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user