Send customFields

This commit is contained in:
Pedro Sola 2024-08-20 18:28:52 -06:00
parent 61acb0a180
commit fc4e00962f

View file

@ -4645,9 +4645,7 @@ export class Pipedrive implements INodeType {
organization_id: number;
};
if (Object.keys(rest).length) {
Object.assign(body, rest);
}
addAdditionalFields(body, rest);
if (value) {
Object.assign(body, { value: value.valueProperties });