This endpoint delivers stream of collaboration_request events. When user requested collaboration to the resource, such as deal, lead or contact, Firehose will emit collaboration_requestcreated event. When user’s request is approved or denied, Firehose will emit collaboration_requestupdate event.
Supported collaboration request attributes:
Attribute
Type
Description
id
number
Unique identifier of the collaboration request.
user_id
number
Unique identifier of the user that collaboration request was created for.
status
string
Status of request. Possible values:
pending
approved
denied
resource_id
number
Unique identifier of the resource that was requested to collaborate on.
resource_type
string
Type name of the resource that was requested to collaborate on. Possible values:
lead
contact
prospectandcustomer
deal
created_at
string
Date and time that the collaboration request was created in UTC (ISO8601 format).
Endpoints
Stream Collaboration Requests
Read the stream of collaboration_request events.
See Overview article for more details on request and response formats and parameters.