mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
Add Create and Update for Client Contact
This commit is contained in:
@@ -50,6 +50,7 @@ export async function harvestApiRequest(
|
||||
if (Object.keys(options.body).length === 0) {
|
||||
delete options.body;
|
||||
}
|
||||
console.log(options)
|
||||
try {
|
||||
const result = await this.helpers.request!(options);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user