Pipedrive Oauth

Links

    Pipedrive Oauth API

    Getting access, Developing, Testing

    Back to Pipedrive Oauth

    Add a follower to a deal

    Adds a follower to a deal.

    Input

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

    Output

    title: addDealFollowerResponse200 type: object properties: success: type: boolean description: If the response is successful or not data: type: object properties: user_id: type: integer description: The user ID who added the follower id: type: integer description: The follower ID deal_id: type: integer description: The ID of the deal which the follower was added to add_time: type: string description: The date and time when the deal follower was added