Link and Unlink company with contact and deal
Request body which must comply to the following JSON Schema:
{
"type" : "object",
"properties" : {
"linkContactIds" : {
"type" : "array",
"description" : "Contact ids for contacts to be linked with company",
"example" : [ 1, 2, 3 ],
"items" : {
"type" : "integer",
"format" : "int64"
}
},
"unlinkContactIds" : {
"type" : "array",
"description" : "Contact ids for contacts to be unlinked from company",
"example" : [ 4, 5, 6 ],
"items" : {
"type" : "integer",
"format" : "int64"
}
},
"linkDealsIds" : {
"type" : "array",
"description" : "Deal ids for deals to be linked with company",
"example" : [ "61a5ce58c5d4795761045990", "61a5ce58c5d4795761045991", "61a5ce58c5d4795761045992" ],
"items" : {
"type" : "string"
}
},
"unlinkDealsIds" : {
"type" : "array",
"description" : "Deal ids for deals to be unlinked from company",
"example" : [ "61a5ce58c5d4795761045994", "61a5ce58c5d479576104595", "61a5ce58c5d4795761045996" ],
"items" : {
"type" : "string"
}
}
}
}Specify how the response should be mapped to the table output. The following formats are available:
Raw Response: Returns the raw response in a single row with the following columns:
You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.
To use this node in KNIME, install the extension Brevo from the below update site following our NodePit Product and Node Installation Guide:
A zipped version of the software site can be downloaded here.
Deploy, schedule, execute, and monitor your KNIME workflows locally, in the cloud or on-premises – with our brand new NodePit Runner.
Try NodePit Runner!