provider OrganizationRelationships POST /organizationRelationships
@utdk/pipedrive /organizationRelationships
Create an organization relationship
Creates and returns an organization relationship.

Try it

Authentication
Configure credentials for Pipedrive API v1
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.

Saved automatically to browser storage.

addorganizationrelationship
POST/organizationRelationships
Creates and returns an organization relationship.

Input

The ID of the base organization for the returned calculated values

required

The type of organization relationship

required

The owner of the relationship. If type is `parent`, then the owner is the parent and the linked organization is the daughter.

required

The linked organization in the relationship. If type is `parent`, then the linked organization is the daughter.

Enter a gateway URL above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import pipedrive from '@utdk/pipedrive';

await pipedrive.addorganizationrelationship()