We are excited to announce the release of the new DealSplits Public API for HubSpot customers, which will be live starting May 28, 2024. This API lets customers list and create deal splits for batches of deals directly through HubSpot's CRM. The DealSplits Public API enhances revenue forecasting accuracy and sales team performance tracking by allowing for more granular deal attribution. This new API addresses a critical need for businesses to accurately attribute revenue and track sales performance across team members.
/crm/v3/objects/deals/splits/batch/read
Request object example:
Response example:
Create Deal Splits for a Batch of Deals: This enables creating deal splits for a batch of deals with specified split percentages and owners.
POST /crm/v3/objects/deals/splits/batch/upsert
Request object example:
Response example:
The API supports OAuth for authentication, ensuring secure access to the functionality. The required scope group for accessing the API is crm.dealsplits.read_write
.
Note: For POST batch requests, all input items must pass the percentage validation, meaning this beta currently doesn’t support partial successes. The request will be rejected if any items in the batch request fail validation.
400
and 403
response statuses, respectively.This new API is live and available to the public. Questions or comments? Join us in the developer forums.