mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
Deal Get / Getall / Delete / update / create
This commit is contained in:
@@ -35,6 +35,7 @@ export async function agileCrmApiRequest(this: IHookFunctions | IExecuteFunction
|
||||
if(method !== "GET" && method !== "DELETE"){
|
||||
options.body = body;
|
||||
}
|
||||
|
||||
|
||||
try {
|
||||
return await this.helpers.request!(options);
|
||||
|
||||
Reference in New Issue
Block a user