Pipedrive API

Getting access, Developing, Testing

Back to Pipedrive

Add a follower to a product

Adds a follower to a product.

Input

type: object properties: parameters: type: object properties: id: type: integer description: The ID of the product required: - id data: title: addProductFollowerRequest type: object required: - user_id properties: user_id: type: integer description: The ID of the user

Output

title: newFollowerResponse200 type: object properties: success: type: boolean description: If the response is successful or not data: type: object properties: user_id: type: integer description: The ID of the user that was added as follower id: type: integer description: The ID of the follower product_id: type: integer description: The ID of the product add_time: type: string description: 'The follower creation time. Format: YYYY-MM-DD HH:MM:SS'