Teamwork CRM API

Getting access, Developing, Testing

Back to Teamwork CRM

Bulk update a set of deal followers

Bulk update, add or delete a set of deal followers.

Input

type: object properties: parameters: type: object properties: dealId: type: integer required: - dealId title: Parameters data: type: object title: Data properties: all: type: boolean description: Add all users from installation as followers followers: type: array description: >- Followers to create or update. Will override preferences if all is set to true items: type: object title: bulkUpdateDealFollowers properties: following: type: string description: Preferences for followers if all is set to true enum: - all-changes - none - activities - statuses id: type: integer user: type: object properties: id: type: integer description: The id related entity. type: type: string description: The type of the related entity, e.g "users". following: type: string description: Preferences for followers if all is set to true enum: - all-changes - none - activities - statuses