Meetings API allows integrating video calling apps into Pipedrive through Video Calling App extension. It enables you to manage and interact with your video calls and meetings inside Pipedrive. These endpoints are accessible only through apps with video calls integration OAuth scope.
A video calling provider must call this endpoint after a user has installed the video calling app so that the new user's information is sent.
/v1/meetings/userProviderLinks
application/json
user_provider_id
string
required
Unique identifier linking a user to the installed integration. Generated by the integration.
Format
uuid
user_id
integer
required
Pipedrive user ID
company_id
integer
required
Pipedrive company ID
marketplace_client_id
string
required
Pipedrive Marketplace client ID of the installed integration
OK
A video calling provider must call this endpoint to remove the link between a user and the installed video calling app.
/v1/meetings/userProviderLinks/{id}
id
string
required
Unique identifier linking a user to the installed integration
Format
uuid
OK